Commit Graph

88 Commits

Author SHA1 Message Date
Alexey Migutsky 7ef088fb80 Merge branch 'master' into master 2017-09-20 13:39:55 +02:00
Eshan 35f9ab61a3 add project euler
website with lots of problems of varying difficulty that take a numerical answer instead of being evaluated by an online judge.
2017-09-19 16:03:55 -04:00
Ahmad Alhour 7806c72453 Merge pull request #2 from mr-mig/master
Pull from mr-mig's remote
2017-09-19 20:25:12 +02:00
Alexey Migutsky 9e9145dfc7 Merge branch 'master' into coffman21-patch-1 2017-09-19 14:42:57 +02:00
Alexey Migutsky 28d04c439a Added CodeWars 2017-09-19 14:39:57 +02:00
Alexey Migutsky a83ea9474a Merge branch 'master' into coding-practice-sites 2017-09-19 14:36:38 +02:00
Alexey Migutsky 3b9a1448d3 Merge pull request #52 from MatiasVerdier/patch-1
Add CodeFights to practice sites
2017-09-19 14:35:13 +02:00
Emil Mikulic 4d5e3e347b Remove unnecessary ?v=1 from URL. 2017-09-19 16:55:12 +10:00
Ahmad Alhour 4ebfcf1c54 Add the "Systems Design: A Primer" repository. 2017-09-18 17:47:49 +02:00
Roman Kukharuk b57c31f762 Link updated 2017-09-18 07:08:55 -07:00
Matias Verdier 123d73f172 Update README.md 2017-09-18 11:04:09 -03:00
Saeed 95995e2ed9 Update README.md
Corrected broken link for "The Ten Rules of a Zen Programmer"
2017-09-18 15:25:19 +08:00
Roman Kukharuk c62faaffd0 Exercism edded in Practice Sites section 2017-09-17 18:42:20 -07:00
coffman21 cea8e78f3d update Coding Practice Sites 2017-09-16 20:25:10 +03:00
Alexey Migutsky 0a44c68af7 Merge pull request #37 from Gurran/master
Add What Every Programmer Should Know About Memory
2017-09-16 18:16:11 +02:00
Anton Fefilov 64c9079b36 Add coding practice site 2017-09-16 20:01:55 +04:00
Alexey Migutsky 4d8ef98567 Update README.md 2017-09-16 17:43:57 +02:00
Akshat katiyar a393dd5b28 changed to correct emoji 2017-09-16 08:31:30 -07:00
Gustav Blomqvist 17b2080de4 Changed 💾 to 📜 2017-09-16 17:25:06 +02:00
Akshat katiyar 79d70b2552 Typo Correction 2017-09-16 08:23:32 -07:00
Akshat katiyar 0ce27e5b75 Little typo correction 2017-09-16 08:19:32 -07:00
Akshat katiyar 42e1a54cb1 Merge branch 'master' into master 2017-09-16 08:14:15 -07:00
Akshat katiyar 9c25bcadab Added some sites 2017-09-16 08:01:06 -07:00
Akshat katiyar 063b88972b Added Some sites 2017-09-16 06:48:53 -07:00
Akshat katiyar d3fdbb6fdf Added Coding Sites Tag
1.CodeForces
2017-09-16 06:42:09 -07:00
Alexey Migutsky a1f6d5171e Merge branch 'master' into patch-1 2017-09-16 13:39:41 +02:00
Alexey Migutsky 7e1a772548 Merge pull request #9 from joshearl/master
Added recently published companion to Soft Skills
2017-09-16 13:38:23 +02:00
Alexey Migutsky 4875100f0d Merge pull request #32 from haggen/master
Add book How to Count under Numbers section
2017-09-16 13:34:16 +02:00
Alexey Migutsky 2f6e2e14dc Merge pull request #34 from alcere/patch-1
Added Data Structure section
2017-09-16 13:33:37 +02:00
Alexey Migutsky a26104f065 Changed the icon for The Debugging Mindset 2017-09-16 13:32:58 +02:00
Alexey Migutsky 29ced90bf5 Merge pull request #33 from eamanu/master
Add Regex tutorial.
2017-09-16 13:31:37 +02:00
Alexey Migutsky 5f5c35a1c3 Update README.md 2017-09-16 13:29:55 +02:00
Alexey Migutsky 071c359d1c Merge pull request #38 from diendang01/master
Added a link to The mythical 10x programmer and The Debugging Mindset
2017-09-16 12:30:48 +02:00
Alexey Migutsky 546f8eeddf Merge pull request #40 from seifsg/master
Cracking the Coding Interview book link updated to latest edition
2017-09-16 12:15:47 +02:00
Alexey Migutsky a93f4f1681 Added Pomodoro For Programmers 2017-09-16 12:12:47 +02:00
Seif Sgayer 24ca737560 Cracking the Coding Interview Edition Update 2017-09-15 20:23:31 +02:00
Dang Van Dien 62a01a10e6 Added a link to The Debugging Mindset 2017-09-15 13:48:30 +07:00
Dang Van Dien c90f41c002 Added a link to The mythical 10x programmer 2017-09-15 13:41:52 +07:00
Gustav Blomqvist 009a803f6f Add What Every Programmer Should Know About Memory 2017-09-14 23:28:50 +02:00
Dang Van Dien b5896d5126 Added a link to 40 Key Computer Science Concepts Explained In Layman’s Terms 2017-09-13 21:32:09 +07:00
Dang Van Dien 8871fc1061 Added a link to What Every Computer Scientist Should Know About Floating-Point Arithmetic 2017-09-13 21:27:17 +07:00
Alfredo eb1f7b807d Added Data Structure section 2017-09-13 09:44:36 +02:00
eamanu d758b974fc Add Regex tutorial. 2017-09-12 12:59:11 -03:00
Aleksandr Argunov 7e7f48fe5a Move learnxinyminutes, hyperpolyglot to practices section 2017-09-12 12:53:11 +03:00
Arthur Corenzan e41ba37337 Add book How to Count under Numbers section
Really good introduction to bases (binary, decimal, etc), big/small endians, integer, long, floating points, and an overview of how computers count.
2017-09-11 17:11:17 -03:00
Alexey Migutsky 226d6427d8 Merge pull request #31 from troglotit/patch-2
Add Learn Anything
2017-09-10 19:28:48 +02:00
Alexey Migutsky 7b7fdd9db2 Added Introduction section with Map of Computer Science 2017-09-10 19:23:01 +02:00
alex argunov 7cd6812b7e Add Learn Anything 2017-09-10 16:00:00 +03:00
alex argunov 2e7e34f691 Add Hyperpolyglot, learnxinyminutes 2017-09-10 15:39:19 +03:00
Alexey Migutsky 9a5c8033bf Added a link to Awesome Falsehoods and removed duplicates 2017-09-08 20:35:06 +02:00