Integrate PHP_Depend with phpUnderControl
The newest version of phpUnderControl has now basic support for PHP_Depend. With PHPUnit deprecating support for metrics, it’s just about … Read More “Integrate PHP_Depend with phpUnderControl”
The newest version of phpUnderControl has now basic support for PHP_Depend. With PHPUnit deprecating support for metrics, it’s just about … Read More “Integrate PHP_Depend with phpUnderControl”
I recently upgraded our buildbox to phpUnderControl 0.5.0 being really curious about new CodeBrowser feature. And indeed CodeBrowser addon is … Read More “Fixing metrics in phpUnderControl 0.5.0”
… or maybe not. We’ve had this problem for some time and couldn’t really find a good solution for that. … Read More “Sharing your git repository”
I have used git for the first time about a year ago. We’ve been talking about abandoning CVS for quite … Read More “Git Up and Get Going”
I definitely have to plan my actions more carefully. Trying to do too many things at the same doesn’t seem … Read More “Wind of changes”
Founded somewhere in the net. Really useful. From the Unix commandline (Bourne Shell compatible): output tab-seperated: echo “select * from … Read More “Exporting query details to csv file”
Very useful feature of mysql: CREATE TEMPORARY TABLE table1(id int); LOAD DATA LOCAL INFILE ‘/dir/file’ INTO TABLE table1
Create a text file named synergy.conf with the following: section: screens screen1: screen2: end section: links screen1: right = screen2 … Read More “Synergy config”
If you want to synchronize your clock manually with NTP server just run: /usr/sbin/ntpdate -v uk.pool.ntp.org List of public NTP … Read More “Running ntp manually”
You learn all your life. I’ve just found what kind of magic PHP does with float numbers! I would never … Read More “Float magic in PHP”