Here’s stuff I programmed. Most of it is crap, especially the C++ and Ruby things, since I’m pretty new to those languages. But the PHP stuff is usable, if not even good.
Albums on Display
Fun little script that parses your iTunes Library, gets album covers from Last.fm and displays it all in a cozy little format. And it filters away non-complete albums, too!
Albums on Display 2
Same as above but improved, optimized and changed for greater enjoyment. XML-based and AJAX-powered, but still using Last.fm to get data.
Calendar
Simple calendar made using basic PHP, a calendar class and some nifty AJAX with mootools. Nothing too complex, I just made it coz’ I was bored.
Fallgame
A simple game made in C++. Read more about it on my temporary page (might not be available) or get the source code.
Game of Life
I was exceptionally bored at school this morning so I whipped up this interesting version of Game of Life. The source code is included.
iRemote
Just some random application I wrote due to boredom. Acts as a remote control for iTunes, requires iTunes (of course) and wxWidgets if you feel like compiling the source code. If DispEx.h is missing (MinGW doesn’t have it) just Google and download a copy.
Juldemo
Simple demo-ish thing made using SDL. I was just playing around and came up with this kind of interesting effect. Source code included.
Last.fm Pie Charts
Nifty little script that creates cool pie charts using information from your last.fm account. Currently you can create top album, artist and song charts with it.
Pandion GMail plugin
GMail checking plugin made for the Pandion jabber client.
phpbot/IRC2
A flexible IRC Bot made entirely in PHP! Uses simple sockets and reads settings from ini files. Running it from the CLI is advised.
Pinacothèque
Simple image gallery driven by PHP, using XML to store the data. It’s very simple and has no authentication on the upload page. But that could be added fairly easy.
Plasma
Hurr, I can do slow, poorly optimized visual effects using SDL. And it’s in low resolution fullscreen mode, too! How awesome is this?
rubyGET
Small script that reads a list of URIs and downloads these files to a specified folder. This is threaded by default but threads can be disabled. Just rubyGET.rb -h and you’ll get some help.
Ruby Kalaha network class
The ruby implementation of a Kalaha protocol created for a competition at sweclockers. Cleaner code than the poker bot, but it only has the network class, no loop or anything like that.
Ruby poker bot
A poker bot I was writing for a competition at sweclockers. Really alpha and very messy code, but have a look at it if you want to. The competition fell apart, as it was too hard, but there’s a new one coming up.
SDL Snake
A simple snake game made in C++ using SDL. Also check out the source code, and my post about it.
SDL Snake v2
The same snake game as above, still made in C++ using SDL, but now featuring more speed, nicer graphics and powerups! Also check out the source code.
Solidruby
A small command-line ruby script that uploads files to the excellent Solidfiles file host. Actually has ability to log in to solidfiles to make use of the full 100MB (or 500MB if you donate like me) file size limit.
wxScreenshot (a.k.a “Screenshot Utility”)
A simple program taking screenshots. It can either save the screenshot or upload it to pici.se. Written in C++ using wxWidgets and cURL.
Trackback: Game of Life - The Code | Sigurdhsson December 17th 2007, 20:33 CET
[…] that eh? Well, as you may or may not know I made a Game of Life clone this morning (find it in my programming portfolio,) and I thought I’d explain what the code does, as kind of a tutorial. Or something. Anyway, […]
Trackback: rubyGET | Sigurdhsson July 31st 2008, 14:30 CEST
[…] in Asides. No Comments. A small script that downloads files. It’s in my portfolio, but you could use this direct link, […]