I hereby claim:
- I am pstorch on github.
- I am peterstorch (https://keybase.io/peterstorch) on keybase.
- I have a public key whose fingerprint is 954B A42D D4F4 E077 17D5 0400 1199 A722 4849 EA65
To claim this, I am signing this object:
| #!/bin/bash | |
| for x in *.jpg; do | |
| d=$(date -r "$x" +%Y-%m-%d) | |
| mkdir -p "./$d" | |
| mv -- "$x" "./$d/" | |
| done |
| GET /.env | |
| GET /.sts.php | |
| GET /.svn | |
| GET /1index.php | |
| GET /1index.php?f= | |
| GET /2index.php | |
| GET /2index.php?f= | |
| GET /3index.php | |
| GET /3index.php?f= | |
| GET /2018/wp-includes/wlwmanifest.xml |
| # mount overlay filesystem | |
| sudo mount -t aufs -o br=/var/rsapi-test-photos:/media/peter/Backup/railway-stations.org/fotos none /tmp/railway-station-photos | |
| # mount webdav | |
| sudo mount -t davfs davs://cloud.railway-stations.org/remote.php/webdav/RSAPI-Test /home/peter/rsapi-test |
| -- photographers by number of countries | |
| SELECT u.name, count(distinct countrycode) as countries FROM `photos` p join users u on u.id = p.photographerid group by photographerid order by count(distinct countrycode) desc |
| git_fetch_pull_request() { | |
| git fetch origin refs/pull/$1/head:pr/$1 | |
| git checkout pr/$1 | |
| } | |
| alias gpr='git_fetch_pull_request' |
| #!/bin/sh | |
| adb -d shell "run-as cgeo.geocaching cp /data/data/cgeo.geocaching/databases/data /sdcard/cgeo.sqlite" | |
| adb pull /sdcard/cgeo.sqlite |
| #!/bin/sh | |
| #https://github.com/sualeh/SchemaCrawler | |
| ./schemacrawler.sh -c=graph -url=jdbc:sqlite:cgeo.sqlite -loglevel=CONFIG -infolevel=detailed -u=cgeo -outputformat=svg | |
| :w !sudo tee % |
I hereby claim:
To claim this, I am signing this object:
| grep --include=\*.java -rnw . -e "pattern" |