Skip to content

Instantly share code, notes, and snippets.

View jaw6's full-sized avatar

Joshua Wehner jaw6

View GitHub Profile
➜ java -version | wc
java version "1.6.0_35"
Java(TM) SE Runtime Environment (build 1.6.0_35-b10-428-11M3811)
Java HotSpot(TM) 64-Bit Server VM (build 20.10-b01-428, mixed mode)
0 0 0
➜ echo "what" | wc
1 1 5
#encoding: UTF-8
def does this work(input)
puts input
end
does this work 'at all?'
# >> at all?
A linguistics professor was lecturing to his English
class one day. "In English," he said, "A double
negative forms a positive. In some languages,
though, such as Russian, a double negative is still
a negative. However, there is no language wherein a
double positive can form a negative. "A voice from
the back of the room piped up, "Yeah, right. "
A linguistics professor was lecturing to his English class one day. "In English," he said, "A double negative forms a positive. In some languages, though, such as Russian, a double negative is still a negative. However, there is no language wherein a double positive can form a negative. "A voice from the back of the room piped up, "Yeah, right."