Science/Math

TwitterFacebook
Get flash to fully experience Pearltrees
http://roguebasin.roguelikedevelopment.org/index.php?title=Cellular_Automata_Method_for_Generating_Random_Cave-Like_Levels It is an old and fairly well documented trick to use cellular automata to generate cave-like structures.

Cellular Automata Method for Generating Random Cave-Like Levels

Blog Archive » A brief history of problems that ruined my world

A different (maybe better) title for this might be: the most frequently banned topics on the internet . http://lbrandy.com/blog/2009/07/a-brief-history-of-problems-that-ruined-my-world/
http://en.wikipedia.org/wiki/Tupper%27s_self-referential_formula Tupper's self-referential formula is a self-referential formula defined by Jeff Tupper that, when graphed in two dimensions, can visually reproduce the formula itself.

Tupper's self-referential formula

Return to "Download Files" Page http://www.zo.utexas.edu/faculty/antisense/DownloadfilesToL.html

Download Graphic Images from the Hillis/Bull Lab

It's rather obvious when a number is divisible by 2 or 5, and some of you probably know how to tell if a number is divisible by 3, but it is possible to figure out the division 'rule' for any number.

Nerd Paradise : Divisibility Rules for Arbitrary Divisors

http://www.nerdparadise.com/math/tricks/divisorrules/

11 cheap gifts guaranteed to impress science geeks

http://www.dvice.com/archives/2010/12/11-cheap-gifts.php Science comes up with a lot of awesome stuff, and you don't need a Ph.D, a secret lab, or government funding to get your hands on some of the coolest discoveries. We've got a list of 11 mostly affordable gifts that are guaranteed to blow your mind, whether or not you're a science geek.

How to Hunt Elephants

MATHEMATICIANS hunt elephants by going to Africa, throwing out everything that is not an elephant, and catching one of whatever is left. http://paws.kettering.edu/~jhuggins/humor/elephants.html
There are many unsolved problems in mathematics. Some prominent outstanding unsolved problems (as well as some which are not necessarily so well known) include http://mathworld.wolfram.com/UnsolvedProblems.html

Unsolved Problems

Weierstrass functions

http://www.math.washington.edu/~conroy/general/weierstrass/weier.htm Weierstrass functions are famous for being continuous everywhere, but differentiable "nowhere".

Six ways to write more comprehensible code

I learned to write, clear, maintainable code the hard way.