Commit Graph
100 Commits
Author SHA1 Message Date
Dan Buch 18a9674ec2 Working through the confirmation example
albeit with code that works rather than what came with the book.  Hmm...
2012-11-14 20:37:37 -05:00
Dan Buch 26ec865dd7 Pulling out channel setup into common bits
as was suggested in book.
2012-11-14 18:03:45 -05:00
Dan Buch 1120412e45 Namespacing work by implementation language
which just might be a horrible idea, but it was feeling cluttered at
just two languages and I'm about to add a third...
2012-11-14 17:56:40 -05:00
Dan Buch 7155d76a11 Filling in consumer side 2012-11-14 07:52:32 -05:00
Dan Buch 061c84f554 Filling in the RabbitMQ in Action Chapter 2 hello world producer 2012-11-14 07:43:11 -05:00
Dan Buch 8ac1ef7da5 Stubbing in some python bits
mostly so that I can work cleanly in a virtualenv.
2012-11-14 07:42:32 -05:00
Dan Buch 9f9a905f00 Showing conn uri before attempting to connect 2012-11-12 19:48:22 -05:00
Dan Buch 03d3b542a2 Using go get to fetch deps. 2012-11-12 19:06:33 -05:00
Dan Buch 17032016c3 Using app-specific vhost
now that I'm learning more about vhosts.
2012-11-12 19:05:29 -05:00
Dan Buch 50efb4df6a Just using go get to fetch deps. 2012-11-12 19:05:13 -05:00
Dan Buch 2b21608871 Pointing at correct (renamed) dir 2012-11-11 09:44:55 -05:00
Dan Buch a0991a7653 Renaming dir for clarity
since it's really not specific to the book...
2012-11-11 09:43:25 -05:00
Dan Buch 2cb4181460 Renaming dumb little executable for clarity
plus I think I'll be using the `sylvilagus` package for library bits.
2012-11-11 09:42:18 -05:00
Dan Buch f56f2868a4 Setting env vars to make local root worky good 2012-11-11 08:42:55 -05:00
Dan Buch c715ac39e0 Saving my tracks while working through the RabbitMQ In Action book 2012-11-11 08:23:12 -05:00
Dan Buch 06fde72193 Not formatting during build
and instead using the in-buffer :Fmt command.
2012-11-11 08:15:14 -05:00
Dan Buch 36ea5c9213 Properly cleaning 2012-11-10 21:24:16 -05:00
Dan Buch 7a626b6a36 TRIVIAL go fmt 2012-11-10 20:41:27 -05:00
Dan Buch d0fbe716d9 Messing around with I/O streams and regexes 2012-11-10 20:27:23 -05:00
Dan Buch 1ab8d7d42c Moving bulk of amqp play crap into separate lib
in prep for changing the things, introducing more code.
2012-11-10 18:47:32 -05:00
Dan Buch d24efe640b Moving into a valid package name 2012-11-10 18:38:06 -05:00
Dan Buch 13057264f1 Ignoring deps 2012-11-10 13:41:45 -05:00
Dan Buch 447c40aebd TRIVIAL go fmt 2012-11-10 13:41:33 -05:00
Dan Buch ab9db7837d Playing with streadway/amqp's examples 2012-11-10 13:41:02 -05:00
Dan Buch 19b17354e0 More goofing around with buffered channels 2012-11-07 00:34:24 -05:00
Dan Buch 6e17df80ab The buffered channel example... 2012-11-07 00:16:13 -05:00
Dan Buch 97c9a95968 More trivial connection crap 2012-11-06 23:58:51 -05:00
Dan Buch 2f527a9d80 Connecting and such 2012-11-06 23:09:13 -05:00
Dan Buch 597f07ec2f Stubbing in new Go project for playing more with AMQP and database stuff 2012-11-06 23:01:10 -05:00
Dan Buch c556fa9b7c Implementation of rot13 reader
Although I'm sure there's a fancier way to do the lookup table.
Hmmm...
2012-11-06 07:35:11 -05:00
Dan Buch 736d61e82c TRIVIAL go fmt 2012-11-05 21:00:35 -05:00
Dan Buch 090d101d51 More namespacing and goofing around with unimportant crap 2012-11-05 20:59:42 -05:00
Dan Buch 0d7806fba4 Re-namespacing things and adjusting how stuff gets built
based on some recent practical experience with Go.
2012-11-05 20:36:27 -05:00
Dan Buch 37ffe3c870 Back to the clean version 2012-09-01 22:37:29 -04:00
Dan Buch 4c196c93d9 Each closure has its own locals, yay! 2012-09-01 22:36:53 -04:00
Dan Buch b53879a0fb Doing the fibonacci closure example
but I'm too sleepy to figure out the right way to make the first two
yielded values 1's.
2012-09-01 22:33:20 -04:00
Dan Buch d23bfcc869 Slice exercise with the blue and white picture! 2012-08-25 23:08:27 -04:00
Dan Buch e48569cc70 Maps exercise! 2012-08-25 22:18:48 -04:00
Dan Buch 892960c712 Making the compiler report its subcommands 2012-08-25 22:16:46 -04:00
Dan Buch 13201cbfea Adding a local go installation
since the one shipped by way of ubuntu repos is *just* outdated enough.
2012-08-25 22:16:11 -04:00
Dan Buch 5edefe38d2 A crappy implementation of Newton's method for finding square root 2012-08-25 21:48:12 -04:00
Dan Buch 92cd405b2e Playing with ranges 2012-08-25 21:12:40 -04:00
Dan Buch dd64e484a5 Recording some of my work as I go through the go-tour 2012-08-25 21:08:08 -04:00
Dan Buch 4618fcf851 Ignoring local autoenv file 2012-08-05 08:36:03 -04:00
Dan Buch 90c68ac486 pulling up the activeresource stuff again mostly to play with Aspen + more permanently removing the git-web-ui and ruby soap stuff 2012-08-04 22:03:05 -04:00
Dan Buch d747f2d680 Goofing around with minitar, typhoeus, and progressbar
for purposes of actually working with PostgreSQL and weather data.
2012-07-26 23:46:00 -04:00
Dan Buch 65d5bae610 Using gsod data for weather, working on importing 2012-07-18 22:12:16 -04:00
Dan Buch 1593c21031 Chugging through the 'basics' tutorial
mostly for fun ... and to see if I'm missing any foundational bits.
2012-07-14 10:59:48 -04:00
Dan Buch 0d62c61add Also tracking configuration 2012-07-13 22:26:13 -04:00
Dan Buch ccdc162b07 Tweaking build options a bit more 2012-07-13 22:05:43 -04:00
Dan Buch e5755ec1b1 Touching up makefile a bit with options for all builtin PL interpreters 2012-07-13 21:54:21 -04:00
Dan Buch 847a6c37a1 I've been meaning to play more with PostgreSQL
...so here goes.
2012-07-13 21:34:33 -04:00
Dan Buch 57d253c52b Not sure which is more explicit between ranges and slices... 2012-07-12 09:19:10 -04:00
Dan Buch 18808b88c3 Playing around with line-based socket protocols 2012-07-11 21:59:11 -04:00
Dan Buch 3b7d21b12f hiding away some stuff that I'm mostly done with for now... 2012-07-09 20:14:14 -04:00
Dan Buch b9e8e70867 fooling around with libgit2, bottle, h5bp 2012-06-26 21:49:33 -04:00
Dan Buch f20b74d2f9 cleaning up. soap is so slow. ugh. 2012-06-18 22:14:15 -04:00
Dan Buch 343a0cbd74 getting familiar with SOAP + Ruby 2012-06-18 21:32:50 -04:00
Dan Buch 99c7df31b7 time for a new quote 2012-06-18 09:39:24 -04:00
Dan Buch 2ff69d336f un-namespacing because that was a bit silly... 2012-06-17 23:51:41 -04:00
Dan Buch 46def9b2f6 looping it up and cleaning up whitespace, too 2012-06-17 23:40:40 -04:00
Dan Buch 665d867bc4 adding Makefile for laziness 2012-06-17 23:26:42 -04:00
Dan Buch c1d0ae980e cleaning up ignores 2012-06-17 23:22:56 -04:00
Dan Buch 7b6392468b seeing if there are any idiosynchracies involved with C# <-> Ruby socket communication 2012-06-17 23:18:24 -04:00
Dan Buch 0b509b19f0 making client output more useful/accurate 2012-06-17 09:56:47 -04:00
Dan Buch 5a30febc65 practicing a bit with optparse 2012-06-17 09:11:43 -04:00
Dan Buch 84fc0a2062 renaming server since I don't have a non-EM version 2012-06-17 09:11:22 -04:00
Dan Buch 190bdbee9f doing something a bit more marco-polo-ish (and more interesting, too) 2012-06-16 23:29:57 -04:00
Dan Buch 5927b05f6c putting some load on postgres, but not yet with the EventMachine postgresql adapter 2012-06-16 13:44:22 -04:00
Dan Buch d67d1632a8 Throwing three non-pausing clients at mysql-backed EM server
is causing intermittent port binding problems which
manifest as an unreachable server.  Inserting a pause
on the client side fixes the problem.  Hm.
2012-06-16 01:07:53 -04:00
Dan Buch 8addb0fe6c is the dot syntax more modern? 2012-06-16 00:41:44 -04:00
Dan Buch f342fa2734 putting some load on a tiny io-bound application 2012-06-16 00:41:18 -04:00
Dan Buch 13e9e7f408 namespacing 2012-06-16 00:15:39 -04:00
Dan Buch cd8951df52 a python client, too. why not? 2012-06-15 10:19:06 -04:00
Dan Buch 277857fe4b futzing with an eventmachine version of ping pong server 2012-06-15 10:02:12 -04:00
Dan Buch 0aaab6db1c getting familiar with ruby tcp socket stuff 2012-06-15 09:49:35 -04:00
Dan Buch d83fcbe9c5 Static file serving, yaaaay. 2012-06-15 00:32:06 -04:00
Dan Buch 4139c5726c wherps wrong chapter number 2012-06-09 21:02:56 -04:00
Dan Buch b5a69f4397 still futzing around with insertion_sort and timeit 2012-06-09 20:53:29 -04:00
Dan Buch 88658c2a5d messing around with insertion sort 2012-06-09 14:28:27 -04:00
Dan Buch db1a5a113b Giving up on the Wirth algorithms book since using Oberon is just ridiculous, turning instead to a more oft-referenced text. 2012-06-05 21:15:00 -04:00
Dan Buch f849230380 Start notes on Wirth's Algorithms and Data Structures 2012-06-03 09:36:44 -04:00
Dan Buch 1b7a8b2e9b yeah, that's better 2012-05-30 07:43:48 -04:00
Dan Buch f5902e699f One more goofy modification to temperatures practice prog
before moving on to something more fun.
2012-05-29 16:52:13 -04:00
Dan Buch 2599a100da Playing with ActiveResource just a bit more
before trashing all of it.  What I really ought to be doing is playing
with Sequel or getting more cozy with ActiveRecord.
2012-05-29 16:41:47 -04:00
Dan Buch 32aaca146b Renaming digressions to gnu-c
since that better describes what I'm doing in there, plus removed the
silly java prog because it was silly and not GNU C.
2012-05-29 15:56:49 -04:00
Dan Buch 809c287645 Breaking out the usage bit, other mindless crap. 2012-05-29 15:29:51 -04:00
Dan Buch 2fa6c49132 Finally getting around to playing with getopt in C 2012-05-29 15:22:51 -04:00
Dan Buch 13257b1ecc Cleaning up little temperature converter program
based a bit on how the example qsort program was written, plus fixing a
pedantic error.
2012-05-29 15:02:16 -04:00
Dan Buch 02699f591f ignoring compiled qsort example 2012-05-29 15:01:56 -04:00
Dan Buch b3cf0c7c5b Goofing around with qsort in C
plus making the compiler flags more angry.
2012-05-29 15:01:12 -04:00
Dan Buch 86702165fe meant to use autoenv for this wacky Princeton setup 2012-05-29 14:40:07 -04:00
Dan Buch 3de7a26bef Collapsing client tree, moving awesome_print require into shell runner thingy 2012-05-28 13:30:56 -04:00
Dan Buch c75da5dba7 More goofing around with temperature conversion
for make near-mindless C practice.
2012-05-28 13:13:07 -04:00
Dan Buch de38919448 readme time 2012-05-18 11:27:00 -04:00
Dan Buch c4a6b8791d Not versioning the generated stuff after all
not least because it screws up my language metrics :-)
2012-05-18 11:20:11 -04:00
Dan Buch bfc97737b4 doing some light relation-like stuff
although I spent way too much time on the server side since deciding
to add Redis as "persistence".
2012-05-18 11:18:41 -04:00
Dan Buch 28799b806f one more renaming 2012-05-18 07:50:48 -04:00
Dan Buch 5dfd9dd7f8 Moving things around, combining and splitting ... 2012-05-18 07:49:25 -04:00
Dan Buch b649e10ae8 Using aspen instead of homespun wsgi thingy 2012-05-18 01:33:35 -04:00