Skip to content

Instantly share code, notes, and snippets.

Want to fork your own gists? No fork button? No problem! Install this user script by clicking refork.user.js' "raw" link down below: ⇓

@doubleshow
doubleshow / 0_reuse_code.js
Last active August 29, 2015 14:22
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
@doubleshow
doubleshow / index.xml
Last active August 29, 2015 14:24 — forked from calebhsu/index.xml
<craft>
<info>
<title>Noah's Ark (P1)</title>
</info>
<craft name="frame" module="E1edH"/>
<craft name="page1">
<craft name="page" module="VJgZY"/>
<craft name="sun" module="NyY1g"/>
@doubleshow
doubleshow / README.md
Last active August 29, 2015 14:26 — forked from calebhsu/README.md
Chair using CraftML tags
title author
Making a Chair
Caleb Hsu

Objective: Make a chair with adjustable length and leg height.

Start by making the seat of the chair. We can add parameters after we have determined our dimensions.