forked from firstcontributions/first-contributions
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathContributors.md
executable file
·9625 lines (9624 loc) · 448 KB
/
Contributors.md
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
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Contributors
- [Erica Peterson] (https://github.com/ericalpeterson)
- [Ramon Griffo Costa]-(https://github.com/IguanaAzul)
- Jason
- [Ikechukwu Kalu](https://github.com/IkechukwuAKalu)
- [shanto](https://github.com/shanto)
- [Abhinav Gupta ](https://github.com/ag-23)
- [Natalie Fleming](https://github.com/nataliefleming)
- [Dhyey B](https://github.com/dhyeyb04)
- [owais](https://github.com/owais34)
- [Ihoey](https://github.com/ihoey)
- julio-garcia-fc
- [Ravi Jain] (https://github.com/engrravijain)
- [Patrick Biffle](https://github.com/Piglacquer)
- [Aditya Gupta](https://github.com/6aditya8)
- [Omkar Kadam](https://github.com/omkar8kadam)
- [Maike Negreiros](https://github.com/maikenegreiros)
Alexandra Cannon
- [DaLeste777](https://github.com/DaLeste777)
- [Everton Nunes](https://github.com/pepoeverton)
- [Anju Cheran](https://github.com/anjucheran)
- [Ravi Gupta](https://github.com/guptaravi5400)
- [Fintan Maher](https://github.com/miyazakid)
- [Lauren Wright](https://github.com/laurenewright)
Jesse
- [Mario DeLaPaz](https://github.com/mariocd10)
- [fyusuf1](https://github.com/fyusuf1)
Rajesh Verma
[Justin Kook] (https://github.com/justinkook)
- [aditchanchal](https://github.com/aditchanchal)
ashwini
- [Bohdana Arterchuk] (https://github.com/bohdanka194)
- [corxrew](https://github.com/corxrew)
- [j4y](https://github.com/j4ys)
- [Nisal097](https://github.com/Nisal097)
- [Uwanthi](https://github.com/Uwanthi)
- [sarvasvkulpati](https://github.com/sarvasvkulpati)
- [Muhammad Fiaz Ansari](https://github.com/mfiazansari)
[Saad Patel](https://github.com/Saad2714)
[kzack123](https://github.com/kzack123)
- [NikodemJanaszak](https://github.com/NikodemJanaszak)
- [mskiser](http://github.com/mskiser)
- [Mrunal Deshpande](https://github.com/pixel-daemon)
- [Courtney Corlew](https://github.com/courtneycorlew)
- [Swaraj Laha SRJ](https://github.com/swarajlaha)
Rich Herbert
- [DMB](https://github.com/dhyeyb04)
- [MrHritik](https://github.com/Hritik14)
- [C Barringhaus] (https://github.com/cheriesyb)
- [Eren Jaegar](https://github.com/erenjaegar)
- [Nishit Majithia] (https://github.com/nishitm)
- [CJ Baquiran](https://github.com/CyjKun)
- [Krishna kunal](https://github.com/krish-kunal)
- [Bruno Vasconcelos](https://github.com/brunohgv)
- [Kegjams](https://github.com/Kegjams)
- [Steve-Worrell](https://github.com/Steve-Worrell)
- [Bhavy](https://github.com/bhavy007)
- [Furkan Doğu](https://github.com/furkanDogu)
- [Mahesh Jaganiya] (https://github.com/jagzmz)
- [Mylonio]()
- [Michal123pl] (https://github.com/Michal123pl)
- [Jasu](https://github.com/jspine01)
- [julianaklulo](https://github.com/julianaklulo)
- [PranavKrishnan](https://github.com/PranavKrishnan1)
- [EndrylMarues](https://github.com/EndrylMarques)
- [aalizwel23](https://github.com/aalizwel23
- [chetangaur](https://github.com/chetangaur)
- [gormleymark](https://github.com/gormleymark)
- [IrshadAnsari](https://github.com/irshadjsr21)
- [jeffhertzler](https://github.com/jeffhertzler)
- [BrendanJJoyce](https://github.com/BrendanJJoyce)
- [antFaiz5z](https://github.com/antFaiz5z)
- [MattDurajka](https://github.com/MattDurajka)
- [TrishaAguinaldo](https://github.com/kronicle114)
- [Jacob Higbee](https://github.com/JacobHigbee)
- [kenhamthescienceguy](https://github.com/kenhamthescienceguy)
- [rozenstraws](https://github.com/rozenstraws)
- [Kevin Johnston](https://github.com/kevdotdev)
- [shreyansh] (https://github.com/shreyansh08)
- [Jason Chan](https://github.com/QubeChan)
- [SteveMarshall](https://github.com/marshast)
- [Fabian Terh](https://github.com/fterh)
- [axux](https://github.com/axux)
- [Chaman Agrawal](https://github.com/ChamanAgrawal)
- [Swarup Rajbhandari](https://github.com/swarup182)
- [HalmosiGabor](https://github.com/halmosigabor)
- [Shivam Kumar](https://github.com/shivampkumar)
- [Zilyck](https://github.com/zilyck)
- [Angus] (https://github.com/AngusGardnerWKC)
- [Abhiraj Tulsyan](https://github.com/abhirajtulsyan)
- [Harsh Khajuria](https://github.com/horcrux2301)
- [Michal Siemienowicz](https://github.com/MichalSiemienowicz)
- [Parthiv Kativarapu](https://github.com/parthiv13)
- [Yusuf Mohammed Delvi](https://github.com/yusuf-delvi)
- [Mayank](https://github.com/mayank2652)
- [dmitrycy](https://github.com/dmitrycy)
- [BaoGiang HoangVu](https://github.com/baogianghoangvu)
- [blank15](https://github.com/blank15)
- [Raees Nazeer](https://github.com/raeesnazeer)
- [FriendlyMafia](https://github.com/dattvidc)
- [volkimd](https://github.com/volkimd)
- [southton1992](https://github.com/southton1992)
- [sweetpotatoes](https://github.com/sweetpotatoes42))
- [jephtahuche](https://github.com/jephtah)
- [Sarah McCue](https://github.com/SarahMcQ)
- [Eduardo Castellanos](https://github.com/ECastellanos92)
- [madza](https://github.com/madarsbiss)
- [Krish Kunal](https://github.com/krish-kunal)
- [Thuhini](https://github.com/Thuhini)
- [PranjalGupta2199](https://github.com/PranjalGupta2199)
- [Rohit Rathi](https://github.com/RathiRohit)
- [DanielBiegler](https://github.com/danielbiegler)
- [Nisal97]-(https://github.com/Nisal97)
- [MalkaSaba](https://github.com/malkasaba)
- [ChristopherCarr](https://github.com/christocarr)
- [Santiago Mas] (https://github.com/GRsni)
- [nualluan](https://github.com/naulluan)
- [carriekolmer](https://github.com/carriekolmer)
- [tonetheman](https://github.com/tonetheman)
- [joshuaOgwang](https://github.com/joshuaOgwang)
- [Philippe Targino](https://github.com/ptargino)
- [Bryan Endres] (https://github.com/bendres97)
- [QrBe](https://github.com/QrBe)
- [Nicolas Mesa](https://github.com/nicolasmesa)
- [mrjomp](https://github.com/mrjomp)
- [Mike Allen](https://github.com/mallenjr)
- [JanellAmely](https://github.com/3CatMax)
- [Pusakiller](https://github.com/Pusakiller)
- [nightrainlily](https://github.com/nightrainlily)
[Zach Chen](https://github.com/02zchen)
[kostaslib](https://github.com/kostaslib)
- [Kingsjo1](https://github.com/Kingsjo1)
- [Sebastian Alcantara](https://github.com/sebastian-alcantara)
- [Prateek](https://github.com/prateekroy)
- [Nick Dean](https://github.com/klick5000)
- [Eduardo Robles](https://github.com/eduardo-robles)
- [Matthew Speake](https://github.com/mspeake16)
- [Florin Irion](https://github.com/irionr)
- [Khalid Ramadan](https://github.com/KhalidRamadan)
- [kananthav](https://github.com/kananthav)
- [naman](https://github.com/nbanati)
- [Jared Moser](https://github.com/JM0S3R)
- [Caique](https://github.com/caiqueff)
- [Avijit Bhattacharjee](https://github.com/avijit1258)
- [prashansanb](https://github.com/prashansanb)
- [antonyjm462](https://github.com/antonyjm462)
- [Chromium](https://github.com/CrCs2O4)
- [Erneani](https://github.com/erneani)
- [muchai](https://github.com/muchai)
- [nocomms5](https://github.com/nocomms5)
- [Summit Suen](https://github.com/suensummit)
- [Aashita Arora](https://github.com/aashitaarora)
- [Lauren Tingler](https://github.com/laurenolivia18)
- [Natália Oliveira](https://github.com/nfo94)
- [Aslam](https://github.com/Hotdogcode)
- [wxia33](https://github.com/Wxia33)
- [David Ross](https://github.com/DavidRoss3)
- [akshayaugustinesheby](https://github.com/akshayaugustinesheby)
- [strobelt](https://github.com/strobelt)
- [stu01509](https://github.com/stu01509)
- [Vansh](https://github.com/kiku511)
- [Roger Perez](https://github.com/rogercodes1)
- [Sarah](https://github.com/sarahxoxo)
- [Ananya](https://github.com/aravipati)
- [Anda Stoica](https://github.com/andadiana)
- [Emily Hem](https://github.com/emilyhem)
- [Priyam Kumar](https://github.com/priiyam)
- Trent Jeffery
- [Kadar Tibor](https://github.com/KadarTibor)
- [Carlos Ramirez](https://github.com/calbertora)
- [Saravanan Elumalai](https://github.com/saravannann)
- [Ologunowa Samuel](https://github.com/Samueltommzy)
- [Danny Molloy](https://github.com/strachaldrat)
- [Dwij Sheth](https://github.com/dwij2812)
- [DB](https://github.com/dhyeyb04)
- [Faiqa Shafqat](https://github.com/FaiqaShafqat79)
- [Mohammad Aziz](https://github.com/iAziz786)
- [Emerson Carvalho](https://github.com/brecarv)
Alvin
- [Mai Nguyen](https://github.com/maidoesthings)
- [Numblesix](https://github.com/Numblesix)
- [Argyris Varalis](https://github.com/avaralis)
- [Maaruf Dauda](https://github.com/emkayDauda)
- [Bernard Yap](https://github.com/bernisaur)
- [Kenny Veys](https://github.com/Sneakzz)
- [Sergiy Dybskiy](https://github.com/416serg)
- [Vinayak S](https://github.com/VinayakSuresh1997)
- [LONEWOLFIZ](https://github.com/lonewolfiz)
- [Sarunyou Whangbunyapirat](https://github.com/sarunyou)
- [Shivam Agrawal](https://github.com/shiv11x10)
- [Connor Lindsey] (https://github.com/Ibaeni)
-[pankaj kumar](https://github.com/Shankusu7)
- [Samane](https://github.com/samaneyaghoobi)
- [Markus Muzikants](https:/github.com/RaitoDaku)
- [Miftah Mizwar](https://github.com/mizwardomlank)
[maryam](https://github.com/khailda)
- [Sudhanshu Rawat](https://github.com/phenom57)
- [Andrew Fisher](https://github.com/afisherdev)
- [Linherest](https://github.com/linherest)
- [Manas Khurana](https://github.com/20manas)
- [Arnastria](https://github.com/arnastria)
- [Sasho Irkov](https://github.com/2121159i)
JOON JANG JOON JANG
- [Jeet Maity] (https://github.com/jeet-maity)
-Siddharth Gusain(https://github.com/siddharth-gusain)
Ben
- [nuntjw](https://github.com/nuntjw)
- [w5bh](https://github.com/w5bh)
- [fullheightcoding](https://github.com/fullheightcoding)
- [KneeAwn](https://github.com/CalebLarsen)
-[Harsh Ranpariya](https://github.com/harshranpariya)
[Vibudh Vishal](github.com/vibudhvishal)
- [Claudio Fioretti](https://github.com/cfioretti)
- [Menna] (https://github.com/mennayahia)
- [Ion Tarna](https://github.com/IonTarna)
- [Christina Shafer](https://github.com/ChristinaShafer)
- [Seth Polyniak](https://github.com/sethpoly)
- [Nikhil Anand](https://github.com/muj-programmer)
- [Vipul Chodankar](https://github.com/whiplash7)
- [Mayank Kanoria](https://github.com/mkanoria)
- [MC_Leut](https://github.com/MCLeut)
- [Sherif Dauda](https://github.com/sherifdauda)
- [milindchawre](https://github.com/milindchawre)
- [Michael Robinson](https://github.com/NightFury20)
- [Davina Leong](https://github.com/DavinaLeong)
- [Dhirendra](https://github.com/Dhirendra24)
- [Eduardo Hernandez](https://github.com/EduardoGHdez)
- [Fleuron Gnadekpa](https://github.com/fleuronvilik)
- [appygal](https://github.com/appygal)
- [Marc Brooks](https://github.com/AGeekInside)
- [Idayat Abdulsalam](https://github.com/Abdulsalam13)
- [Alex Oladele](https://github.com/dragid10)
apleht
- [Tim Austin](https://github.com/neenjaw)
- [Daman Tekchandani](https://github.com/daman98)
- [Mancee](https://github.com/mancee)
- [Roshith R](https://github.com/Roshith93)
- [Niharika](https://github.com/niharikakrishnan)
- [Steve Torrence](https://github.com/storrence88)
- [FloridaMan](https://github.com/floridaman)
- [SupunDamba](https://github.com/supun-kanda)
- [Podrig](https://github.com/PadraigLeoghain)
- [JustABeginner]
Arnel Forbes
- Anna!
- [doehae](https://github.com/doehae)
- [ulricmarques](https://github.com/ulricmarques)
- [Naapi](https://github.com/Naapi)
- [doomcrewinc](https://github.com/doomcrewinc)
- [kevinzs](https://github.com/kevinzs)
- [Vyshnavi Ravella](https://github.com/vyshuravella)
- [Mayank](https://github.com/mayank2652)
- [Saranya Nukala](https://github.com/saranyanukala)
- [Michael McDonell](https://github.com/Cre8tiveKel}
-[Akshay Avinash](https://github.com/akshay11298}
- [Abhishek-verma](https://github.com/abhishek-verma
Madhavik Agarwa)
- [Arseny Poga](https://github.com/arsenypoga)
- [Vinit Mahajan](https://github.com/mahajanvv)
- [SH Shin](https://github.com/sshplendid)
- [Makenzie Wells](https://github.com/AttackTheMak29)
- [Jai Prakash](https://github.com/last-stand)
- [Jon Taylor](https://github.com/jontaylor224)
- Duwayne the rock Johnson
- [Aditya Prakash](https://github.com/adityaprakash-bobby)
- [Breno Castelo Branco](https://github.com/brenocastelo)
- [Rayan Hatout](https://github.com/rayanht)
- [Rayan Hatouttttt]
- [Ananay Garg](https://github.com/ananaygarg)
- [Gates Cao](https://github.com/gatescao)
- [Gregor Grasselli](https://github.com/GregorGrasselli)
- [Lucas Bueno](https://github.com/LucasBueno22)
- [Natalia Gutierrez](https://github.com/ngutierrez31)
- [Dheyay Desai] (https://github.com/ddcr7)
aalbusoiu
- [Mario Jones Vimal](https://github.com/JMJV)
- [codeeachday](https://github.com/codeeachday)
- [nic from van](https://github.com/nicohouillon)
- [Sumant Tulshibagwale](https://github.com/Sumant26)
- [Eduardo Raygoza](https://github.com/EduardoRaygoza)
- [Tc2r1](https://github.com/Tc2r1)
- [David Fodel](https://github.com/dfodel)
- [Ayush Varshney] (https://github.com/Sushi314)
- Hector Barajas
- [Tintu Thomas](https://github.com/tintutm)
- [Alex Tai](https://github.com/alextechtai)
- [Leo T.](https://github.com/taydakov)
- [loagis](https://github.com/loagis)
- [Tristan Marechaux] (https://github.com/marechaux)
- [Deepak Sood](https://github.com/deepaksood619)
- [Balamurugan](https://github.com/dillbala)
- [chickencoder](https://github.com/chickencoder)
- [Sunali] (https://github.com/sunalii)
- [Jonas Jore](https://github.com/JonasJore)
- [Samira Elhami] (https://github.com/SamiraElhami)
- [Marjy Guery](https://github.com/mguery)
- [Deniz Ozkan](https://github.com/denozk
-gagan kumar)
- [Andrew Callaway](https://github.com/CasperEvil)
- [Daniel Yusry](https://github.com/DanielYuo)
- [polyglotyeoja](https://github.com/polyglotyeoja)
- [Nishat Shama](https://github.com/nishatshama)
- [Newhatchling](https://github.com/newhatchling)
- [Kyle Foster] (https://github.com/kafoster11)
- [Effi Tramountani] (https://github.com/effi-t)
- [Darren Lim] (https://github.com/dlim28)
- [macktober](https://github.com/macktober)
- [Anmol Dhingra] (https://github.com/anmol-dhingra)
- [Adam Murray] (https://github.com/Murraymint1804)
- [iamtodor] (https://github.com/iamtodor)
- [madisonjordan] (https://github.com/madisonjordan)
- [Amish P.] (https://github.com/javacoldbrew)
- [sahil tagunde](https://github.com/tagsahil)
- [Mikaela Peters](https://github.com/mppmpp315)
- [Sushma Unnibhavi](https://github.com/sushmaunnibhavi)
- [Nikita Acharya](https://github.com/nikita8)
- [Shivani Arun](https://github.com/ShivaniArun)
- [Shelly Tomar](https://github.com/ShellyTomar26)
- [Luong Nguyen](https://github.com/luongdn)
- [Karan Reddy](https://github.com/karanreddy77)
- [Wawan] (https://github.com/setiam3)
- [Arthur van Acker](https://github.com/puupa)
- [Subham Mishra](https://github.com/Subham-mishra)
- [Randy Ram] (https://github.com/HyperManTT)
- [Lucky Murari](https://github.com/luckymurari)
- [Arunvivek Supramanian](https://github.com/aruncse01)
- [Mike Capps](https://github.com/MikeCapps2006)
- [Adrija Acharyya](https://github.com/adrijaacharyya)
- [Jaco Minnaar](https://github.com/Jaco-Minnaar)
- [Ross Clark](https://github.com/ross-clark)
- [Gromet Spaal](https://github.com/grommuz)
- [Maria Aveiro](https://github.com/aveirinha)
- [William Baker](https://github.com/wjbaker101)
- [Steven Tucker](https://github.com/atrbfs)
- [Nolan Van Hell](https://github.com/nolanvh)
- [Chris Fotso](https://github.com/chrisfotso)
- [Suman Saurabh](https://github.com/sumanssaurabh)
- [Sachin Kumar](https://github.com/hijacker5)
- [Matthew Shelbourn](https://github.com/shelbourn)
- [Marius Maries](https://github.com/mariuscm)
- [Roshan Tamil Sellvan](https://github.com/roshan92)
- [Gav Hanna](https://github.com/gavhanna)
- [Christian Becker](https://github.com/Mikrotherion)
- [Anuj Jindal](https://github.com/jindalAnuj)
- [Carlos](https://github.com/carlsrenatoh)
- [Muhammad Ali ](https://github.com/designsbyali)
- [Preveen Raj](https://github.com/preveenraj)
- [Cole Beck](https://github.com/claniere)
- [espilya](https://github.com/espilya)
- [Efe Barış](https://github.com/altinay10)
- [Vineet Yadav ](https://github.com/vineet8588)
- [Angus Cornall ] (https://github.com/AngusCornall)
- [Edin Dzabija](https://github.com/edukacija)
- [J.R. Strayhorn ](https://github.com/jrstrayhorn)
- [Lex Saplan](https://github.com/zanderlx)
- [Bryan Rojas](https://github.com/bryan-rojas)
- [Pranshu Pranjal](https://github.com/pranshupranjal)
- [Rebecca Tjandra](https://github.com/rebaka)
- [Jessica Wilson](https://github.com/Jlw2uc)
- [Aris Nguyen](https://github.com/arisng)
- [wensonchen](https://github.com/wensonchen)
- [Vivek](https://github.com/vickygopalshetty)
- [Utkarsh](https://github.com/Knight1997)
- [lanh lanh](https://github.com/Lanhbao)
- [Raman Singh](https://github.com/ramansingh189)
- [Evaldas Suraucius] (https://github.com/Evaldas22)
- [Nicolas Santos](https://github.com/nsantos16)
- [Sunil Jamkatel](https://github.com/SunilJamkatel)
- [Devina Ghoda](https://github.com/devinaghoda)
- [Stefan Script](https://github.com/stefanscript/)
- [Rappelsen](https://github.com/rappelsen)
- [Theodore Shin](https://github.com/tshin7)
- [Persephone](https://github.com/persephpom/)
- [Fadel Pamungkas](https://github.com/fadelpamungkas)
- [Yoad Wolfsthal](https://github.com/yoadwo)
- [Brian Barry](https://github.com/bribarry)
- [Dan Rodrigues](https://github.com/DannyRodrigues)
- [Quentin Nicolle](https://github.com/quentinncl)
- [Ivana Livaja](https://github.com/ivilili)
- [Jaeren Tredway](https://github.com/JaerenTredway)
- [Peter salihu](https://github.com/c-virus)
- [Faiza Alam] (https://github.com/faizaalam)
- [Peter Karakas](https://github.com/peti2001)
- [H Shay](https://github.com/H-Shay)
- [thinkinbee](https://github.com/thinkinbee)
- [Muhazzib Uddin Farooqui](https://github.com/muhazzib)
- [Shivam Kumar](https://github.com/skymatte)
- [Griffin Gaeth](https://github.com/ggaeth)
- [Bolaram Paul](https://github.com/bolaram)
- [Karen Tobo](https://github.com/karentobo)
- [Kelvin Romero](https://github.com/kelvinromero)
- [Kalana Wijethunga](https://github.com/kelvinromero)
- [Kirk Clemons](https://github.com/kcclemo)
- [Thomas Abbott] (https://github.com/abbotttp)
- [Jennifer Mitchell](https://github.com/jennwmitchell)
- [Bülent Tugrul Yüksel](https://github.com/kdan-96)
- [Jaibhav Thukral](https://github.com/jaibhav)
- [Nico Belobrajdic](https://github.com/nicobelob)
- [Arthur Ribeiro](https://github.com/devarthurribeiro)
- [Dusan Pilipovic](https://github.com/razzil1)
- [Akbar Mirza](https://github.com/akbarbmirza)
- [Victor Daisuke Araki] (https://github.com/VicDaAr)
- [Dom Slatford] (https://github.com/domisginger)
- [Joseph Ostroman](https://github.com/ostomaj)
- [epiphian](https://github.com/epiphian)
- [Chandu](https://github.com/chandu2004)
- [Rishabh Sharma]
- [MOHAMMED FAIZAAN MUZAWAR](https://github.com/faizaan-mm)
- Shlok Agarwal
- Peter R [https://github.com/peterr101]
- [Tyler Clark]
- [Chase Terry] (https://github.com/cdterry87)
[dhairya] (https://github.com/arLong-98)
- [Jason Lynch] (https://github.com/Tessituraa)
- [Michal Worwag](https://github.com/michal-worwag)
- [Jonathan Chao](https://github.com/JChao7)
- [Jason Beals] (https://github.com/jbeals12)
- [Thomas Smith](https://github.com/ThomasSmithIRE)
- [Elia Grego](https://github.com/eliagrego)\
- [Nahid Fatma](https://github.com/nfatma)
- [Saheel Ahmed](https://github.com/7saheelahmed)
- [Pankhurt] (https://github.com/Pankhur)
- [Khaja Moinuddin Mohammed](https://github.com/moinuddin14)
- [Amr Hendy](https://github.com/AmrHendy)
- [João Bini](https://github.com/joaopbini)
- [kishan Kaushik](https://github.com/kishankaushik)
- [Quang Hoang](https://github.com/quangpro1610)
- [Sii Kim Lau](https://github.com/lausk97)
- [Anirudh Kanakatte](https://github.com/anirudhkanakatte)
- [Vanessa Cassandra](https://github.com/vancass)
- [Yatharth Manocha](https://github.com/YaMo97)
- [Cesare Laurenziello](https://github.com/laurenziello)
- [Rohit Mazumder] (https://github.com/RohitMazumder)
- [Pablo Triandafilide] (https://github.com/pablotrianda)
- [Anish Badri R S] (https://github.com/anishbadhri)
- [Ina Singhal] (https://github.com/inasinghal17)
- [Abhishek Sarolia] (https://github.com/asarolia)
Edison Shek
- [Mayank Singh Rajkumar](https://github.com/canter-nawab)
- [Pedro de Barros Veríssimo](https://github.com/pbv2)
- first-contributions
- [Arya Atighehchian](https://github.com/Arya04)
- [Navoda Lakshani](https://github.com/navolaksha)
- [Lindsey Tibbitts](https://github.com/tibble49)
- [Jeetendra Singh](https://github.com/g10drasingh)
- [Constant Vallee](https://github.com/covallee)
- [Ojas Gulati](https://github.com/ojasgulati)
- [Angie Rodriguez](https://github.com/ARodriguezHacks)
- [Rusver](https://github.com/Rusver)
- [Florian Mauduit](https://github.com/ftx)
- [Kumar Kartikeya](https://github.com/kkartikeya1998)
- [Mahriham Musa](https://github.com/mhariham)
- [Tony Cameron](https://github.com/TonyRCameron)
- [Giancarlo] (https://github.com/GCa)
- [Karthick Manoharan](https://github.com/karthick-manoharan)
- [Yangsoo Song](https://github.com/yangsoosong)
- [Dawn Summerall](https://github.com/mintdawn)
- [John Pasquesi](https://github.com/Jyckle)
- [Krzysztof Radomski] (https://github.com/krzysztofradomski)
- [Jack Gong](https://github.com/AwesomeJackify)
- [Jose Hernandez](https://github.com/JHernandez99)
- [Satyam Uttam]
- [Matt Ackard](https://github.com/mattackard)
- [Sanya Gupta] (https://github.com/sanya2701)
- [Marco Diaz] (https://github.com/Marco1969theKnight)
- [Briana Baker](https://github.com/brianabaker)
- [MC_Leut](https://github.com/MCLeut)
- [Saiful Islam](https://github.com/saiful1992)
- [Jeffrey Haywood](https://github.com/jeffreyjhaywood)
- [Jack Lin](https://github.com/gmfcd128/)
- [Priyanka Saggu](https://github.com/Priyankasaggu11929)
- [Mathilde Pind] (https://github.com/mathildepind)
- [Massimo7](https://github.com/Massimo7)
- [Shiva Sankeerth](https://github.com/ShivaSankeerth)
- [Sergio Abreu García](https://github.com/saggamedeveloper)
- [John Ivison](https://github.com/mattecatte)
- [Hamid Reside](https://github.com/hallowcard13)
- [Jeannie Nguyen] (https://github.com/jeannienguyen)
- [Zeddmaxx](https://github.com/zeddmaxx)
- [Ankush Garg](https://github.com/ankushgarg1998)
- [Anupama Garani](https://github.com/anusky95)
- [Lee T](https://github.com/leeturnbill)
- [Lilian Ferreira](https://github.com/lilianferreira)
- [Sugam Budhraja](https://github.com/Sugam1111)
- [Kenny Zhou](https://github.com/Kenford20)
- [João Mota](https://github.com/jpmmota)
- [Calvin Golas](https://github.com/CalvinGolas)
- [David Chandra](https://github.com/davidchandra95)
- [Murat Kurnaz](https://github.com/KtrauM)
- [Mor Tal](https://github.com/mortal94)
- [Chiu](https://github.com/achiuBAE)
- [HuyHoangPhi] (https://github.com/HoangHuyPhi)
- [Gabryelle Soares](https://github.com/gabsoares11)
- [Pedro Augusto](https://github.com/znexpedro)
- [Miguel Ballesteros](https://github.com/AlfaOmegaX)
- [BlackSpheres](https://github.com/BlackSpheres)
- [Charvi](https://github.com/cm7799)
- [Carlos Carvalho](http://github.com/chcdc)
- [Huu Ngoc Chinh Cao](https://github.com/ganhatgame)
- [Vipul Kanade](https://github.com/vipulkanade)
- [Rafael Molina] (https://github.com/RafaGrey)
- [billyderringer](https://github.com/billyderringer)
- [Grom](https://github.com/gromms)
- [matt011](https://github.com/matt011)
- [lakshan](https://github.com/Lakshangit)
- [shivanshu1086](https://github.com/shivanshu1086)
- [Paolo Moretti](https://github.com/muxevola)
- [DinushaNT](https://github.com/dinushanirmal/)
- [Anu Kumari Gupta](https://github.com/khusi-anu)
- [Vu Minh Tung](https://github.com/tungvm1711/)
- [Oriol Vall](https://github.com/Horiol)
Patrizia Trammell
- [Rajvijay](https://github.com/rajurajvijay619)
- [TechnicSparks](https://github.com/TechnicSparks)
- [Raj Khare](https://github.com/pixzels)
- [Dennis Wanne](https://github.com/Denni2)
- [AddaSatyaRam - Asr]
- [Jalaj Gupta](https://github.com/thevip799)
- [Drew Vlasnik](https://github.com/drewvlaz)
- [Erica Cope](https://github.com/ericacope)
- [Desmond Harris](https://github.com/MisterUniverse)
- [Sainath] (https://github.com/saicodes)
- [UnsweetT](https://github.com/unsweett)
- [vikas1](https://github.com/hVIKAS)
- [rooki blue](https://github.com/rookieblue0001)
- [Angela Brownley](https://github.com/brownleya)
- [Buddhima](https://github.com/buddhima97)
- [shehasv](https://github.com/shehasv)
- [Apurva Tripathi](https://github.com/alonemayank)
- [Michael Helwig](https://github.com/FireSpaceBird)
- [Yash Goyal](https://github.com/ygyash)
- [laohanme](https://github.com/laohanme)
- [Abylay Murzashev](https://github.com/amurzashev)
- [Michelle Vivita] (https://github.com/MichelleVivita)
- [Diwaker Singh](https://github.com/diwakersurya)
- [Warushika](https://github.com/warushika)
- [Sumanyu Rosha](https://github.com/sumanyurosha)
- [Ajay Rajnikanth](https://github.com/Raikan10)
- [André Dias](https://github.com/andrehgdias)
- [Ardhito Hendranata](https://github.com/ardhitz)
- [Michael Harvey](https://github.com/harvey-dev)
- Omar Dahhane (https://github.com/iaskari)
- Malipeddi Jitesh
- [Jennifer E Yoon](https://github.com/JennEYoon)
- [Rahul Sharma](https://github.com/rahulrs0029)
- Shani Rub
- Marshmallows
- wrecKING Tsukinoryoshu
- [Dominik Blek](https://github.com/zybex86)
- [Estevao Moreno](https://github.com/estevaoTm)
- [Shane Lester](https://github.com/Shane-Lester99)
- [Roberto Borges] (https://github.com/RobertoBorges)
- [Harsh Gahlot](https://github.com/Euno257)
- [Nishant Mittal](https://github.com/nishantmittal59)
- [Moira McAulay](https://github.com/m-mcaulay)
- [wlung](https://github.com/wlung)
- [Anuj Kharbanda] (https://github.com/Anuj2711)
- [Akshay Solanki](https://github.com/AkshayS96)
- Tech Performer
- [imbassi][https://github.com/imbassi]
- [Jakeliny Gracielly] (https://github.com/jakeliny)
- [Mr_Patcher] (https://github.com/Mr-Patcher)
- [Parth Manhas](https://github.com/ishouldcode)
- [Rim Fardiyev](https://github.com/Dreammaster13)
- [Abhishek P](https://github.com/Abhishek-Prem)
- [Anmol Parikh](https://github.com/anmolparikh66)
- [Alan Chanthboune](https://github.com/AlanChanthaboune)
- [Shana Maurino](https://github.com/shanamaurino)
- [Ashu](https://github.com/ashu1999)
- [kokum]
- [Cecil John Tantay](https://github.com/cjbt)
- [Filip Lupaescu](https://github.com/Familotel/)
- [Taylor](https://github.com/ATaylor1181/)
- [Erick Martinez](https://github.com/ErickMtz)
- [AK White](https://github.com/akwhite)
- [Shashwat Garg](https://github.com/Shashwat-Garg)
- JOON JANG
- [Keshav GOYAL](https://github.com/keshavgoyal2807)
- [Sanduniisa](https://github.com/sanduniisa)
- [Suraj Setty](https://github.com/surajsetty97)
- [Ashwin Kain](https://github.com/Ashwin-Kapes)
- [André Decher](https://github.com/Wolfy7)
- [YamitSi](https://github.com/yamitsi)
- [Lexuv2](https://github.com/lexuv2)
- [Abdulbayz](https://github.com/Bayz1)
- [Ashutosh Kumar](https://github.com/ashutosh-iitg)
- [Aaditya Varshney](https://github.com/AadityaVarshney)
- [Evaldas Stanelis](https://github.com/m4rx/)
- [Anh Phu Cao](https://github.com/anhphu195)
- [Amaan Kulshreshtha](https://github.com/AmaanKulshreshtha)
- [Yug Shah] (https://github.com/Yug-Shah)
- [AnnChar](https://github.com/annchar)
- [Dusty Werner](https://github.com/wernerd46)
- [Sara](https://github.com/SaraBon)
- [Vinod Borse](https://github.com/vinodborse)
- [David Adegoke](https://github.com/dhaveed)
- [Hiro](https://github.com/roromusic)
- [Benedict Supat](https://github.com/groundzer00)
- [KaranRandhir](https://github.com/KaranRandhir)
- [RukkiesMan](https://github.com/rukkiesman)
- [Nicholas Carnival](https://github.com/majorderp4)
- [Nick Foley](https://github.com/foleyn2)
- [Roni Yusuf Manalu](https://github.com/rymanalu)
- [Andi Insanudin](https://github.com/andiisfh)
- [ShubU](http://github.com/shubu)
- [Eldin Zaimovic](https://github.com/EldinZaimovic)
- [punisher](https://github.com/punisherpbb)
- [tobinatore](https://github.com/tobinatore/)
- [Alex Sorokin](https://github.com/kanvik175)
- [Lakshay Wadhwa](http://github.com/luck-u)
- [Dhiraj Kalita](https://github.com/dhrjklt)
- [Wathsara Daluwatta](http://github.com/Wathsara)
- [Vast Peng](https://github.com/keatingsmith)
- [Vikki111](https://github.com/Vikki111)
- [Archit Singla](https://github.com/architsingla13)
- [Sourabh Tripathi](https://github.com/Sourabhtripathi)
- [Julie Martin](https://github.com/juliebugmtl)
- [Saul Barros] (https://github.com/dsbsaul)
- [Sumanth Kumar Nayak](https://github.com/sumanth0904)
- [ABDulgaphy](https://github.com/abdulgaphy)
- [Shawn Flores](https://github.com/priultimus)
- [Jaime Saul Alonso Sanchez](https://github.com/luase)
- [Rahul chauhan](https://github.com/rahulchauhan049)
- [Tim Griffith](https://github.com/grifmang)
- [Muhammed Khamis](https://github.com/MuhammedKhamis)
- [Ece Mac](https://github.com/ecemac)
- [Dave Martinez](https://github.com/dave-martinez)
- [Priyal Narang](https://github.com/PriyalNarang)
- [Malik Mahmud](https://github.com/MlkMahmud)
- [Ana-Cosmina Popescu](https://github.com/anacosmina)
- [Lohit Peesapati](https://github.com/l0h1t)
- [Mian Sarim Hameed](https://github.com/MianSarimHameed)
- [Alin Migea](https://github.com/alinmigea)
- [Rafael Faria](https://github.com/rafaellfaria)
- [Ajay Singh] (https://github.com/cuzok)
- [Anjanna Ramesh](https://github.com/Anjanna)
- [Lahiru Sudesh](https://github.com/lahirusudesh)
- [Alex Dvorkin] (https://github.com/alexeydvr)
- [Ellen] (https://github.com/schmellz)
- [Vrashi Shrivastava](https://github.com/vrashi)
- [Adam Luczak](https://github.com/aluczak)
- [Mochammad Ilham Maulana](https://github.com/ilhamhzrd20)
- [Dimosthenis Katsimardos](https://github.com/dimkatsi91)
- [Kritika Iyer](https://github.com/iyerkritika)
- [Jiaming Chen](https://github.com/sansona)
- [Zachary Bergeron](https://github.com/zbergus)
- [Christian F. Sousa](https://github.com/Swifty-Sousa)
- [Ramanujam Gond](https://github.com/ramanujamgond)
- [Sachithra Rathnayake](https://github.com/SachithraRathnayake)
- [Victor Castro Serrano](https://github.com/vicase)
- [David Potter](https://github.com/potter-potter)
- [Chung Kang](https://github.com/tofuninjah)
- [Kyle Connelly](https://github.com/kyluca)
- [Arun Sharma](https://github.com/arun-sharma-blr)
- [Dina Wee] (https://github.com/dinawee)
- [Abu Sayed] (https://github.com/hallucinatorX)
- [Guy McManus] (https://github.com/guymcmanusgithub)
- [Sonam Chhogye](https://github.com/schhogyel)
- [Amy Lei](https://github.com/AmyLei96)
- [Abhishek Verma](https://github.com/lightningedge007a)
- [Naman Goyal](https://github.com/namangoyal172)
- [Ahnaf Hadi Fathulloh](https://github.com/ahnafhf21)
- [Huu Ngoc Chinh Cao](https://github.com/ganhatgame)
- [Aaron Lebel](https://github.com/alebml)
- [Akobi joshua](https://github.com/jaeja)
- [Marco Boncoraglio] (https://github.com/marcoboncoraglio)
- [Lam Lieu](https://github.com/LamLieu)
- [A Mosh](https://github.com/test)
- [Taraj B](https://github.com/tarajb)
- [Vu Minh Tung](https://github.com/tungvm1711/)
- [Matt Degraffenreid] (https://github.com/matt-degraffenreid)
- [Jon Jee](https://github.com/jonjee/)
- [Faraidoon Naghdali](https://github.com/fnaghdali)
- [Brittany Morris](https://github.com/brittmmendez/)
- [Juliette Tworsey](https://github.com/firebuggirl/)
- [Anubhab Sen](https://github.com/anubhabsen)
- [Si Alm] (https://github.com/Si-Alm)
- [Lawrence Lockhart] (https://github.com/onesirian)
- [Hanas Abdullahi](https://github.com/Hanas1)
- [Rounak Agarwal](https://github.com/agarwalrounak)
- [Oluwakorede Fashokun](https://github.com/korede360)
- [Shane Wilson](https://github.com/mistyferocity43)
- [NavodaKaluarachchi](https://github.com/NavodaKaluarachchi)
- [Anshu Kumar](https://github.com/Anshuvats)
- [MoMoParadox](https://github.com/MoMoparadox)
- [Luis Palomino Trevilla](https://github.com/LuisPalominoTrevilla)
- [Rahul Kumar](https://github.com/rik-96)
- [Diógenes Dauster](https://github.com/diogenesdauster)
- [Nemanja Jeremić](https://github.com/nemanjajeremic)
- [Joy Iwendi](https://github.com/jiwendi)
- [Ekansh Gupta] (https://github.com/Ekansh-01)
- [Michael Kaskun](https://github.com/QwerMike)
- [Francesco Cartier](https://github.com/cartinez)
- [Bhabani]()
- [Daniel Hernqvist](https://github.com/hernqvistdaniel)
- [Anıl GÜRSES](https://github.com/anilgurses)
- [Mohsen Yazdani](https://github.com/imyazdani)
- [Sayed Hamdi](https://github.com/sayedhamdi)
- [gcstang](https://github.com/gcstang)
- [Ashish](https://github.com/UchihaItachi883)
- [Rohit Kashyap]()
- [Prachee Rajpura](https://github.com/PRajpura)
- [Adwan Alshammari](https://github.com/adwanAK)
- [Reme Le Hane](https://github.com/RemeJuan)
- [Franklin Wang](https://github.com/fxwang)
- [Terry J. Reynolds](https://github.com/terryjreynolds)
- [Alex Kluger]([email protected])
- [Lokesh](https://github.com/bitlucky)
- [Alberto Leon](https://github.com/betoleon)
- [Pranav Pratap Singh](https://github.com/PranavPratapSingh)
- [Mauricio Martínez](https://github.com/moudev)
- [Linh Ta](https://github.com/tangoclinh1995)
- [Yves Wienecke](https://github.com/iyves/)
- [Sharath Shankaran D](https://github.com/sharathsharz26)
- [Erdal TAŞKESEN](https://github.com/erdtsksn)
- [Leon ROUX](https://github.com/Nurrl)
- [Arindam Kundu](https://github.com/itsmrkundu)
- [Pavan kumar](https://github.com/sudouser89)
- [Emmanuel Osuh](https://github.com/musonant)
- [Joel Hanson](https://github.com/Joel-hanson)
- [Yuri Tymoshchuk](https://github.com/gopolar)
- [Kyle Sykes](https://github.com/kylesykes)
- [jos](https://github.com/jostnes)
- [Jathniel Argueza](https://github.com/jathniel)
- [Dinesh Raj](https://github.com/dineshraj01)
- [Daniel Guerreiro](https://github.com/danielvperes)
- [Ross Macey](https://github.com/rossmacey)
- [Jack Guo](https://github.com/zexingguo)
- [Isurie](https://github.com/Isurie)
- [Anestis Foulidis](https://github.com/anestisFoul)
- [Abhijith Sheheer](https://github.com/abspython)
- [Amir Hamzah](https://github.com/aktaktaw)
- [connor-mcshane](https://github.com/connor-mcshane)
- [Shubham Shrivastava](https://github.com/shrishubham)
- [ClariSLover](https://github.com/s973125108)
- [Kale](https://github.com/kalethenoise)
- [Dedevava](https://github.com/dedevava)
- [Jackson Chadfield](https://github.com/j-chad)
- [imbassi](https://github.com/gmarap)
- [Fellipe Medeiros](https://github.com/FellipeMedeirosSilva)
- [Ashutosh Jha](https://github.com/RedstonMaverick)
- [Fireworks](https://github.com/fireworks9)
- [Saddam Hussain](https://github.com/saddamhussain734)
- [Brandon Avila](https://github.com/brandonravila)
- [Cody]()
- [Tiffany F](https://github.com/tifffai)
- [Somesh rf](https://github.com/someshrf)
- [JuanJoseGonGi](https://github.com/JuanJoseGonGi)
- [Sai Satwik Kuppili](https://github.com/SaiSatwik)
- [Taruchit Goyal](https://github.com/taruchit)
- [bogo-sort](https://github.com/bogo-sort)
- [Truong Nguyen Anh Hoang](https://github.com/Lucifer99Black)
- [Neo Cho](https://github.com/neocho)
- [MajhiRockzZ](https://github.com/MajhiRockzZ)
- [Ruchi Singh](https://github.com/Ruchi-nitd)
- [Bhanu Teja Kodali](https://github.com/bhanutejabt)
- [Bharath Shendre](https://github.com/shendrekbharath)
- [Foxar](https://github.com/Foxar)
- [Derpyhsi](https://github.com/Derpyhsi)
- [Johan van Tongeren](https://github.com/D3D0X)
- [Robert Kosak](https://github.com/rkosak237)
- [Myla Deceree Sabordo](https://github.com/mimi2495)
- [Hiren Parmar](https://github.com/hirenparmar11)
- [Abhishek Duggal](https://github.com/likeabhi)
- [Paul Carr-Barker](https://github.com/icklebitt)
- [Lucas Santos](https://github.com/khaosdoctor)
- [Jaeheon Shim](https://github.com/jaeheonshim)
- [Mikolaj Piechocki](https://github.com/mpiechocki)
- [Ludvigch](https://github.com/ludvigch)
- [Byren Higgin](https://github.com/byrenhiggin)
- [Tuna Akyurek](https://github.com/akyurektuna)
- [Robert Aragon](https://github.com/PixoDev)
- [geeknik](https://twitter.com/geeknik)
- [Isay Razilov](https://github.com/IsayRazilov)
- [Leonardo Cavazzani](https://github.com/lCavazzani)
- [Valentina Calabrese](https://github.com/vale-c)
- [Vritika Singla](https://github.com/vritika1310)
- [Jk!ng](https://github.com/Jatin-Pawar)
- [Russell Smitheram](https://github.com/smivs)
- [Philip Hofmann](https://github.com/Phhofm)
- [Garima Yadav](https://github.com/gary115)
- [Laura Pinto](https://github.com/lauraalpinto)
- [Cristina Tarantino](https://github.com/CristyTarantino)
- [Isuru Nanayakkara](https://github.com/IsuruNana)
- [Skand V Gupta](https://github.com/skandagpt)
- [Abilash Menon](https://github.com/abilash13)
- [Ben Shew](https://github.com/ben9105)
- [Stefano Setti](https://github.com/StefanoSetti)
- [Hunter Wallace](https://github.com/Hjwallace)
- [Salvatore Spagnuolo](https://github.com/Tore95)
- [jack hu](https://github.com/jackhub)
- [Thomas Wicks](https://github.com/ThomasWicks)
- vibhasi
- [Darien Lee] (https://github.com/darienlee)
- [Michael Hart](https://github.com/michaeljh619)
- [Vishal Kumar Roy](https://github.com/VishalKumarRoy)
- [Akash Yadav](https://github.com/akash2908)
- [Manu Shahi](https://github.com/manushahi)
- [Coleman Fox](https://github.com/80080x)
- [Amiya Ann Abraham](https://github.com/ammuammu01)
- [Saurabh Daware](https://github.com/saurabhdaware)
- [Kiran Gangta](https://github.com/kiran1019)
- [Vanessa Singh](https://github.com/VanessaSingh)
- [jack hu](https://github.com/jackhub)
- [Carolyn Olsen](https://github.com/CarolynOlsen)
- [Aidan Oleary](https://github.com/aidanoleary)
- [sara_in_codeland](https://github.com/sangerftw)
- [Roopam Sharma](https://github.com/RoopamSharma)
- [Pankaj Niroula](https://github.com/npankaj365)
- [Amitabh Kumar](https://github.com/AmitabhPathak)
- [Lydia Lane](https://github.com/LydiaLane)
- [Rakesh Pavan](https://github.com/Rakeshpavan333)
- [Raneesh Gomez](https://github.com/codeSmart2307)
- [Braxton Fair](https://github.com/taxborn)
- [Kash D](https://github.com/AakashDadhich)
- [Shaurya Bagga](https://github.com/shauryabagga)
- [Kawaldeep Kaur](https://github.com/Kawaldeepkaur)
- [Justin Marshall](https://github.com/JustinMarshall970)
- eaguy
- [Courtney Adams](https://github.com/cadams8238)
- [Joseph Antony](https://github.com/Joeavaikath)
- [Joseph Crandal](https://github.com/crandalj)
- [Jewel Jo Prince](https://github.com/jeweljoppan)
- [Courtney Adams](https://github.com/cadams8238)
- [NonoK32](https://github.com/NonoK32)
- [Joseph Chungath](https://github.com/crjoseph97)
- [TheGeekNamedHarry (HacktoberFest 2018 is awesome)](https://github.com/TheGeekNamedHarry)
- [Paweł Matejko](https://github.com/pmatejko)
- [Cameron Brill](https://github.com/gaiscioch)
- [Durval Carvalho de Souza](https://github.com/durvalcarvalho)
- [Jose Pauig](https://github.com/joeboom)
- [Aziz Alsaffar](https://github.com/octowl)
- [Miftahul Muhaemen](https://github.com/miftahulmuhaemen)
- [Saurabh Biyani](https://github.com/saurabh119)
- [Jennifer Norby](https://github.com/jgnorby)
[Patrick Bate](https://github.com/pbateman828)
- [Heinrich Tremblay](https://github.com/HeinrichTremblay)
- [DP Gerber](https://github.com/dpgerber)
- [souragc](https://github.com/souragc)
- [Pranav Bhatia](https://github.com/PranavBhatia)
- [Anurag Kumar](https://github.com/kgloc)
- [Yashraj Shrivastava](https://github.com/yashrj73)
- [Sugapriya](https://github.com/sugapriyasugu)
- [Julien Proplesch](https://github.com/jproples)
- [Nihar](https://github.com/niharr)
- [Bayu Bimantara](https://github.com/bayubimantarar)
- [furoTmark](https://github.com/furoTmark)
- [Abhishek](https://github.com/absk1317)
- [Christopher Mohrman](https://github.com/chrismohrman)
- [Sergi Marquez](https://github.com/sergimarquez)
- [Vipin Kumar](https://github.com/vipinkumarpsr)
- [Ekaansh Arora](https://github.com/EkaanshArora)
- [Joris van Willigen](https://github.com/JorisvanW)
- [Veena Rawat](https://github.com/veenarawat)
- [Anurag Kumar](https://github.com/kgloc)
- [Teja Swaroop Arukoti](https://github.com/TejaSwaroopArukoti)
- [Mitchell Fensome](https://github.com/kingcoconut332)
- [Ryan Chan](https://github.com/ryanchanplc)
- [Omer BAHADIR](https://github.com/thedeepocean)
- [Michael Wahba](https://github.com/mwahba13)
- [Anders Holt Knudsen](https://github.com/anders2410)
- [Wander Souza](https://github.com/WanderDouglas)
- [Kevin Scully](https://github.com/scull1916)
-Shivam
- [Dennis Lin](https://github.com/denni5lin)
-[Bhishm Juneja](https://github.com/bhishm7)
- [Farooq Ch](https://github.com/farooqch11)
- [Fredrik Linde](https://github.com/flinde)
- [Björn Kristensson Alfsson](https://github.com/BKristenssonAlfsson/)
- [Parinya Onsuwan](https://github.com/parinz1234)
- [Maka Paka Perfect Hacker](https://github.com/makapaka)
- [Anurag Kumar](https://github.com/kgloc)
- [darthHunterous](https://github.com/darthHunterous)
- [Matt Keeneth](https://github.com/mkeeneth)
- [Sanket Bhat](https://github.com/SanketBhat)
- [Andres Macias](https://github.com/webDevAndres)
- [dantemustdie](https://github.com/PulkitKhagta)
- [Maureen Haley](https://github.com/haleyma)
- [Anna Kolozsvari](https://github.com/annakolozsvari)
- [Gaurav Kukade](https://github.com/gauravkukade)
- [Emma Margeson](https://github.com/mawarijo)
- [Mayank Arora] (https://github.com/hotshot07)
- [Kim](https://github.com/kimmeccsb)
- [Kimbo](https://github.com/KimboTodd)
- [Mohd Mushfique](https://github.com/mdmush)
- [David Hawkes](https://github.com/cchawkesd)
- [Seth Fatzinger](https://github.com/sfatzinger)
- [Raghav Gupta](https://github.com/raghav3003)
- [Wayne Fan](https://github.com/wei8596)
- [Nicolas Reigl](https://github.com/nreigl)
- [Ananth Shenoy](https://github.com/ananthshenoy)
- [Anurag Kumar](https://github.com/kgloc)
- [Griffin1110](https://github.com/Griffin1110)
- [Jason Dunken](https://github.com/jasondunken)
- [liraz kinan]()
- [Nadia Prodanova]
- [Dominique D](https://github.com/domilearns)
- [Matthew Kelley](https://github.com/mkelley88)
- [Mirek Rudkowski](https://github.com/kegrizzo)
- [Mikella Green](https://github.com/mikellagreen)
- [Minkush Jain](https://github.com/minkushjain)
- [Michelle Yang](https://github.com/yangmichellea)
- [Iris Kwok](https://github.com/konpyuta)
- [Jesse Roland](https://github.com/scronkfinkle)
- [JWoods](https://github.com/lbxadmin)
- [Shubhadeep Das](https://github.com/dshubhadeep)
- [Rishi](https://github.com/kookient)
- [Jan van Helvoort](https://github.com/janvanhelvoort)
- [Helena Klein]()
- [David Murdock](https://github.com/Texas86)
- [Robert Simatei](https://github.com/simatei)
- [Manwai Nguyen](https://github.com/krazyman)
- [Shuvam Lal](https://github.com/shuvamlal9)
- [Cleberson Junior](https://github.com/cleberson-dev)
- [Sarthak Aggarwal](https://github.com/sarthak1995)
- [Patrick Stepanian](https://github.com/stepanianpat)
- [Simmar Kalsi](https://github.com/gyr0tron)
- [Ivan De Menezes](https://github.com/ivan3101)
- [Piyush Sharma](https://github.com/piyusharma95)
- [Harsh Gupta](https://github.com/hgcool20)
- [BALU14012001](https://github.com/BALAJIRAO676)
- [Mahesh Sarathchandra](https://github.com/maheshSarathchandra)
- [AdrianHL](https://github.com/AdrianHL)
- [Raghav Aggarwal](https://github.com/omgraghav)
- [Erick Surya Dinata](https://github.com/proesd)
- [Thamnongsin Supawattana](https://github.com/Nu2l)
- [Aman Singh](https://github.com/AMANSINGH1998)
- [Yoav Shai](https://github.com/gergesh)
- [Nethmi Wijesinghe](https://github.com/Nethmi96)
- [Aditya Anantharaman](https://github.com/aditya9898)
- [Jessa Micucci](https://github.com/jmicucci)
- [tanu]https://github.com/TanuAgrawal123
- [siddhant wadhwa](https://github.com/sidd2010)
- [Jeff Golditch](https://github.com/jgolditch)
- [Anurag Kumar](https://github.com/kgloc)
- [Stu Wares](https://github.com/StuWares)
- [Matias Garcia](https://github.com/MatiasG7)
- [DarthHamza](https://github.com/DarthHamza)
- [Christian Schmitt](https://github.com/schmittcn)
- [Victor Hugo M. Pinto](https://github.com/victorhmp)
- [Nitish Srivastava](https://github.com/nitish-iiitd)
- [Kelly Burgess](https://github.com/kellyburg)
- [Jenn Renee](https://github.com/jennrenee626)
- [Max Weber](https://github.com/MyracleDesign)
- [Omniyyah Yahya](https://github.com/Omnyyah)
- [Russell Claxton](https://github.com/russellc92)
- [Haoda Wang](https://github.com/h313)
- [Peter Treitler](https://github.com/ptreitler)
- [Tushar](https://github.com/tusharc2n)
[Abi Castro]
- [Steve Johnson]
- [Shubham Tatvamasi](https://github.com/ShubhamTatvamasi)
- [Abdulsamad Aliyu](https://github.com/nitrocoder234)
- [Elton Chen-Yu Ho](https://github.com/ChenYuHo)
- [Tomas Vera](https://github.com/tomasvera24)
- [Aaron Travsso](https://github.com/aarontravass)
- [Julianna Diaz](https://github.com/Juldays)
- [tanu](https://github.com/TanuAgrawal123)
- [DiFerGomAlv](https://github.com/DiFerGomAlv)
- [Alexandre Daltro](https://github.com/alexandrebvd)
- [Mayur Madnani](https://github.com/mayurmadnani)
- [Neelaksh Trehan](https://github.com/cunningdolt)
- [Bardr](https://github.com/Bardr)
- [Matheus Malta](https://github.com/matheus-malta)
- [Eva C](https://github.com/Eva-C)
- [Himanshu Jotwani]()
- bunso tisoy
- [Prakher Prashank]()
- nick spagnola
- [Brian Lusina](https://github.com/BrianLusina)
- [Kartik Gupta](https://github.com/Z3N00)
- [Yakub Babtunde](https://github.com/tyak99)
- [Itay Finci](https://github.com//FIITAY)
- [Ohad Leshno](https://github.com/ohadleshno)
- [Mah Qi Hao](https://github.com/qihaomah)
- [Mark Bowden](https://github.com/Mb01)
- [Assem Yeskabyl](https://github.com/yesass)
- [Rohan Sakhuja](https://github.com/RohanSakhuja)
- [Rahul Singh(LEO)](https://github.com/Leo5661)
- [Ortwin van Vessem](https://github.com/ovvessem)
- [Sorokin Ruslan](https://github.com/PufonBarn)
- [Samuel Funston](https://github.com/sfunston)
- [VK](https://github.com/venkat-kaniti)
- [Evgeny Kasian](https://github.com/ievgenk)
- [Patrick Schemering](https://github.com/pschemer)
- [Taha Ali](https://github.com/TahaAli07)
- [Ameer Zaita](https://github.com/Ameer67)
- [Trevor Nicholss](https://github.com/trevolio123)
- [Jeremy DeCarvalho](https://github.com/Jeremy-D)
- [Michael Knight](https://github.com/Mknight492)
- [Brody Underwood](https://github.com/BrodyUnderwood1)
- [Karuna Sehgal](https://github.com/karuna24s)
- Daredevil Geek
- [Shaan]
- [Supreet Kaur] (https://github.com/supreet-kaur93)
- [msyakir](https://github.com/Msyakir)
- [myth.ren](https://github.com/MythRen)
- [Rosalinda Prom](https://github.com/developerpeachy)
- [Karan Tandon](https://github.com/karan2dec)
- [Richard Zhang] (https://github.com/rzhang606)