Keybase proof
I hereby claim:
- I am falzm on github.
- I am falzm (https://keybase.io/falzm) on keybase.
- I have a public key ASDuhM0ikKuLH23Oc2gADrFXYUpOzEiuUSfRAFg636NCMQo
To claim this, I am signing this object:
mkcd() { | |
local dir="" | |
while getopts "ht" c | |
do | |
case $c in | |
t) dir=$(mktemp -d) ;; | |
h|?) echo "mkcd [-t] [DIRECTORY]" ; return ;; | |
esac | |
done | |
shift $((OPTIND-1)) |
package main | |
import ( | |
"bufio" | |
"bytes" | |
"fmt" | |
"net/http" | |
"net/http/httputil" | |
"os" | |
) |
package main | |
import ( | |
"os" | |
"github.com/bogem/id3v2" | |
) | |
func main() { | |
tag, err := id3v2.Open(os.Args[1], id3v2.Options{Parse: true}) |
# This example uses the Exoscale provider: | |
# https://github.com/exoscale/terraform-provider-exoscale/ | |
locals { | |
zone = "ch-gva-2" | |
key_pair = "default" | |
hostnames = [ | |
"ch2771-test1", | |
"ch2771-test2", |
package main | |
import ( | |
"log" | |
"net" | |
"os" | |
"time" | |
) | |
var ( |
I hereby claim:
To claim this, I am signing this object:
{ | |
"took" : 21, | |
"timed_out" : false, | |
"_shards" : { | |
"total" : 1, | |
"successful" : 1, | |
"failed" : 0 | |
}, | |
"hits" : { | |
"total" : 8392, |
{ | |
"took" : 22, | |
"timed_out" : false, | |
"_shards" : { | |
"total" : 1, | |
"successful" : 1, | |
"failed" : 0 | |
}, | |
"hits" : { | |
"total" : 8392, |
{ | |
"took" : 8, | |
"timed_out" : false, | |
"_shards" : { | |
"total" : 1, | |
"successful" : 1, | |
"failed" : 0 | |
}, | |
"hits" : { | |
"total" : 8486, |
{ | |
"took" : 63, | |
"timed_out" : false, | |
"_shards" : { | |
"total" : 1, | |
"successful" : 1, | |
"failed" : 0 | |
}, | |
"hits" : { | |
"total" : 8486, |