Skip to content

Instantly share code, notes, and snippets.

<!-- These strings are used in the about:robots page, which ties in with the
robots theme used in the Firefox 3 Beta 2/3 first run pages...
https://www.mozilla.com/en-US/firefox/3.0b2/firstrun/
https://www.mozilla.com/en-US/firefox/3.0b3/firstrun/
They're just meant to be fun and whimsical, with references to some geeky
but well-known robots in movies and books. Be creative with translations! -->
<!-- Nonsense line from the movie "The Day The Earth Stood Still". No translation needed. -->
<!ENTITY robots.pagetitle "Gort! Klaatu barada nikto!">
<!-- Movie: Logan's Run... Box (cybog): "Welcome Humans! I am ready for you." -->
@topia
topia / itunes.py
Created April 22, 2009 14:57 — forked from mayuki/itunes.py
# -*- coding: utf-8 -*-
import clr
import re
import Misuzilla.Applications.TwitterIrcGateway
from System import *
from System.Diagnostics import Trace
from Misuzilla.Net.Irc import *
from System.Runtime.InteropServices import Marshal
@topia
topia / ipy.py
Created April 24, 2009 21:36 — forked from mayuki/ipy.py
# ipy.exe for TwitterIrcGateway
import clr
import System
from System.Diagnostics import Trace
import Misuzilla.Applications.TwitterIrcGateway
import Misuzilla.Applications.TwitterIrcGateway.AddIns
import Misuzilla.Applications.TwitterIrcGateway.AddIns.Console
from Misuzilla.Applications.TwitterIrcGateway.AddIns.Console import Context