Random programming
Wednesday, January 20, 2010
Reducing the Granularity of a Map
›
You've got this database of place coordinates, but find that two or more places are "too" close from each other. For instance...
Geographical Mapping and Google Maps
›
What you want to do: Partition a geographical area, where each area contains elementary entities. You want to set up a web service where us...
Desktop Tower Defense: My Computer Build
›
Remember that disturbingly addicting flash game from 2 years ago ? There was two things to consider: how to arrange your turrets (your buil...
Sunday, January 17, 2010
On-Disk C Graph Library
›
This is a small on-disk graph library, which I find very convenient whenever I am dealing with huge graphs. Back a year or so ago, I could ...
Monday, January 11, 2010
9 Ways to Iterate Over a Directory in PHP
›
Recently, I bent over trying to optimize a straight file lookup in PHP. Like most things PHP, you have a wide variety of choices to iterate ...
3 comments:
Home
View web version