Monthly Archives: March 2006
Credit card type and luhn check in ruby
I was looking at implementing a luhn and credit card type check the other day in java and I noticed that there seems to be a lack of code for doing this in ruby. So I figured I would put something together for doing the checks in ruby.
The following function will do a luhn check [...]
GIS Geocoding experiments
I've been evaluating a couple different mapping software packages recently and the other day I noticed that the same addresses geocoded (for those who don't know what geocoding is you can find out more about it here) to different locations. They are mostly the same but I figured it was interesting enough to do some [...]
Posted in gis 2 Comments
Ruby Oracle DBI ActiveRecord in 7 steps