Skip to content

Instantly share code, notes, and snippets.

@PedroWitzel
PedroWitzel / gist:695cf8e64ea065a33931f6f3cd6ca11c
Created December 13, 2017 21:00
Adventure Time - Marceline's Slow Dance With You
Here follows the bass tab, since it's pretty much free rhythm, I've put the lyrics in sync with the tab
Slow dance with you
G|------------------------------------|
D|5-----------------------------------|
A|------------------------------------|
E|------------------------------------|
I just want to slow dance with you
G|------------------------------------|
D|------------------------------------|
@PedroWitzel
PedroWitzel / exec_parallel.gradle
Created April 29, 2016 16:18
gradle - Execute in parallel
#!groovy
/*
* based on http://www.tothenew.com/blog/how-to-use-thread-pooling-using-groovy/
*/
import java.util.concurrent.Callable
import java.util.concurrent.Executors
import java.util.concurrent.Future