Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: #eee;
}
.content {
width: 300px;
height: 300px;
/**
* to-absolute-url.js
*
* @version 1.0.1
* @author think49
* @url https://gist.github.com/think49/1e8944a19a36dd57c829
* @license http://www.opensource.org/licenses/mit-license.php (The MIT License)
*/
'use strict';
@otolab
otolab / test.js
Last active August 29, 2015 14:21 — forked from bennadel/test.js
// Include module references.
var fileSystem = require( "fs" );
var stream = require( "stream" );
var util = require( "util" );
var chalk = require( "chalk" );
// ---------------------------------------------------------- //
// ---------------------------------------------------------- //