freddiev4 / dailyprogrammerchallenges

Bank of challenges & solutions from r/dailyprogrammer for people learning to program
http://reddit.com/r/dailyprogrammer
MIT License
311 stars 64 forks source link

Replace 'Trash' in Selftext #4

Closed freddiev4 closed 8 years ago

freddiev4 commented 8 years ago

The challenge_text.md file of some challenges contain trash in it due to some encoding errors while pulling the selftext from the respective r/dailyprogrammer post.

Challenges Containing Trash:

- Easy Challenges/Challenge # 241 [easy] Unicode Chess/challenge_text.md - Easy Challenges/Challenge #114 [Easy] Word ladder steps/challenge_text.md

nodejsjs commented 8 years ago

I've updated the text in # 241 [Easy] and # 114 [Easy].

kritzware commented 8 years ago

Working on these from the bottom to the top: I also did #114 [EASY] before seeing the comment from @rafid059

213 [Easy] - DONE

38 [Intermediate] - DONE

184 [Intermediate] - DONE

nodejsjs commented 8 years ago

@FreddieV4 You mistakenly crossed off the wrong # 241. It's the top one. The [Easy] one and not the [Hard] one.

freddiev4 commented 8 years ago

@kritzware Are you aware of the name changes to folders in Easy Challenges?

@rafid059 Thanks just fixed that.

EDIT: @kritzware directory names seem fine.

vaz-rodrigo commented 8 years ago

fixed _Extra-Bonus Challenges/Challenge #207 [Bonus] Erdos Number Calculator/challengetext.md fixed _Easy Challenges/Challenge #166b [Easy] Planetary Gravity Calculator/challengetext.md fixed _Easy Challenges/Challenge #214 [Easy] Calculating the standard deviation/challengetext.md fixed _Hard Challenges/Challenge # 241 [Hard] Chess Puzzle solver/challengetext.md fixed _Hard Challenges/Challenge #248 [Hard] NotClick game/challengetext.md fixed _Hard Challenges/Challenge #208 [Hard] The Universal Machine/challengetext.md fixed _Hard Challenges/Challenge #129 [Hard] Baking Pi/challengetext.md fixed _Hard Challenges/Challenge #121 [Hard] Medal Management/challengetext.md fixed _Hard Challenges/Challenge # 50 [difficult]/challengetext.md fixed _Intermediate Challenges/Challenge # 241 [intermediate] ascii Bitmap Chess/challengetext.md

freddiev4 commented 8 years ago

Fixed via PR #74