Skip to content

msmanek/DailyProgrammerChallenges

 
 

Repository files navigation

DailyProgrammerChallenges

This repo contains all of the challenges from r/dailyprogrammer and also scripts used to pull challenges from the subreddit each week and to cleanup directories & remove unnecessary posts

The post-challenges.py script is ran via a cron job on a VPS at the end of each week, and then automatically pushes that week's challenges to this repository. The script is pretty inefficient, but it gets the job done. If you see ways to improve it, feel free to submit a pull request and add your name as a contributor.

Required Modules:

  • praw
  • subprocess
  • re
  • os
  • pprint

post-challenges.py runs on Python 3.x

Challenges & Solutions

See a missing challenge & missing selftext? Want to add a solution to a challenge? See the CONTRIBUTING.md file for how to submit changes.


Creator: Freddie Vargus

Uses the MIT License

This project was inspired by LewisJohnson, whom I collaborated with on a similar repository.

About

External Repo of Challenges from r/dailyprogrammer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 51.7%
  • Python 21.3%
  • Java 10.7%
  • JavaScript 4.7%
  • C++ 4.5%
  • Perl 2.0%
  • Other 5.1%