berserk.org

berserk.org header image

Entries Tagged as 'code'

What kind of style do you have?

September 28th, 2005 · No Comments

I was shocked to find out this morning that Visual Studio 2005 did something I don’t like.
It made :

Foo f = new Foo( “bar” );

Into:

Foo f = new Foo(”bar”);

You may not notice the difference, but I do. I’m a big fan of style, mainly because I like clean looking code.
For the same reason, […]

[Read more →]

Tags: code

Technorati RSS feeds

September 13th, 2005 · No Comments

Quite a few of you probably know about Technorati.
If you do, chances are you know about RSS. For some reason, Technorati doesn’t RSSify all of their site. I felt cheated by this. So why not create my own?
Well, I did. There are links to subscribe directly via this site, […]

[Read more →]

Tags: technology · code

DailySudoku ‘Daily Puzzle’ RSS feed

September 12th, 2005 · No Comments

In helping with the Sudoku habit, I found a site that has a daily puzzle and I’ve created another RSS feed generator.
I’ve got the email out to the site owner offering help if he wishes to set this up under his domain.
Another thing I’ve employed with this most recent script is the help of XML::RSS. […]

[Read more →]

Tags: technology · code

2005 Google Codejam

August 23rd, 2005 · No Comments

Given that I enjoyed last years contest, I figured I’d give it another shot this year.
I sucked it up harder than ever. It took me 54 minutes to get a solution to this problem. This was the 250pt problem (there was a 250 and a 750).
I suppose I could try to make excuses, […]

[Read more →]

Tags: code

Wikipedia AOTD as RSS

July 20th, 2005 · No Comments

Wikipedia ‘Today’s featured article’ RSS feed
As with quite a few of you out there, I like Wikipedia.
Awhile ago I wrote a script that would email you out the daily featured article. The cool people at Wikipedia got wind of that and actually created that feature on their site.
With quite a few others of you, I […]

[Read more →]

Tags: code

Updated hollywoodvideo RSS code

April 6th, 2005 · No Comments

It looks like Hollywood Video has recently made some site updates.
This broke the RSS code I whipped up back in January.
Fix is up and all working. For the 10 of you who are bloglines subscribers… sorry for the hiccup.
[update] I suppose it should be noted, that HV let my subscription lapse after the 9.99 trial […]

[Read more →]

Tags: code

uploadr mention

March 27th, 2005 · No Comments

Got a mention about uploadr : Boing Boing: Python script for uploading to Flickr

[Read more →]

Tags: code

uploadr: Python, Flickr, and the command-line

March 26th, 2005 · No Comments

I’ve been waiting for a quick, and easy CLI that will upload images to my flickr account. I know there are tons of flickr tools for OSX, Windows, and even Linux, but they’re all GUI based.
So, taking some inspiration from Michele Campeotto and his flickruploader, I created a simple python script that looks in […]

[Read more →]

Tags: code

Hollywood Video RSS (source)

January 17th, 2005 · No Comments

I’ve already gotten a couple of emails from people interested in augmenting the source, so here it is.
This is a perl script, so you’ll want to change the .txt extension to .pl

[Read more →]

Tags: code

Hollywood Video RSS

January 17th, 2005 · No Comments

Posted to
Boing Boing: Roll-your-own RSS: Hollywood Video new releases:
I’m a subscriber to the Hollywood Video MVP program. This is something similar to NetFlix, but is limited to movies that are 4-6 weeks past DVD release.
I’m tired of going into the store not knowing what has been recently added to the MVP list. Which means […]

[Read more →]

Tags: code