Related Posts
Facebook PHP Source Code
Ok, so one guy got to see Facebook’s source code on his screen, probably due to some bad upgrade, lord knows why, the code appeared on his screen, he then copied and pasted it to some forums, and then Facebook lawyers were threatening him. Too late!, it’s all over the place. Look for it no […]
The Pirate Bay, err, The Liberty Bay
A Screenshot of today’s ThePirateBay.org homepage. “Hint Hint?” These guys certainly like to piss people off to get media attention and more traffic for that high priced CPM they must have. read more | digg story
Check if your PHP’s diff syntax isn’t breaking
Say you’re working on emacs, without any kind of syntax checking, and you don’t want to commit your code cause you might have syntax errors. If you’re smart, the best way to know what files you actually changed, is using svn diff | grep +++ (that is, if you’re using subversion, which I hope you […]