Skip to content

Instantly share code, notes, and snippets.

View Downchuck's full-sized avatar

Charles Pritchard Downchuck

View GitHub Profile
@Downchuck
Downchuck / pg-jna.diff
Created January 20, 2014 23:47
postgresql jna
diff --git a/build.xml b/build.xml
index 2b86a36..ddd235e 100644
--- a/build.xml
+++ b/build.xml
@@ -45,6 +45,9 @@
<include name="${package}/largeobject/**" />
<include name="${package}/util/**" />
+
+ <include name="${package}/jna/**" />
@Downchuck
Downchuck / gist:3161589
Created July 23, 2012 01:19
my mistake
In this case:
"__ZN7WebCore10CanvasPathC1ERNS_4PathE", referenced from:
__ZN7WebCore10CanvasPath6createERNS_4PathE in CanvasRenderingContext2D.o
There's clearly *something* wrong with my call to the CanvasPath() object.
+ RefPtr<CanvasPath> canvaspath = CanvasPath::create(m_path);
Which directs over to this one:
Dan:
Opens up with thoughts on consumer hardware. We can purchase simple hardware such as M2 and OpenWRT routers and simply point them in directions we'd like to establish nodes. These clusters of nodes would both advertise the network and be available for people to opt in to. Easy to setup. Have it point to a meshnet info page.
--
Dan: reiterates; hyperboria internet peering with cjdns nodes. An idea is to get encrypted nodes running across the network.
---
Dan:
Opens up with thoughts on consumer hardware. We can purchase simple hardware such as M2 and OpenWRT routers and simply point them in directions we'd like to establish nodes. These clusters of nodes would both advertise the network and be available for people to opt in to. Easy to setup. Have it point to a meshnet info page.
--
Dan: reiterates; hyperboria internet peering with cjdns nodes. An idea is to get encrypted nodes running across the network.
---
@Downchuck
Downchuck / LICENSE.txt
Created November 14, 2011 23:19 — forked from 140bytes/LICENSE.txt
DOM micro-DSL
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 Charles Pritchard <chuck@jumis.com>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@Downchuck
Downchuck / LICENSE.txt
Created November 4, 2011 07:41
base64 decoder for typed arrays
Copyright* (C) 2011 Charles Pritchard <chuck@jumis.com>
Licensed under the Creative Commons Zero License.
http://creativecommons.org/publicdomain/zero/1.0/
I, Charles Pritchard, hereby release this work into the public domain.