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
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 |
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== | |
// @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'; |
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 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* |
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
$ 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. |