build date | Sun/Oracle JDK Version | OpenJDK Version | HotSpot VM Version |
---|---|---|---|
2006-11-29 | 1.6.0-b105 | 1.6.0-b105 | |
2007-03-14 | 1.6.0_01-b06 | 1.6.0_01-b06 | |
2007-06-22 | 1.6.0_02-b05 | 1.6.0_02-b05 | |
2007-09-24 | 1.6.0_03-b05 | 1.6.0_03-b05 | |
2007-12-14 | 1.6.0_04-b12 | 10.0-b19 |
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
--- base.py 2014-09-06 22:50:21.391493603 +0100 | |
+++ base_getcallargs_patched.py 2014-09-06 22:49:47.043494548 +0100 | |
@@ -1,9 +1,10 @@ | |
from __future__ import unicode_literals | |
import re | |
+import sys | |
from functools import partial | |
from importlib import import_module | |
-from inspect import getargspec, getcallargs |
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
Sep 06, 2014 11:21:26 PM org.python.netty.channel.AbstractChannel$AbstractUnsafe register | |
WARNING: Force-closing a channel whose registration task was not accepted by an event loop: [id: 0x8a8b26a9, /127.0.0.1:40286 => /127.0.0.1:8000] | |
java.util.concurrent.RejectedExecutionException: event executor terminated | |
at org.python.netty.util.concurrent.SingleThreadEventExecutor.reject(SingleThreadEventExecutor.java:735) | |
at org.python.netty.util.concurrent.SingleThreadEventExecutor.addTask(SingleThreadEventExecutor.java:312) | |
at org.python.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:718) | |
at org.python.netty.channel.AbstractChannel$AbstractUnsafe.register(AbstractChannel.java:416) | |
at org.python.netty.channel.SingleThreadEventLoop.register(SingleThreadEventLoop.java:60) | |
at org.python.netty.channel.SingleThreadEventLoop.register(SingleThreadEventLoop.java:48) | |
at org.python.netty.channel.MultithreadEventLoopGroup.register(Mul |
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
git branch -a | grep -v HEAD | perl -ne 'chomp($_); s|^\*?\s*||; if (m|(.+)/(.+)| && not $d{$2}) {print qq(git branch --track $2 $1/$2\n)} else {$d{$_}=1}' | bash -xfs |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>toSVG problem in IE8</title> | |
<script src="dojo-latest/dojo/dojo.js" data-dojo-config="isDebug: 1, async: 1, parseOnLoad: 0"></script> | |
<script> | |
require([ | |
"dojox/charting/Chart", | |
"dojox/charting/plot2d/Pie", | |
"dojox/gfx/utils", |
OlderNewer