From 95995e2ed9d2ab1f9cb9250bcd1918e0230700be Mon Sep 17 00:00:00 2001 From: Saeed Date: Mon, 18 Sep 2017 15:25:19 +0800 Subject: [PATCH 1/3] Update README.md Corrected broken link for "The Ten Rules of a Zen Programmer" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88022d2..63d267b 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ But knowing the stuff will help you become better! :muscle:* - :page_facing_up: [Speed In Software Development](https://www.targetprocess.com/articles/speed-in-software-development/) - :movie_camera: [The Myth of the Genius Programmer](https://www.youtube.com/watch?v=0SARbwvhupQ&feature=youtu.be) - :movie_camera: [Making Badass Developers](https://www.youtube.com/watch?v=FKTxC9pl-WM&t=2s) -- :page_facing_up: [The Ten Rules of a Zen Programmer](https://www.zenprogrammer.org/en/the10rulesofazenprogrammer.html) +- :page_facing_up: [The Ten Rules of a Zen Programmer](https://www.zenprogrammer.org/en/10-rules-of-a-zen-programmer.html) - :page_facing_up: [The mythical 10x programmer](http://antirez.com/news/112) - :page_facing_up: [The Debugging Mindset](http://queue.acm.org/detail.cfm?id=3068754) From 123d73f17222fea31c0477dbd6282275a3ee4725 Mon Sep 17 00:00:00 2001 From: Matias Verdier Date: Mon, 18 Sep 2017 11:04:09 -0300 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63d267b..b9b9f97 100644 --- a/README.md +++ b/README.md @@ -159,3 +159,4 @@ But knowing the stuff will help you become better! :muscle:* - :link: [Spoj](https://spoj.com/) - :link: [HackerEarth](https://hackerearth.com/) - :link: [TopCoder](https://www.topcoder.com/) +- :link: [CodeFights](https://codefights.com/) From 4d5e3e347bf5a0aa0867cdddedc96ff17940479e Mon Sep 17 00:00:00 2001 From: Emil Mikulic Date: Tue, 19 Sep 2017 16:55:12 +1000 Subject: [PATCH 3/3] Remove unnecessary ?v=1 from URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63d267b..9c23c38 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ But knowing the stuff will help you become better! :muscle:* - :page_facing_up: [Latency Numbers Every Programmer Should Know](https://gist.github.com/jboner/2841832) ### Time -- :page_facing_up: [Some notes about time](https://unix4lyfe.org/time/?v=1) +- :page_facing_up: [Some notes about time](https://unix4lyfe.org/time/) ### Memory - :page_facing_up: [What every Programmer should know about memory](http://lwn.net/Articles/250967/)