Skip to content

Instantly share code, notes, and snippets.

@gawaooooo
gawaooooo / 0_reuse_code.js
Last active January 22, 2016 16:30
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
@gawaooooo
gawaooooo / test.php
Last active December 12, 2015 08:38 — forked from hoPPen/test.php
<?php
echo "test";
echo "fork test.php";
?>