Share Unix Epoch Programming Reference PHP Python Below is a table indicating how to obtain a Unix Epoch Timestamp from various programming languages:...Read More Mar 19 177 1 by Dave Lasley
Share Convert Time String (HH:MM:SS) To Seconds PHP Python Sometimes it is necessary to find the amount of seconds in a time string for use...Read More Feb 21 1,244 0 by Dave Lasley
Share Adding number formatting to percentages in phpPowerPoint Charts PHP Below is a patch to add number formatting to percentages in phpPowerPoint Pie Charts: Index: Shape/Chart/Series.php...Read More Feb 5 266 0 by Dave Lasley
Share Enumerate Processes Programmatically In Linux Linux PHP Python Using ps is not necessarily the best way to enumerate running applications programmatically. This is because...Read More Feb 5 511 0 by Dave Lasley
Share Round To Nearest X PHP Python Sometimes it is necessary to round a number to the nearest X (.1,5,10, etc). Below is...Read More Jan 29 91 0 by Dave Lasley
Share PHP Levenshtein distance PHP Below is my implementation of Levenshtein distance in PHP. This is useful to determine the distance...Read More Jan 24 204 0 by Dave Lasley