Commit Graph

1148 Commits

Author SHA1 Message Date
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
45239efacc Playing with channels 2012-10-23 18:45:23 -04:00
869e00fe38 Simplify the name
dangit
2012-10-23 18:33:53 -04:00
55cfa84eeb Getting into goroutines 2012-10-23 18:32:24 -04:00
ad41085cd3 Finishing the http handlers exercise
(hopefully)
2012-10-23 18:22:34 -04:00
d9a4c3a2e7 Picking up the go tour again
after a (very) brief interlude with D.  Le sigh.
2012-10-18 09:17:47 -04:00
49612a9881 Minor touchup to height conversion prog 2012-10-18 00:00:36 -04:00
8f31e77e96 Doing unit conversion prog, touching up Makefile 2012-10-17 23:57:27 -04:00
55ce5682e2 Picking up D again 2012-10-17 23:50:50 -04: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