Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maximekjaer/dailyprogrammer-challenges

My solutions to reddit.com/r/dailyprogrammer challenges
https://github.com/maximekjaer/dailyprogrammer-challenges

Last synced: about 1 month ago
JSON representation

My solutions to reddit.com/r/dailyprogrammer challenges

Awesome Lists containing this project

README

        

Dailyprogrammer challenges
==========================

My solutions to [/r/dailyprogrammer](http://reddit.com/r/dailyprogrammer) challenges.

Done so far:

- [Challenge #171](/Challenge-171)
- [Easy](/Challenge-171/01-Easy): Conversion of 8 hexadecimal numbers to an image.
- [Intermediate](Challenge-171/02-Intermediate): Image manipulation (rotation, zoom, inversion...)
- [Hard](/Challenge-171/03-Hard): String compression with my own algorithm
- [Challenge #172](/Challenge-172)
- [Easy](/Challenge-172/01-Easy): P1 PBM image generation from text.
- [Intermediate 1](Challenge-172/02-Intermediate-1): P1 PBM, P2 PGM and P3 PPM image rendering with Pillow
- [Intermediate 2](Challenge-172/02-Intermediate-2): Password salting and hashing
- [Challenge #173](/Challenge-173)
- [Easy](/Challenge-173/01-Easy): Unit coverter (mass & length)
- [Intermediate](/Challenge-173/02-Intermediate): Advanced [Langton's Ant](http://en.wikipedia.org/wiki/Langton%27s_ant)
- [Hard](/Challenge-173/03-Hard): Road Trip Game
- [Challenge #174](/Challenge-174)
- [Easy](/Challenge-174/01-Easy): Thue-Morse sequence generator
- [Intermediate](/Challenge-174/02-Intermediate): Username-to-Avatar generator
- [Hard](/Challenge-174/03-Hard): Convex Hull problem with the Gift Wrapping algorithm
- [Challenge #175](/Challenge-175)
- [Easy](/Challenge-175/01-Easy): Extremely inefficient sorting algorithms
- [Intermediate](/Challenge-175/02-Intermediate): Largest word from list of characters
- [Hard](/Challenge-175/03-Hard): Simulation of a laser in a 2D hall of mirrors
- [Challenge #176](/Challenge-176)
- [Easy 1](/Challenge-176/01-Easy-1): Spreadsheet cell-selection formula parsing
- [Hard](/Challenge-176/02-Hard): Spreadsheet cell operations
- [Easy 2](/Challenge-176/03-Easy-2): Pivot tables
- [Challenge #177](/Challenge-177)
- [Easy](/Challenge-177/01-Easy): Quicksort
- [Intermediate](/Challenge-177/02-Intermediate): Morse audio file generation
- [Hard](/Challenge-177/03-Hard): Stats on Monty Python and The Holy Grail
- [Challenge #178](/Challenge-178)
- [Easy](/Challenge-178/01-Easy): Geometric transformations
- [Intermediate](/Challenge-178/02-Intermediate): Longest possible trip between planets with limited fuel
- [Hard](/Challenge-178/03-Hard): Regex Fractals
- [Challenge #179](/Challenge-179)
- [Easy](/Challenge-179/01-Easy): Grayscale conversion