Monthly Archives: November 2012

NetRexx Builtin Functions

abbrev(info[,length]) abs() b2x() centre(length[,pad]) center(length[,pad]) changestr(needle,new) compare(target[,pad]) copies(n) countstr(needle) c2d() c2x() datatype(option)     options:     – A alphanumeric a-z A-Z 0-9     – B binary     – D digits     – L lowercase a-z   … Continue reading

Posted in General | Comments Off on NetRexx Builtin Functions

Getting Apache, MySQL, and PHP Running under MacPorts

Getting Apache, MySQL, and PHP Running under MacPorts Audience: Users who don’t like the default OS X installation Requires: MacPorts Introduction These instructions are written for the following versions: Apache 2.2.* MySQL 5.1.* PHP 5.3.* Installation Step 1: Turn off Apple’s … Continue reading

Posted in General | Comments Off on Getting Apache, MySQL, and PHP Running under MacPorts