This repository currently contains Python, C, Java and some Haskell code
####Python
- Code in Python is in both Python 2.7.5 and 3. The 3 version used was 3.3.2 and now 3.4.0
- I am mostly done with porting Python2 code to Python3. Some porting is still remaining. I just may leave it for a while.
- Python code contains solutions to around 50-60 Project Euler problems from http://projecteuler.net/problems
- There are few solutions to Codechef practice problems also from http://www.codechef.com/
- It contains some Python scripts that I used as utilities like mass renaming of folders contained in zip files.
- Some minor projects like parsing webpages to get growth of website, simple WIP pong game are also present
####C
- There are some implementations of standard algorithms and data structures
- Some solutions to Project Euler and codechef problems are also present
####Java
- Contains a generic DAO layer. It has some functionality.
####Haskell
- Bits and pieces while experimenting with Haskell