Skip to content

Instantly share code, notes, and snippets.

@technogeek
technogeek / cte_bot info
Created April 4, 2010 14:44
techno_bot info
Bot name: techno_bot
Creator: William Gardner (technogeek)
Servers: Freenode
Base channel: ##programmingandtech
Main developer: William Gardner (technogeek)
@technogeek
technogeek / comptechexpert contact info
Created April 7, 2010 12:15
comptechexpert contact info
Real name: William Gardner
Country: England
Primary email address: technogeek@programmingandtech.net
secondary email address: will@williamgardner.co.uk
Windows live messenger: comptechexpert@dreamincode.net
@technogeek
technogeek / IRC channels
Created April 7, 2010 12:41
IRC channels to note
Important IRC channel to note:
##comptechexpert
##ircbotdev
#()
#<>
#freenode
#botters
##botwar
##java
@technogeek
technogeek / Java tutorials
Created April 7, 2010 14:26
Java tutorials list
Here is a list of online Java tutorials:
-Basic Java for nooblets
http://www.dreamincode.net/forums/topic/108528-basic-java-for-n00blets/
@technogeek
technogeek / Pastebins
Created April 8, 2010 10:54
Pastebin websites
Here is a list of pastebin websites:
>pastebin.com
>pastebin.org
>pastebin.ca
>gist.github.com
>programble.co.cc/paste
>pastebin.ws
>paste.ubuntu.com
@technogeek
technogeek / Setting up freenode IRC
Created April 8, 2010 20:04
Setting up freenode IRC
Here is a guide on how to set up freenode IRC server and join a channel:
1. Go to webchat.freenode.net
2. There will be two boxes, in the first type the nickname you would like to use and in the second type the chaneel you want to join
3. If you want to join my channel go to ##technogeeks
4. Then click connect
5. To send a message type it in to the text entry box at the bottom then hit enter
If you want to know about the advanced features of freenode then join my channel and ask.
@technogeek
technogeek / Env X project sig link
Created April 9, 2010 14:05
Env X project sig link
@technogeek
technogeek / Official Env X user bar
Created April 9, 2010 14:22
Official Env X user bar
[url=http://www.userbars.com][img]http://img411.imageshack.us/img411/4918/ubd3989.png[/img][/url]
@technogeek
technogeek / Standard IRC commands
Created April 9, 2010 17:56
Standard IRC commands
To register a nickname, type /msg NickServ REGISTER password [email]
To authenticate yourself, type /msg NickServ IDENTIFY password [email]
To set nickname options such as PASSWORD or EMAIL, type /msg NickServ SET option parameters
To display information about a nickname, type /msg NickServ INFO nickname
To list all registered nicknames which match a pattern, type /msg NickServ LIST pattern
To list all channels you have access on, type /msg NickServ ALIST
To register a channel, type /msg ChanServ REGISTER channel password description
To authenticate yourself as the founder of a channel, type /msg ChanServ IDENTIFY channel password
To unregister a channel, type /msg ChanServ DROP channel
To set channel options such as DESC or ENTRYMSG, type /msg ChanServ SET channel option parameters
@technogeek
technogeek / Processing example code
Created April 10, 2010 17:16
Processing example code
// -----------------------------doodle pad-----------------------------
// to draw, click and drag the mouse
// click on the palette to change color
// to adjust stroke weight use the up/down arrows
int guiX = 400;
int guiBtnWidth = 80;