Skip to content

Instantly share code, notes, and snippets.

View pirm-in's full-sized avatar

Pirmin Schneider pirm-in

View GitHub Profile
@pirm-in
pirm-in / openpgp.txt
Created November 8, 2017 18:14
Verknüpfte OpenKeychain-Identität
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:ad25be7b9f1cbc0c9e9fd0127699c23b8b53727e]
@pirm-in
pirm-in / openpgp.txt
Created November 8, 2017 18:14
Verknüpfte OpenKeychain-Identität
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:ad25be7b9f1cbc0c9e9fd0127699c23b8b53727e]
@pirm-in
pirm-in / openpgp.txt
Created November 8, 2017 18:13
Verknüpfte OpenKeychain-Identität
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:ad25be7b9f1cbc0c9e9fd0127699c23b8b53727e]
@pirm-in
pirm-in / main.erl
Last active September 28, 2015 10:28
Coin challenge v1
#!/usr/bin/env escript
main(_) ->
{ok, [X]} = io:fread(">", "~d"),
c(X).
w(X) -> io:fwrite("~p ", [X]).
c(X) when X >= 5 ->
w(5),
@pirm-in
pirm-in / Styleguide_HTML-SCSS.md
Last active August 29, 2015 14:01
Styleguide HTML/SCSS

##Inhalt

  1. Syntax und Formatierung
  2. Selektoren
  3. Eigenschaften
  4. Mixins und Placeholder
  5. Variablen
  6. Methodik
  7. Sonstiges
  8. Links