lambdaphant’s posterous

lambdaphant’s posterous

Michael Matuzak  //  Programmer by day, booze drinking calamari cruncher by night.

Jan 10 / 5:25pm

SICP exercises now on Github

I've realized that blog posts are a less than ideal way to keep track of code exercises. This being the case I've decided to keep track of them with git. You can follow it at github if you like.
 
http://github.com/emkay/sicp-exercises/tree/master
 
git://github.com/emkay/sicp-exercises.git
Filed under  //  github   SICP  

Comments (0)

Dec 29 / 8:38pm

The new and improved pymapdb

There was a problem with creating the image when the number of tables was high. The processing time was way too long and it made an image so large that it was practically unusable. Now it will break the graph up into smaller pieces. This is working out great so far. I tested it out on a 206 table database and the results were nice.
 
git://github.com/emkay/pymapdb.git
Filed under  //  github   programming   pymapdb   python  

Comments (0)

Dec 18 / 8:56pm

pymapdb on github

This is a little app that inspects your MySQL Innodb database and produces a graph and/or Graphviz code. There is still a lot of work to do with it, but I though it was time to at least through it up on github. Anyways check it out.
 
http://github.com/emkay/pymapdb/tree/master
Filed under  //  github   programming   pymapdb   python  

Comments (0)