I hereby claim:
- I am fruitl00p on github.
- I am gekkie (https://keybase.io/gekkie) on keybase.
- I have a public key ASDu-Zq9R60DyJBNXXLnRY-l9k_sgCT3Wdlp-GPCXVzN-Qo
To claim this, I am signing this object:
| { | |
| "name": "Lambretta Pool", | |
| "description": "The pool with the most class", | |
| "ticker": "LBRTA", | |
| "homepage": "https://twitter.com/LambrettaPool" | |
| } |
| Version: 6.10.4 | |
| Build: 61009 | |
| Build Date: 21 Nov 2019 | |
| Request information: | |
| Request URL: http://<our url>:8085/build/admin/stopPlan.action | |
| Port: 8085 | |
| URI: /build/admin/stopPlan.action | |
| Context path: | |
| Servlet path: /build/admin/stopPlan.action |
I hereby claim:
To claim this, I am signing this object:
| + case "$(lsb_release -si)" in | |
| ++ lsb_release -si | |
| + export DOKKU_DISTRO=ubuntu | |
| + DOKKU_DISTRO=ubuntu | |
| + export DOKKU_IMAGE=gliderlabs/herokuish | |
| + DOKKU_IMAGE=gliderlabs/herokuish | |
| + export DOKKU_LIB_ROOT=/var/lib/dokku | |
| + DOKKU_LIB_ROOT=/var/lib/dokku | |
| + export PLUGIN_PATH=/var/lib/dokku/plugins | |
| + PLUGIN_PATH=/var/lib/dokku/plugins |
| <?php | |
| // GLOBALS available: $db, $currentImplementation, $currentUser, $currentSite, $currentPage | |
| // PARAMS available: $sqlArray (array), $request (Web_request) | |
| // | |
| // GLOBALS available: $db, $currentImplementation, $currentUser, $currentSite, $currentPage | |
| // PARAMS available: $sqlArray (array), $request (Web_request) | |
| // | |
| $string = 'thisismystringthisismystringthisismystringthisismystringthisis' | |
| . 'mystringthisismystringthisismystringthisismystringthisismystringthisismystringthisismystringthisismystringthisismystringthis' | |
| . 'ismystringthisismystringthisismystringthisismystringthisismystringthisismystringthisismystringthisismystringthisismystringth' |
| #!/usr/bin/perl | |
| $swf = $ARGV[0]; | |
| open A,"swfdump $swf |"; | |
| while (<A>){ | |
| if(/SHOWFRAME\s+(\d+)/){ | |
| $page = $1; | |
| } | |
| } | |
| close A; | |
| print $page,"\n"; |
| # 20150215 at midnight | |
| rm -rf /tmp/t && touch -t 201502160000 /tmp/t | |
| find $directory -type f -not -newer /tmp/t -print |