Skip to content

Instantly share code, notes, and snippets.

@TaraRed
TaraRed / meteorV.sh
Created September 13, 2012 21:53
Meteor version checks and fibers test.
cd ~
echo ===
meteor --version
node --version
echo ---
/usr/lib/meteor/meteor --version
/usr/lib/meteor/bin/node --version
echo ---
cd /usr/lib/meteor/lib/node_modules/fibers
stat src/fibers.node
@TaraRed
TaraRed / ReviewKeyboard.user.js
Created July 13, 2012 14:50
Allows you to use "1", "2", "3" and "4" to press the review buttons in the review tools.
// ==UserScript==
// @author Tom Wijsman
// @name Review Keyboard
// @description Allows you to use "1", "2", "3" and "4" to press the review buttons in the review tools.
// @include http://*superuser.com/review-beta/*
// ==/UserScript==
function EmbedCodeOnPage(javascript_code) {
var code_element = document.createElement('script');
code_element.type = 'text/javascript';
@TaraRed
TaraRed / autoreviewcomments.user.js
Created July 12, 2012 18:56 — forked from Benjol/autoreviewcomments.user.js
PFC that works for new /review
// ==UserScript==
// @name AutoReviewComments
// @namespace benjol
// @version 1.2.3
// @description Add pro-forma comments dialog for reviewing (pre-flag)
// @include http://*stackoverflow.com/questions*
// @include http://*stackoverflow.com/review*
// @include http://*stackoverflow.com/admin/dashboard*
// @include http://*stackoverflow.com/tools*
// @include http://*serverfault.com/questions*
$ node index.js ../Meteor/meteor-windows/app/meteor/meteor.js
Function "usage" on line 7.
Function "anonymous" on line 18.
Function "require_project" on line 30.
Function "anonymous" on line 35.
Function "find_mongo_port" on line 60.
Function "findCommand" on line 68.
Function "func" on line 83.
Function "func" on line 121.
Function "func" on line 133.