This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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|------------------------------------| |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!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 |