Skip to content

Instantly share code, notes, and snippets.

View justindarc's full-sized avatar

Justin D'Arcangelo justindarc

View GitHub Profile
@ericelliott
ericelliott / essential-javascript-links.md
Last active May 17, 2024 03:38
Essential JavaScript Links
@azasypkin
azasypkin / WebSocketServer.js
Last active August 29, 2015 14:11
FxOS WebSocketServer draft
/* exported WebSocketUtils */
(function(exports) {
'use strict';
exports.WebSocketUtils = {
/**
* Mask every data element with the mask (WebSocket specific algorithm).
* @param {Array} mask Mask array.
* @param {Array} array Data array to mask.
@shrwnsan
shrwnsan / gist:2860805
Created June 3, 2012 01:14
Sublime Text 2 - Fetch Settings
{
"files":
{
"jquery" : "http://code.jquery.com/jquery.js",
"jquery.min" : "http://code.jquery.com/jquery.min.js",
"jquery-cookie" : "https://raw.github.com/carhartl/jquery-cookie/master/jquery.cookie.js",
"jquery-dotimeout" : "https://raw.github.com/cowboy/jquery-dotimeout/master/jquery.ba-dotimeout.min.js",
"jquery-extra-selectors" : "https://raw.github.com/keithclark/JQuery-Extended-Selectors/master/jquery-extra-selectors.js",
"jquery-flexslider" : "https://raw.github.com/mbmufffin/FlexSlider/master/jquery.flexslider-min.js",
"jquery-mediaelement" : "https://raw.github.com/johndyer/mediaelement/master/build/mediaelement-and-player.js",
@ariunbat
ariunbat / fetch
Last active December 1, 2015 13:44
Fetch Settings for Sublime Text 2
{
"files":
{
"avgrundjs": "https://raw.github.com/voronianski/jquery.avgrund.js/master/js/jquery.avgrund.js",
"backbone": "http://documentcloud.github.com/backbone/backbone.js",
"backbone.localStorage": "https://raw.github.com/jeromegn/Backbone.localStorage/master/backbone.localStorage.js",
"backbone.min": "http://documentcloud.github.com/backbone/backbone-min.js",
"d3js": "http://d3js.org/d3.v3.min.js",
"raphaeljs": "http://github.com/DmitryBaranovskiy/raphael/raw/master/raphael-min.js",
"history": "https://raw.github.com/balupton/history.js/master/scripts/compressed/history.js",