Skip to content

Instantly share code, notes, and snippets.

@janecakemaster
janecakemaster / keybase.md
Created November 24, 2020 17:13
keybase id

Keybase proof

I hereby claim:

  • I am janecakemaster on github.
  • I am cakemaster (https://keybase.io/cakemaster) on keybase.
  • I have a public key ASCUT_kSQG_LWgfWlNzbaD0miJA1puQUHP_Twln8Y6LMXgo

To claim this, I am signing this object:

<!DOCTYPE html>
<html>
<head>
<title>ScriptEd Unit 5 Project: Calculator</title>
</head>
<body>
<div class="container">
<h1>ScriptEd Unit 5 Project: Calculator</h1>
<hr/>
<div class="row">
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<!-- here's the html element you need to select -->
<div id="box">i'm a box duh</div>
<button id="textChanger">change text</button>
<button id="colorChanger">change color</button>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<!-- here's the html element you need to select -->
<div id="box">i'm a box</div>
<button id="clicker">change</button>
</body>
@janecakemaster
janecakemaster / git-commands.sh
Last active January 7, 2016 21:39
git commands
# check status
git status
# add file to staging
git add index.html
# commit with shorthand command
git commit -m "message"
# or to use text editor
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
<style id="jsbin-css">
.title {
color: red;
font-size: 50px;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>training</title>
</head>
<body>
whaaaaaaaaaaaaaaaaaaaaaaaaaaaaaatcool.
<script id="jsbin-javascript">
console.log('hello world');
TWILIO_SID=<account id>
TWILIO_AUTH=<auth token>
TWILIO_NUMBER=<phone number>
CRYPTO_PW=<salt>
APP_URL=<dev url>
PORT=<port>
NODE_ENV=development
@janecakemaster
janecakemaster / empirejs.md
Last active August 29, 2015 14:20
empire js notes 2015

EmpireJS 2015 - takeaways and resources

Day 1

Rudy Jahchan - Getting Started in VR with JS (art, vr, physical)

  • slides
  • it would be cool to get our hands on google cardboard and experiment with 3d-ish video!
raw json data looks like this:
{
"name":"flare.analytics.cluster.AgglomerativeCluster",
"size":3938,
"imports":[
"flare.animate.Transitioner",
"flare.vis.data.DataList",
"flare.util.math.IMatrix",
"flare.analytics.cluster.MergeEdge",