Skip to content

Monthly Archives: May 2007

Hello Planet Fedora

Thanks to skvidal for adding me to Planet Fedora.
A bit about myself:

By day I work on Red Hat Network
By night I work on yum
My hackergotchi’s hair is not to scale.

Using Hostip Berkeley DB Files From Python

I needed to process some IP addresses the other day to associate them with their originating Country. I implemented the code in Python (as usual), and decided to try out Hostip for the IP address to Country mappings. Hostip provides freely downloadable bdb data files (along with a mysql db and a CSV file). Using [...]