The Voronoi tessellation shows the closest point on the plane for a given set of points. This example updates the Voronoi diagram in response to mouse interaction! Colors by Cynthia Brewer; algorithm by Steven Fortune; implementation based on work by Nicolas Garcia Belmonte; interaction inspired by Raymond Hill.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name TagPro Chat Enhancer | |
// @namespace http://www.reddit.com/user/-omicron-/ | |
// @description Disables ingame chat messages while logging messages outside the game environment with the same styling/formating but allowing for all kinds of extra functionality in doing so. | |
// @include http://tagpro-*.koalabeast.com:* | |
// @include http://tagpro-*.koalabeast.com/groups/* | |
// @include http://tangent.jukejuice.com:* | |
// @include http://tangent.jukejuice.com/groups/* | |
// @include http://maptest.newcompte.fr:* | |
// @include http://maptest.newcompte.fr/groups/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* TagPro Neomacro | UserScript by Popcorn. | |
* ======================================== | |
* Are you tired of overly complex chat macro systems? Have you forgotten whether you bound "Yes" to I or U? | |
* This is Neomacro -- TagPro macro system that uses arrow keys, ctrl and 0 (zero) (you use WASD to control | |
* the game, don't you?) to create powerful and easy-to-remember macro codes. | |
* | |
* 1.0 update: Redesigned some macros, be sure to take a look. | |
* 1.1 update: Simplified code, added more comments | |
* 1.2 update: Goodbye, backspace and ctrl+something! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Rolling 300 Timeline | |
// @description Shows your Rolling 300 Timeline & Streaks (using official game data) on your chosen server homepage. | |
// @version 1.7.0 | |
// @include http://*.newcompte.fr* | |
// @include http://tagpro*.koalabeast.com* | |
// @grant GM_setValue | |
// @grant GM_getValue | |
// @grant GM_addStyle | |
// @updateURL https://gist.github.com/nabbynz/23a54cace27ad097d671/raw/TagPro_Rolling300Timeline.user.js |