Navicat HTTP Tunneling
Posted on Tuesday, March 30, 2010 in Application
1. Upload “/path_to_navicat_dir/ntunnel_mysql.php” to server
2. Setup Navicat connection properties->general with database params
3. Check connection properties->HTTP “Use HTTP Tunnel” and add “Tunnel URL:” (path to ntunnel_mysql.php)
Count Lines of Code
Posted on Wednesday, October 21, 2009 in Application
Command line tool for counting lines of code in directory/project:
Example:
cloc c:\projects\test_project\ --no3
