Skip to content

Instantly share code, notes, and snippets.

View fruitl00p's full-sized avatar
💭
I may be slow to respond.

Robin Speekenbrink fruitl00p

💭
I may be slow to respond.
View GitHub Profile
{
"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

Keybase proof

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:

+ 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
@fruitl00p
fruitl00p / bench.php
Created October 13, 2016 08:58
gzdeflate / gzcompress / gzencode
<?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'
@fruitl00p
fruitl00p / swf2pdf
Created June 22, 2015 13:40
swf2pdf
#!/usr/bin/perl
$swf = $ARGV[0];
open A,"swfdump $swf |";
while (<A>){
if(/SHOWFRAME\s+(\d+)/){
$page = $1;
}
}
close A;
print $page,"\n";
@fruitl00p
fruitl00p / gist:5b8d2aede79cc6177a11
Created February 17, 2015 15:32
clean up old files
# 20150215 at midnight
rm -rf /tmp/t && touch -t 201502160000 /tmp/t
find $directory -type f -not -newer /tmp/t -print