List of Computer Science courses with video lectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
3.1 KiB

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<link rel="icon" href="favicon/OpenEducation(2).png">
<link rel="stylesheet" href="css/master.css">
<title>OpenEducation</title>
</head>
<body>
<nav>
<img src="images/OpenEducation.svg" alt="logo" >
<h4>OpenEducation</h4>
<form action="index.html" method="post">
<input type="text" name="" value="" placeholder="Search...">
<button type="button"><i class="fa fa-search"></i></button>
</form>
</nav>
<h1>List of Courses</h1>
<section>
<ul>
<a href="IntroductiontoComputerScience.html">Introduction to Computer Science</a> <br>
<br>
<a href="DataStructuresandAlgorithms.html">Data Structures and Algorithms</a> <br>
<br>
<a href="DatabaseSystems.html">Systems Programming</a> <br>
<br>
<a href="DatabaseSystems.html">Database Systems</a> <br>
<br>
<a href="SoftwareEngineering.html">Software Engineering</a> <br>
<br>
<a href="ArtificialIntelligence.html">Artificial Intelligence</a> <br>
<br>
<a href="MachineLearning.html">Machine Learning</a> <br>
<br>
<a href="WebProgrammingandInternetTechnologies.html">Web Programming and Internet Technologies</a> <br>
<br>
<a href="ComputerNetworks.html">Computer Networks</a> <br>
<br>
<a href="MathforComputer Scientist.html">Math for Computer Scientist</a> <br>
<br>
<a href="TheoreticalCSandProgrammingLanguages.html">Theoretical CS and Programming Languages</a> <br>
<br>
<a href="EmbeddedSystems.html">Embedded Systems</a> <br>
<br>
<a href="ComputerOrganizationandArchitecture<.html">Computer Organization and Architecture</a> <br>
<br>
<a href="Security.html">Security</a> <br>
<br>
<a href="ComputerGraphics.html">Computer Graphics</a> <br>
<br>
<a href="ImageProcessingandComputerVision.html">Image Processing and Computer Vision</a> <br>
<br>
<a href="ComputationalBiology.html">Computational Biology</a> <br>
<br>
<a href="QuantumComputing.html">Quantum Computing</a> <br>
<br>
<a href="Robotics.html">Robotics</a> <br>
<br>
<a href="ComputationalFinance.html">Computational Finance</a> <br>
<br>
<a href="Misc.html">Misc</a> <br>
</ul>
</section>
<footer>
<div class="find-me">
<p>Find me</p>
<a href="https://github.com/SaiGaneshReddy3648/">GitHub</a><br>
<a href="https://twitter.com/buthukuri_sai">Twitter</a><br>
<a href="https://www.instagram.com/sai_ganesh_reddy_buthukuri_in/">Instagram</a><br>
</div>
<div class="feed-back">
<p></p>
<a href="mailto: sivajireddy2017@gmail.com">Feed|Contact</a>
</div>
</footer>
<script>
</script>
</body>
</html>