#Document Title
##Heading 2
###Introduction
Something, something. A link to Google.
- Bullets
- Another one
| #!/bin/bash | |
| # Linux version | |
| # Use this script to pipe in/out of the clipboard | |
| # | |
| # Usage: someapp | clipboard # Pipe someapp's output into clipboard | |
| # clipboard | someapp # Pipe clipboard's content into someapp | |
| # | |
| if command -v xclip 1>/dev/null; then | |
| if [[ -p /dev/stdin ]] ; then |
| var baudio = require('baudio') | |
| , TAU = Math.PI * 2 | |
| var ADSR = function(a, d, s, r) { | |
| this.attackDuration = a | |
| this.decayDuration = d | |
| this.sustainLevel = s | |
| this.releaseDuration = r | |
| var attackTime = false |
| <?php | |
| $foo = "bar"; | |
| echo $foo; |
| $foo = "bar"; | |
| echo $foo; |
| echo import random\;s=\"$(echo $(curl -s $(echo http://www.a`echo "import random; print ''.join(random.randint(2,60) * ['h'])" | python`.com) | base64) | tr -d " ")\"\; n = len\(s\)\;x=random.randint\(10, n-30\)\;print s[x:x+20] | python |
| find . -type f -print0 | xargs -0 sed -i 's/colors.grey/colors.white/g' | |
| find . -type f -print0 | xargs -0 sed -i 's/chalk.gray/chalk.white/g' |
#Document Title
##Heading 2
###Introduction
Something, something. A link to Google.