An open API service indexing awesome lists of open source software.

https://github.com/darkriszty/dailyprogrammer

Solving challenges from reddit.
https://github.com/darkriszty/dailyprogrammer

dailyprogrammer

Last synced: about 2 months ago
JSON representation

Solving challenges from reddit.

Awesome Lists containing this project

README

        

# DailyProgrammer

Random challenges from /r/dailyprogrammer.

* 20160113 - Genetic algorithm to reach a string (c#)
* 20160104 - Drawing in netpbm format (my first ever python program)
* 20160210 - Countdown - number game (c#)
* 20160404 - Magic square (c#)
* 20160418 - Shannon entropy (c#)
* 20160607 - Transpose matrix (nodejs)