Wednesday, January 22, 2014

Some other videos from 2013...

These are on Facebook, and I realised that I can't download them (easily)...

"Windows Maze" on iOS (February 2013)

Physics Simulation (March 2013)

P.S.: If I find the originals I'll post them on YouTube!

Saturday, January 11, 2014

First post of 2014

My version of the "2014 programming puzzle" from StackExchange:

It's not even close to the smallest one, but it's not so bad either...

C:

main(){int a=!(a^a);printf("%d%d%d%d",++a,!a,!!a,a<<!!a);}

It will probably generate some warnings when compiling, but if your compiler evaluates function parameters from left to right, then it should work!