I hereby claim:
- I am lyntco on github.
- I am lynt (https://keybase.io/lynt) on keybase.
- I have a public key whose fingerprint is 13C9 8E59 5CBC 6A93 23AE F14A 10C7 838D 1897 D24E
To claim this, I am signing this object:
let disco, playing = false; | |
const dots = document.getElementsByTagName('rect'); | |
const box = document.getElementsByTagName('g')[0]; | |
const getRandomNumber = () => { | |
return Math.floor(Math.random() * 255) + 1; | |
}; | |
const getRandomCol = () => { | |
return `rgb(${getRandomNumber()}, ${getRandomNumber()}, ${getRandomNumber()})`; |
You can access the UI at the localhost:`PORT_SPECIFIED`. | |
Example curl: | |
curl -H "Content-Type: application/json" -X POST -d '[{ | |
"type": "email", | |
"data": { | |
"title": "welcome email for tj", | |
"to": "[email protected]", | |
"template": "welcome-email" | |
}, |
I hereby claim:
To claim this, I am signing this object:
How to make a repo
How to connect a folder to github
How to push to github
How to make a pull request
https://help.github.com/
Git Basics
http://rogerdudler.github.io/git-guide/
Write a program to tell you how many birthday candles a person would have had on their cakes total if every year they had an accurate number of candles to birth years on their cakes.
Example method call:
candle_count('01-01-2014')
# => '0 candles have burned for you'
candle_count('01-01-2012')
# => '3 candles have burned for you'