Skip to content

Instantly share code, notes, and snippets.

View cluebcke's full-sized avatar

Chris Luebcke cluebcke

  • Xactly
  • San Jose, CA
View GitHub Profile
@domenic
domenic / removing-module-x-from-y.md
Last active August 29, 2015 14:02
Practical implications of removing `module x from "y"`

Practical Implications of Removing module x from "y"

Background

According to this gist, the modules break-out session at TC39 (a subset of the larger committee) decided to remove the

module x from "y";
@paulosborne
paulosborne / gist:7640679
Created November 25, 2013 12:40
Hipster indexOf
var message = "hello, how are you Tal?";
if (~message.indexOf('Tal')) {
console.log('found matching text');
}
@gbakernet
gbakernet / sassmacros.xml
Created May 18, 2012 08:33
Sass Macros for Ant
<?xml version="1.0"?>
<!--
# Sass Macros for Ant
# http://github.com/gbakernet
# Authored 2012 Glenn Baker; Licensed MIT */
<sass> Usage - Compile sass files
* jarpath - is path to jruby-complete.jar and gem-sass.jar
* src - input
* dest - output