Wed Mar 01 2006 18:40 PST Proceedings of the Athanasius Kircher Society » Blog Archive » Quin’s Atlas of Universal History:
Life imitates Freeciv
Wed Mar 01 2006 18:40 PST Proceedings of the Athanasius Kircher Society » Blog Archive » Quin’s Atlas of Universal History:
Life imitates Freeciv
Wed Mar 01 2006 19:24 PST LEMON LAYER CAKE WITH RASPBERRY CURD AND WHIPPED CREAM Recipe at Epicurious.com:
I'm becoming more interested in fruitish desserts
Thu Mar 02 2006 19:14 PST Recipe 13003 --- Award Winning Ghiradelli Brownies: Chocolate Cakes Desserts Cookies :
I like any recipe site that has this many buttons
Thu Mar 02 2006 19:18 PST oddbooks.co.uk:
Man from Space... or Space from Man?!?! (from kevan)
Thu Mar 02 2006 19:20 PST The Theory of Classification - A Course on OO Type Systems | Lambda the Ultimate:
"Objects Like Myself"
Thu Mar 02 2006 19:20 PST The Best Design Resources you can Clear in One Sitting - PhilRenaud.com:
I guess I should read a bunch of this
Thu Mar 02 2006 19:23 PST "The Future and You" Ideas and opinion about the future, based
on verifiable facts of today.:
I need to figure out a way of looking at these things that doesn't make me automatically hate them for being "podcasts"
Fri Mar 03 2006 16:58 PST Simply Recipes: Irish Beef Stew Recipe:
I unaccountably failed to delicious this earlier
Fri Mar 03 2006 20:16 PST cornish pasty as a pie | The Fresh Loaf:
Seems good to me
Fri Mar 03 2006 20:16 PST
Pandora - Bookshelf » Introduction / Bookshelf
:
For resources section of book
Fri Mar 03 2006 20:17 PST Let's Get Baked Podcast:
See, the thing is that I have to download and listen to half an hour of audio just to get a vegan deep dish pizza recipe
Fri Mar 03 2006 20:17 PST BNF generator:
I really liked "Neutron Simulator"
Sat Mar 04 2006 20:02 PST Retief of the CDT Page:
You can always tell fan fiction
Sat Mar 04 2006 20:03 PST AOP@Work: AOP myths and realities:
"This is one AOP 'myth' that is actually correct! In fact, the others are correct too! Why bother reading this?"
Sat Mar 04 2006 20:03 PST Exploration vs. Exploitation Challenge:
I'm interested in any kind of "exploitation challenge" (this is a thing I explored with the ultra gleeper a little)
Sun Mar 05 2006 18:56 PST Recipes:
Also buy stuff through mail-order
Sun Mar 05 2006 19:59 PST Grasshopper Enterprises » How to Stop Time:
I could see this working on the same principle that makes your remembered dream take place in a fraction of a second as you're waking up
Sun Mar 05 2006 20:00 PST (Triplex Invaders):
With triple-strength invading action
Tue Mar 07 2006 19:45 PST carto:net - scalable vector graphics :
halfway through the paper, the point shows up, panting and holding a suitcase
Tue Mar 07 2006 20:43 PST Sea level rise:
Lots of other people are interested in this, apparently
Wed Mar 08 2006 18:48 PST United States Congress - Senators and Representatives share their Favorite Recipes :
"4 whole chicken legs and thighs. 3 wastewater treatment plants. 2 naval bases."
Wed Mar 08 2006 18:48 PST Recipes:
Big set of site links
Thu Mar 09 2006 18:52 PST GLOBALPIRACY.COM:
The problem is its name, really.
Thu Mar 09 2006 18:54 PST andrew wagner :: music :
Haven't listened to this guy's mp3s, but I like his sense of humor
Thu Mar 09 2006 19:02 PST Fish disks 1 - 1120:
Amiga stuff
Fri Mar 10 2006 19:02 PST SourceForge.net: snake3d:
When will the generalizations end?
Sat Mar 11 2006 21:11 PST Rubygame:
For maximum game hype
Sun Mar 12 2006 17:34 PST Waterfall 2006 - International Conference on Sequential Development:
Pretty funny
Mon Mar 13 2006 17:41 PST:
Mom's thread recommendations: Swedish polyester thread, not dual duty (will ruin machine)
Mon Mar 13 2006 17:41 PST Belly-Timber: Sin, Quantified:
For Rachel's birthday cake?
Mon Mar 13 2006 17:45 PST http://www.ietf.org/internet-drafts/draft-ietf-atompub-protocol-08.txt:
I've heard this is a mind-blower
Tue Mar 14 2006 17:33 PST Wired News: :
That was moi oidea!
Thu Mar 16 2006 07:16 PST Creating Printable Documents with Ruby:
Add to recipe references
Sun Mar 19 2006 19:51 PST EasyUtil Recommendation Service:
Rent-A-Gleeper
Sun Mar 19 2006 19:53 PST Ruby Hacking Guide:
Good idea, but only 1 chapter so far
Sun Mar 19 2006 19:55 PST Steve Krause : Blog: Pandora and Last.fm: Nature vs. Nurture in Music Recommenders:
More stuff for NYCB entry in future
Mon Mar 20 2006 06:41 PST:
rsync -avz /home/leonardr/writing/Ruby\ Cookbook/mirror/ leonardr@crummy.com:public_html/writing/RubyCookbook
Tue Mar 21 2006 04:53 PST:
Airport work on "Making Sure a Sorted Array Stays Sorted" -- needs cleanup later
Thu Mar 23 2006 14:45 PST:
pig-nosed turtle, diatryma
Thu Mar 23 2006 15:41 PST:
TODO: add make_tree to files intro, find reference for "writing to a file"
Thu Mar 23 2006 15:59 PST:
TODO: redo randomness recipes when test harness runs srand(23) before running recipe
Fri Mar 24 2006 09:24 PST:
TODO: This seems to have gone away. I took it out of the recipe, but it needs to be verified.
You also can't use @break@ outside of the method that defines the
enclosing loop. Your code block can use @break@, but it can't call a
method that uses @break@: Ruby won't know where to jump to when it
encounters the @break@. If the example above were written like this,
@break@ wouldn't work:
```
def print_and_maybe_break(x)
puts x
break if x == 3
end
def count_ten_but_stop_at_three # WRONG -- don't try this!
1.upto(10) { |x| print_and_maybe_break(x) }
end
count_ten_but_stop_at_three
# 1
# 2
# 3
# LocalJumpError: unexpected break
```
Fri Mar 24 2006 21:30 PST eigenclass - Changes in Ruby 1.9:
This is my secret. It makes me seem very knowledgeable.
Sat Mar 25 2006 06:58 PST Why’s (Poignant) Guide to Ruby :: Expansion Pak #1. The Tiger’s Vest (with a Basic Introduction to Irb):
TODO: mention this in the recipe that talks about tab completion
Tue Mar 28 2006 07:00 PST Time [Internet Encyclopedia of Philosophy]:
Fascinating, and may eventually answer my question about time
Wed Mar 29 2006 17:17 PST Game Prototypes:
Some odd game mechanics
Wed Mar 29 2006 17:49 PST Soviet children's books:
Look at w/Sumana
Thu Mar 30 2006 20:42 PST http://www.computerhistory.org/collections/DocumentArchive/Documents/Books/Computing%20Before%20Computers/CBC.html:
From the authors of "Thinking Before Thinkers"
Fri Mar 31 2006 19:24 PST CHOCOLATE GUINNESS GOODNESS Recipe at Epicurious.com:
I love Guiness in food, but I can't stand it alone
© 2000-2013 Leonard Richardson.