Skip to content

Instantly share code, notes, and snippets.

View simonkern's full-sized avatar

Simon Kern simonkern

View GitHub Profile

Keybase proof

I hereby claim:

  • I am simonkern on github.
  • I am simme (https://keybase.io/simme) on keybase.
  • I have a public key whose fingerprint is 7481 E3C8 B6D6 BFA0 29D7 ED77 1B50 2787 1E50 F33F

To claim this, I am signing this object:

@simonkern
simonkern / ssh
Last active August 29, 2015 14:16 — forked from zxvdr/ssh
package main
import (
"bytes"
"code.google.com/p/go.crypto/ssh"
"fmt"
"log"
"net"
"os"
)
@simonkern
simonkern / 01.configure
Created November 2, 2013 11:38
gfortran
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking target system type... x86_64-apple-darwin13.0.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for gawk... no
checking for mawk... no
checking for nawk... no
#!/usr/bin/python
# -*- coding: utf-8 -*-
from .base import *
from .secrets import *
DEBUG = True
TEMPLATE_DEBUG = DEBUG
CACHE_TIMEOUT = 30