Archive for the ‘Projects’ Category
- Basic Data Structure Addition to Batfish
Batfish is collection of data structures and algorithms written in Ruby that I started about a month ago. While trying to implement graphs in the library, I quickly realised that a number of basic data structure were missing to implement certain graph algorithms. Stacks and queues were needed to respectively implement the depth-first search and [...]
- Batfish, Just a Bunch of Functions
I have been programming in Ruby for a bit less then a year but already, I accumulated a number of data structures and algorithms. Since they could probably be of some use to someone else and I don’t want to lose everything because of a failure of some sort, I decided to publish them on [...]
- Release of RSDownloader 0.2.0
It is here! After some development during the exam session and a final revision now that I am done with university, I am proud to announce the release of RSDownloader 0.2.0. A lot of things changed since the first draft that was version 0.1.0. First, I changed the download code to be more modular. I [...]
- Because Studying Sometimes Gets Boring… RSDownloader!
Because studying sometimes gets boring, I often end up working on something else during the exam sessions. This time, I got frustrated with RapidShare and its annoying wait times. Don’t misunterstand me, I think RapidShare is a really useful website. Even if they keep the download speed of free user down, it is still faster [...]
- M. Net RSS hack
I know I said yesterday that I wouldn’t work on anything for a while but today I got bored of calculus so I ended up writing a little RSS hack. M. Net (short for Monsieur Net) is a tech show airing on the french channel Musique Plus that I used to watch a lot when [...]
Posts