Aug 30

I've been seeing a lot of buzz about Yahoo! Pipes, so I decided to hack something up to get some of my favorite RSS feeds. The code is somewhat messy, and there ARE bugs, but it should serve as a pretty good guide to using JS with Pipes. This is nice because it's 100% client-side - no downloading RSS feeds from your server.

Yahoo Pipes Javascript RSS Grabber

Enjoy :)

Edit: This example uses someone else's premade pipe, so I can't take credit for that.

Aug 19

The other day I posted a link to Slavehack, the online hacking game, and I've been pretty much addicted to it since then. I wrote a little script to edit logs so that it replaces digits with x's. This useful because it cuts down your log editing time by a lot. You need FireFox and GreaseMonkey for this to work. Just install the script, go to a log, and you're ready to go.

Install

Aug 1

I got bored, so I wrote a password generator in Javascript. It doesn't save anything about you, so don't worry about me stealing your passwords.

:rolleyes:

It also does MD5, SHA-1, and Base64 encryption and Base64 decryption.

Next Entries »