Skip to content

Instantly share code, notes, and snippets.

@eins78
eins78 / Screen Shot 2014-08-04 at 11.56.25.png
Last active May 25, 2018 04:28
testing Input typeface with Atom editor
Screen Shot 2014-08-04 at 11.56.25.png
嬽ἒ
@eins78
eins78 / keybase.md
Created May 24, 2014 10:37
keybase.io proof

Keybase proof

I hereby claim:

  • I am eins78 on github.
  • I am mfa (https://keybase.io/mfa) on keybase.
  • I have a public key whose fingerprint is 79DC 7E64 39A8 1E18 A826 2C4F D10A 52BC 9651 13EA

To claim this, I am signing this object:

@eins78
eins78 / unfix-navbar.css
Created April 25, 2014 15:37
unfix-navbar.css — für fefe <http://blog.fefe.de/?ts=adb04062>
nav, .navbar,
.navbar-fixed-top,
.navbar-fixed-bottom {
position: initial !important;
}
body {
padding: initial !important;
}
@eins78
eins78 / gut-das-an-nichts-gespart-wird.md
Last active August 29, 2015 13:57
Engangene Einnahmen durch Cannabisprohibition Deutschland 2012

@de-DE

Engangene Einnahmen durch Cannabisprohibition 2012

Wieviel Mehrwertsteuer hätte die BRD eingenommen, wenn die sichergestellte Menge Cannabis im Jahr 2012 zum Preis von 10€ pro Gramm verkauft worden wäre?

gras = 4942,0kg

@eins78
eins78 / gist:8463493
Last active January 3, 2016 12:29
Re: The Next Phase of Node.js
From: "Max F. Albrecht" <1@178.is>
Subject: Re: [npm] Re: The Next Phase of Node.js
Date: Thu, 16 Jan 2014 22:07:09 +0100
To: "npm-@googlegroups.com" <npm-@googlegroups.com>
Am 15.01.2014 um 22:49 schrieb Isaac Schlueter <i@izs.me>:
> if you're happy with the current status quo, you can just take it easy and maybe eventually get a job where you use npm for > work stuff also :)
Hey, that's me! ;)
@eins78
eins78 / .gitignore
Last active December 20, 2015 11:39
flatiron-nconf-wtf
/node_modules/
@eins78
eins78 / index.html
Last active December 20, 2015 08:59
boostrap scrollspy test
// from <https://github.com/twbs/bootstrap-examples/blob/2998929b39eb3a4d587c6237d98095f9f5b0df2f/starter-template/starter-template.css>
body {
padding-top: 50px;
}
.starter-template {
padding: 40px 15px;
text-align: center;
}
@eins78
eins78 / backbone.pdf
Last active December 15, 2015 16:59
docco-pandoc for LaTeX output
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@eins78
eins78 / startsl-nginx-step1.sh
Created November 13, 2012 20:06
startssl + nginx
APP=nginx
HOST=ars
CLASS=2
#echo "make key: $APP.$HOST.encrypted.key"
#openssl genrsa -des3 -out $APP.$HOST.encrypted.key 2048
echo "make CSR: $APP.$HOST.csr"
openssl req -new -key $APP.$HOST.encrypted.key -out $APP.$HOST.csr