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
module.exports = { | |
/** | |
* | |
* Using raw socket.io functionality from a Sails.js controller | |
* | |
*/ | |
index: function (req,res) { |
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 Restore chat button to stackoverflow | |
// @namespace http://stackoverflow.com/users/1907358/connor-js | |
// @version 0.1 | |
// @description restore stackoverflow chat link | |
// @match http://*.stackoverflow.com/* | |
// @copyright 2012+, You | |
// ==/UserScript== | |
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 Stackoverflow black bar destroyer | |
// @namespace http://stackoverflow.com/users/1907358/connor-js | |
// @version 0.1 | |
// @description Does what it says on the tin. | |
// @match http://*.stackoverflow.com/* | |
// @copyright 2012+, You.......... | |
// ==/UserScript== | |