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:
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! |
| <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 | |
ENVELOPES(1) StuurPerPost.nl API Manual ENVELOPES(1) | |
NAME | |
POST /v1/envelopes -- Send a PDF file to an address in The Netherlands |
I hereby claim:
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: [] | |
} |
# 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.' |