Add files via upload

pull/137/head
Sai Ganesh Reddy Buthukuri 4 years ago committed by GitHub
parent 62f968edcf
commit 566dc95b82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 92
      SoftwareEngineering.html
  2. 50
      index.html
  3. 17
      js/search.js

@ -0,0 +1,92 @@
<!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 | Software Engineering</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>
<h3>Object Oriented Design</h3>
<a href="https://engineering.purdue.edu/OOSD/F2008/F2008.html">-ECE 462 Object-Oriented Programming using C++ and Java - Purdue</a> <br><br>
<a href="http://aduni.org/courses/java/index.php?view=cw">-Object-oriented Program Design and Software Engineering - Aduni</a> <br><br>
<a href="https://www.youtube.com/playlist?list=PL6iDJCG2nkhfNlig8NY5ePPfGvtQX6yLa">-OOSE - Object-Oriented Software Engineering, Dr. Tim Lethbridge</a><br><br>
<a href="https://www.youtube.com/playlist?list=PL6XklZATqYx9dj72MKG6wLYjljeB2odra">-Object Oriented Systems Analysis and Design (Systems Analysis and Design in a Changing World)</a><br><br>
<a href="https://www.youtube.com/playlist?list=PLZ9NgFYEMxp4ZsvD10uXmClGnukcu3Uff">-CS 251 - Intermediate Software Design (C++ version) - Vanderbilt University</a> <br><br>
<a href="https://www.youtube.com/playlist?list=PLJ9pm_Rc9HesnkwKlal_buSIHA-jTZMpO">-OOSE - Software Dev Using UML and Java</a> <br><br>
<a href="https://nptel.ac.in/courses/106105153/">-Object-Oriented Analysis and Design - IIT Kharagpur</a><br><br>
<a href="https://www.youtube.com/course?list=EC0C5D85DBA20E685C">-CS3 - Design in Computing - Richard Buckland UNSW</a><br><br>
<a href="http://groups.inf.ed.ac.uk/vision/VIDEO/2014/inf1op.htm">-Informatics 1 - Object-Oriented Programming 2014/15- University of Edinburgh</a> <br><br>
<a href="http://groups.inf.ed.ac.uk/vision/VIDEO/2015/seoc.htm">-Software Engineering with Objects and Components 2015/16- University of Edinburgh</a> <br><br>
<h3>Software Engineering</h3>
<a href="https://www.youtube.com/playlist?list=PL-XXv-cvA_iCfQHHS7rxlfHFsU4aQW1IF">-Computer Science 169- Software Engineering - Spring 2015 - UCBerkeley</a><br><br>
<a href="http://www.cs.cornell.edu/courses/cs5150/2014fa/materials.html">-CS 5150 - Software Engineering, Fall 2014 - Cornell University</a> <br><br>
<a href="https://www.youtube.com/playlist?list=PLBdajHWwi0JCn87QuFT3e58mekU0-6WUT">-Introduction to Service Design and Engineering - University of Trento, Italy</a><br><br>
<a href="http://cs164.tv/2014/spring/">-CS 164 Software Engineering - Harvard</a><br><br>
<a href="https://nptel.ac.in/courses/106108102/">-System Analysis and Design - IISC Bangalore</a> <br><br>
<a href="https://nptel.ac.in/courses/106101061/">-Software Engineering - IIT Bombay</a> <br><br>
<a href="https://www.tele-task.de/series/1005/">-Dependable Systems (SS 2014)- HPI University of Potsdam</a> <br><br>
<a href="https://nptel.ac.in/courses/106105150/">-Software Testing - IIT Kharagpur</a> <br><br>
<a href="https://www.youtube.com/watch?v=jouBM4AH0jw&list=PLjEglKdMOevU2STTGq79duxTXDFuO-k1H&index=2">-Software Engineering - Bauhaus-Uni Weimar</a> <br><br>
<h3>Software Architectur</h3>
<a href="http://video.bilkent.edu.tr/course_videos.php?courseid=10">-CS 411 - Software Architecture Design - Bilkent University</a> <br><br>
<a href="https://www.youtube.com/playlist?list=PLAwxTw4SYaPkMTetlG7xKWaI5ZAZFX8fL">-MOOC - Software Architecture & Design - Udacity</a> <br><br>
<h3>Concurrency</h3>
<a href="http://cs.brown.edu/courses/cs176/course_information.shtml">-CS176 - Multiprocessor Synchronization - Brown University</a> <br><br>
<a href="http://www.brown.edu/cis/sta/dev/herlihy_csci1760_fa12/#vid">-CS176 - Multiprocessor Synchronization - Brown University -Videos from 2012</a> <br><br>
<a href="https://www.youtube.com/playlist?list=PLZ9NgFYEMxp4KSJPUyaQCj7x--NQ6kvcX">-CS 282 (2014): Concurrent Java Network Programming in Android</a><br><br>
<a href="https://courses.cs.washington.edu/courses/csep506/11sp/Home.html">-CSE P 506 – Concurrency, Spring 2011 - University of Washington</a> <br><br>
<a href="https://courses.cs.washington.edu/courses/csep506/11sp/Videos.html">-Videos</a> <br><br>
<a href="https://www.tele-task.de/series/977/">-Parallel Programming Concepts (WT 2013/14) - HPI University of Potsdam</a> <br><br>
<a href="https://www.tele-task.de/series/924/">-Parallel Programming Concepts (WT 2012/13) - HPI University of Potsdam</a> <br><br>
<h3>Mobile Application Development</h3>
<a href="https://www.youtube.com/playlist?list=PLkHsKoi6eZnwilGXUc95CqS7Vw4uLLDLG">-MOOC Programming Mobile Applications for Android Handheld Systems - University of Maryland</a> <br><br>
<a href="https://itunes.apple.com/us/course/developing-ios-9-apps-swift/id1104579961">-CS 193p - Developing Applications for iOS, Stanford University</a> <br><br>
<a href="http://cs76.tv/2013/summer/">-CS S-76 Building Mobile Applications - Harvard</a><br><br>
<a href="https://www.youtube.com/playlist?list=PLZ9NgFYEMxp7lylj-XC8h1kjatOjbh9ne">-CS 251 (2015): Intermediate Software Design</a> <br><br>
<a href="https://www.youtube.com/playlist?list=PL6gx4Cwl9DGBsvRxJJOzG4r4k_zLKrnxl">-Android App Development for Beginners Playlist - thenewboston</a> <br><br>
<a href="https://www.youtube.com/playlist?list=PL2F07DBCDCC01493A">-Android Application Development Tutorials - thenewboston</a> <br><br>
<a href="https://www.youtube.com/playlist?list=PLAwxTw4SYaPnMwH5-FNkErnnq_aSy706S">-MOOC - Developing Android Apps - Udacity</a> <br><br>
<a href="https://www.youtube.com/playlist?list=PLAwxTw4SYaPmETCT07vnDSiIaUBuyut0X">-MOOC - Advanced Android App Development - Udacity</a> <br><br>
<a href="https://www.youtube.com/playlist?list=PLF3EEB647F6B52F03">-CSSE490 Android Development Rose-Hulman Winter 2010-2011, Dave Fisher</a><br><br>
<a href="https://www.youtube.com/playlist?list=PL96C635E4DCD393A8">-iOS Course, Dave Fisher</a> <br><br>
<a href="https://itunes.apple.com/us/course/developing-ipad-applications/id499050344">-Developing iPad Applications for Visualization and Insight - Carnegie Mellon University</a> <br><br>
<a href="https://nptel.ac.in/courses/106106147/">-Mobile Computing - IIT Madras</a> <br><br>
<a href="https://www.youtube.com/watch?v=8EmbrZJwMOI&list=PLjEglKdMOevWv4zPW0diw7iJFdT7s4sTP">-Mobile Information Systems - Bauhaus-Uni Weimar</a> <br><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>

@ -13,54 +13,54 @@
<img src="images/OpenEducation.svg" alt="logo" >
<h4>OpenEducation</h4>
<form action="index.html" method="post">
<input type="text" name="" value="" placeholder="Search...">
<input type="text" name="search" id="myInput" placeholder="Search..." onkeyup="mySearch()">
<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>
<ul id="myUL">
<li><a href="IntroductiontoComputerScience.html">Introduction to Computer Science</a> <br></li>
<br>
<a href="DataStructuresandAlgorithms.html">Data Structures and Algorithms</a> <br>
<li> <a href="DataStructuresandAlgorithms.html">Data Structures and Algorithms</a> <br></li>
<br>
<a href="DatabaseSystems.html">Systems Programming</a> <br>
<li> <a href="DatabaseSystems.html">Systems Programming</a> <br></li>
<br>
<a href="DatabaseSystems.html">Database Systems</a> <br>
<li> <a href="DatabaseSystems.html">Database Systems</a> <br></li>
<br>
<a href="SoftwareEngineering.html">Software Engineering</a> <br>
<li> <a href="SoftwareEngineering.html">Software Engineering</a> <br></li>
<br>
<a href="ArtificialIntelligence.html">Artificial Intelligence</a> <br>
<li> <a href="ArtificialIntelligence.html">Artificial Intelligence</a> <br></li>
<br>
<a href="MachineLearning.html">Machine Learning</a> <br>
<li> <a href="MachineLearning.html">Machine Learning</a> <br></li>
<br>
<a href="WebProgrammingandInternetTechnologies.html">Web Programming and Internet Technologies</a> <br>
<li> <a href="WebProgrammingandInternetTechnologies.html">Web Programming and Internet Technologies</a> <br></li>
<br>
<a href="ComputerNetworks.html">Computer Networks</a> <br>
<li> <a href="ComputerNetworks.html">Computer Networks</a> <br></li>
<br>
<a href="MathforComputerScientist.html">Math for Computer Scientist</a> <br>
<li> <a href="MathforComputerScientist.html">Math for Computer Scientist</a> <br></li>
<br>
<a href="TheoreticalCSandProgrammingLanguages.html">Theoretical CS and Programming Languages</a> <br>
<li> <a href="TheoreticalCSandProgrammingLanguages.html">Theoretical CS and Programming Languages</a> <br></li>
<br>
<a href="EmbeddedSystems.html">Embedded Systems</a> <br>
<li> <a href="EmbeddedSystems.html">Embedded Systems</a> <br></li>
<br>
<a href="ComputerOrganizationandArchitecture.html">Computer Organization and Architecture</a> <br>
<li> <a href="ComputerOrganizationandArchitecture.html">Computer Organization and Architecture</a> <br></li>
<br>
<a href="Security.html">Security</a> <br>
<li> <a href="Security.html">Security</a> <br></li>
<br>
<a href="ComputerGraphics.html">Computer Graphics</a> <br>
<li> <a href="ComputerGraphics.html">Computer Graphics</a> <br></li>
<br>
<a href="ImageProcessingandComputerVision.html">Image Processing and Computer Vision</a> <br>
<li> <a href="ImageProcessingandComputerVision.html">Image Processing and Computer Vision</a> <br></li>
<br>
<a href="ComputationalBiology.html">Computational Biology</a> <br>
<li> <a href="ComputationalBiology.html">Computational Biology</a> <br></li>
<br>
<a href="QuantumComputing.html">Quantum Computing</a> <br>
<li> <a href="QuantumComputing.html">Quantum Computing</a> <br></li>
<br>
<a href="Robotics.html">Robotics</a> <br>
<li> <a href="Robotics.html">Robotics</a> <br></li>
<br>
<a href="ComputationalFinance.html">Computational Finance</a> <br>
<li> <a href="ComputationalFinance.html">Computational Finance</a> <br></li>
<br>
<a href="Misc.html">Misc</a> <br>
<li> <a href="Misc.html">Misc</a> <br></li>
</ul>
</section>
<footer>
@ -75,8 +75,6 @@
<a href="mailto: sivajireddy2017@gmail.com">Feed|Contact</a>
</div>
</footer>
<script>
</script>
<script src="js/search.js" charset="utf-8"></script>
</body>
</html>

@ -0,0 +1,17 @@
function mySearch() {
var input,filter,ul,li,a,i,textValue
input=document.getElementById("myInput")
filter=input.value.toUpperCase()
ul=document.getElementById("myUL")
li=ul.getElementsByTagName("li")
for(i=0;i<li.length;i++){
a=li[i].getElementsByTagName("a")[0]
textValue=a.textContent||a.innerText
if(textValue.toUpperCase().indexOf(filter)>-1){
li[i].style.display=""
}else{
li[i].style.display="none"
}
}
}
Loading…
Cancel
Save