Open cktang88 opened 4 years ago
Okay thanks, opening a PR with their removal I think is the next step you can take
I used https://github.com/tcort/markdown-link-check to quickly check for dead links. Results:
573 links checked. ERROR: 27 dead links found! [✖] https://codeshare.io → Status: 400 [✖] http://www.lifeclever.com/give-your-resume-a-face-lift/ → Status: 0 [✖] http://www.icsjobportal.com/blog/job-interview-questions → Status: 500 [✖] http://www.cubrid.org/blog/understanding-jvm-internals → Status: 404 [✖] https://blog.floydhub.com/colorizing-b&w-photos-with-neural-networks/ → Status: 404 [✖] https://fly.io/articles/why-fast-pages-are-important/ → Status: 404 [✖] blockchain.global/blockchain-innovation → Status: 400 [✖] unchainedpodcast.co → Status: 400 [✖] http://www.cs.dartmouth.edu/~mckeeman/cs48/mxcom/gem/html/GrowingCompiler.html → Status: 403 [✖] https://www.amazon.com/Design-Patterns-Elements-Reusable-Object-Oriented/dp/0201633612 → Status: 503 [✖] https://www.amazon.com/Head-First-Design-Patterns-Brain-Friendly/dp/0596007124 → Status: 503 [✖] http://www.le.ac.uk/users/rjm1/cotter/index.htm → Status: 404 [✖] https://www.subtle.press/course/poor-mans-ci → Status: 0 [✖] https://www.amazon.com/Linux-Command-Line-Complete-Introduction/dp/1593273894 → Status: 503 [✖] https://www.amazon.com/UNIX-Linux-System-Administration-Handbook/dp/0131480057 → Status: 503 [✖] https://artofproblemsolving.com → Status: 0 [✖] http://codeforces.com → Status: 0 [✖] https://code.google.com/codejam/past-contests → Status: 404 [✖] https://ide.judge0.com → Status: 503 [✖] https://www.andyheathershaw.uk → Status: 0 [✖] https://avidullu.wordpress.com → Status: 410 [✖] http://sudhakar.online → Status: 0 [✖] https://codecuriosity.org → Status: 0 [✖] https://angel.co/ → Status: 403 [✖] https://devsnap.io → Status: 0 [✖] https://www.paysa.com → Status: 0 [✖] https://www.linkedin.com/jobs → Status: 999
These links are working just fine at my end. Try with different browser and an updated browser. 👍
I think there are some false positives, but links like https://avidullu.wordpress.com, http://www.cs.dartmouth.edu/~mckeeman/cs48/mxcom/gem/html/GrowingCompiler.html, http://www.le.ac.uk/users/rjm1/cotter/index.htm, and a few others definitely do not resolve to the correct resource (tried on multiple browsers)
issue fixed. I have removed above mentioned 3 links #455.
I have provided 21 best websites a programmer must visit. Please merge!
Thank You
This site is dead http://cheatsheetworld.com/programming/unix-linux-cheat-sheet/
the following are dead as well:
https://www.youtube.com/watch?v=4vW62KqKJ5A https://www.youtube.com/watch?v=42KTvGYQYnA https://a2oj.com/categories http://issuehub.io/ https://webpro.github.io/programming-principles/ https://code.google.com/codejam/past-contests https://nicoleorchard.com/blog/compilers https://blog.floydhub.com/colorizing-b&w-photos-with-neural-networks/ http://www.xyzws.com/javafaq/page/1 http://www.cubrid.org/blog/understanding-jvm-internals https://netbeans.org/project_downloads/usersguide/shortcuts-80.pdf http://cheatsheetworld.com/programming/unix-linux-cheat-sheet/ http://www.le.ac.uk/users/rjm1/cotter/index.htm https://techiedelight.quora.com/500-Data-Structures-and-Algorithms-practice-problems-and-their-solutions http://www.bash.academy
Some of these are not dead actually. They are giving bad headers as to stop bots from scraping data ig. Take instance of linkedin/jobs. It's working but if you try sending a request with simple python script it will send a HTTP header with error 999.
I have fixed some link on PR #1083, could someone please review it?
I don’t think these should all just be removed and forgotten about because some still exist but the url has moved.
I used https://github.com/tcort/markdown-link-check to quickly check for dead links. Results: