Categotry Archives: Portfolio

Tumblr Radar Hider

Quick and dirty little greasemonkey script to hide the Tumblr radar as requested by someone I follow. Firefox users will need the Greasemonkey addon Some Chrome users will need the Tampermonkey Extension if they get chrome’s stupid new “you can’t install extensions from this site” error. Script: Tumblr Radr Hidr – Greasemonkey/Chrome Script

Greasemonkey Youtube Uploads Homepage

So a lot of people don’t like the new “what to view” homepage of youtube and would prefer to just see the uploads of their youtube subscriptions. To that end it’s easy enough to add a bookmark in your toolbar to the uploads page. My problem is that while I’m on youtube I keep forgetting and clicking the corner logo… (more…)

KCSpirit

KCSpirit is wordpress plugin that wraps the code from my Konami Code Javascript Snippet up in a nice friendly bundle with an options screen to change the key combo and javascript effects. KCSpirit 1.0 – Initial Release

Javascript Snippet: Konami Code

Using jQuery this is the smallest I can get an implementation of the Konami Code in javascript. This example uses it to make the page CAPSLOCK MODE. function konami(){$(“body”).css(“text-transform”,”uppercase”)} $(document).ready(function(){window.kc=0;$(document).keydown(function(e){window.kc=e.which==(new Array(38,38,40,40,37,39,37,39,66,65,13))[window.kc]?window.kc+1:0;if(window.kc>10){konami()}})})

Zoo Bingo!

Zoo Bingo! I wanted to play Zoo Bingo for my birthday but needed something to generate the bingo cards. I remembered building something similar in php in high school populated with a list of stupid things one of our teachers would repeatedly say. I quickly reconstructed it with a (apparently incorrect) list of animals at the Adelaide Zoo from Wikipedia… (more…)

Youtube Party

YouTube Party Sometimes social gatherings devolve into YouTube parties(see: YouTube Party and YouTube Parties). This isn’t always terrible, often just fun and casual, but it isn’t very efficient what with the searching for half-remembered videos by vague description and the jostling to be the person who shows the next video. The YouTube Party App tries to fix this by having… (more…)

QAD Guild Name Votey

This is a guild name voting system that I wrote up back in the days of WoW addiction. I look back on this fondly because it was an awesomely fun system to use, adding words to the randomiser and voting on various awesome combinations. Because all the data is stored in CSVs resetting the system is as simple as deleting… (more…)

QAD Minecraft IRC bridge

While waiting for bukkit to be released for minecraft 1.3 we moved out server to the pre-release version. We were happy to roll without plugins especially as we move towards a more hardcore server. What we did miss, however, was irc integration and the interaction with Dobby. This is a quick and very dirty python irc bridge I wrote up… (more…)

WhisperFollow

WhisperFollow is a plugin for wordpress that enables tumblr like social blogging across the web by aggregating RSS and allowing reblogging with comments . I aim to expand the plugin to work as an ostatus client when combined with Ostatus For WordPress. It does create a new post category for “whispers” into which all reblogs will be posted though one… (more…)

Infinite Ski Run

machinespirit.net/ace/infiniteski/InfiniteSkiRun.zip A group assignment for the uni topic “IT Project”, Infinite Ski Run was built by Paul Brokensha, Trevor Brokensha, Chris Norman, Daniel Pearson, Mark Wandner and myself to be incorporated into the ‘Rehabilitation Gaming’ project by Mr David Hobbs, School of Computer Science, Engineering and Mathematics at Flinders University. The project was to be coded in Microsoft’s XNA game studio and utilize the Xbox controller (also works with keyboard) so that it… (more…)