Feb 23, 2010
Beaker And A Tiny Problem With Google App Engine
When you want to use Beaker library on Google App Engine, you may receive the following error; import pkg_resources ImportError: No module named pkg_resources.
Feb 23, 2010
When you want to use Beaker library on Google App Engine, you may receive the following error; import pkg_resources ImportError: No module named pkg_resources.
Jan 18, 2010
I've been coding a small project in my free time and i had to develop a simple algorithm that is similar to Base60 encoding to create shorter values.
Aug 27, 2009
I don't know much thing about language detection but I was in need of it for a project. Basically I needed to detect whether the text is in English or not.
Aug 22, 2009
Java's BigInteger and BigDecimal libraries don't contain an algorithm to find the root of a number so you have to develop your own. I've coded a square root algorithm for BigInteger library (I can't remember how I've learned the original algorithm. If I do, I'll add it). Feel free to use it, but remember it only finds square roots of a number.
Apr 18, 2009
The Vigene Cipher is probably the easiest cipher which was invented by Blaise de Vigenere, a French diplomat born in 1523. It's similar to Caesars cipher. It works -like the most ciphers- by replacing each letter by another letter.
Mar 09, 2009
Feb 02, 2009
Binary search tree(BST) is a binary tree structure. Basic operations on a BST are proportional to the height of the tree. For such operations on a BST run O(log n) worst-case time.
Dec 08, 2007
Hello World
Jan 01, 1970