Skip to content

Instantly share code, notes, and snippets.

View Tiny-Giant's full-sized avatar

Tiny Giant Tiny-Giant

  • Ladysmith, BC, Canada
View GitHub Profile
(function () {
// Define app namespace
var App = {};
// Place edit items here
App.items = [];
// Place selected jQuery items here
App.selections = {};
+------------------+--------+--------------+------------------------------------------------------------------------------------------------------------------------------+--------+---------+----------+----------------+----------------------+----------------------+--------------------+
| Trigger          | Event  | Table        | Statement                                                                                                                    | Timing | Created | sql_mode | Definer        | character_set_client | collation_connection | Database Collation |
+------------------+--------+--------------+------------------------------------------------------------------------------------------------------------------------------+--------+---------+----------+----------------+----------------------+----------------------+--------------------+

| transactions__ai | INSERT | transactions | INSERT INTO jyai.transactions_history SELECT 'insert', NULL, NOW(), d.* FROM jyai.transactions AS d WHERE

// load future from fibers var Future = Meteor.npmRequire("fibers/future"); // load youtubedl var youtubedl = Meteor.npmRequire('youtube-dl'); // load ytdl-core var ytdl = Meteor.npmRequire('ytdl-core');

Meteor.methods({ 'command' : function(line) { // this method call won't return immediately, it will wait for the

App.funcs.diff = function() {
var table = $('<table/>')[0];
function maakRij(x, y, type, rij){
var tr = document.createElement('tr');
if(type==='+'){
tr.className='add';
// ==UserScript==
// @name Tag list
// @namespace http://stackapps.com/questions/4207/burninator-toolkit
// @author Will Sullivan (Will)
// @developer David Bingham (Mogsdad)
// @version 1.2.4
// @grant none
// @description Adds an expandable list containing a link to every question on the current tag page. Useful when you want to open many questions with the same tag at the same time.
// @include /^https?://(meta\.)?(stackoverflow|stackexchange|serverfault|superuser|askubuntu|stackapps)\.com/(questions/(new|popular|need-answers)|search).*/
// ==/UserScript==
// ==UserScript==
// @name My Fancy New Userscript
// @namespace http://your.homepage/
// @version 0.1
// @description enter something useful
// @author You
// @include /^https?://(meta\.)?(stackoverflow|stackexchange|serverfault|superuser|askubuntu|stackapps)\.com/questions/[0-9]+.*/
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Roomba-VTZ (Vote-to-zero)
// @namespace https://gist.github.com/mogsdad/ed30af363a376ec4a1c2
// @version 1.1
// @description Presents a set of buttons to quickly down-vote questions & answers for automatic deletion. (AKA Roomba candidates)
// @author David Bingham (Mogsdad)
// @include /^https?://\w*.?(stackoverflow|stackexchange|serverfault|superuser|askubuntu|stackapps)\.com/questions/[0-9]+.*/
// @grant none
// ==/UserScript==
// ==UserScript==
// @name CV Request Archiver
// @namespace http://your.homepage/
// @version 1.0.0.0
// @description Scans the chat transcript and checks all cv requests for status, then moves the closed ones.
// @author @TinyGiant
// @match http://chat.stackoverflow.com/rooms/89853/*
// @grant GM_xmlhttpRequest
// ==/UserScript==
@Tiny-Giant
Tiny-Giant / TaggedQuestionList.user.js
Last active September 26, 2015 19:39 — forked from mogsdad/TaggedQuestionList.user.js
This userscript will add a list (initially hidden in an expandable div) containing links to every question listed on a tag page (i.e., questions/tagged/something). When a link in this list is clicked, it goes away. This allows you to easily open up many questions with this tag at the same time. Simply ctrl-click on the first link, then keep clic…
// ==UserScript==
// @name Tag list
// @namespace http://stackapps.com/questions/4207/burninator-toolkit
// @author Will Sullivan (Will)
// @developer David Bingham (Mogsdad)
// @version 1.2.6
// @grant none
// @description Adds an expandable list containing a link to every question on the current tag page. Useful when you want to open many questions with the same tag at the same time.
// @include /^https?://(meta\.)?(stackoverflow|stackexchange|serverfault|superuser|askubuntu|stackapps)\.com/(questions/(new|popular|need-answers)|search).*/
// ==/UserScript==
// ==UserScript==
// @name Inline Editing Everywhere
// @namespace https://github.com/Tiny-Giant/
// @version 1.0.0.3
// @description Enables inline editing on any site in the Stack Exchange network.
// @author @TinyGiant
// @grant none
// @include /^https?://\w*.?(stackoverflow|stackexchange|serverfault|superuser|askubuntu|stackapps)\.com/(questions|posts|review)/(?!tagged|new).*/
// ==/UserScript==