February 2011
35 posts
you know you're too harsh when
the teacher your grading for tells you to re-grade the exams b/c you took away points on esoteric things
January 2011
30 posts
4 tags
Java Newbies
So I’m grading for a Java newbie class (I think the second class in the series?)
They had an assignment on loops.
I wrote a solution for them in like five minutes; do you think I can scare them with this code?
Interesting (short) article on Modeling Chaos →
azureye asked: Isn't "real world haskell" a bit of an oxymoron?
Sorry, had to make the joke ;)
Sorry, had to make the joke ;)
4 tags
Free Haskell Book
I want to reward my followers with yet another free book, this is the one I used to teach myself Haskell I hope it treats you as well as it treated me
Free Haskell Book
3 tags
8 tags
2 tags
4 tags
Binary Math Trick
if you ever want to know what a decimal number is in binary, do integer division by 2 until you have 1, odds are 1’s evens are 0’s you read from bottom up. So for example:
387 1
193 1
96 0
48 0
24 0
12 0
6 0
3 1
1 1
387d =...
3 tags
3 tags
3 tags
9 tags
Free Downloadable Perl Book
This is what I used to teach myself perl
The down arrow next to the Link is what you use to download it.
Never say I didn’t give you guys anything.
A* Algorithm
read this, this is useful
1 tag
Alcohol + Creativity = ...
Really Good Code OR Really BAD code.
3 tags
Anonymous asked: o.o what is that food
Proof: ATTENTION: YOU ARE UNDER ARREST FOR BEING... →
proofmathisbeautiful:
“An illegal prime is a prime number that represents information forbidden to possess or distribute. One of the first illegal primes was discovered in 2001. When interpreted a particular way, it describes a computer program which bypasses the digital rights management scheme used on DVDs….
Lacking Certain Functionality
Facebook needs an XOR (exclusive or) option for when you get invites to events.
4 tags
2 tags
4 tags
Push Down Automata Implementation →
I wrote it. It’s terrible C++ Code in my opinion lol.
8 tags
1 tag
6 tags