-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcourses.json
694 lines (694 loc) · 13.3 KB
/
courses.json
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
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
{
"courses": [
{
"department_ids": [
7
],
"id": 4,
"name": "Data Structures in Java",
"number": "COMS W3134"
},
{
"department_ids": [
7
],
"id": 22,
"name": "Introduction to computer programming (Fortran)",
"number": "COMS W1005"
},
{
"department_ids": [
7
],
"id": 26,
"name": "Artificial Intelligence",
"number": "COMS W4701"
},
{
"department_ids": [
7
],
"id": 27,
"name": "Fundamentals of Computer Organization",
"number": "CSEE W3826"
},
{
"department_ids": [
7
],
"id": 234,
"name": "Computer Science Theory: Computability - Models - Computation",
"number": "COMS W3261"
},
{
"department_ids": [
7
],
"id": 238,
"name": "Digital Logic",
"number": "COMS W3823"
},
{
"department_ids": [
7
],
"id": 256,
"name": "Combinatorial Theory",
"number": "COMS W4205"
},
{
"department_ids": [
7
],
"id": 397,
"name": "Discrete Mathematics",
"number": "COMS W3203"
},
{
"department_ids": [
7
],
"id": 462,
"name": "Introduction to Computational Complexity",
"number": "COMS W4236"
},
{
"department_ids": [
7
],
"id": 605,
"name": "Introduction to Software Engineering",
"number": "COMS W3156"
},
{
"department_ids": [
7
],
"id": 639,
"name": "Sequential Logic Circuit",
"number": "COMS E6831"
},
{
"department_ids": [
7
],
"id": 663,
"name": "User Interface Design",
"number": "COMS W4170"
},
{
"department_ids": [
7
],
"id": 664,
"name": "Introduction to Databases",
"number": "COMS W4111"
},
{
"department_ids": [
7
],
"id": 861,
"name": "Scientific Computation I",
"number": "COMS W3210"
},
{
"department_ids": [
7
],
"id": 885,
"name": "Programming Languages: C++",
"number": "COMS W3101"
},
{
"department_ids": [
7
],
"id": 995,
"name": "Honors Introduction to Computer Science (Java)",
"number": "COMS W1009"
},
{
"department_ids": [
7
],
"id": 1138,
"name": "Introduction to Computers",
"number": "COMS W1001"
},
{
"department_ids": [
7
],
"id": 1335,
"name": "MIDI Music Production",
"number": "MUSI V2205"
},
{
"department_ids": [
7
],
"id": 1616,
"name": "Advanced Software Engineering",
"number": "COMS W4156"
},
{
"department_ids": [
7
],
"id": 1622,
"name": "Data Structures and Algorithms",
"number": "COMS W3137"
},
{
"department_ids": [
7
],
"id": 1654,
"name": "Java",
"number": null
},
{
"department_ids": [
7
],
"id": 1748,
"name": "Programming Languages: C#",
"number": "COMS W3101"
},
{
"department_ids": [
7
],
"id": 1921,
"name": "Machine Learning",
"number": "COMS W4771"
},
{
"department_ids": [
7
],
"id": 1967,
"name": "Computational Genomics",
"number": "CBMF W4761"
},
{
"department_ids": [
7
],
"id": 2006,
"name": "Honors Data Structures and Algorithms",
"number": "COMS W3139"
},
{
"department_ids": [
7
],
"id": 2008,
"name": "Data Structures in C",
"number": "COMS W3133"
},
{
"department_ids": [
7
],
"id": 2287,
"name": "Introduction to Computational Learning Theory",
"number": "COMS W4252"
},
{
"department_ids": [
7
],
"id": 2384,
"name": "Operating Systems I",
"number": "COMS W4118"
},
{
"department_ids": [
7
],
"id": 2386,
"name": "Computer Vision",
"number": "COMS W4731"
},
{
"department_ids": [
7
],
"id": 2387,
"name": "Programming & Problem Solving",
"number": "COMS W4444"
},
{
"department_ids": [
7
],
"id": 2401,
"name": "Network Security",
"number": "COMS W4180"
},
{
"department_ids": [
7
],
"id": 2403,
"name": "Computational Aspects of Robotics",
"number": "COMS W4733"
},
{
"department_ids": [
7
],
"id": 2485,
"name": "Advanced Internet Services",
"number": "COMS E6181"
},
{
"department_ids": [
7
],
"id": 2598,
"name": "Intro to Computer Science- Programming in C",
"number": "COMS W1003"
},
{
"department_ids": [
7
],
"id": 2634,
"name": "Computer Graphics",
"number": "COMS W4160"
},
{
"department_ids": [
7
],
"id": 2746,
"name": "Advanced Topics in Image-Based Rendering",
"number": "E6998"
},
{
"department_ids": [
7
],
"id": 2767,
"name": "Topics in Computer Science: Computational Aspects of Geometric Design",
"number": "COMS E6998"
},
{
"department_ids": [
7
],
"id": 2830,
"name": "Information Theory",
"number": "CSEE E6717"
},
{
"department_ids": [
7
],
"id": 2867,
"name": "Advanced Cryptography",
"number": "COMS E6261"
},
{
"department_ids": [
7
],
"id": 2869,
"name": "Web-Enhanced Information Management",
"number": "COMS E6125"
},
{
"department_ids": [
7
],
"id": 2906,
"name": "Object-Oriented Programming and Design in Java",
"number": "COMS W1007"
},
{
"department_ids": [
7
],
"id": 2943,
"name": "Introduction to Biomedical Informatics",
"number": "COMS W4001"
},
{
"department_ids": [
7
],
"id": 2970,
"name": "Introduction to Cryptography",
"number": "COMS W4261"
},
{
"department_ids": [
7
],
"id": 3105,
"name": "Programming Languages and Translators",
"number": "COMS W4115"
},
{
"department_ids": [
7
],
"id": 3807,
"name": "Intro to Computer Science- Programming in Java",
"number": "COMS W1004"
},
{
"department_ids": [
7
],
"id": 3992,
"name": "Computational Linear Algebra",
"number": "COMS W3251"
},
{
"department_ids": [
7
],
"id": 4027,
"name": "Programming Languages: Java",
"number": "COMS W3101"
},
{
"department_ids": [
7
],
"id": 4079,
"name": "Analysis of Algorithms I",
"number": "COMS W4231"
},
{
"department_ids": [
7,
48
],
"id": 4251,
"name": "Fundamentals of Computer Systems",
"number": "CSEE W3827"
},
{
"department_ids": [
7
],
"id": 4758,
"name": "Advanced Programming",
"number": "COMS W3157"
},
{
"department_ids": [
7
],
"id": 4899,
"name": "Topics in Computer Science: Video Game Design and Production",
"number": "COMS W4995"
},
{
"department_ids": [
7
],
"id": 4900,
"name": "Compilers",
"number": "COMS W4119"
},
{
"department_ids": [
7
],
"id": 4901,
"name": "Graph Theory",
"number": "COMS W4203"
},
{
"department_ids": [
7
],
"id": 4902,
"name": "Computer Networks",
"number": "CSEE W4119"
},
{
"department_ids": [
7
],
"id": 4903,
"name": "Natural Language Processing",
"number": "COMS W4705"
},
{
"department_ids": [
7
],
"id": 4907,
"name": "Security Architecture & Engineering",
"number": "COMS W4187"
},
{
"department_ids": [
7
],
"id": 4956,
"name": "Advanced Database Systems",
"number": "COMS E6111"
},
{
"department_ids": [
7
],
"id": 4957,
"name": "Intro to Computer Science- Programming in MATLAB",
"number": "COMS W1005"
},
{
"department_ids": [
7
],
"id": 5002,
"name": "Programming Languages: MATLAB",
"number": "COMS W3101"
},
{
"department_ids": [
7
],
"id": 5041,
"name": "Spoken Language Processing",
"number": "COMS W4706"
},
{
"department_ids": [
7
],
"id": 5150,
"name": "Biometrics",
"number": "COMS W4737"
},
{
"department_ids": [
7
],
"id": 5167,
"name": "Topics in Computer Science: VoIP Security",
"number": "COMS W4995"
},
{
"department_ids": [
7
],
"id": 5366,
"name": "C++prog For Derviatives Pricing",
"number": "COMS W4995-1"
},
{
"department_ids": [
7
],
"id": 5392,
"name": "Computer Architecture",
"number": "CSEE W4824-1"
},
{
"department_ids": [
7
],
"id": 5519,
"name": "Programming Languages: Python",
"number": "COMS W3101"
},
{
"department_ids": [
7
],
"id": 5544,
"name": "Combinatorial Theory",
"number": "COMS W4205"
},
{
"department_ids": [
7
],
"id": 5638,
"name": "Programming Languages: Java Scripting Languages",
"number": "COMS W3101"
},
{
"department_ids": [
7
],
"id": 5794,
"name": "Topics in Computer Science: Machine Translation",
"number": "COMS E6998"
},
{
"department_ids": [
7
],
"id": 5890,
"name": "Topics in Computer Science: Intro to the Semantic Web",
"number": "COMS W4995"
},
{
"department_ids": [
7
],
"id": 5902,
"name": "Topics in Computer Science: Machine Learning for NLP",
"number": "COMS E6998"
},
{
"department_ids": [
7
],
"id": 5922,
"name": "Introduction to Quantum Computing",
"number": "COMS W4281"
},
{
"department_ids": [
7
],
"id": 6026,
"name": "Principles and Practices of Parallel Programming",
"number": "COMS 4130"
},
{
"department_ids": [
7
],
"id": 6038,
"name": "Advanced Logic Design",
"number": "CSEE 4823"
},
{
"department_ids": [
7
],
"id": 6079,
"name": "Intro to Information Science",
"number": "COMS W1001"
},
{
"department_ids": [
7
],
"id": 6152,
"name": "Topics in Computer Science: Computational Approaches to Emotional Speech",
"number": "COMS E6995"
},
{
"department_ids": [
7
],
"id": 6362,
"name": "Ruby On Rails",
"number": "W3101"
},
{
"department_ids": [
7
],
"id": 6511,
"name": "Cloud Computing",
"number": "COMSE6998"
},
{
"department_ids": [
7
],
"id": 6676,
"name": "Computer Animation",
"number": "COMS W4167"
},
{
"department_ids": [
7
],
"id": 6706,
"name": "INTRODUCTION TO COMPUTER APPLICATIONS IN HEALTH CARE",
"number": "BINF G4001"
},
{
"department_ids": [
7
],
"id": 6718,
"name": "Search Engine Technology",
"number": "E6998"
},
{
"department_ids": [
7
],
"id": 6719,
"name": "Topics in Computer Science: Search Engine Technology",
"number": "COMS E6998"
},
{
"department_ids": [
7
],
"id": 6732,
"name": "Introduction to Computer Science for Engineers/Applied Scientists - Python",
"number": "ENGI E1006"
},
{
"department_ids": [
7
],
"id": 6779,
"name": "Computer Vision and Machine Learning for Mobile Platforms",
"number": "COMS 6998"
},
{
"department_ids": [
7
],
"id": 6810,
"name": "Topics in Computer Science: Social Networks",
"number": "COMS 6998"
},
{
"department_ids": [
7
],
"id": 6811,
"name": "Algorithms for Data Science",
"number": "COMS 4246"
},
{
"department_ids": [
7
],
"id": 6815,
"name": "Numerical Algorithms and Complexity",
"number": "COMS W4241"
}
],
"status": "success"
}