I hereby claim:
- I am mabe-at on github.
- I am mbendel (https://keybase.io/mbendel) on keybase.
- I have a public key whose fingerprint is 6742 D3D2 596C 2901 A022 C45E 8AAA 3AF0 1227 9A06
To claim this, I am signing this object:
sudo ssh -D localhost:5221 -f -C -q -N [email protected] |
#!/bin/sh | |
# | |
# deinterlace image... | |
# from https://www.imagemagick.org/Usage/scripts/ | |
# | |
# Smoothly double up every second line so as to de-interlace video snapshots. | |
# | |
exec mogrify -filter point -resize 100%x50% +filter -resize 100%x200% "$@" |
#!/usr/bin/perl | |
use Digest::HMAC_MD5 qw/ hmac_md5_hex /; | |
use DBI; | |
use URI::Escape; | |
use CGI; | |
print "Content-type: text/html\n"; | |
my $q = CGI->new; |
// | |
// This program is free software; you can redistribute it and/or | |
// modify it under the terms of the GNU General Public License | |
// as published by the Free Software Foundation; either version 2 | |
// of the License, or (at your option) any later version. | |
// | |
// This program is distributed in the hope that it will be useful, | |
// but WITHOUT ANY WARRANTY; without even the implied warranty of | |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
// GNU General Public License for more details. |
$(function() { | |
$(document.links).filter(function() { | |
return this.hostname != window.location.hostname; | |
}).attr('target', '_blank'); | |
}); |
#!/usr/bin/liquidsoap | |
# Music | |
myplaylist = playlist("<path_to_playlist>/playlist.m3u") | |
# If something goes wrong, we'll play this | |
security = single("<path_to_fallback>/fallback-loop.mp3") | |
# optional speech generator | |
livesoon = single("say:We are live soon!") |
--- | |
name: 'Max Mustermann' | |
database: | |
host: 'localhost' | |
database: 'mydb' |
pdfunite $(ls -v *.pdf) output.pdf |
/** | |
* MozContact.additionalName string array | |
* MozContact.adr AddressField object array | |
* type string ("home", "work", ...) | |
* pref bool | |
* streetAddress string | |
* locality string (city) | |
* region string | |
* postalCode string | |
* countryName string |
I hereby claim:
To claim this, I am signing this object: