I hereby claim:
- I am ericavonb on github.
- I am ericavonb (https://keybase.io/ericavonb) on keybase.
- I have a public key whose fingerprint is 532B 71ED D763 4058 34C1 AEB8 FF2E C351 0D26 02AA
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Inspiration: Deis Commit Style Guide
I often quote Deis in sections below.
It makes going back and reading commits easier. It also allows you to spend less time thinking about what your commit message should be.
????
https://github.com/Clever/clever-dashboard/pull/???
TO DO
test1 = (cb) -> | |
count = 0 | |
for i in [0..4] | |
setTimeout(-> | |
console.log(i) | |
count++ | |
if count >= 4 | |
cb() |
I hereby claim:
To claim this, I am signing this object:
Inspiration: Dies Commit Style Guide*
I often quote Dies in sections below.
NOTE - Dies took their style guide from CoreOS who took it from Angular. Will be updating with proper attribution soon.
;; ========================================================================== ;; | |
;; Emacs Initialization File ;; | |
;; ========================================================================== ;; | |
;; -------------------------------------------------------------------------- ;; | |
;; Package Management and Marmalade ;; | |
;; -------------------------------------------------------------------------- ;; |
<section> | |
<section id="kubernetes-hands-on"> | |
<h1>Intro to Kubernetes</h1> | |
<h2>Workshop</h2> | |
<br/> | |
<p>TECH(K)NOW DAY - London, UK - Tue 9 Oct 2018</p> | |
<p><a href="http://bit.ly/wwg-k8s">bit.ly/wwg-k8s</a></p> | |
</section> | |
<section data-state='blackout' data-background-color="#000000" id='presented-by'> | |
<p>Hi! I'm Erica von Buelow.</p> |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Ansi 0 Color</key> | |
<dict> | |
<key>Blue Component</key> | |
<real>0.20000000298023224</real> | |
<key>Green Component</key> | |
<real>0.20000000298023224</real> |
#!/bin/sh | |
echo "What should the Application be called (no spaces allowed e.g. GCal)?" | |
read inputline | |
name="$inputline" | |
echo "What is the url (e.g. https://www.google.com/calendar/render)?" | |
read inputline | |
url="$inputline" |