Skip to content

Instantly share code, notes, and snippets.

View cschmittiey's full-sized avatar

Caleb Smith cschmittiey

View GitHub Profile
@coderbyheart
coderbyheart / arch-linux-intel-compute-stick.md
Created January 8, 2016 16:03
Arch Linux on Intel Compute Stick
OUTDATED. PLEASE SEE https://walkman100.github.io/formatting
<text>
```java
<code>
```
(Documentation [here](https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown))
@ansuz
ansuz / dino.js
Created October 31, 2014 06:18
a dinosaur
var dino=function(){
return function(){/*
_
/ _)
.-^^^-/ /
__/ /
/__.|_|-|_|*/}.toString().split(14,-3);
};