Skip to content

Instantly share code, notes, and snippets.

@mch
mch / keybase.md
Created March 22, 2015 18:59
keybase.md

Keybase proof

I hereby claim:

  • I am mch on github.
  • I am mattchhughes (https://keybase.io/mattchhughes) on keybase.
  • I have a public key whose fingerprint is D604 73D8 55D1 A002 9E3E 2A6F BC1E BBFE 9BC9 7A82

To claim this, I am signing this object:

--- plugin/quartz/Makefile.in.orig 2014-01-11 16:15:58.000000000 -0700
+++ plugin/quartz/Makefile.in 2014-03-15 10:21:58.000000000 -0600
@@ -111,7 +111,7 @@
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
am__v_lt_0 = --silent
am__v_lt_1 =
-libgvplugin_quartz_la_LINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
+libgvplugin_quartz_la_LINK = $(LIBTOOL) --tag=CC $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(OBJCLD) $(AM_OBJCFLAGS) \
$(OBJCFLAGS) $(libgvplugin_quartz_la_LDFLAGS) $(LDFLAGS) -o $@
// snip
Lock lock = new ReentrantLock();
Condition responseHandled = lock.newCondition();
ReceiverManager receivers = new ReceiverManager(10, lock, responseHandled);
lock.lock();
try
{
int remainingLoops = 5;
ReceiverOne receiver = new ReceiverOne(10);
synchronized(receiver)
{
int remainingLoops = 5;
int numReceived1 = 0;
int numReceived2 = 0;
while (!receiver.isComplete() && remainingLoops > 0)
{
try {
(ns brainfuck
"A brainfuck interpreter. http://en.wikipedia.org/wiki/Brainfuck")
;; My first... "real" clojure program.
;; Should work ok for perfectly formed input, except that input is not
;; implemented . Any bad input will cause problems.
;; This is a program for the Smart Alec II geocache: GC1NVDY