-
Tag Cloud
desktop domino eclipse error extjs firefox freewares google ibm install jaunty java javascript javascripts jquery LINUX lion mac MACOSX mysql news php plugins problem programming python recursive screenshot shortcut keys slackware snow leopard softwares ssjs terminal tips TIPS & TRICKS tips and tricks tools tricks ubuntu ubuntu 11.04 windows windows 7 wordpress xpages
Archive for November, 2008
-
How to delete all .svn folders recursively
Posted on November 29, 2008 | 1 CommentYou might need to do this sometimes, tt’s as simple as this: On Linux / MacOSX: cd /path/to/the/folder rm -rf `find . -name .svn` On Windows Create a .bat file... -
Google App Engine & cron jobs
Posted on November 4, 2008 | 4 CommentsI decided to try Google App Engine for a personal project, that pulls yahoo weather at a regular time interval, but as I dived into Google App Engine then this... -
Pinax with mod_wsgi installation (Slackware 12.1)
Posted on November 1, 2008 | No CommentsI’m quite new to Django, Pinax and mod_wsgi, so today i decided to try on Pinax with a Slackware 12.1 development box. Everytime I forget after doing something, so better...