-
Notifications
You must be signed in to change notification settings - Fork 32
/
names.js
154 lines (153 loc) · 3.8 KB
/
names.js
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
const names = [
{
name: 'Rajkumar',
fullName: 'Rajkumar',
githubUrl: 'https://github.com/Rajkumar-justcoder',
},
{
name: 'AnshSinghSonkhia',
fullName: 'Ansh Singh Sonkhia',
githubUrl: 'https://github.com/AnshSinghSonkhia',
},
{
name: 'rhvsingh',
fullName: 'Raja Harsh Vardhan Singh',
githubUrl: 'https://github.com/rhvsingh',
},
{
name: 'Himanshu',
fullName: 'Himanshu saini',
githubUrl: 'https://github.com/Himanshusaini12',
},
{
name: 'MilindPalaria',
fullName: 'Milind-Palaria',
githubUrl: 'https://github.com/Milind-Palaria',
},
{
name: 'Ritik',
fullName: 'Ritik Jha',
githubUrl: 'https://github.com/ritikjha5700',
},
{
name: 'Ayobami',
fullName: 'Ayobami Seun',
githubUrl: 'https://github.com/ayobamiseun',
},
{
name: 'Devraj',
fullName: 'Devraj Chatribin',
githubUrl: 'https://github.com/DevrajDC',
},
{
name: 'Swaroop',
fullName: 'Swaroop Rajwal',
githubUrl: 'https://github.com/swaroopRajwal',
},
{
name: 'Gambhir',
fullName: 'Gambhir Sharma',
githubUrl: 'https://github.com/Gambhirsharma',
},
{
name: 'Angel',
fullName: 'Angel Bansal',
githubUrl: 'https://github.com/abn15',
},
{
name: 'Uday',
fullName: 'Uday Mehtani',
githubUrl: 'https://github.com/uday03meh',
},
{
name: 'Nitesh',
fullName: 'Nitesh Thapliyal',
githubUrl: 'https://github.com/Nitesh-thapliyal',
},
{
name: 'Deepanshu',
fullName: 'Deepanshu Manocha',
githubUrl: 'https://github.com/dmanocha464',
},
{
name: 'Piyush',
fullName: 'Piyush Chandel',
githubUrl: 'https://github.com/Piyush-Chandel7',
},
{
name: 'Binil',
fullName: 'Binil Tom Jose',
githubUrl: 'https://github.com/BinilTomJose1278',
},
{
name: 'Taj',
fullName: 'Shaik Taj Baba',
githubUrl: 'https://github.com/tajbaba999',
},
{
name: 'Shivanshi',
fullName: 'Shivanshi Saxena',
githubUrl: 'https://github.com/shivanshi-s',
},
{
name: 'Dia',
fullName: 'DiaBolical0212',
githubUrl: 'https://github.com/DiaBolical0212/',
},
{
name: 'Stuti',
fullName: 'Stuti Upreti',
githubUrl: 'https://github.com/thestuti',
},
{
name: 'Gaurav',
fullName: 'Gaurav Chatribin',
githubUrl: 'https://github.com/gaurav-chatribin',
},
{
name: 'Sabin',
fullName: 'Sabin Thapa',
githubUrl: 'https://github.com/sabin-thapa',
},
{
name: 'Francis',
fullName: 'Francis Okonkwo',
githubUrl: 'https://github.com/Bluebberries',
},
{
name: 'Ganesh Karthik',
fullName: 'Ganesh Karthik Ramarathinam',
githubUrl: 'https://github.com/Ganeshkarthik1031',
},
{
name: 'shiv',
fullName: 'Shivam Singh',
githubUrl: 'https://github.com/shiv-03',
},
{
name: 'Rahul',
fullName: 'Rahul Raj Sarma',
githubUrl: 'https://github.com/ragingrahul',
},
{
name: 'Rishabh Pratap Singh',
fullName: 'Rishabh',
githubUrl: 'https://github.com/iam-Rps',
},
{
name: 'pranath',
fullName: 'Pranath Naik',
githubUrl: 'https://github.com/pranathnaik',
},
{
name: 'Rio',
fullName: 'Rio Cantre',
githubUrl: 'https://github.com/RioCantre',
},
{
name: 'Stuti',
fullName: 'Stuti Mongia',
githubUrl: 'https://github.com/stutimongia2024',
},
];
export default names;