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:
I hereby claim:
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> |
| # 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 |
| 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", |