Skip to content

Instantly share code, notes, and snippets.

@theVDude
theVDude / lastfm.js
Created May 17, 2012 04:16
Last.fm plugin for ircnode bot using mongodb
// A last.fm nowplaying plugin.
// Author: thevdude (rb.cubed@gmail.com)
//
// Uses installed node modules mongoose, lastfm, inflection, and bitly.
//
// Current functions include:
// Display user's currently or last played track (np)
// Compare lastfm users with the tasteometer (cp)
// Get a users lastfm url (url)
// Find a user's top ten artists for different time periods (topten)
@theVDude
theVDude / gm.js
Created May 27, 2012 15:20
sad game from reddit
//http://adventure.gamism.org/gamer_mom/gm.js
var canvas = document.getElementById("stagecanvas");
var stage = canvas.getContext("2d");
var mother=new Array(); //These are the actual image files loaded into memory.
var father=new Array();
var daughter=new Array();
var m=1, f=1, d=1; //I'm treating the selected images as queues rather than specific filenames,
var mqueue = new Array(); //so that the images in the queue (I know, I'm misusing the word. Sue me.)
var fqueue = new Array(); //can cycle randomly when needed. This way you never get the sense that the
@theVDude
theVDude / tagpro-team-stats.user.js
Last active August 29, 2015 14:01
Tagpro Team Stats
// ==UserScript==
// @name TagPro Team Stats
// @namespace http://www.reddit.com/user/thevdude/
// @description Adds team stats to score boards
// @include http://tagpro-*.koalabeast.com:*
// @include http://tangent.jukejuice.com:*
// @include http://maptest*.newcompte.fr:*
// @include http://justletme.be:*
// @copyright 2014+ thevdude
// @author thevdude
@theVDude
theVDude / tagpro-arrows.user.js
Last active August 29, 2015 14:01
Adds arrows that indicate what direction is being pressed for streamers
// ==UserScript==
// @name TagPro OnScreen Arrows
// @namespace http://www.reddit.com/user/thevdude/
// @description Adds indicators to show what arrows are being pressed for streamers
// @include http://tagpro-*.koalabeast.com:*
// @include http://tangent.jukejuice.com:*
// @include http://maptest.newcompte.fr:*
// @include http://justletme.be:*
// @copyright 2014+ thevdude
// @author thevdude
@theVDude
theVDude / gecko-tools.user.js
Last active August 29, 2015 14:01
Gecko Tools for tagpro!
// ==UserScript==
// @name Gecko Tools
// @namespace http://www.reddit.com/user/thevdude
// @description A suite of customization options for TagPro
// @include http://tagpro-*.koalabeast.com*
// @include http://tangent.jukejuice.com*
// @license GNU General Public License
// @author GeckoPie & pooppants
// @version 1.0.3.1
// @grant GM_getValue
@theVDude
theVDude / tagpro-rotating-balls.user.js
Last active August 29, 2015 14:02
rotate ball images from texture pack in tagpro
// ==UserScript==
// @name Tagpro Rotating Balls - NewCompte's server
// @namespace http://www.reddit.com/user/NewCompte
// @description Tagpro Rotating Balls
// @include http://*.koalabeast.com:*
// @license GPL
// @author NewCompte
// @version 0.5
// ==/UserScript==
@theVDude
theVDude / tagpro-semitrans-spin-balls.user.js
Created June 27, 2014 23:36
show the spin on tagpro balls, as well as make them semitransparent
// ==UserScript==
// @name Tagpro Semitransparent Spin Balls
// @namespace http://*.koalabeast.com:*
// @version 1.4.1
// @description Semitransparent balls with spin and pixel perfect tagpro/rolling bomb.
// @match http://koalabeast.com
// @copyright 2014+, Ly and a little bit of Cumflakes
// @include http://*.koalabeast.com*
// @include http://*.jukejuice.com*
// @include http://*.newcompte.fr*
// ==UserScript==
// @name TagPro Minimal Spin
// @description Rotating Balls, pixel perfect tagpro.
// @include http://*.koalabeast.com:*
// @include http://*.jukejuice.com:*
// @include http://*.newcompte.fr:*
// @include http://justletme.be:*
// @license GPL
// @author NewCompte, Cumflakes.
// @version 1
@theVDude
theVDude / tagpro-chat-macros.user.js
Created July 11, 2014 14:32
Chat Macros for Tagpro!
// ==UserScript==
// @name TagPro Chat Macros Userscript
// @namespace http://www.reddit.com/user/contact_lens_linux/
// @description Help your team with quick chat macros.
// @include http://tagpro-*.koalabeast.com:*
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html
// @author steppin
// @version 0.2
// ==/UserScript==
(function() {
@theVDude
theVDude / mod-mail-pro.user.js
Last active August 29, 2015 14:04
Reddit Mod Mail Manager!
// ==UserScript==
// @name Mod Mail Pro
// @namespace http://www.reddit.com/r/toolbox
// @author agentlame, creesch, DEADB33F, gavin19
// @description Filter subs from mod mail.
// @match *://*.reddit.com/message/moderator/*
// @match *://*.reddit.com/r/*/message/moderator/*
// @include *://*.reddit.com/message/moderator/*
// @include *://*.reddit.com/r/*/message/moderator/*
// @downloadURL http://userscripts.org/scripts/source/167234.user.js