Category Archives: Technology

Geeky stuff

MyISAM vs InnoDB decision matrix

Ever had problem choosing the right MySQL storage engine? Here is a simple matrix for you to make your decision Is your table is going to be inserted, deleted, and updated much much more than it is going to be selected? InnoDB If you need full-text search MyISAM If you prefer/require relational database design InnoDB… Read More »

How to create a Linux daemon in Python

I was writing a Python program to perform some routine tasks on twitter API, and came across this very helpful article for creating daemon process in Python… thought you might be interested… A simple unix/linux daemon in Python

SmoothScroll For Chrome

Came across this Chrome extension tonight, works very well, so I thought you might be interested. https://chrome.google.com/extensions/detail/cccpiddacjljmfbbgeimpelpndgpoknn?hl=en

Firebug 1.6.0 released

Overview of Firebug 1.6 Firebug 1.6 supports Firefox 3.6 Console and Command Line Command line available on all panels New API for the console object: console.table() Console allows to filter its content Improved auto-completion now the best of all Logging of cut/copy/paste events Support for XPath console logging Descriptive background colors for console messages HTML… Read More »

My dokuwiki plugins

A while ago I wrote some dokuwiki plugins: User Home Page Auto Include Index Table Math Modal Popup ACL Made Easy

Category: PHP

Subnetting

These are: Class A: 10.0.0.0 Class B: 172.16.0.0 – 172.31.0.0 Class C: 192.168.1.0 Each one of those have a subnet. Class A: 255.0.0.0 Class B: 255.255.0.0 Class C: 255.255.255.0 Click to access 501302.pdf