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
/V/v/g/j/spec git:master ❯❯❯ pwd | |
/Volumes/v2/git/jruby/spec | |
/V/v/g/j/spec git:master ❯❯❯ ../bin/jruby mspec/bin/mspec -B jruby.1.9.mspec ruby/core | |
jruby 1.7.2.dev (1.9.3p327) 2012-12-29 2846144 on OpenJDK 64-Bit Server VM 1.8.0-internal-qmx_2012_12_29_09_08-b00 +indy [darwin-x86_64] | |
.F........................................................................E.........................F......................FE..E........E..........F..................F.F.F.............................F........................F..................F.........EE...E...F.....F....E......... |
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
class apt-get::update { | |
exec { "apt-get update": | |
command => "apt-get update" | |
} | |
} |
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
//FightCode can only understand your robot | |
//if its class is called Robot | |
var Robot = function(robot) { | |
}; | |
Robot.prototype.onIdle = function(ev) { | |
var robot = ev.robot; | |
robot.rotateCannon(6); |
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
dbf098e 3 hours ago | |
284169 guvnor-docs/src/main/docbook/en-US/images/Chapter-Guvnor/StandaloneGuidedEditorBRL.png | |
284685 guvnor-docs/src/main/docbook/en-US/images/Chapter-Introduction/businessRuleChangeLifecycle.svg | |
350264 guvnor-examples/exported-repositories/mortgage-sample-repository.xml | |
590553 guvnor-webapp-core/src/test/resources/NewDroolsBRMSFeatures.odt | |
590357 guvnor-webapp-drools/GuvnorTestPlan.odt | |
359230 guvnor-webapp-drools/src/main/resources/mortgage-sample-repository.xml | |
b08fec6 5 months ago | |
6089177 guvnor-webapp-helloworld-gwtp/gwtdnd.war | |
c62f1b4 6 months ago |
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
#!/usr/bin/perl | |
use 5.008; | |
use strict; | |
use Memoize; | |
sub usage { die "usage: git-large-blob <size[b|k|m]> [<git-log arguments ...>]\n" } | |
@ARGV or usage(); | |
my ( $max_size, $unit ) = ( shift =~ /^(\d+)([bkm]?)\z/ ) ? ( $1, $2 ) : usage(); |
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
dynjs console. | |
Type exit and press ENTER to leave. | |
dynjs> [] + [] | |
dynjs> [] + {} | |
[object Object] | |
dynjs> {} + {} | |
NaN | |
dynjs> Array(16).join("wat" - 1) + " Batman!" | |
NaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaN Batman! |
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
------------------------------------------------------------------------------- | |
Test set: io.netty.testsuite.transport.socket.SocketStringEchoTest | |
------------------------------------------------------------------------------- | |
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.162 sec <<< FAILURE! | |
testStringEcho(io.netty.testsuite.transport.socket.SocketStringEchoTest) Time elapsed: 0.147 sec <<< ERROR! | |
java.lang.NoClassDefFoundError: Could not initialize class java.nio.channels.spi.AsynchronousChannelProvider$ProviderHolder | |
at java.nio.channels.spi.AsynchronousChannelProvider.provider(AsynchronousChannelProvider.java:166) | |
at java.nio.channels.AsynchronousChannelGroup.withThreadPool(AsynchronousChannelGroup.java:273) | |
at io.netty.channel.socket.aio.AioEventLoopGroup.<init>(AioEventLoopGroup.java:70) | |
at io.netty.channel.socket.aio.AioEventLoopGroup.<init>(AioEventLoopGroup.java:64) |
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
/Library/Java/JavaVirtualMachines/1.8.0.jdk/Contents/Home/bin/java -Didea.launcher.port=7533 "-Didea.launcher.bin.path=/Applications/IntelliJ IDEA 11.app/bin" -Dfile.encoding=UTF-8 -classpath "/Library/Java/JavaVirtualMachines/1.8.0.jdk/Contents/Home/lib/dt.jar:/Library/Java/JavaVirtualMachines/1.8.0.jdk/Contents/Home/lib/jconsole.jar:/Library/Java/JavaVirtualMachines/1.8.0.jdk/Contents/Home/lib/sa-jdi.jar:/Library/Java/JavaVirtualMachines/1.8.0.jdk/Contents/Home/lib/tools.jar:/Library/Java/JavaVirtualMachines/1.8.0.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/1.8.0.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/1.8.0.jdk/Contents/Home/jre/lib/JObjC.jar:/Library/Java/JavaVirtualMachines/1.8.0.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/1.8.0.jdk/Contents/Home/jre/lib/management-agent.jar:/Library/Java/JavaVirtualMachines/1.8.0.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/1.8.0.jdk/Contents/Home/jre/lib/rt.ja |