-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
192 lines (185 loc) · 4.51 KB
/
db.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
{
"posts":[
{
"branch":["cse","it","uc"],
"cse": [
{
"coursename":"Theory of Computation and Compiler Design",
"courseid":"603f5ef0ea3b8c0004900a4a"
},
{
"coursename":"Data Structures and Algorithms",
"courseid":"603f82d34b48f40004358e53"
},
{
"coursename":"PROBLEM SOLVING AND PROGRAMMING",
"courseid":"603fca519ad6140004d39c49"
},
{
"coursename":"BASIC ELECTRICAL AND ELECTRONICS ENGINEERING",
"courseid":"603fbdfa9ad6140004d39c2e"
},
{
"coursename":"Database Management Systems ",
"courseid":"603fcfcd9ad6140004d39c67"
},
{
"coursename":"Engineering Chemistry",
"courseid":"603fd09b18e57b00049501eb"
},
{
"coursename":"Applications of Differential and Difference Equations",
"courseid":"603fad309ad6140004d39c13"
},
{
"coursename":"Data Structures and Algorithms",
"courseid":"603fe2dc18e57b0004950237"
},
{
"coursename":"JAVA PROGRAMMING",
"courseid":"603ff00e18e57b0004950276"
},
{
"coursename":"Computer Architecture and Organization ",
"courseid":"603ff2e918e57b000495027f"
},
{
"coursename":"Network and Communication",
"courseid":"603ff3ad18e57b0004950288"
},
{
"coursename":"Digital Logic and Design",
"courseid":"604083df252ee800045f54df"
},
{
"coursename":"Applied Linear Algebra",
"courseid":"603fe70a18e57b0004950252"
},
{
"coursename":"Discrete Mathematics and Graph Theory",
"courseid":"6040a3a8c3835300045f0011"
},
{
"coursename":"Internet and web programming",
"courseid":"603fd6ac18e57b000495020b"
},
{
"coursename":"Cryptography Fundamentals",
"courseid":"6040af17c3835300045f002d"
},
{
"coursename":"Operating Systems",
"courseid":"6040971c252ee800045f55cd"
}
],
"it": [
{
"coursename":"Data Structures and Algorithms",
"courseid":"603f82d34b48f40004358e53"
},
{
"coursename":"Web Technologies",
"courseid":"603f97319ad6140004d39bda"
},
{
"coursename":"Network and Information Security",
"courseid":"603fcd9b9ad6140004d39c5d"
},
{
"coursename":"Applied Linear Algebra",
"courseid":"603fe70a18e57b0004950252"
},
{
"coursename":"Data Communication and Computer Networks",
"courseid":"603fef7d18e57b000495026d"
},
{
"coursename":"JAVA PROGRAMMING",
"courseid":"603ff00e18e57b0004950276"
},
{
"coursename":"Database management Systems",
"courseid":"6040728ec5688500043a367d"
},
{
"coursename":"Theory of Computation",
"courseid":"60407908252ee800045f5499"
},
{
"coursename":"Computer Architecture and Organization",
"courseid":"6040854d252ee800045f54e8"
},
{
"coursename":"DIGITAL LOGIC AND MICROPROCESSOR",
"courseid":"60408893252ee800045f5519"
},
{
"coursename":"Applications of Differential and Difference Equations",
"courseid":"603fad309ad6140004d39c13"
},
{
"coursename":"BASIC ELECTRICAL AND ELECTRONICS ENGINEERING",
"courseid":"603fbdfa9ad6140004d39c2e"
},
{
"coursename":"Software Engineering-Principles and Practices",
"courseid":"6040920a252ee800045f5552"
},
{
"coursename":"Operating Systems",
"courseid":"6040971c252ee800045f55cd"
},
{
"coursename":"Discrete Mathematics and Graph Theory",
"courseid":"6040a3a8c3835300045f0011"
}
],
"uc":
[
{
"coursename":"Engineering Physics",
"courseid":"603fd94918e57b0004950221"
},
{
"coursename":"Introduction to Innovative Projects",
"courseid":"603fd66218e57b0004950202"
},
{
"coursename":"Statistics for Engineers",
"courseid":"604067c9c5688500043a3664"
},
{
"coursename":"COMPLEX VARIABLES AND PARTIAL DIFFERENTIAL EQUATION",
"courseid":"603fa37a9ad6140004d39c01"
},
{
"coursename":"APPLIED NUMERICAL METHODS",
"courseid":"603fab009ad6140004d39c0a"
},
{
"coursename":"Applications of Differential and Difference Equations",
"courseid":"603fad309ad6140004d39c13"
},
{
"coursename":"Discrete Mathematics and Graph Theory",
"courseid":"6040a3a8c3835300045f0011"
},
{
"coursename":"Engineering Chemistry",
"courseid":"603fd09b18e57b00049501eb"
},
{
"coursename":"PROBLEM SOLVING AND PROGRAMMING",
"courseid":"603fca519ad6140004d39c49"
}
]
}
],
"comments" : [
{
"id": 0,
"content": "Wow such content!",
"username": "zero_cool"
}
]
}