for (@ARGV) { if (/^6\d{4}$/) { $item_code = $_; $action = 'load'; } elsif (/^stop$/) { $action = 'stop' ; } elsif (/^start$/) { $action = 'start'; } else { print "Default\n"; } } print "Item : " . $item_code . "\n"; print "Action : " . $action ....
IT Tips
RES:23# I don’t know what it means either
A company named HSAjet has a CU (Control Unit) that drives some expensive print heads for carton labelling. In the documentation that is supplied with the Control Unit it specifies that you can communicate with it via RS232 and Ethernet. The Ethernet part is what I'm...
Remember when Linux Sound was First In First Served?
I'm running a few sound outputting apps under Fedora 16... And they are all playing nicely in the playground. Amazing how Fedora/Gnome has come. Finally Linux on the Desktop is Here!
ABA File Information
Every now and again a business has to change Banks and you are left to figure out what the ABA file format should be and what the different fields mean. Especially annoying is when you have set it up and have been running for years and the meaning has been lost over...
Rackspace Cloud – Uptime
uptime 05:29:01 up 44 days, 4:54, 1 user, load average: 0.07, 0.03, 0.00 Since I went to a small Rackspace cloud server I was concerned whether it would be stable. I have only had the account for a couple of months but the uptime is consistent with my last reboot so...
Wherefore art though php_dbase.dll?
Trying to save some time by installing a pre-configured WAMP environment (Windows Apache MySQL and PHP). I downloaded the latest Bitnami WAMPStack and found that it didn't have php_dbase.dll in the $PHP_DIR/ext/ dir. A planned retreat worked. This version has...
CakePHP – Accessing an un-related model from a controller action
Check point 9 here => http://nuts-and-bolts-of-cakephp.com/2008/06/09/15-essential-cakephp-tips/ This didn't work for me: $this->load('IgnoreList'); I got this error: Fatal error: Call to undefined method EdiRecordsController::load() This worked $MyModel =...
CakePHP – Virtual Fields the Fields you have when you’re not having a Field
CakePHP Virtual Fields e.g. How to perform database select functions and return them sensibly to your model http://book.cakephp.org/view/1608/Virtual-fields
Getting the Latest 32bit Firefox Running on Debian Squeeze
Can't find libstdc++ Install lib32std+cc Add the path to firefox to /etc/ld.so.conf.d/libc.conf /opt/firefox Can't open libXrender install ia32-libs I installed libdesktop-agnotic0-gio aswell. I also got a heap of errors regarding "wrong ELF class: ELFCLASS64" Run...
PHP on Windows failing to start due to missing dll’s
Reference: http://ajaxweb.wikidot.com/php-installation-fails-missing-dll Every time I tried to run php.exe or php-win.exe I got popups complaining of a heap of missing DLL's gds32.dll ntwdblib.dll oci.dll etc... As the above link says you need to run php.exe and note...
