Skip to content

Instantly share code, notes, and snippets.

View hoodie's full-sized avatar
🎯
Focusing

Hendrik Sollich hoodie

🎯
Focusing
View GitHub Profile
@hoodie
hoodie / LICENSE.txt
Created June 24, 2011 07:42 — forked from 140bytes/LICENSE.txt
140byt.es -- Click ↑↑ fork ↑↑ to play!
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
function cat_in_box(){
try{console.log("it's alive");return 0;}
finally{console.log("it's dead");}
}
@hoodie
hoodie / keybase.md
Created April 26, 2014 16:15
keybase.md

Keybase proof

I hereby claim:

  • I am hoodie on github.
  • I am hoodie (https://keybase.io/hoodie) on keybase.
  • I have a public key whose fingerprint is 092B BA65 4F07 387C 858D 6823 9AC6 BB12 CC1C 6351

To claim this, I am signing this object:

@hoodie
hoodie / wallsplit.sh
Last active August 29, 2015 13:56
split wallpapers for 12 screen display
#!/bin/bash
FORMAT=png
RESIZE_NAME="FULL"
RESIZE_OUTPUT=$RESIZE_NAME.$FORMAT
CUTOUTPUT="CUT"
SCREEN_WIDTH=$(( 1920))
SCREEN_HEIGHT=$((1081))
WIDTH=$(( $SCREEN_WIDTH *4))
HEIGHT=$(( $SCREEN_HEIGHT *3))