Skip to content

Instantly share code, notes, and snippets.

View numerodix's full-sized avatar

Martin Matusiak numerodix

View GitHub Profile
@numerodix
numerodix / gist:ed4335b4fd08dbd2fd6b
Created January 10, 2016 15:10
kcov emcache not happy
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.3 LTS
Release: 14.04
Codename: trusty
$ src/kcov --version
kcov 31
@numerodix
numerodix / app.py
Created May 30, 2014 18:01
flask pdb test case
from flask import Flask
app = Flask(__name__)
import mod
@app.route("/")
def hello():
s = mod.get()
return s