I hereby claim:
- I am marcovermeulen on github.
- I am marcovermeulen (https://keybase.io/marcovermeulen) on keybase.
- I have a public key whose fingerprint is 4EF1 482E D60C 7CBF C1EB 40AC 33E7 5AD0 46EF 18C4
To claim this, I am signing this object:
| ### Keybase proof | |
| I hereby claim: | |
| * I am marc0der on github. | |
| * I am marcovermeulen (https://keybase.io/marcovermeulen) on keybase. | |
| * I have a public key whose fingerprint is 4EF1 482E D60C 7CBF C1EB 40AC 33E7 5AD0 46EF 18C4 | |
| To claim this, I am signing this object: |
| $ gvm flush candidates | |
| $ gvm install jbossforge | |
| $ forge |
| @Grab('com.github.groovy-wslite:groovy-wslite:1.1.2') | |
| import wslite.rest.* | |
| def consumerKey = "CONSUMER_KEY" | |
| def consumerToken = "CONSUMER_TOKEN" | |
| def host = "https://bintray.com" | |
| def client = new RESTClient(host) | |
| def releaseClient = new RESTClient("https://gvm-vendor-dev.herokuapp.com") |
| $ gvm flush candidates | |
| # close current terminal and open a new one | |
| $ gvm install asciidoctorj | |
| $ asciidoctorj -V |
| object FizzBuzzer { | |
| def process(i: Int) = i match { | |
| case a if contains("3")(a) => "lucky" | |
| case a if multiple(15)(a) => "fizzbuzz" | |
| case a if multiple(5)(a) => "buzz" | |
| case a if multiple(3)(a) => "fizz" | |
| case _ => i.toString | |
| } |
| deb http://shell.ninthgate.se/packages/debian squeeze main |
| $ gvm flush candidates | |
| # close current terminal and open a new one | |
| $ gvm install jbake | |
| $ jbake -help |
| #ensure internet is reachable | |
| $ gvm flush candidates | |
| #open a new terminal now | |
| $ gvm install crash 1.3.0.RC7 | |
| _____ ________ _______ ____ ____ | |
| .' `. | `. .' `. | | | 1.3.0-cr7 |
I hereby claim:
To claim this, I am signing this object:
| @Grab("org.codehaus.geb:geb-core:0.7.2") | |
| @Grab("org.seleniumhq.selenium:selenium-chrome-driver:2.32.0") | |
| import geb.* | |
| import static java.net.URLDecoder.decode | |
| def images = new HashSet() | |
| def userHome = System.getProperty('user.home') | |
| def pictureFolder = "${userHome}/Pictures" |