Tag 随想

NetworkX 介绍

NetworkX 是一个用 Python 语言开发的图论与复杂网络建模工具,内置了常用的图与复杂网络分析算法,可以方便的进行复杂网络数据分析、仿真建模等工作。 http://blog.sciencenet.cn/blog-404069-337442.html

DOT + graphviz 轻松画图

DOT + graphviz 轻松画图 http://blog.csdn.net/stormdpzh/article/details/14648827

如何选择开源许可证

如何选择开源许可证? free-software-licenses 参考 如何选择开源许可证

gdb 笔记

笔记 gdb program_name 启动 GDB 开始调试 break break function,在函数 funtion 入口处设置 breakpoint。 step step [count]:如果没有指定 count, ...

Scikit-learn Windows 安装

Scikit-learn Windows 安装 访问 http://www.lfd.uci.edu/~gohlke/pythonlibs 下载对应的 whl 文件。 numpy-1.10.4+mkl-cp27-cp27m-win32.whl cp27: python2.7 ...

Set phantomjs user-agent string

示例代码 from selenium import webdriver from selenium.webdriver.common.desired_capabilities import DesiredCapabilities dcap = ...

Running Selenium Headless Using xvfb

Running Selenium Headless First, install Xvfb: $ sudo apt-get install xvfb xfonts-100dpi xfonts-75dpi xfonts-cyrillic xorg dbus-x11 Run ...

Yii 记录 SQL 执行记录

Yii 记录 SQL 执行记录 需开启 DEBUG 模式。( define("DEBUG", true);) // 日志记录组件 'log' => array( 'class' => '\CLogRouter', 'routes' => array( array( ...

TrID - File Identifier(Like Linux Command - file)

TrID - File Identifier(Like Linux Command - file) TrID is an utility designed to identify file types from their binary signatures. While ...

Checks If A Number Is Prime Use Regual Expression

Checks If A Number Is Prime Use Regual Expression https://iluxonchik.github.io/regular-expression-check-if-number-is-prime/ Python ...


Page 1 / 2