A storm of tweets by Carl Kinsella
https://twitter.com/TVsCarlKinsella/status/762038953721597953
FOUNDER OF HOGWARTS: okay, so we all know there are four types of kid. brave, smart, evil and miscellaneous.
SCHOOL BOARD: yes, continue.
function *count(n) { | |
for (let i = 0; i < n; i++) { | |
yield i; | |
} | |
} | |
const delay = ms => new Promise(resolve => setTimeout(resolve, ms)); | |
const asyncForEach = async (values, callback) => { |
20 points above the monkey | |
A Dearth of Crosswalks (via ahuster) | |
Angry Brain Explosion (via fudco) | |
Anonymous | |
Apparently Music? (via ahuster) | |
Awsomosis | |
Bad Math | |
Banned Name (via ahuster) | |
Bdemonic Devices | |
Betrayed by the Bagel (via ahuster) |
A storm of tweets by Carl Kinsella
https://twitter.com/TVsCarlKinsella/status/762038953721597953
FOUNDER OF HOGWARTS: okay, so we all know there are four types of kid. brave, smart, evil and miscellaneous.
SCHOOL BOARD: yes, continue.
HORSES AND PONIES and WAGONS n CARTS: | |
By Deb White, Seattle, [NWRinger] | |
Can horses swim the Brandywine? | |
The Fellowship of the Ring, 112 the question of whether or not horses can cross the Brandywine River comes up at Buckleberry Ferry. We know that at least 1 hobbit pony can ride the ferry, as Merry takes his across on it when he searches for Frodo who is late to arrive; but there doesn’t seem to be an ability for them, either ponies or horses, to swim it at this point, they must go up to the Bridge or down to Sarn Ford, as Merry’s response to Frodo is: “Can horses cross the river?” | |
“They can go twenty miles north to Brandywine Bridge - or they might swim,” answered Merry, “Though I never heard of any horse swimming the Brandywine.” | |
HORSES N PONIES BY NAME, or if no name given, listed by Rider’s name: |
Thorin’s company in order of appearance at the Unexpected Party. (p8-11)
using System; | |
namespace Pastebin | |
{ | |
class Pbcopy | |
{ | |
[STAThread] | |
static void Main(string[] args) | |
{ | |
try |
# generate crazy mixed version, and sort them dewey decimal | |
echo {11,1}.{11,1}.{11,1}.{11,1} | xargs -n 1 \ | |
| awk 'BEGIN{FS="."}{print $4, $1, $2, $3}' \ | |
| sort -ns \ | |
| awk '{print $4, $1, $2, $3}' \ | |
| sort -ns \ | |
| awk '{print $4, $1, $2, $3}' \ | |
| sort -ns \ | |
| awk '{print $4, $1, $2, $3}' \ | |
| sort -ns \ |