Category Archives: Development

By October 29, 2016

Read More
By August 18, 2016

A good function to use to force one instance of a script to run. Flock Code snippet


Read More
By April 22, 2016

If you are trying to open a file with Perl and receive a 500 error . Make sure you set the directory directive in apache   <Directory “/path/”> Order allow,deny Allow from all Options Indexes FollowSymLinks AllowOverride None </Directory>


Read More
By April 12, 2015

For some reason Windows decided it will go blank on installing the correct driver for my Nexus 7. A few steps had to be completed for this to work. Enable developer mode Settings > About tablet > tap build 7 times Enable usb debugging Go back to settings and select developer options Enable usb debugging


Read More
By November 16, 2013

\n is a symbol for new line \t is a symbol for tab \r is for ‘return’


Read More
1 2