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
-----BEGIN PGP PUBLIC KEY BLOCK----- | |
mQINBF7MUGoBEADFE9sF0EVwdcQ8fsOt9L5aa246Pf58YHuScW7EaMKk05931b7m | |
oRzXWTEr6rB/Aw+R9tgztY7MAxsWyF2sHby8PDsa+LV6O9i25YvHL7EfZ5vkwVhE | |
JGPIb+yPLN41R2g8IWfF4Hvgv+ZUGW8+yJFu8Pp2AutH3Faa+I5SLFKFXQPiD9FY | |
vQIjRdEqzZpAyW6UefxD7Eu3kf4EroqZyrAVYe/82kdgHPX8Sl1QpWWdJUjCIsu4 | |
VxyOc3aXkv1palXgTY8qahlM0lVWqoCZXC9xY2aTxyC3yNXb5VL+bdkuLrEXVfNL | |
8C2gbi2lPwxh/4ST2Xye38/BS96NElWW4rbEtQB5GFQ3iE7C1r+W8rXlDtz7c6MK | |
5Gs3WbxMtKQd4UeLrf9tDERrldel34969WHX8SzeKOCqMMKqawSXiRjfgfQg2JpD | |
ScaJug6tpcE1v4tiw50nfjzbVnZ7/5XfBTt6M7IOk7nlyjoZ0ULAxq3zC1kQ/qde |
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
pathstrs: | |
("a" "b" "c") | |
vhashes: | |
("52dc44c27cc6c0548199de71a6bce79e92d53f3c" | |
"bccda87969decb1c8ba8faf1a64bca2644c3cb64" | |
"d615c95e7ca906434a128031ea485c624fe66dd9") | |
paths-to-ids: | |
{"a" nil, "b" nil, "c" nil} | |
vhashes-to-ids: | |
{"52dc44c27cc6c0548199de71a6bce79e92d53f3c" nil, |
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
[Mon Aug 29 13:14:10 2016] [drm:intel_set_cpu_fifo_underrun_reporting [i915]] *ERROR* uncleared fifo underrun on pipe B | |
[Mon Aug 29 13:14:10 2016] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe B FIFO underrun | |
[Mon Aug 29 13:14:10 2016] [drm:intel_set_cpu_fifo_underrun_reporting [i915]] *ERROR* uncleared fifo underrun on pipe C | |
[Mon Aug 29 13:14:10 2016] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe C FIFO underrun | |
[Mon Aug 29 13:37:22 2016] [drm:intel_set_cpu_fifo_underrun_reporting [i915]] *ERROR* uncleared fifo underrun on pipe B | |
[Mon Aug 29 13:37:22 2016] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe B FIFO underrun | |
[Mon Aug 29 13:37:22 2016] [drm:intel_set_cpu_fifo_underrun_reporting [i915]] *ERROR* uncleared fifo underrun on pipe C | |
[Mon Aug 29 13:37:22 2016] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe C FIFO underrun |
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
(defprotocol Foo | |
(bar [this]) | |
(baz [this])) | |
(let [fooer (reify Foo | |
(bar [_] :bar))] | |
(bar fooer)) | |
;; => :bar | |
(defservice foo-service |
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
OpenJDK 64-Bit Server VM warning: Exception java.lang.OutOfMemoryError occurred dispatching signal SIGHUP to handler- the VM may need to be forcibly terminated | |
OpenJDK 64-Bit Server VM warning: Exception java.lang.OutOfMemoryError occurred dispatching signal SIGHUP to handler- the VM may need to be forcibly terminated | |
OpenJDK 64-Bit Server VM warning: Exception java.lang.OutOfMemoryError occurred dispatching signal SIGHUP to handler- the VM may need to be forcibly terminated | |
OpenJDK 64-Bit Server VM warning: Exception java.lang.OutOfMemoryError occurred dispatching signal SIGHUP to handler- the VM may need to be forcibly terminated | |
OpenJDK 64-Bit Server VM warning: Exception java.lang.OutOfMemoryError occurred dispatching signal SIGHUP to handler- the VM may need to be forcibly terminated | |
OpenJDK 64-Bit Server VM warning: Exception java.lang.OutOfMemoryError occurred dispatching signal SIGHUP to handler- the VM may need to be forcibly terminated | |
OpenJDK 64-Bit Server VM warning: Exception java.lang.OutOfMemor |
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
2015-06-05 11:05:31,144 WARN [o.e.j.s.HttpChannel] Commit failed | |
java.io.IOException: Response header too large | |
at org.eclipse.jetty.http.HttpGenerator.generateResponse(HttpGenerator.java:400) ~[jetty-http-9.2.10.v20150310.jar:9.2.10.v20150310] | |
at org.eclipse.jetty.server.HttpConnection$SendCallback.process(HttpConnection.java:637) ~[jetty-server-9.2.10.v20150310.jar:9.2.10.v20150310] | |
at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:246) [jetty-util-9.2.10.v20150310.jar:9.2.10.v20150310] | |
at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:208) [jetty-util-9.2.10.v20150310.jar:9.2.10.v20150310] | |
at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:471) [jetty-server-9.2.10.v20150310.jar:9.2.10.v20150310] | |
at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:763) [jetty-server-9.2.10.v20150310.jar:9.2.10.v20150310] | |
at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.ja |
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
Exception in thread "main" java.lang.IllegalArgumentException: No implementation of method: :walker of protocol: #'schema.core/Schema found for class: clojure.lang.Symbol, compiling:(puppetlabs/http/client/async.clj:373:13) | |
at clojure.lang.Compiler.load(Compiler.java:7142) | |
at clojure.lang.RT.loadResourceScript(RT.java:370) | |
at clojure.lang.RT.loadResourceScript(RT.java:361) | |
at clojure.lang.RT.load(RT.java:440) | |
at clojure.lang.RT.load(RT.java:411) | |
at clojure.core$load$fn__5066.invoke(core.clj:5641) | |
at clojure.core$load.doInvoke(core.clj:5640) | |
at clojure.lang.RestFn.invoke(RestFn.java:408) | |
at clojure.core$load_one.invoke(core.clj:5446) |
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
Exception in thread "main" java.lang.IllegalArgumentException: Service attempts to define function 'get-config', but does not provide protocol, compiling:(puppetlabs/trapperkeeper/config.clj:93:3) | |
at clojure.lang.Compiler.analyzeSeq(Compiler.java:6651) | |
at clojure.lang.Compiler.analyze(Compiler.java:6445) | |
at clojure.lang.Compiler.analyze(Compiler.java:6406) | |
at clojure.lang.Compiler$BodyExpr$Parser.parse(Compiler.java:5782) | |
at clojure.lang.Compiler$FnMethod.parse(Compiler.java:5217) | |
at clojure.lang.Compiler$FnExpr.parse(Compiler.java:3846) | |
at clojure.lang.Compiler.analyzeSeq(Compiler.java:6642) | |
at clojure.lang.Compiler.analyze(Compiler.java:6445) | |
at clojure.lang.Compiler.analyzeSeq(Compiler.java:6632) |
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
Top Decks: | |
Aggro / Midrange: | |
Affinity - 8 | |
Burn - 18 | |
BW Tokens - 2 | |
Hate Bears - 1 | |
Jeskai Tempo - 1 | |
Junk - 33 | |
Jund - 1 | |
Merfolk - 3 |
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
traceroute to ddg.gg (96.45.82.53), 30 hops max, 60 byte packets | |
1 gateway (192.168.1.1) 1.199 ms 3.065 ms 4.014 ms | |
2 96.120.60.193 (96.120.60.193) 19.886 ms 19.903 ms 20.948 ms | |
3 xe-11-3-1-0-sur04.troutdale.or.bverton.comcast.net (68.85.150.213) 21.460 ms 21.511 ms 21.886 ms | |
4 ae-53-0-ar03.troutdale.or.bverton.comcast.net (68.87.222.197) 21.205 ms 21.273 ms 78.964 ms | |
5 he-2-2-0-0-10-cr01.seattle.wa.ibone.comcast.net (68.86.95.97) 29.863 ms pos-2-3-0-0-cr01.newyork.ny.ibone.comcast.net (68.86.94.233) 29.110 ms 28.145 ms | |
6 he-0-6-0-0-cr01.350ecermak.il.ibone.comcast.net (68.86.88.154) 30.536 ms 22.994 ms 17.981 ms | |
7 ix-0-2-2-0.tcore1.00S-Seattle.as6453.net (64.86.123.9) 17.206 ms 17.879 ms 17.134 ms | |
8 if-0-0-0-2.core1.00S-Seattle.as6453.net (64.86.123.2) 39.976 ms if-13-0-0-4.core1.00S-Seattle.as6453.net (64.86.124.13) 40.301 ms if-1-0-0-3.core1.00S-Seattle.as6453.net (64.86.123.6) 40.398 ms | |
9 if-5-1-0-0.tcore2.CT8-Chicago.as6453.net (206.82.141.9) 104.992 ms 105.976 |
NewerOlder