May. 2, 2013 at 2:41pm with 14 notes
Reblogged from dailygeometry
Cryptids. Aliens. Monsters. All the world’s bizarre secrets—what if they were real? Their existence would be debunked by a reality TV show! HOAX HUNTERS is that show, publicly disproving all variety of lore. But their real goal is the opposite: as the world’s dark corners surface, the HOAX HUNTERS cover them up. They demonstrate that the truth isn’t out there.
Do Make Say Think - Classical Noodlanding
“
To iterate is human, to recurse divine.
Latex test
\[a + ar + ar^{2} + ar^{3} + … + ar^{n-1} = \sum_{k=0}^{n-1}ar^{k} = a\frac{1 - r^{n}}{1 - r}, \forall r \neq 1 \]
Hello World
// my first program in C++
#include
using namespace std;
int main ()
{
cout << "Hello World!";
return 0;
}




