Want to fork your own gists? No fork button? No problem! Install this user script by clicking refork.user.js' "raw" link down below: ⇓
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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"/> |
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.