forked from SnistAheads/material
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
313 lines (269 loc) · 9.77 KB
/
index.html
File metadata and controls
313 lines (269 loc) · 9.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135928413-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-135928413-1');
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-8397173575148898",
enable_page_level_ads: true
});
</script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Dosis:700|Source+Sans+Pro:400,700">
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="icon" href="favicon.ico" type="favicon.ico" />
<meta name="description" content="A Collection of Academic Resources.">
<meta name="keywords" content="SNIST,Sources,Bharath,Sathuri,Resources,Computer,Science,Preparation,Stark,Bharath,Sathuri">
<title>Mat-erial</title>
</head>
<body>
<section>
<div class="header">
<h1>Academic Material</h1>
<h2>Lets Study our Academics from the top Universities.</h2>
<h2>2018-2019</h2>
</div>
<div class="links">
<table>
<tr>
<th width=50%><a href="index.html">Home </a></th>
<th width=50%> <a href="disqus.html">Forum</a></th>
<!-- <th><a href="#">Course Info</a></th>-->
</tr>
<tr>
<th width=30%><a href="https://www2.eecs.berkeley.edu/Courses/CS/">UCB-CS </a></th>
<th width=30%><a href="https://www2.eecs.berkeley.edu/Courses/EE/">UCB-EE</a></th>
<th width=30%><a href="https://lagunita.stanford.edu/dashboard">Stanford </a></th>
<th width=30%><a href="http://www.aduni.org/">Aduni</a></th>
</tr>
</table>
</div>
</section>
<section>
<div class="schedule">
<table>
<tr>
<th>Course</th>
<th>Date Added</th>
<th>Description</th>
<th>Course Materials</th>
</tr>
<tr>
<td>CD</td>
<td>3/04 Mon</td>
<td>
<b>Compilers</b>
<br><i>Concepts (the entire course) and assignments</i>
</td>
<td>
[<a href="http://web.stanford.edu/class/archive/cs/cs143/cs143.1128/">CS143 Course from Stanford</a>]
<br>[<a href="https://lagunita.stanford.edu/courses/Engineering/Compilers/Fall2014/course/">Stanford Lagunita Course</a>]
</td>
</tr>
<tr>
<td>DBMS</td>
<td>3/03 Sun</td>
<td>
<b>Databases</b>
<br><i>Concepts and assignments</i>
</td>
<td>
[<a href="https://cs145-fa18.github.io/">Course</a>]
[<a href="https://www.db-book.com/db6/">Korth Material</a>]
</td>
</tr>
<tr>
<td>DAA</td>
<td>03/03 Sun</td>
<td>
<b> Design and Analysis of Algorithms</b>
</td>
<td>
[<a href="https://cs161-sum18.github.io/">DAA</a>]
<br>[<a href="https://lagunita.stanford.edu/courses/course-v1:Engineering+Algorithms1+SelfPaced/course/">Stanford Algorithms Course-1</a>]
<br>[<a href="https://lagunita.stanford.edu/courses/course-v1:Engineering+Algorithms2+SelfPaced/course/">Stanford Algorithms Course-2</a>]
</td>
</tr>
<tr>
<td>TOC</td>
<td>03/2 Sat</td>
<td>
<b>Theory of Computation</b>
</td>
<td>
[<a href="https://lagunita.stanford.edu/courses/course-v1:ComputerScience+Automata+SelfPaced/course/">Automata Theory Course by Ullman</a>]
<br>[<a href="http://www.aduni.org/courses/theory/index.php?view=cw">Aduni TOC Course</a>]
<br>[<a href="http://infolab.stanford.edu/~ullman/ialc/spr10/spr10.html">Material and Course by Ullman</a>]
<br>[<a href="https://john.cs.olemiss.edu/~hcc/csci311/notes/311lectureNotes.html">Linz Notes</a>]
</td>
</tr>
<tr>
<td>CN</td>
<td>03/01 Fri</td>
<td>
<b>Computer Networks</b>
</td>
<td>
[<a href="http://media.pearsoncmg.com/ph/streaming/esm/tanenbaum5e_videonotes/tanenbaum_videoNotes.html">Tannebaum Video Tutorials</a>]
[<a href="http://highered.mheducation.com/sites/0072967757/student_view0/index.html">Forouzan Slides and Animations.</a>]
</td>
</tr>
<tr>
<td>OS</td>
<td>03/01 Fri</td>
<td>
<b>Operating Systems</b>
</td>
<td>
[<a href="https://www.os-book.com/OS9/">Operating System Material</a>
[<a href="https://www.cs.uic.edu/~jbell/CourseNotes/OperatingSystems/index.html">OS Notes</a>]
</td>
</tr>
<tr>
<td>C</td>
<td>03/20 Wed</td>
<td>
<b>C-PROGRAMMING</b>
</td>
<td>
[<a href="https://www.cs.uic.edu/~jbell/CourseNotes/C_Programming/index.html">C-PROGRAMMING</a>]
</td>
</tr>
<tr>
<td>DS</td>
<td>03/19 Tue</td>
<td>
<b>DATA STRUCTURES</b>
</td>
<td>
[<a href="http://cs.yale.edu/homes/aspnes/classes/223/notes.html">Data Structures Material</a>]
</td>
</tr>
<tr>
<td>DM</td>
<td>03/01 Fri</td>
<td>
<b>Discrete Mathematics</b>
</td>
<td>
[<a href="http://www.cse.iitm.ac.in/~theory/tcslab/mfcs.html">Discrete Maths Material</a>]
</td>
</tr>
<tr>
<td>CO</td>
<td>03/01 Fri</td>
<td>
<b>Computer Organization</b>
</td>
<td>
[<a href="http://web.cs.iastate.edu/~prabhu/Tutorial/title.html">COA</a>]
[<a href="http://www.cs.utah.edu/~rajeev/cs3810/">COA Course</a>]
</td>
</tr>
<tr>
<td>CS</td>
<td>03/01 Fri</td>
<td>
<b>Foundation CS</b>
</td>
<td>
[<a href="http://infolab.stanford.edu/~ullman/focs.html">Foundation CS</a>]
</td>
</tr>
</table>
</div>
</section>
<section>
<div class="instructors">
<table>
<tr>
<td>
<h3 class="subheader">Collected from various sources by</h3>
<div>
<div><img src="https://www.gravatar.com/avatar/a89ce732ab8775d28484176552b04116?s=250&d=mm&r=x" alt="bharath"></div>
<div><a href="https://starksources.github.io/myblog/">Bharath Sathuri</a></div>
</div>
</td>
<td>
<h3 class="subheader" style="text-align: left; margin-left: 20px">Supporters</h3>
<div>
<div><img src="images/jenn.jpg" alt="name"></div>
<div>Name</div>
</div>
</td>
</tr>
</table>
</div>
</section>
<section>
<div>
<div class="office-hours">
<h3 class="subheader">Description</h3>
<p style="text-align: center;"> will be updated.</p>
<br><br>
<p style="text-align: center;">Theme taken from <a href="https://cs145-fa18.github.io/">cs145</a></p>
<p style="text-align: center;">Liked these resources ? support us by clicking on these ads.</p>
</div>
</div>
</section>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- blogs -->
<section style="width:80%; margin-left:auto; margin-right:auto;">
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-8397173575148898"
data-ad-slot="5097163602"
data-ad-format="auto"
data-full-width-responsive="true">
</ins>
</section>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<section style="width:80%; margin-left:auto; margin-right:auto;"> <div id="disqus_thread"></div></section>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
var disqus_config = function () {
this.page.url = 'https://snistaheads.github.io/material/'; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = 'main'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://material-1.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<section style="width:80%; margin-left:auto; margin-right:auto;">
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-8397173575148898"
data-ad-slot="5097163602"
data-ad-format="auto"
data-full-width-responsive="true">
</ins>
</section>
<section style="width:80%; margin-left:auto; margin-right:auto;">
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-8397173575148898"
data-ad-slot="5097163602"
data-ad-format="auto"
data-full-width-responsive="true">
</ins>
</section>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</body>
</html>