Possibility and Probability

A Python programmer with a personality thinking about space exploration

6 January 2007

Loose code and other projects

by Nick

I’ve got a bunch of little programs running around, and I decided to put them up all in one place for everyone who’s interested. (Some of them used to be on my old Geocities page, some I’ve just had hanging around on my heard drive.) They are mostly python scripts, and they do a lot of different things. The project page is located here at the Iron Bound Software code repository. There’s a quick summary of what’s in the SVN repository after the jump. This is the same description that is on the front page. Thanks to Google for the awesome project space! This is the code that Iron Bound Software is making available to the public. Before this was scattered about all over the internet, now its all in one nice spot. All of this code is provided as is, no promises on anything working. Use at your own risk. The code can be accessed via: http://ironboundsoftware.googlecode.com/svn/trunk/ Basically there are two things: graphing and utilities. Graphing: Some utilities I’ve been working on to do graphing in python.Right now there are two main things: clouds and networks.The clouds source directory contains some code to read text, count words, and then print out an HTML cloud of the words (words are sized logarithmically). Read the comments in the source code for the full details. More or less, this project is done. The networks source directory contains an attempt to draw a network diagram based on the relationships in a file. (The format is: 1 2) This project is not done, and is being worked on. Misc:

tags: