Skip to content

Instantly share code, notes, and snippets.

@pepijn
pepijn / 1-works.org.txt
Last active June 19, 2016 17:02
Fill paragraph messes with inline org-mode babel source code
Before =fill-paragraph=:
#+NAME: answer
#+RESULTS:
: 42
The answer to Life, the Universe and Everything is src_emacs-lisp[:var answer=answer]{answer} {{{results(=42=)}}}.
Great success!
@pepijn
pepijn / log.feature
Last active September 15, 2015 09:24
| <2015-07-10 Fri> | Mirusha Waterfalls, Kosovo | |
| <2015-07-10 Fri> | Prishtina, Kosovo | |
| <2015-07-11 Sat> | Kumanovo, Macedonia | Dodging borders |
| <2015-07-11 Sat> | Interflat Hostel & Apartments, Podmaniczky u. 27, Budapest | |
| <2015-07-14 Tue> | Hostel Marabou, Koněvova 738/55, Prague | |
| <2015-07-15 Wed> | Hostel & Garten Eden, Leipzig | |
| <2015-07-16 Thu> | Ferropolis | Melt! Festival |
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pepijn
pepijn / api.stuurperpost.nl
Last active August 29, 2015 14:07
StuurPerPost API examples
ENVELOPES(1) StuurPerPost.nl API Manual ENVELOPES(1)
NAME
POST /v1/envelopes -- Send a PDF file to an address in The Netherlands
@pepijn
pepijn / keybase.md
Last active August 29, 2015 14:05
Keybase

Keybase proof

I hereby claim:

  • I am pepijn on github.
  • I am pepijnl (https://keybase.io/pepijnl) on keybase.
  • I have a public key whose fingerprint is 42D2 9AE4 C19D 429F 3458 8A15 8D1E 8B08 E344 3250

To claim this, I am signing this object:

#!/bin/bash
set -x
HOST=https://www.ticketswap.nl
FISSA="$1" # Example: /53148/de-beste-singer-songwriter-van-nederland
while :
do
date
URI=$(curl -s "$HOST$FISSA" \
-H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36' \
words = {
good: "france",
bad: "french"
}
pairs = {
good: [],
bad: []
}
@pepijn
pepijn / rails_admin.nl.yml
Created November 18, 2012 09:21 — forked from DRiKE/rails_admin.nl.yml
Dutch translation for RailsAdmin
# Localization file for Dutch.
# Translated from the English locale by Luuk Hendriks (DRiKE on github), used the date and datetime
# from https://github.com/svenfuchs/rails-i18n/blob/master/rails/locale/nl.yml
# credits for those sections to Ariejan de Vroom and Floris Huetink
nl:
admin:
home:
name: Home
pagination:
nl:
errors:
messages:
not_found: "niet gevonden"
already_confirmed: "is reeds bevestigd"
not_locked: "is niet gesloten"
devise:
failure:
unauthenticated: 'Je dient in te loggen of je in te schrijven.'