Selected Oscar Wilde Quotes

Oscar Fingal O’Flahertie Wills Wilde!! Oscar Wilde is well known for his biting wit. And he has an extraordinary way of representing the things. Here is some collection of famous quotes of Oscar Wilde: A cynic is a man who knows the price of everything but the value of nothing. A dreamer is one who […]

Gulaal movie – music and lyrics

Its been long since i’ve heard such contentful, meaningful, provoking and great lyrics with such gr8 musical representation.The lines they’ve written are just mind-blowing. Music is awesome and vocals as well.Now I’ve got very high-expectations from Gulaal.The very first song I heard was – 1) SHEHER by Piyush Mishra/Swanand Kirkirehe.. ek bakhat ki baat bataein, ek […]

Regular Expression Basics – Quick Reference

Characters Character Description Example Any character except [\^$.|?*+() All characters except the listed special characters match a single instance of themselves. { and } are literal characters, unless they’re part of a valid regular expression token (e.g. the {n} quantifier). a matches a \ (backslash) followed by any of [\^$.|?*+(){} A backslash escapes special characters […]

Quick look at subversion / svn commands – overview

About Subversion: Subversion, also known as svn, is a version control system much like the Concurrent Versions System (CVS). Version control systems allow many individuals (who may be distributed geographically) to collaborate on a set of files (typically source code). Subversion has all the major features of CVS, plus certain new features that CVS users […]

Delhi 6 – Movie review

Delhi 6…It was a regular weekend and as usual i was expecting a good time with Delhi 6! Movie starts with a “Kala Bandhar” [monkey-man] fear in Delhi. A parallel shot was of Abhishek’s Grandma getting closer to death and was interested to live rest of her life in Delhi. “Kala-bandhar” was all over the plot with […]

Dev D – Movie review

Hi all,I don’t know why but just wanted to talk about the movie dev-d. I a lot of fun.TOI reports were 5-stars and we were damn eager to know the reason… I’ll give it 3.5-Star.. actually I loved et’ 🙂The way of representation and direction was gr8. and script was different!!! Some scenes i wont […]

Funny Computer laws – quotes

Amdahl’s Law: The speed-up achievable on a parallel computer can be significantly limited by the existence of a small fraction of inherently sequential code which cannot be parallelised. (Gene Amdahl) Augustine’s Second Law of Socioscience: For every scientific (or engineering) action, there is an equal and opposite social reaction. (Norman Augustine) Benford’s Law: Passion is […]

Upload Image to MySQL using PHP

Upload Image to MySQL using PHP As a new-bie to php/mysql, I tried different stuffs. So here I’m with my php code for Image Upload to MySQL. Its a quite simple code with two php files one to display and one to upload. For Image Upload code, I’ve added code download link upload-image-mysql-demo.zip at the […]