Skip to content

NlightNFotis/Playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playground

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.

Setup

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.2
  • C++: Clang++ 3.3 or alternatively g++ 4.8.2
  • C: Clang 3.3 or alternatively gcc 4.8.2
  • Go: go version go.1.2.2 linux/amd64 or alternatively gccgo 4.8.2

Contributing

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.

Code Reviews

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.

Licensing

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.

About

My personal coding experiments and exercises

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors