<M <Y
Y> M>

Proceedings of the Athanasius Kircher Society » Blog Archive » Quin’s Atlas of Universal History: Life imitates Freeciv

LEMON LAYER CAKE WITH RASPBERRY CURD AND WHIPPED CREAM Recipe at Epicurious.com: I'm becoming more interested in fruitish desserts

Recipe 13003 --- Award Winning Ghiradelli Brownies: Chocolate Cakes Desserts Cookies : I like any recipe site that has this many buttons

oddbooks.co.uk: Man from Space... or Space from Man?!?! (from kevan)

The Theory of Classification - A Course on OO Type Systems | Lambda the Ultimate: "Objects Like Myself"

The Best Design Resources you can Clear in One Sitting - PhilRenaud.com: I guess I should read a bunch of this

"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"

Simply Recipes: Irish Beef Stew Recipe: I unaccountably failed to delicious this earlier

cornish pasty as a pie | The Fresh Loaf: Seems good to me

Pandora - Bookshelf » Introduction / Bookshelf : For resources section of book

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

BNF generator: I really liked "Neutron Simulator"

Retief of the CDT Page: You can always tell fan fiction

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?"

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)

Eat Greek Tonight - Greek Food Guide: For Astoria

Recipes: Also buy stuff through mail-order

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

(Triplex Invaders): With triple-strength invading action

carto:net - scalable vector graphics : halfway through the paper, the point shows up, panting and holding a suitcase

Sea level rise: Lots of other people are interested in this, apparently

United States Congress - Senators and Representatives share their Favorite Recipes : "4 whole chicken legs and thighs. 3 wastewater treatment plants. 2 naval bases."

Recipes: Big set of site links

GLOBALPIRACY.COM: The problem is its name, really.

andrew wagner :: music : Haven't listened to this guy's mp3s, but I like his sense of humor

Fish disks 1 - 1120: Amiga stuff

Moderation Strategies | Main / HomePage : tpfh

SourceForge.net: snake3d: When will the generalizations end?

Rubygame: For maximum game hype

Waterfall 2006 - International Conference on Sequential Development: Pretty funny

: Mom's thread recommendations: Swedish polyester thread, not dual duty (will ruin machine)

Belly-Timber: Sin, Quantified: For Rachel's birthday cake?

http://www.ietf.org/internet-drafts/draft-ietf-atompub-protocol-08.txt: I've heard this is a mind-blower

Wired News: : That was moi oidea!

Creating Printable Documents with Ruby: Add to recipe references

EasyUtil Recommendation Service: Rent-A-Gleeper

Ruby Hacking Guide: Good idea, but only 1 chapter so far

Steve Krause : Blog: Pandora and Last.fm: Nature vs. Nurture in Music Recommenders: More stuff for NYCB entry in future

: rsync -avz /home/leonardr/writing/Ruby\ Cookbook/mirror/ leonardr@crummy.com:public_html/writing/RubyCookbook

: Airport work on "Making Sure a Sorted Array Stays Sorted" -- needs cleanup later

: pig-nosed turtle, diatryma

: TODO: add make_tree to files intro, find reference for "writing to a file"

: TODO: redo randomness recipes when test harness runs srand(23) before running recipe

: 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
```

eigenclass - Changes in Ruby 1.9: This is my secret. It makes me seem very knowledgeable.

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

Time [Internet Encyclopedia of Philosophy]: Fascinating, and may eventually answer my question about time

Time Travel [Internet Encyclopedia of Philosophy]: While I'm at it

Game Prototypes: Some odd game mechanics

Soviet children's books: Look at w/Sumana

http://www.computerhistory.org/collections/DocumentArchive/Documents/Books/Computing%20Before%20Computers/CBC.html: From the authors of "Thinking Before Thinkers"

CHOCOLATE GUINNESS GOODNESS Recipe at Epicurious.com: I love Guiness in food, but I can't stand it alone

<M <Y
Y> M>

[Main]

© 2000-2013 Leonard Richardson.