What is Wizbit

Wizbit is a way to store and organise your data which remembers every change you make, synchronises without worry, and is browsable in terms of how you think about the data you're looking for.

Wizbit's core features

  • Synchronise your data across many devices safely and transparently
  • Organise your data with a semantic filesystem
  • Backup every change you make

Kamada Kawai in python

Over a year ago I asked for help with a math problem. Well this weekend I finally managed to sit down and implement the solution I picked from the options. Here’s the obligatory screen shot;
You can also download the code here. To run it simply execute;

python testgraph.py
As far as I can tell this is the first time this has been implemented in python, although I actually implemented this by using some java code I found on the web, which was under the BSD license but I’d like to license this code as GPL, does anyone know if theres a problem with that? Other than comments (which I preserved) the code really doesn’t quite resemble the original that much.