Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View justinjhendrick's full-sized avatar

Justin Hendrick justinjhendrick

View GitHub Profile
@justinjhendrick
justinjhendrick / index.html
Last active December 19, 2015 14:09
translate0 is null bug
<!DOCTYPE html>
<meta charset="utf-8">
<title>Zoom + Pan</title>
<script src="http://d3js.org/d3.v3.js"></script>
<style>
.overlay {
fill: none;
pointer-events: all;
}
@justinjhendrick
justinjhendrick / index.html
Last active December 19, 2015 14:09
answer a question about how many bars d3 could handle.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>bars</title>
</head>
<body>
<script src="http://d3js.org/d3.v3.js" charset="utf-8"></script>
<script>
dat = [];//generate lots of random data
@justinjhendrick
justinjhendrick / tmux-cheatsheet.markdown
Last active February 22, 2019 21:39 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
// java.lang.VerifyError when returning an array of an interface
// Dalvik error message
// W/dalvikvm( 8228): VFY: returning [Ljava/lang/Object; (cl=0x0), declared [Ltest/Empty; (cl=0x40d5f510)
// W/dalvikvm( 8228): VFY: rejecting opcode 0x11 at 0x000f
// W/dalvikvm( 8228): VFY: rejected Ltest/Counter;.two_returns ()[Ltest/Empty;
// W/dalvikvm( 8228): Verifier rejected class Ltest/Counter;
// ART error message
// 7149 7149 E AndroidRuntime: java.lang.VerifyError: Verifier rejected class test.Counter: test.Empty[] test.Counter.two_returns() failed to verify: test.Empty[] test.Counter.two_returns(): [0xF] returning 'Reference: java.lang.Object[]', but expected from declaration 'Reference: test.Empty[]' (declaration of 'test.Counter' appears in /data/app/test-1/base.apk)