I hereby claim:
- I am flohei on github.
- I am flohei (https://keybase.io/flohei) on keybase.
- I have a public key whose fingerprint is 828D CC9E EC98 0CEE E1C5 BA6D 2426 838C 9F45 B706
To claim this, I am signing this object:
#!/bin/sh | |
raw_title="%filltext:name=title%" | |
api_url="http://brettterpstra.com/titlecase/" | |
response=`curl --silent --data-urlencode "title=$raw_title" $api_url` | |
echo $response |
[ | |
{ | |
"type": "Eigentumswohnung", | |
"city": "Hamburg", | |
"year": 2019 | |
}, | |
{ | |
"type": "EFH", | |
"city": "Duisburg", | |
"year": 1997 |
I hereby claim:
To claim this, I am signing this object:
#!/bin/sh | |
# TODO add parameter for output path | |
# TODO add usage string | |
# TODO verify variables | |
# variables | |
title="New Post" | |
linkpost= | |
permalink= |
--- | |
layout: default | |
permalink: /search/ | |
--- | |
<!-- | |
http://10consulting.com/2013/03/06/jekyll-and-lunr-js-static-websites-with-powerful-full-text-search-using-javascript/ | |
--> | |
<div class="home"> |
#!/bin/sh | |
# rootof.net | |
# Florian Heiber [email protected] | |
# 2012-07-30 | |
if [ -z "$1" ] || [ -z "$2" ] | |
then | |
echo "Two parameters are needed" | |
exit |
package WPFix; | |
# pragmas | |
use warnings; | |
use strict 'vars'; | |
use Data::Dumper; | |
use English qw(-no_match_vars); | |
# preparation |