This repository hosts my personal Code Katas, that is my personal solutions programming exercises and challenges found on various sites such as codegolf.se and r/dailyprogrammer, and experiments of various kinds that I do run. Those Katas and experiments are done for self {improvement/amusement/education/*}
I will be solving those different Katas (for now) on several languages that interest me,
that is C, C++, Go, Python and perhaps Java. If I get interested in other
languages in the future I may as well solve these Katas on that language. Experiments will
be run on any language that interests me.
My setup for the various languages is as follows (may be subject to change, but it should give you a good idea on what I try these on if you want to compile them for any reason):
Python:Python 3.3.2C++:Clang++ 3.3or alternativelyg++ 4.8.2C:Clang 3.3or alternativelygcc 4.8.2Go:go version go.1.2.2 linux/amd64or alternativelygccgo 4.8.2
I am doing all these katas as a practice; as a result I will not accept outside code contribution. If you would like to use the code in these katas, feel free to do.
I will be more than happy to accept code reviews, in the form of bug reports. If you see anything wrong or something that could be very well optimized feel free to file an issue.
The code in this repository is a Copyright (c) 2014 Fotis Koutoulakis and you can use it under the terms of the MIT License. For more information take a look at the LICENSE file inside the root folder of the project.