-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removed numerous broken resources from README #1
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,8 +40,6 @@ Bookmarks | |
|
||
[Offensive Security 2013 - FSU - Lecture5: Reverse Engineering (x86) Workshop Day 1 - YouTube](https://www.youtube.com/watch?v=Pg8bmV9vcKg&feature=youtu.be) | ||
|
||
[Offensive Computer Security Home Page Spring 2014](http://www.cs.fsu.edu/~redwood/OffensiveComputerSecurity/) | ||
|
||
[Training for manipulating all kinds of things: Learning Exploitation with Offensive Computer Security 2.0](http://howto.hackallthethings.com/2016/07/learning-exploitation-with-offensive.html) | ||
|
||
</dl> | ||
|
@@ -174,8 +172,6 @@ Bookmarks | |
|
||
[CS50's Introduction to Computer Science | edX](https://www.edx.org/course/cs50s-introduction-computer-science-harvardx-cs50x) | ||
|
||
[CS50](https://cs50.harvard.edu/2018/fall/) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. CS50 is a legendary course, it should definitely not be removed, as it is constantly updated each year. Instead, we can add a link to some of the lectures or their youtube page which hosts the lectures each year: |
||
|
||
[Practical Programming in C | MIT OpenCourseWare](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-087-practical-programming-in-c-january-iap-2010/lecture-notes/) | ||
|
||
[Learn C in Y Minutes](https://learnxinyminutes.com/docs/c/) | ||
|
@@ -280,6 +276,12 @@ Bookmarks | |
|
||
</dl> | ||
|
||
<dl> | ||
|
||
[What is CMMC?](https://logit.io/blog/post/what-is-cmmc) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think this is a very useful link. It seems more like an advertisement for a website that I do not endorse. |
||
|
||
</dl> | ||
|
||
|
||
|
||
[Beej's Guide to C Programming](https://beej.us/guide/bgc/html/single/bgc.html) | ||
|
@@ -564,8 +566,6 @@ Bookmarks | |
|
||
[ObjectOrientedProgramminginC4thEdition.pdf](https://fac.ksu.edu.sa/sites/default/files/ObjectOrientedProgramminginC4thEdition.pdf) | ||
|
||
[CPP_v1.1.pdf](https://ms.sapientia.ro/~manyi/teaching/c++/CPP_v1.1.pdf) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Instead of removing this, we can use a link to the PDF on web.archive.org: https://web.archive.org/web/20200108080903/https://ms.sapientia.ro/~manyi/teaching/c++/CPP_v1.1.pdf |
||
|
||
[Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html) | ||
|
||
[The C++ Standard](https://isocpp.org/) | ||
|
@@ -956,8 +956,6 @@ Bookmarks | |
|
||
<dl> | ||
|
||
[Easy x86-64](http://ian.seyler.me/easy_x86-64/) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This can replaced with an archive.org link: https://web.archive.org/web/20190829060538/http://ian.seyler.me/easy_x86-64/ |
||
|
||
[Practical Reverse Engineering: x86, x64, ARM, Windows Kernel, Reversing Tools, and Obfuscation](https://www.amazon.com/Practical-Reverse-Engineering-Reversing-Obfuscation/dp/1118787315) | ||
|
||
[c - Can I use Intel syntax of x86 assembly with GCC? - Stack Overflow](https://stackoverflow.com/questions/9347909/can-i-use-intel-syntax-of-x86-assembly-with-gcc) | ||
|
@@ -1030,8 +1028,6 @@ Bookmarks | |
|
||
[Full Stack Book: crash-course-django](https://github.com/codexplore-io/crash-course-django) | ||
|
||
[Super Crash Course in Full Stack Web Development with Python and Django](http://www.codexplore.io/books/crash-course/) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This link does not seem to work |
||
|
||
[The Odin Project | Free Course on Web Development](https://www.theodinproject.com/home) | ||
|
||
[Syllabus - CS50 Beyond](https://cs50.harvard.edu/college/beyond/syllabus/) | ||
|
@@ -1060,8 +1056,6 @@ Bookmarks | |
|
||
[Learn Shell Programming - Free Interactive Shell Programming Tutorial](http://www.learnshell.org/) | ||
|
||
[The Bash Guide](https://guide.bash.academy/) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This link still works, not sure why there is a suggestion to remove it? It could have been down temporarily, but it is active now. |
||
|
||
[BashGuide - Greg's Wiki](http://mywiki.wooledge.org/BashGuide) | ||
|
||
[The Linux Documentation Project: Guides](http://tldp.org/guides.html) | ||
|
@@ -1150,14 +1144,10 @@ Bookmarks | |
|
||
<dl> | ||
|
||
[CS50](https://cs50.harvard.edu/2018/fall/) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Like the previous link for this: CS50 is a legendary course, it should definitely not be removed, as it is constantly updated each year. Instead, we can add a link to some of the lectures or their youtube page which hosts the lectures each year: |
||
|
||
[CS50's Introduction to Computer Science | edX](https://www.edx.org/course/cs50s-introduction-computer-science-harvardx-cs50x) | ||
|
||
[CS50 - Reference](https://reference.cs50.net/) | ||
|
||
[Introduction to Game Development](https://cs50.github.io/games/) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. While this link is not active anymore, there are suitable replacements: |
||
|
||
[CSCI S-51: Introduction to Computer Science II](https://hc3.seas.harvard.edu/walton/cs51/web/index.html) | ||
|
||
[CS 61: Systems Programming and Machine Organization](https://cs61.seas.harvard.edu/site/2018/) | ||
|
@@ -1746,8 +1736,6 @@ Bookmarks | |
|
||
[Georgia Tech - High Performance Computer Architecture - Udacity](https://classroom.udacity.com/courses/ud007) | ||
|
||
[MIT - Comp Org, Arch, and Digital Design](https://6004.mit.edu/web/spring19/course_information) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this would be a suitable replacement: https://ocw.mit.edu/courses/6-004-computation-structures-spring-2017/ |
||
|
||
[Cornell - CS 3410 Comp System Organization - Fall 2016](http://www.cs.cornell.edu/courses/cs3410/2016fa/) | ||
|
||
[CMU - Intro To Computer Architecture - Spring 2019](http://users.ece.cmu.edu/~jhoe/doku/doku.php?id=18-447_introduction_to_computer_architecture) | ||
|
@@ -2192,8 +2180,6 @@ Bookmarks | |
|
||
[Linux Device Drivers, 3rd Edition: Jonathan Corbet, Alessandro Rubini, Greg Kroah-Hartman: 9780596005900: Amazon.com: Books](https://www.amazon.com/Linux-Device-Drivers-Jonathan-Corbet/dp/0596005903/ref=sr_1_4?ie=UTF8&qid=1483650712&sr=8-4&keywords=understanding+linux+kernel) | ||
|
||
[Linux Kernel Teaching — The Linux Kernel documentation](https://linux-kernel-labs.github.io/master/) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The link has been updated to this: https://linux-kernel-labs.github.io/refs/heads/master/ |
||
|
||
[Is linux 'the eudyptula challenge' still alive? - Quora](https://www.quora.com/Is-linux-the-eudyptula-challenge-still-alive) | ||
|
||
</dl> | ||
|
@@ -2308,8 +2294,6 @@ Bookmarks | |
|
||
<dl> | ||
|
||
[IS651 | Distributed Systems](https://userpages.umbc.edu/~jianwu/is651/651.syll.s18.html) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This would make for a suitable replacement: https://sduan.informationsystems.umbc.edu/classes/IS651/ |
||
|
||
[Distributed Systems Textbook](https://userpages.umbc.edu/~jianwu/is651/651book/is651-toc.php) | ||
|
||
</dl> | ||
|
@@ -2546,8 +2530,6 @@ Bookmarks | |
|
||
[9.520/6.860, Fall 2017](http://www.mit.edu/~9.520/fall17/) | ||
|
||
[Stanford University: Tensorflow for Deep Learning Research](http://web.stanford.edu/class/cs20si/index.html) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This link is still active, so I'm not sure why it should be removed? It could have been down temporarily at the time, but it is up now. |
||
|
||
[Columbia - Machine Learning 4771](http://www.cs.columbia.edu/~jebara/4771/index.html) | ||
|
||
[CS 189/289A: Introduction to Machine Learning](https://people.eecs.berkeley.edu/~jrs/189/) | ||
|
@@ -3956,8 +3938,6 @@ Bookmarks | |
|
||
[Malware Unicorn 101](https://securedorg.github.io/RE101/) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should also be replaced, and with https://malwareunicorn.org/workshops/re101.html#0 |
||
|
||
[Malware Unicorn 102](https://securedorg.github.io/RE102/) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should be replaced with: https://malwareunicorn.org/workshops/re102.html#0 |
||
|
||
[Intro to RE/Malware Analysis](https://www.youtube.com/watch?feature=youtu.be&v=-Ml04jPMH3U&app=desktop) | ||
|
||
[RPISEC INTROSEC](https://introsec.backdrifting.net/lectures/2017fall/08_creepy_crawlies.html#1) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be replaced with the lecture playlist on youtube: https://www.youtube.com/playlist?list=PLl2ZIjyGEWWVYUeYLTkanteQo4BPephik