This repository has been archived by the owner on Oct 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
users.json
41 lines (41 loc) · 2.21 KB
/
users.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
// [IRC Nick, Email, Github User Name, Commit Access Level]
// Please use double space instead of tab and add a space after the comma.
// Also, if you are adding your name, add it to the end of the list with a
// trailing comma at the end. Use double quotes.
[
["Debloper", "[email protected]", "debloper", 1],
["Optimizer", "[email protected]", "scrapmac", 3],
["sankha93", "[email protected]", "sankha93", 1],
["Sawrubh", "[email protected]", "sawrubh", 3],
["ShellHacker", "[email protected]", "sudheesh001", 0],
["abhishekp", "[email protected]", "abhishekvp", 1],
["greatwarrior", "[email protected]", "amodnn", 1],
["darkowlzz", "[email protected]", "darkowlzz", 1],
["MrDHat", "[email protected]", "MrDHat", 0],
["SunilJoshi", "[email protected]", "ersuniljoshi", 0],
["Sayak", "[email protected]", "sayak-sarkar", 0],
["Infinity", "[email protected]", "nAk123", 1],
["sushant", "[email protected]", "sushant-hiray", 0],
["jhk", "[email protected]", "jigneshhk", 1],
["kaustavdm", "[email protected]", "kaustavdm", 0],
["Manishearth", "[email protected]", "Manishearth", 1],
["manrajsingh", "[email protected]", "ManrajGrover", 0],
["rajat190", "[email protected]", " rajat190", 0],
["nagar", "[email protected]", "abhisheknagar", 0],
["rakhy", "[email protected]", "rakhy", 0],
["tbharath", "[email protected]", "bharaththiruveedula", 0],
["bitgeeky", "[email protected]", "bitgeeky", 0],
["dorsatum", "[email protected]", "Projjol",0],
["xadhix", "[email protected]", "xadhix",0],
["samgtr", "[email protected]", "samgtr", 0],
["Ram", "[email protected]", "gurumukhi", 0],
["rishav", "[email protected]", "kumarrishav",0],
["vikneshwar", "[email protected]", "vikneshwar",0],
["ishitva", "[email protected]", "ishitvagoel",0],
["spacetime", "[email protected]", "spacetime", 1],
["trishul", "[email protected]", "tsl143", 0],
["hemanth", "[email protected]", "hemanth", 0],
["Tanay", "[email protected]", "tanay1337", 0],
["mishravikas", "[email protected]", "mishravikas", 1],
["abhiramr", "[email protected]", "abhi12ravi", 0]
];