-
Notifications
You must be signed in to change notification settings - Fork 13
/
data.json
33 lines (33 loc) · 1.72 KB
/
data.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
{
"firstName": "Debarghya",
"lastName": "Das",
"languagesStrong": ["Java", "Shell", "Python", "Javascript",
"OCaml", "Matlab", "Rails", "LaTeX"],
"languagesFamiliar": ["AS3", "iOS", "Android", "MySQL"],
"graduateCourses": ["Advanced Machine Learning",
"Open Source Software Engineering",
"Advanced Computer Graphics",
"Compilers + Practicum",
"Cloud Computing",
"Evolutionary Computation",
"Defending Computer Networks",
"Machine Learning"],
"undergradCourses": ["Information Retrieval",
"Operating Systems",
"Artificial Intelligence + Practicum",
"Functional Programming",
"Computer Graphics + Practicum",
"Unix Tools and Scripting"],
"links": [["Facebook", "url", "dd"],
["GitHub", "url", "deedydas"],
["LinkedIn", "url", "debarghyadas"],
["YouTube", "url", "DeedyDash007"],
["Twitter", "url", "@debarghya_das"],
["Quora", "url", "Debarghya-Das"]],
"table": [["2014", "Top 52/2500", "KPCB Engineering Fellow"],
["2014", "1 <sup>st</sup>/50", "Microsoft Coding Competition, Cornell"],
["2013", "National", "Jump Trading Challenge Finalist"],
["2013", "7 <sup>th</sup>/120", "CS 3410 Cache Race Bot Tournament"],
["2012", "2 <sup>nd</sup>/150", "CS 3110 Biannual Intra-Class Bot Tournament"],
["2012", "National", "Indian National Mathematics Olympiad(INMO) Finalist"]]
}