- how do you spell "[your first name here]" in military call letters? #card
- TODO add your first name's spelling here!
- how do you spell "[your last name here]" in military call letters? #card
- TODO add your last name's spelling here!
- what is the military call letter for A? #card
- Alpha
- what is the military call letter for B? #card
- Bravo
- what is the military call letter for C? #card
- Charlie
- Celsius → Fahrenheit
- 40℃ =
__
℉ #card- 40℃ = 104℉
- 30℃ =
__
℉ #card- 30℃ = 86℉
- 20℃ =
__
℉ #card- 20℃ = 68℉
- 10℃ =
__
℉ #card- 10℃ = 50℉
- 0℃ =
__
℉ #card
- 40℃ =
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
# This is Git's per-user configuration file. | |
# Located at ~/.gitconfig in Devon's filesystem. | |
[user] | |
email = [email protected] | |
name = Devon Zuegel | |
[core] | |
editor = code --wait |
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
/* This has moved to: | |
* https://github.com/devonzuegel/digital-nesting/blob/master/twitter.css | |
*/ |
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
/* This has moved to: | |
* https://github.com/devonzuegel/digital-nesting/blob/master/zoom/zoom.js | |
*/ |
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
/* This has moved to: | |
* https://github.com/devonzuegel/digital-nesting/blob/master/roam.css | |
*/ |
This file has been truncated, but you can view the full file.
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
How Canada's military reacted to seeing Pokemon Go players trespassing on its bases | CBC News | |
<style>.viafoura{--base-font-size:.625rem}.tippy-iOS{-webkit-tap-highlight-color:transparent;cursor:pointer !important}.tippy-popper{transition-timing-function:cubic-bezier(0.165,0.84,0.44,1);max-width:calc(100% - 8px);pointer-events:none;outline:0} | |
.tippy-popper[x-placement^="top"] .tippy-backdrop{border-radius:40% 40% 0 0}.tippy-popper[x-placement^="top"] .tippy-roundarrow{bottom:-6.5px;transform-origin:50% 0;margin:0 3px} | |
.tippy-popper[x-placement^="top"] .tippy-roundarrow svg{position:absolute;left:0;transform:rotate(180deg)}.tippy-popper[x-placement^="top"] .tippy-arrow{border-top:8px solid #333;border-right:8px solid transparent;border-left:8px solid transparent;bottom:-7px;margin:0 3px;transform-origin:50% 0} | |
.tippy-popper[x-placement^="top"] .tippy-backdrop{transform-origin:0 25%}.tippy-popper[x-placement^="top"] .tippy-backdrop[data-state="visible"]{transform:scale(1) translate(-50%,-55%)} |
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
/* This has moved to: | |
* https://github.com/devonzuegel/digital-nesting/blob/master/google-docs.css | |
*/ |
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
#!/bin/sh | |
export DAY=`date +'%Y-%m-%d'` | |
user=devonzuegel | |
tweetsFile="$DAY--$user--tweets.csv" | |
retweetsFile="$DAY--$user--retweets.csv" | |
favoritesFile="$DAY--$user--favorites.csv" | |
followingsFile="$DAY--$user--followings.csv" |
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
foo(arg1, arg2, arg3, arg4); |
NewerOlder