Skip to content

Commit

Permalink
Update fresources.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SIDDHU123M authored Aug 27, 2024
1 parent 4657313 commit 1fe9180
Showing 1 changed file with 47 additions and 1 deletion.
48 changes: 47 additions & 1 deletion fresources.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,52 @@ <h2>Networking</h2>
<li>📹 <a href="https://youtube.com/playlist?list=PLxCzCOWd7aiGFBD2-2joCpWOLUrDLvVV_">Computer
Networking Full Course- By Gate Smashers</a></li>
</ul>
<div class="separator"></div>
<h2>Algorithms</h2>

<ul>
<li>💡 <a href="https://www.geeksforgeeks.org/fundamentals-of-algorithms/">List of helpful algos</a>
</li>
<li>📚 <a
href="https://online.stanford.edu/courses/soe-ycsalgorithms1-algorithms-design-and-analysis-part-1">Stanford
University Algorithms: Design and Analysis, Part 1</a></li>
<li>📚 <a
href="https://online.stanford.edu/courses/soe-ycs0001-algorithms-design-and-analysis-part-2">Stanford
University Algorithms: Design and Analysis, Part 2</a></li>
<li>📹 <a href="https://www.youtube.com/playlist?list=PL2_aWCzGMAwKedT2KfDMB9YA5DgASZb3U">Sorting
Algorithms</a> - mycodeschool</li>
<li>💡 <a href="https://algorithm-visualizer.org/">Algorithm Visualizer</a></li>
<li>📹 <a href="https://www.youtube.com/playlist?list=PL8zDQ1C22qvvwdkPj1uXLpwzcYDJtjnze">Greedy
Algorithm by Abdul Bari</a></li>
</ul>

<div class="separator"></div>

<h2>Ethical Hacking</h2>

<ul>
<li>💡 <a href="https://github.com/Hack-with-Github/Awesome-Hacking">Collection of hackers, pentesters &
security researchers</a></li>
<li>📹 <a href="https://www.udemy.com/course/learn-ethical-hacking-from-scratch/learn/">Ethical Hacking
from Scratch</a></li>
<li>🔧 <a href="https://github.com/radareorg/cutter">Open Source Reverse Engineering Platform</a></li>
<li>📹 <a href="https://hackersploit.org/penetration-testing-bootcamp/">Penetration Testing Bootcamp</a>
</li>
<li>💡 <a
href="https://github.com/TCM-Course-Resources/Practical-Ethical-Hacking-Resources">Practical-Ethical-Hacking-Resources</a>
</li>
</ul>

<div class="separator"></div>
<h3>Online Learning Platforms</h3>
<ul>
<li><a href="https://www.coursera.org">Coursera</a> - Many courses free to audit</li>
<li><a href="https://ocw.mit.edu/">MIT OpenCourseWare</a> - Free MIT course materials</li>
<li><a href="https://online.stanford.edu/free-courses">Stanford Online</a> - Free online courses from
Stanford</li>
<li><a href="https://www.edx.org">edX</a> - Free courses from top institutions</li>
<li><a href="https://www.khanacademy.org">Khan Academy</a> - Completely free courses</li>
</ul>
<section>
<div class="container3">
<div class="link-item">
Expand All @@ -207,4 +253,4 @@ <h2>Networking</h2>
</main>
</body>

</html>
</html>

0 comments on commit 1fe9180

Please sign in to comment.