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
| @Grab(group='org.codehaus.groovy.modules.http-builder', module='http-builder', version='0.5.1' ) | |
| import groovyx.net.http.* | |
| import static groovyx.net.http.ContentType.* | |
| import static groovyx.net.http.Method.* | |
| import static groovyx.gpars.GParsPool.withPool | |
| import java.util.Random | |
| def peticiones = [] | |
| def urls = [ | |
| "http://neodevelop.jelastic.servint.net/" |
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
| ==> Installing clisp dependency: libsigsegv | |
| Warning: Formula will not build with LLVM, using GCC | |
| ==> Downloading http://ftpmirror.gnu.org/libsigsegv/libsigsegv-2.10.tar.gz | |
| File already downloaded in /Users/neodevelop/Library/Caches/Homebrew | |
| /usr/bin/tar xf /Users/neodevelop/Library/Caches/Homebrew/libsigsegv-2.10.tar.gz | |
| ==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libsigsegv/2.10 --enable-shared | |
| ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libsigsegv/2.10 --enable-shared | |
| Build Tools: | |
| checking for a BSD-compatible install... /usr/bin/install -c |
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
| [user] | |
| name = Jose Juan Reyes | |
| email = neodevelop@gmail.com | |
| [core] | |
| editor = vim | |
| pager = less -FRSX | |
| whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol | |
| quotepath = false | |
| excludesfile = /Users/makingdevs/.gitignore_global | |
| commentChar = ";" |
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
| println “new enum Organization{ def estatus; void expectation(){ long o; p as String; } }”.tokenize(‘ ‘).collect(){ it.charAt(0)}.join(”).toLowerCase().substring(0,10) |
NewerOlder