View emoji-library.md
View 8pt-grid.txt
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
8 | |
16 | |
24 | |
32 | |
40 | |
48 | |
56 | |
64 | |
72 |
View 6-minute-chunks.txt
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
:00 | |
:06 | |
:12 | |
:18 | |
:24 | |
:30 | |
:36 | |
:42 | |
:48 | |
:54 |
View prefixes.txt
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
xs | |
sm | |
md | |
lg | |
xl | |
=== | |
nano | |
micro |
View keybase.md
Keybase proof
I hereby claim:
- I am dperuo on github.
- I am derekperuo (https://keybase.io/derekperuo) on keybase.
- I have a public key ASDeTQ754d-as2-_FrFFisaoLteVFawCM8y9EuvVPUkAVgo
To claim this, I am signing this object:
View md-footnotes.md
Markdown Footnotes
Nullam id dolor id nibh1 ultricies vehicula ut id elit. Donec id elit non mi porta gravida at eget metus. Aenean lacinia bibendum nulla sed consectetur. Donec ullamcorper nulla non metus auctor fringilla. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.
1 Nullam id dolor id nibh ultricies vehicula ut id elit.
View Makefile
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
INPUT := myfile | |
OUTPUT := myfile2 | |
.PHONY: all | |
all: $(OUTPUT) | |
$(OUTPUT): $(INPUT) | |
cp $^ $@ | |
$(INPUT): |
NewerOlder