This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 c flour | |
2 tsp baking powder | |
0.5 tsp salt | |
2 tbsp sugar | |
0.25 c butter (rubbed into dry ingredients above) | |
~1 c milk (add slowly) | |
400 F, ~10-15 minutes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For West is where we all plan to go some day. | |
It is where you go when the land gives out and the old-field pines encroach. | |
It is where you go when you get the letter saying: Flee, all is discovered. | |
It is where you go when you look down at the blade in your hand and the blood on it. | |
It is where you go when you are told that you are a bubble on the tide of empire. | |
It is where you go when you hear that thar's gold in them-thar hills. | |
It is where you go to grow up with the country. | |
It is where you go to spend your old age. | |
Or it is just where you go. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Summer knowledge is not the winter's truth, the truth of fall, | |
the autumn's fruition, vision and recognition: | |
It is not May knowledge, little and leafing and growing green, | |
blooming out and blossoming white, | |
It is not the knowing and the knowledge of the gold fall and | |
the ripened darkening vineyard, | |
Nor the black tormented, drenched and rainy knowledge of birth, | |
April, and travail, | |
The knowledge of the womb's convulsions, and the coiled cord's | |
ravelled artery, severed and cut open, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Meek, sang the crickets, wheat, meet, creek, | |
And the birds sang tutti, all of them: | |
"Bubble, little, | |
Whistle, pretty, | |
Trickle, whittle, | |
Lipping and dripping | |
Sipping the well | |
Where the fawn dipped | |
Before dawn descended | |
And darkness surrendered |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'rubygems' | |
require 'net/http' | |
require 'json' | |
require 'date' | |
module WatchInstantly | |
NUM_DAYS = 13 | |
# main method |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 4<w<8, 1<y<10, x and z are 6-sided dice. | |
HOW_MANY = 100000 | |
def range_rand(min,max) | |
min + rand(max-min) | |
end | |
def test_it | |
w = range_rand(4,8) |
NewerOlder