Skip to content

Instantly share code, notes, and snippets.

View shariechan's full-sized avatar

Sharina Rapales shariechan

  • Philippines
View GitHub Profile

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@shariechan
shariechan / build_jsmin.sh
Created March 1, 2016 23:08 — forked from danbettles/build_jsmin.sh
Building JSMin on Linux
#!/bin/sh
TEMP_DIR="/tmp/jsmin"
SRC_FILENAME="http://www.crockford.com/javascript/jsmin.c"
SRC_BASENAME="jsmin.c"
BIN_BASENAME="jsmin"
BIN_DIR="/bin"
mkdir $TEMP_DIR
cd $TEMP_DIR
@shariechan
shariechan / 0_reuse_code.js
Created February 27, 2016 15:07
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console