Complexity in software programming
I believe most of complexity in today’s software programming arises mainly due to decisions – conditions present in if, while, for loops. The decisions are… Read More »Complexity in software programming
I believe most of complexity in today’s software programming arises mainly due to decisions – conditions present in if, while, for loops. The decisions are… Read More »Complexity in software programming
I often felt the need to have control of my own repository, as opposed to using any public ones (whether free, or not). So I… Read More »Launched Subversion SVN
There has been an (evident) craze amongst Java community with contrived terms such as IoC (Inversion of Control), DI (Dependency Injection) mainly through Spring. I… Read More »Spring IoC, DI quick tutorial
Can you check out the HTML source for the below page? http://www.naiksblog.info/iframeembed.html More fun at http://www.greywyvern.com/code/php/binary2base64
A .java class can contain only one top-level public class. All other top level classes in same .java file cannot be private or protected or… Read More »Extremely useful tips for Java
I stumbled upon this url. The list of various options on databases is pretty amazing. http://www.webresourcesdepot.com/25-alternative-open-source-databases-engines/ It’s a definite read. I never knew so many… Read More »Interesting alternatives to databases in opensource
Wikimedia Downloads The following kinds of downloads are available: Database backup dumps A complete copy of all Wikimedia wikis, in the form of wikitext source… Read More »Wikimedia Downloads
Today at my project, I was faced with a simple question from the client – How do you ensure that your PHP code is not… Read More »PHP code obfuscation possible?
I have created a framework in .NET C# to allow creation of toolbars with extreme ease. http://azibo.sourceforge.net/ Definitely have a look at the website for… Read More »Create toolbars in .NET C#
I have written a versatile web-crawler in Python. Ruya http://ruya.sourceforge.net/ It features all aspects of a well-behaved, decent web-crawler for the Internet. Check out the… Read More »Python web-crawler – Ruya