Skip to content

Instantly share code, notes, and snippets.

@olberger
olberger / gen-webid-cert.sh
Last active January 14, 2018 17:15 — forked from njh/_README.md
Fix syntax problem for PKCS12 generation prompt
#!/bin/sh
#
# gen-webid-cert.sh: WebID Self-signed Certificate Generator
#
# This is free and unencumbered software released into the public domain.
#
# Anyone is free to copy, modify, publish, use, compile, sell, or
# distribute this software, either in source code form or as a compiled
# binary, for any purpose, commercial or non-commercial, and by any
# means.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@olberger
olberger / Tutoriel - Introduction informelle.ipynb
Last active December 16, 2015 03:49
Chapitre "3. Introduction informelle à Python" du Tutoriel Python officiel (traduit en français), repris de http://www.afpy.org/doc/python/2.7/tutorial/introduction.html
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
var noun_type_debian_release = new CmdUtils.NounType("release",
["any", "experimental", "stable",
"testing", "unstable", "oldstable",
"sid", "lenny", "etch", "squeeze"]);
var noun_type_texttile = new CmdUtils.NounType("text or title", ["Title", "Text"]);
var bugno_re = new RegExp("^#([0-9]+)");
// http://github.com/garyhodgson/ubiquity-rtm-api/blob/7299e60eab828fa89d76ce3c927faa1ad4064a23/ubiquity-rtm-api.js