Welcome to my site. This is where I record little snippets of information and useful links to make my life easier.
svn status | grep "?" | awk '{print $2}' | xargs svn add
/usr/sbin/apachectl -M
find . -name ".svn" -exec rm -rf {} \;
Without specific revision..
svn propset svn:externals 'DIRECTORY SVNPATH' .With specific revision - so that further changes in the external don't get pulled into your project..
svn propset svn:externals 'DIRECTORY -rREVISION SVNPATH' .
-A INPUT -p tcp --dport 3000 -j ACCEPT
MongoDB (from "humongous") is a scalable, high-performance, open source NoSQL database.
The UI Layout plug-in can create any UI look you want - from simple headers or sidebars, to a complex application with toolbars, menus, help-panels, status bars, sub-forms, etc..
Very useful if you ever need to go digging into the jQuery source!
Package manager for JavaScript.
Ruby programming language. A programmer's best friend.
An absolute godsend for putting a site together quickly.. including this one!
Socket.IO aims to make realtime apps possible in every browser and mobile device, blurring the differences between the different transport mechanisms
High performance, high class web development for Node.js Works well with nodejs and mongodb.
Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems.
Home page for Python, an interpreted, interactive, object-oriented, extensible programming language. It provides an extraordinary combination of clarity and versatility, and is free and comprehensively ported.