forked from firstcontributions/first-contributions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contributors.md
21096 lines (21093 loc) · 938 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
- Sid
- Skyula (https://github.com/Skyula)
- Yosi A (https://github.com/echoen99)
- [CoffeePoweredComputers](https://github.com/CoffeePoweredComputers)
- [Ferus Wylde](https://github.com/ferus-wylde)
- [Baha chammakhi](https://github.com/bahachammakhi)
- [Yang Xu](https://github.com/YangXu19) :satisfied:
- Tomas Dougan (https://github.com/taurreco)
- Wanielton Ferreira (https://github.com/FMKani)
- [Davide Bellone](https://github.com/bellons91)
- Guilherme Baufaker (https://github.com/baufaker)
- [Cengiz Ucar] (https://github.com/ccengizucar)
- Mostafa Anter(https://github.com/MostafaAnter)
- [Mehmet Can Demir](https://github.com/mcandemir)
- [Dweep Panchal](https://github.com/dweep612)
- [Leeo](https://github.com/M1zz)
- Akash V
- o.f
- Will F
- [Lukesheep](https://github.com/lukesheep)
- Dracula Tepes
- [tempixtl](https://github.com/tempixtl)
- Marcell Gibbs(https://github.com/0silverback0)
- [Hermino Junior](https://github.com/hermino)
- [Fran Extremera](https://github.com/franexmo81)
- David Movsesyan (https://github.com/coldSeattle)
- Vishal Kalaskar
- Ryan McCall (https://github.com/RyanMcCall)
- Sarina Jami
- Ibrahim Abdulsamad (https://github.com/ib-Jkid)
- Gage Eide (https://github.com/gage117)
- Omer Mujtaba (https://github.com/omermujtaba18)
- Linda Woo (https://github.com/lindakwoo)
- Oba Api
- [Fabian Muema](https://github.com/fabianmuema)
- PH Saurav (https://github.com/phsaurav)
- Sili Wang (https://github.com/enigdata)
- Minhajul Alam (https://github.com/minhajulalamcse)
vsp0
- ZemaBlue
- John Mack
- Chris Noone
- AkchhayAlok
-Zamey
- TomoSakura
- [Yorman](https://github.com/yorstick17)
-Tatiana Nsei
- Abhinav Pratik (https://github.com/pratikabhinav)
- Praveen Kumar(https://github.com/alphapk/)
- Theodor Dimitriadis (https://github.com/theodimi404)
- Savvas Filippidis (https://github.com/SavFil)
- Asheer Rizvi (https://github.com/asheerrizvi)
- George Owira Amoth
- Michael Dereje Kebede (https://github.com/michaeldkebede)
- Rohit Lambora
- [Macky Ben Jonah](https://github.com/Mackyboy12/)
mohit singh
- Talhah Patelia
- Jana Jarolimova
- benhill
- [Kunal Kundu](https://github.com/tinfoil-knight)
- vraj9845
- hicham maaqoul (https://github.com/maaqoul)
- Caleb Mitchell (https://github.com/Calebj20)
- Maese Burgui\
- Ryan Turner (https://github.com/too-far)
- viz
- subhadeep chatterjee
- Saka Ricky
- victore
-german
- Dhruv Sharma (https://github.com/dhruvsharma1999)
- Florian Habenstein (https://github.com/FloHab)
- April Day (https://github.com/AprilDDay)
- GyaaniGuy
- Adam Pawtel
- [reddtoric](https://github.com/reddtoric)
- [Victor Vazquez](https://github.com/VictorVazquezRey)
- Olivier Sonrel
- Larry San Nicolas
- Sarthak Bhat
- Shipra Khattri
-Jonas Artmeier (https://github.com/JonasArtmeier)
- Akash gupta
- [Sagar Mamdapure](https://github.com/sagarmamdapure)
- Vaibhav Sachan(Butowskii)
- Marta Pinol
- Timothy Pham (https://github.com/tpham2580)
- Akshit Goyal (https://github.com/akshitgoyal1998)
- Alberto R
- Eric Wang
- [Hamed jabbari] (https://github.com/hamedjbbri)
- [yingl](https://github.com/godsome)
- [SureshKumar Jha](https://github.com/sureshkumarjha)
- [ACAYspace](https://github.com/ACAYspace)
- [bradagy](https://github.com/bradagy)
- [Sarah Dreischer](https://github.com/sarahdreischer)
- [Tobias Hellbusch](https://github.com/tobiashellbusch)
- [Sahib Saify](https://github.com/ssaify)
- [Kenny D](https://github.com/ken-diep)
- Shiva Saravanan
- [Max la Menace](https://github.com/Max-le)
- Matheus Donato
- [Tarunraj Amuthan](https://github.com/tarunraj-work)
- [Pablo Reyes](https://github.com/PabloRN)
- [Trish Spraggins](https://github.com/PSpraggins)
- Christina Schweipert (https://github.com/cschweipert)
- [Milan Chheta](https://github.com/milanchheta)
- Will Chen
- Marcus Bell
- REEEEEEEEEEEEE
- [Harshit Varma](https://github.com/hrshtv)
-Harshu
- Colin Nelson
- [Moises Miguel](https://github.com/moimigueldev)
-Praveenkumar
- Kevin Stensson
- Helen Lants
- [hemant-1332](https://github.com/hemant-1332)
- Raju Kumar
- deconixmj
- Madeline Milagros
- Ankit Nandwani (https://github.com/ankitnandwani)
- jagadeeshc1
-Daler
- ctripp1
- Aryan Maurya
- [China]([email protected])
- [Sevan Badal](https://stackoverflow.com/users/12407970/sevan-golnazarian?tab=profile)
- Captain Robert
- Gauri Bhardwaj
- Ela Zaman
- Shoaib Ahmed
- VC
- Andreas Grigoriadis
- [pakistan] Muhammad hamza
- Aamna Ozair
- Rohit Chugh
- Gurdeep Singh
- Evan Tang
- Adithya Bhat P R
- Inigo Garcia Bastida (https://github.com/inigogb)
- [Jose Urbina](https://github.com/jurbinan)
- Tanvi Deshpande
- Siddharth Sharma
- Gubba Jaydeep (https://github.com/Gubba-Jaydeep)
- Jerry Jxu
- sarthak bhardwaj (https://github.com/1sarthakbhardwaj)
- Jess
- Nadim Rubeiz
- Pavan Sabnis
- Rom Ber
- Anirudh G (https://github.com/anirudh-g99)
- Daniel
- DSHP
- Maha
- Gerry F
- Piyush Malpure (https://github.com/PiyushMalpure)
- Shibani Mahapatra
- [Anand P](https://github.com/anandp033)
- [Ibukunoluwa Esan](https://github.com/d-inquisitor)
- [Johan Rin](https://github.com/johanrin)
- Aman Thapliyal
- Efthymia Kostaki
- Domingo Sanchez
- Siji Bamgboyee
- Edwin Wong (https://github.com/edwinwongy)
- Efereyan Karen Simisola
- [Utkarsh Verma](https://github.com/utkarshvermaa)
- [Stef1000]
- Annie Watson
- [CSenshi](https://github.com/CSenshi)
- [Tex Liao](https://github.com/liaocCM)
- [Smile](https://github.com/smilep)
- Samuel Burton-Laurie
- Anna Shera
- Ahmed Zaghrat
- Pawan Wadhwani
- Saumya Gandhi
- [Yanny Thompson] (https://github.com/yanco9a)
- Sachin Hegde
- Nana Kwame (<https://github.com/Kwame007)>
- čingimingi
- Ilay David Almalem
- kyuhyunlee
- Jae Joo (https://github.com/jj534)
- Ko Chi(https://github.com/kochix2)
- Srikar Reddy (https://github.com/sunny117)
- Siddarth Venkateswaran (https://github.com/sidvenkat1988)
- Joaquín M2
- Akshatha H
- Azeez T
- raleighsmvp
- postulatas
- tqlloki
- Humadnity
- [Ophelia H] (https://github.com/opheliah95)
- [Gaspzubs](https://github.com/gaspzubs/)
- Jimycool
- Carl S.
- [Sergio Escalante](https://github.com/sergioesca6)
-Mujahid Bappai(https://github.com/mujeex)
- Joe
- mglasder
- [Jamison Cozart](https://github.com/jamisoncozart)
- Lokesh Yadav
- [Phat Marc] (https://github.com/phat-marc)
- Hridayesh Sham Pawar
- Kipling Liu
- [Jennifer Cho](https://github.com/jenniferwcho)
- Rehan Ayub
- Albedith Golovnya
- [PaKo](https://github.com/pako8128)
-Frances McConnell
- [Somil Sharma] (https://github.com/somilsharma8)
- Gbolahan Eniodunmo (https://github.com/folly77folly)
- Ishan Patel (https://github.com/definepi314/)
- Andy Hou (https://github.com/imandyh/first-contributions)
- [Katie Kunz](https://github.com/kwazykt)
- [Ramsey El-Naggar](https://github.com/relnaggar)
- Utkarsh
- [Charlotte Tusset](https://github.com/CharlotteTusset)
- [Abhay Raj Singh](https://github.com/alphasingh)
- [Jacob Paine](https://github.com/jacobpaine)
- [Ruben Meza](https://github.com/rubenmeza)
- [Stephen Ngai] (github.com/stephen-ngai)
- Saurav Baid ( github.com/SauravBaid)
-Nicole Perey
-Jesus Gil
- [Jess Chapman] (https://github.com/jessdoesjavascript)
- Robbie Murray (hhtps://github.com/RobbieMurray)
- Björn Persson
-Jawad-nafad
-Andy Seracuse
-Vikas Palakurthi
-Bhavesh K.
-Stergios Sozos
- Sara Sands
- [Kunal Bhattacharya] (https://github.com/kunaljubce)
- Clinton ceeb3
- [Cibelle Montor] (https://github.com/cibellem)
- Saloni Yadav (https://github.com/salyadav)
- Alex Rose
- Phil Cowan (https://github.com/phil4lif)
- Siddhant Chimankar (https://github.com/siddhantchimankar)
- Andy Jarcho
- [Juliette Tworsey] (https://github.com/firebuggirl)
- Babak P.adam
- [Shane Gable](https://github.com/gableshane)
- William Goble
- imemya19
- georgeCog
- Tushit Garg
- oazaboy
- Markopolo1
- Michael Lumley (https://github.com/mjlumley)
- Brownboy
- Harshini2898
- [Ashlyn Morin](https://github.com/littl3birdy)
- [Vladimir Panov](https://github.com/CleverShovel)
- [Aadya Mishra](https://github.com/panda2498)
- [Maciej Gajewski](https://github.com/MaciejGajewski)
- [Saajidah Gafoor](https://github.com/sgafoor195)
- braintho (https://github.com/braintho)
- Vivek Khimani
- Kainaat Singh (https://github.com/KainaatSingh)
-Vasudev Harshal.
- Chandrashekhar Choudhary
- Prasanth Varada (https://github.com/prasanthvarada)
- [Patrick Weber](https://github.com/web-pat)
- Mateusz Kocik (https://github.com/matkot11)
- Gaven Martung (https://github.com/GavenMartung)
- Hugh Shanno (http://github.com/HughShanno)
- Amanda Tracy (https://github.com/tracyam)
- Seraphina Anderson (https://github.com/Seraph2000)
- Suria V (https://github.com/surivig18)
- [Alex Fernandez](https://github.com/afermon)
- Ekki Lu
- [Ahmed Elmaghallawy](https://github.com/ahmedelmaghallawy)
- Jacob Cunningham (https://github.com/JacobPRC)
- Luis Guilherme Chavarski
- Michael S.J. (https:github.com/mjohns09)
- Leonardo Matias
- Sami L.
- Nate
- Craig Wyse
- Shreyas PJ
- Tuncer Tunçer
- Alex
- Abhijit
- Christine P.
- Akshat Mittal
- Manikanta Loya (https://github.com/manikanta-72)
-Harshal Sharma
- Semuca
- Krish
- developer-97
- Meir till when march 17
- [Bernie Abraham](https://github.com/bernieabraham)
- Kevin M (https://github.com/kmckigney)
- Maren Westermann (https://github.com/marenwestermann)
- Prakhar Nahar (https://github.com/thatprakhar)
- Joseph Blackledge (https://github.com/BlueDiablos)
- Pracha Promthaw (https://github.com/kimmypracha)
- [Adamu Abubakar Abba](https://github.com/IamSadiq/)
- Jonah Song (https://github.com/jonahsong)
- Bryan Baker (https://github.com/bry310)
- John Fitzhenry (https://github.com/fitzhenry)
- Ricks (https://github.com/iamricks)
- Saket Suraj (https://github.com/Saketsuraj)
- Shakeane Hinds (https://github.com/shakeanehinds)
- Abhinav (github.com/bighero3)
- Robbe Bryssinck
- Jason Cheng
-Eduarda Souza
Diref
- Anirban Ghosh
- Ulhas Bhagwat
- [Julio Denis] (https://github.com/jfdenis)
- [Kashish Goel] (https://github.com/teddyphotos)
- Rafael Portaluppi
-Charlotte Liew
Bruna Chagas (https://github.com/brunajanainachagas)
- [Hanan Mufti](https://github.com/h-ARTS)
- MattHew Phraxayavong (https://github.com/PhraxayaM)
- Sanchit Trivedi
- Ryan Westcott (https://github.com/RywesTech)
- Aida Krzalic (https://github.com/krzalica)
- Kristin Tuisk
- Aniket Narayan (https://github.com/mrgooglr)
- Marcelly
- jkim1708
- AE
- Cullen Wagner (https://github.com/cully-w)
- leaSaraa
- David Billingsley
- Thomas Tamber
- Bhargav Acharya
- Balázs Nagy
- María Sola (https://github.com/mariasola)
- Antonio Cassano (https://github.com/antoniocassano84)
- RR Carter
- KogoKing (https://github.com/kogoking)
- David Perlman (https://github.com/dperlman)
- Ahmad Kasem (https://github.com/AhmadKasem)
- Bruno Lima (https://github.com/LimaBD)
- Kyle Grube (https://github.com/kgrube5)
- [segfault-philosopher] (https://github.com/segfault-philosopher)
- Vitor Henrique de Matos Alvarenga
- Ashwini Jha
- Prashanth Pai
- [Kari Swarthout](https://github.com/kswarthout)
Junior Schroh (https://github.com/JuniorSchroh)
- 516M
- Vincent Terpstra
- [url8m8](https://github.com/url8m8/)
- Mark Kariuki
- LarissaAssis
- [Rahul Raj] (https://github.com/notoveryet1308/)
- Lucas Zillig
- Mittul Mandhan
- Jear Jujaroen (https://github.com/jearjujaroen)
- Julian Hendrix (https://github.com/swishahendrix)
- Monika Osochowska (https://github.com/kokosanki)
- Caleb Contreras
- Mayur Lalwani
- Karini lbo
- Jamie Latham
- Otavio rasera
- Youssef08
- kherhozen
- Marbin Wong(wmarbin.github.io)
- Pooja Singh
- Izaroth (https://github.com/Izarothy)
- Ameera Najah
- Sarinhatomal
- KoaLaYT (https://github.com/KoaLaYT)
- [Mehari](https://github.com/mymehari02)
- Jordyn (https://github.com/jordy337)
- Chinedumc (https://github.com/chinedumc)
- Jean Ricardo Monteiro (https://github.com/JeanMonteiro)
- Charlotte Dibb
- Hadi Patel
- Look back
- mamutahr (https://github.com/mamutahr)
- Bagelbun
- Mor Schlesinger (https://github.com/scmor3)
- willwalsh96
-shadrul
- Priya Jagadeesan(https://github.com/priya-dharsinij)
- [Gayoung Lee](https://github.com/gayounglee57)
- [Idris Olubisi](https://github.com/olanetsoft)
- Vagner Luis Carneiro de Campos
- Steve Feivor
- Puneet Pal Singh
- [Josh Ellis](https://github.com/imjoshellis)
- Song Ning Peng
- Enigmart (Luigi Cuomo) (https://github.com/Enigmart-dev)
- Adrieli Polsin
- [Shrey Ravi](https://github.com/ShreyRavi)
- Matheus Maidel (https://github.com/Masthues)
- Sethu Ram Kumar
- [maisa bertotti](https://github.com/MaisaBertotti)
- Johnathon Wood (https://github.com/jaywood128)
- Dhruv Sarawagi (https://github.com/optimusPrime999)
- Thomas Yee (https://github.com/thomas-yee)
- Samuel Alarco
-Tatiane Gonçalves
- Sarah Guthals (https://github.com/sguthals)
- Harsh Srivastava (https://github.com/harsh-sri)
- thainara lucia ubinski
- Jazib Ali (https://github.com/mianjazibali)
- Amon Peter (https://github.com/AmonPeter)
- Furkan Mutlu (https://github.com/furkanmutlu)
- Spintec (https://github.com/Spintec)
-- Marcio Molina Morassutti (https://github.com/Marcio-MM)
- Abdallah Daknache (https://github.com/abdallahdak7)
- Haruka Taro
- Arthyvelli
- Pearl Takang
- Will Parker
- Victor Llanir
- Gad Horovitz
- Lucas Treuke
- Arto Halonen [https://github.com/Haloft]
- Phoebe Zhou [https://github.com/babyzhouying]
- Ben Rosen
- Devon Scewmer(https://github.com/dnbroo)
- Ana Clara Oliveira Bona
- Chelsea Xu (https://github.com/ChelseaXu)
- Leo Emman
- Omri Tal (https://github.com/omriutal)
- Dirceli
Julia Bolting
- Daksh (https://github.com/dushyant19/)
- Noemptytags
- Subham Kumar
- Ahmet Aktürk
- Omar Amin
- Michael Childress
- Adam Mlodozeniec
- Horvath Aron
- Harsha Vardhan
- Marianna Campbell
- Abe Aftahi (https://github.com/Kourosh-af)
- Jay Lin (https://github.com/JetPlaneJJ)
- Lakshay Arora (https://github.com/LakshayArora12)
- Anuraj Guha
- Turkei \o/
- Alyona Ivanushkina (https://github.com/AlyonaIvanushkina)
- Yousuf
- Megan Gayle
- Jot
- [Billy Zoellers](https://github.com/billyzoellers)
- [Roger Worrell](https://github.com/raworre)
- Aurora Awasthi
- FedeBuonco
- Vikram Mondal (https://github.com/vikram7599)
- kayode Aina(https://github.com/firstcontributions/first-contributions)
- Tushar Phirke(https://github.com/phirketushar)
- Sonam Klein (https://github.com/sonamdo)
- Christian Spencer (https://github.com/Refuro)
- [Simon]()
- Alberto Ferrando
- Gabriela
- Gabriel Eddu Costa & Gabriele Mitzco Glaab
- Roman Maru (https://github.com/RomanMaru)
- Luisa Arndt (https://github.com/luisaarndt)
- [Rupesh Biswas](https://github.com/rupesh-biswas)
- Tanish Malekar (https://github.com/tanish-malekar)
- Mehedi Hasan Shifat (https://github.com/mh-shifat)
- Vinay
Telma Thomas (https://github.com/telmathomas)
- Ana Rokenbach
- Eduarda Souza
Ahrman
- Avishree Khare
- conste11ations
- Jack Jones (https://github.com/jonesjacklewis)
- Aditya Abhishek
- Andrus Kessel (https://github.com/antant314)
- Christian De La Torre(https://github.com/cleeksdlt)
- Nicklas Rouvinen(https://github.com/nickrou)
- Bill E
- [Chris Norton](https://github.com/thatoneguy43)
- Ruben80 (https://github.com/Ruben80)
- Karl Bast
- akshay naidu
- [Huajian Qiu](https://github.com/huajian1069)
- Rama Maheswari
- Mike Vinoski (https://github.com/acidrain777)
- Solomon Selvakumar (https://github.com/solozzz)
- Nick B (https://github.com/ceramicskull)
- Lukas Gokl (https://github.com/Glukas132)
- nemesis06
- Sijo Jose
- Somal Chakraborty(https://github.com/SomalRudra)
- Vignesh Deivanayagam(https://github.com/superzaiyan/)
- Chris Otter(https://github.com/cotter3/)
- Samuel Bhushan (https://github.com/samuelbhu)
- Qiang Qin(https://github.com/qinqiangdavid)
- FlorinM (https://github.com/florinmuscalu/)
- Maurizio van der Werf (https://github.com/Maurizio1986)
- Martin Friedmann (https://github.com/friedmannmartin)
- Nazri Yahya
- Steve Saunders (https://github.com/stevenCsaunders)
- Adriano Kultzak
- [Marina Costa](https://github.com/MarinaFroes)
- Francesco Gastaldi
- AbdurRahman Zaghloul (https://github.com/AbdurRahmanMZag)
- Bulat Sultanov
- [Hardik Jain](https://github.com/nepython)
- Brenda Ribeiro
- Hari Krishnan U M
- Jesús Mantilla (https://github.com/jmntll)
- Afua Kesewa Boateng (https://github.com/AfuaKB)
- Nicholas Donovan (https://github.com/NicholaiThe3rd)
- Jeff Lu (https://github.com/HiIamJeff)
- Nicolas Maximiliano Caruso (https://github.com/Valkyries12)
- AmujoDotun (https://github.com/AmujoDotun)
- Amin Elhami (https://github.com/Amin747)
- [Caleb Mabry] (https://github.com/caleb-mabry)
- Matthew Phipps (https://github.com/mphipps2017)
- Aminu Abdulmalik (https://github.com/miawoltn)
- Megan Cullins (https://github.com/mcullins)
- Alind Sharma (https://github.com/alindsharmasimply)
- Rythm Agarwal
- Evan P (https://github.com/evanmpicard)
- Vojtech Vanek (https://github.com/Vanevo00)
- Abby Lemon (https://github.com/abbylemon)
- Apiwat Chuaphan (https://github.com/apiwatc)
- Jai Mistry (https://github.com/jaimistry)
- Andreas Eibert
- Helder Jefferson Ferreira da Luz (https://github.com/Helderjfl)
- [Yarooob Al Mostafa](https://github.com/Yarob50)
- Jon Henley
- Yellap Nave (https://github.com/YellapNave/)
- Mathew :D
- Sean Tuttle (https://github.com/vandysean)
- Rachael Smith (https://github.com/rachael-smith)
- Sean Lamb (https://github.com/seanlamb)
- Preeti Sharma
- [Amruth Raghav](https://github.com/amruthraghav)
-EdwinVanLeth
- Artem Jheleznov (https://github.com/Reverlight)
- Ash Fairley
Abhshek kumar
- Enio Novalo (https://github.com/eniovalo)
- Jonas Skywalke
- Kyle
- Akintan Lape (https://github.com/lape15)
- Hank Liu (https://github.com/junxingliu)
- [David Hsiao](https://github.com/dhsiao510)
- [Aditya Singh](https://github.com/Aditya1001001)
-Mike
-Angshuman Bhowmik(https://github.com/Angshuman032001)
[Paul](https://github.com/prussell21)
-Linus
-Muhammad Baqir (https://github.com/mbaqiraltaf)
-Ellen Dozoretz (https://github.com/dozoretze)
- Helder
- Revenge (https://github.com/RevengeDude/first-contributions)
- Manaswita Tyagi
- Yeongyoon Park (https://github.com/ypark66)
-Muhammad bin fayyaz (https://github.com/MuhammadPen)
-Rachel
- Youssef HAJARI (https://github.com/youssefhajari)
- Nikita Moonen (https://github.com/nikkiita)
- James Tufarelli (https://github.com/Minituff)
- Lasse No
- UTQNG
- Jack Fetkovich
Will-C
Fernanda e Ariane
- Nikhil joshi
- Jofel
- Bethany Roberts
- Michael Geletka
- [Stanislas DIBI](https://github.com/standibi)
- Warren Harper
- Matthew Patrick
- Jo Peng (https://github.com/jopeng5)
- Bradley Peterson (https://github.com/bpetersonisme)
- Ty Jenkins (https://github.com/Yujiman85)
- Tom Holmes (https://github.com/tholmes59)
- Dax Patel (https://github.com/letapxad)
- Kiran Saini (https://github.com/sainik73)
- Suliman Alsaid (https://github.con/saloomi2012)
- Vinita Hissaria (https://github.com/vinita22)
- Tejasri Kadari (https://github.com/tejasri28)
- Mark Foster (https://github.com/markfoster314)
- Constantino Mavrakis
- Matt Bubb (https://github.com/MattB1)
- Shiju Nambiar
- Lokman Ahmad (https://github.com/VeLoct84)
- George Chorozidis (https://github.com/ChiefGeorge)
- Arshia Soleimani (https://github.com/arshiyasoleimani)
- Ryan Ellis (https://github.com/rellis2)
- Rafael Ninalaya (https://github.com/rantNYC)
- Rafael Viana (https://github.com/vianarafael)
- Ryuki Kuga (https://github.com/ryukikikie)
- Dan Piazza (https://github.com/DanielJPiazza)
-pat mcdermott
- Erik Trygg (https://github.com/firely)
- Punit Patel (https://github.com/punitpatel2601)
- David Domingues (https://github.com/davidc2p)
- Ka Chingsubam (https://github.com/kachingsubam)
- [Gilbert Hopkins](https://github.com/gboogy)
- Jhamere Wilson (https://github.com/JhamereWilson)
- Minuth Prom (https://github.com/minuth)
Derek Leach
- Sanyam Mittal (https://github.com/sanyam142mittal)
- Wan Nasrul Irfan (https://github.com/TehHatrix)
- Adrian Romanski (https://github.com/AdrianRomanski)
- Eric Maddox (https://github.com/maddtech)
-MarkusWasHere
- Vitor Madalosso (https://github.com/vmadalosso)
- Brian Smith (https://github.com/LuosRestil)
- Allen Deckert(https://github.com/adeckert1010)
- Szymon Baginski
- Lennart Blumentrath (https://github.com/lennizle)
- Mikhail Beresnev (https://github.com/Mikhail-Beresnev)
- Seuymour utts
- Shivam Gupta
- Kishan Kumar Gupta (https://github.com/kishankg)
- Charles Witherspoon (https://github.com/charles-witherspoon)
- Ana Wowcsuk
- [Jeremy Shaw](https://github.com/jeremyshaw)
- Conor Barr (https://github.com/Conor94)
- William Perkins (https://github.com/wjperk)
- [João Guilherme Hagemann](https://github.com/jghagemann)
- Sean Collins (https://github.com/seanmcollins)
- Bryan Top (https://github.com/BryanTop)
- Yousef Murad(https://github.com/YousefMorad)
- Jonathan Kim (https://github.com/Jonathan-K88)
- [Tyler McEwen](https://github.com/thaimac)
- Reuben G Day (https://github.com/theReuben)
- Mahmoud Osman (https://github.com/mosman-dev)
- Camila Gomez Schrader (https://github.com/camila0216)
- Sakshi Gupta
- Shannon Murphy
- [Hrvoje Brešić] (https://github.com/bresha)
- Guglielmo Feis (https://github.com/1110sillabo)
- Ryan Sneesby
- Johanharry
- Sian Murray
- Menarul Alam
- [Heesang Whang](https://github.com/hwhang0917)
- [Nikita Volchok](https://github.com/nonick891)
- [Rafael Karosuo](https://github.com/karosuo)
- Keri Goltz
- itakenaps
- [Felipe L](https://github.com/FelipeGLopez)
- Sreemoyee Chowdhury (https://github.com/haikubabe)
- Red Starfish
- [Salman Zafar](https://github.com/maanizfar)
- Coco Lin (https://github.com/cocolin041)
- Aleksander Altmäe (https://github.com/AleksanderAlt)
- Prayag Desale(https://github.com/prayagd)
- Patrick Hutt (https://github.com/pathutt)
- Bailey C Cheung (https://github.com/bcg73)
- Marco Canto (https://github.com/marcocanto)
- Vitor Rigolon (https://github.com/vrigolon)
- [James Katarikawe](https://github.com/JaymesKat)
- [Samuel T Almeida](https://github.com/samuelTheAlmeida)
- Paul Kang (https://github.com/pkang29)
- Samyak Shreyash (https://github.com/SamyakHacker)
- Balaji Soundararajan (https://github.com/soundarb)
- Anurag Unnikrishnan (https://github.com/anuragunni)
- Andrew O'Brien (https://github.com/alo9507)
- Srikanth Kashyap Pulipaka (https://github.com/srikanthpulipaka)
- Sanjay Singh Bisht (https://github.com/SANJAY072000)
- Son Thach (https://github.com/hson011011)
- James Myers
- Will Constable (https://github.com/Will130785)
- Syed Aslam
Deepika Padmanabhan
- DuongDao daokiem (https://github.com/duongkstn)
- Alireza Akhoundi
- Paul Dill (https://github.com/Dillweed5446)
- Maria Dias
- Can Karaman
- Praveen(https://github.com/praveennadiminti)
- Hatef Palizgar(https://github.com/palizgar)
- Bob Yu (https://github.com/magicprogram1234)
- Tyler Martin (https://github.com/TYLER-JM)
- Dan Singletary (https://github.com/dvsingletary)
- Adean Colon (https://github.com/AdeanColon)
- Lucas Cyrne (https://github.com/lucascyrne)
- Anshuman Kataria (https://github.com/AnshumanKataria)
- Moshe Goldberg (https://github.com/moish82)
- Harrison Corupe (https://github.com/Hcorupe)
- Bryant Vaughn (https://github.com/BryantVaughn)
- Aviv Eldan (https://github.com/aviveldan)
- Ben Soderholm (https://github.com/ben-sod)
- Joe Sardini (https://github.com/Joe-Sardini/first-contributions)
- Kevin Joseph (https://github.com/devilsangel)
- Floyd Askew (https://github.com/MrAskew)
- Sachi Grannan (https://github.com/sachix1001)
- Vivek Singh Bisht (https://github.com/Bviveksingh)
- Abdulla Donmez(https://github.com/AColtZz)
- Shivam Sharma [https://github.com/shivam0311]
- Hrishikesh Shinde [https://github.com/Oathbreaker20]
- Sanchit Mendiratta (https://github.com/sanchit-mendiratta)
- [Nikoleta Koleva] (https://github.com/ibexiae)
- Sahil Patel (https://github.com/sahilpatel18)
- [Travis Ricks](https://github.com/travisricks)
- [Urtea] (https://github.com/Urtea)
- Alex Thompson (https://github.com/amthomps11)
- Yamini Rangarajan (https://github.com/YaminiRangarajan)
- [Max Robinson] (https://github.com/MaxamillianRN)
- [Jared Blumer] (https://github.com/jaredblumer)
- [Ritul Jain] (https://github.com/ritul120)
- [Chirag Tutlani] (https://github.com/Chirag161198)
- [Isaac Velasquez] (https://github.com/notemaster)
- [Howard Wang] (https://github.com/HowardWang0915)
- [David Holt](https://github.com/dholtdev)
- [Levi Cavalcante](https://github.com/ivelevi)
- [Ron Huberfeld](https://github.com/ron-huberfeld)
- [Aidan Webster] (https://github.com/aweb0505)
- [Eyal Ganor] (https://github.com/eyalganor123)
- [Jason Xie]
- [Vatsala Jha]
- [Ayush Aryan] (https://github.com/ayush4712)
- [Maria Fernandez] (https://github.com/mariahfernnn)
- [Kan Phongjaroenwit] (https://github.com/kan4k4)
- [Will] (https://github.com/hyperthread18)
- [Anthony Le](https://github.com/hauscloud)
- [Sam Ayorinde] (https://github.com/Sam-Devs)
- [Ethan Soo Hon](https://github.com/ethanny2)
- {Shrusty Singh}
- [Maria](https://github.com/mariatanazildo/first-contributions.git)
- Louisa B (https://github.com/VZee)
- Sangharsh Seth (https://github.com/SangharshSeth)
- [Reinaldo Salla] (https://github.com/ReinaldoSalla/)
- [Meredith Strickland] (https://github.com/merestrickland)
- [Khalid Shaikh] (https://github.com/mkhalid-s)
- [Kevin Izuchukwu] (https://github.com/Kevinand11)
- [Chakib Atmane] (https://github.com/chak-eeb)
- [Daman Deep Singh] (https://github.com/ddsb01)
- [Hideki Ishiguro](https://github.com/hideckies)
- [Amanda Taylor] (https://github.com/ataylor)
- [Christophe Meyering] (https://github.com/ChrisMeyering)
- Maryam Nawaz (https://github.com/mjemnawaz)
- Jason Riggs (https://github.com/riggja)
- [Alan Constantino](https://github.com/AlanConstantino)
- [Casey McLellan] (https://github.com/cdmclellan7)
- [Agbo Emmanuel] (https://github.com/Emmanuelagbo-4)
- [Ahmad Shalabi](https://github.com/ahmadshalabi)
- [Hannes Kinnunen](https://github.com/Steellow)
- [Aaron Martin](https://github.com/amart201)
- [Nouamane Tazi]
- [Vandana Gupta]
- [Guneshi Wickramaarachchi](https://github.com/thanujayalath)
- [Elena Andres](https://github.com/eapu)
- [Sashidhar Kanuboddi](https://github.com/sashi2295)
- [Tyler Sanbar] (https://github.com/tylersanbar)
- [Leon Skrilec](https://github.com/LeonSkrilec/)
- [Ryan Talbot](https://github.com/ryanjtalbot)
- [Jorge Luis R. R. Junior] (https://github.com/mindravens)
- [Freeman Senecharles] (https://github.com/bane163)
- [Cyrus Rohail] (https://github.com/Abe101)
- [Garrett Lee Noble] (https://github.com/GarrettNoble)
- [Ian Gallagher] (https://github.com/igallag)
- [Deva Kumar] (https://github.com/devak997)
- [Parker Downing] (https://github.com/parkerd21)
- [Mubarak Akinsola] (https://github.com/Mubby09)
- [Emir Zivcic] (https://github.com/EEmZZ)
- [Sahil Siddiq] (aka Valdaarhun)
- [Edward Hwang] (https://github.com/edwardlhwang)
- [Cam Makin] (https://github.com/cammakin)
- [Azalea Vaseghi] (https://github.com/avaseghi)
- [Joseph Mpo Yeti](https://github.com/joseph-mpo-yeti)
- [Johnny Hane] (https://github.com/katangafor)
- [Michael Matos Baez] (https://github.com/eatyourabstractions)
- [Hariom Singh] (https://github.com/hariom454)
- [Toni Oliver Arlandy] (https://github.com/ajoliverar)
- [Faith Isaac] (https://github.com/frisaac)
- [Madhur Vashistha](https://github.com/Madhur215)
- [Adithya Nayak] (https://github.com/beltmankelo)
- [Paul Brady] (https:/github.com/bradypp)
- [Nicholas Pandelakis] (https://github.com/npandelakis)
- [Tyler Walker] (https://github.com/twalker1998/)
- [Wingky Faisal] (https://github.com/macwink)
- [Jeffrey Chow] (https://github.com/chow1340)
- [Shakil Alam] (https://github.com/itxshakiil)
- [AlvaroVM](https://github.com/vmalvaro)
- [Sailesh Dahal] (https://github.com/saileshbro)
- [Christopher Saless] (https://github.com/cmsaless)
- [Trisha Gupta]
- [Andy Trinh] (https://github.com/andyttrinh)
- [Steve Ahlswede] (https://github.com/SevenFoldDeep)
- [Ganesh Chincholkar] (https://github.com/ganeshpc)
- [Hassan Masood] (https://github.com/hassan54)
- [Aditya Prasad] (https://github.com/adityaprasad97)
- [Ali Zeaiter] (https://github.com/alizeaiter)
- [Marzia Bruno] (https://github.com/mmcbruno)
- Cheeki Breeki
- [JereIsThere] (https://github.com/JereIsThere)
[Nabeel Farooqui] (https://github.com/nabeelfarooqui98)
- [Milad Abbasi](https://github.com/milad-abbasi)
- [Deepank kartikey] (https://github.com/deepank120896)
- [Siyan Shaikh] (https://github.com/siyans56)
- [Abinaya Mahendiran] (https://github.com/abinayam)
[Lucas Eduardo]
[dave Ramirez Bombastic]
[Jonathan Ayers] (https://github.com/jfayerz)
[Akhilesh Sirohi] (https://github.com/Akhilesh-Cyber)
[Matthieu Stockbauer]
- [Shigeto Jeng]
[Steve Mullins] (https://github.com/sgmullins)
[Evelyn Chang]
[Bryan Myung]
[CleverPossum]
- [StrangeAlmond] (https://github.com/StrangeAlmond)
- [SeungJun (Leon) Lee] (https://github.com/Leonlee190)
- [Sammy Nichols] (https://github.com/SammyFantana)
- [Raphaele Lamaze] (https://github.com/raphaele42)
- Jason Cozzitorto
- [Ronney Martin] (https://github.com/hirsute-chauve)
- [Dandy Reyes] (https://github.com/dandyreyes)
[Tomasz Mejer] (https://github.com/tomek-em)
- [J Walker] (https://github.com/jwalker0903)
- [Oindrila Barik] (https://github.com/oindrilabarik14)
- [Manuel Puchades] (https://github.com/neletdev)
- [Ross Baker] (https://github.com/r0ss26)
- [Roberto](https://github.com/rdm100)
- [Rashik Adhikari] (https://github.com/rashik06)
-[Nikhil Richard] (https://github.com/nikhilr5)
- [Suyash Raj] (https://github.com/suyash-sneo)
- [Amr Akmal] (https://github.com/amroakmal)
- [Irini Lyg] (https://github.com/irinil)
- Alen
- Cherry Santos
- Armen Dela Cruz
- [Anchit Mishra] (https://github.com/anchit1729)
- [Mostafa Ahmed] (https://github.com/MostafaAhmed95)
- [Payton Jewell] (https://github.com/paytonjewell)
-[Joshua Goossen] (https://github.com/Goosse)
- [Oleksii Zhytnyk] (https://github.com/zhtnk)
- [Stanley Chu] (https://github.com/YBSker)
- [Eric Levy] (https://github.com/ericslevy)
- [Adithya TP] (https://github.com/adithya-tp)
- [Aravindh Anbalagan] (https://github.com/aravindh-prabhakaran)
- [Sundeep Charan Ramkumar](https://github.com/sunguru98)
- [Mudit Jain](https://github.com/pythogeeker)
- [Mohammad-Bilal-Bhatti](https://github.com/Mohammad-Bilal-Bhatti "Git Hub Account Link")
- [Mohamed El Amri](https://github.com/elamrimohamed)
- Jerry Kain
- Alper Battal
- Adnan Ashraf
- Yunus Bahtiar
- Sanjeet Jagdev
Hannah Cusworth (https://github.com/Bewick225)
- Wilson Horrell
- Zen Wong
- David Lui
- Catherine Thomsen
- Jordan Fite
- Marc Fitzgerald
- Jui Pradhan
- Andros Kalou
- madhm88
- noamgot
- mojojojo
- Vannak Suos (<https://github.com/vannaksuos)>
- Redgen
- Roni Lockwood (https://github.com/Rtlockwood-O)
- Sean Kehoe (https://github.com/Egglton)
- Richmond Dzoku
- Joey Martin (http://github.com/joeymartin888)
- Michael Fernez (https://github.com/mjfernez)
- Sunit Wilson
- [Sehyeong Lee] (https://github.com/lsh23)
- [Ezra Muskat] (https://github.com/ezramuskat)
- [Damon Kasner] (https://github.com/DamonK19)
- [Hannah](https://github.com/han2lin)
- [Wan Cheng Phua] (https://github.com/wanchengphua)
- [Thomas Holmegaard] (https://github.com/thom9346)
- [Arsenii-Petushkov](https://github.com/Petushkoff_Develop)
- [Gabriel Baltazar] (https://github.com/gbbaltazar)
- [Omar-Shezan](https://github.com/OmarShezan)
- [Hendrik Alberts](https://github.com/SuperSafie)
- [Seth Feingold] (https://github.com/sethfeingold)
- [Iris Wolfisberg](https://github.com/iwolfisberg)
- [Bear Kruz](https://github.com/bearkruz)
- [Basem Mostafa] (https://github.com/Basem98)
- [Miha Drofenik](https://github.com/Burzo)
- [Asrori](https://github.com/Asrori)
- [H Srinivas](https://github.com/ShrineExplorer)
- [VTDac] (https://github.com/vtdac)
- [yasamnoya](https://github.com/yasmnoya)
- [Rohit sharma] (https://github.com/ROHIT318)
- [Mohmed Anis Agwan](https://github.com/anis-agwan)
- [Brad Singleton](https://github.com/bradjsingleton)
- [Herman Streltsov](https://github.com/streltsov)
- [Isaac Ayele] (https://github.com/Journeyman92
- [Cormac] (https://github.com/cormacd9818)
- [Suhani](https://github.com/suhani-goel)
- [Utkarsh Sinha](https://github.com/Utkarsh2524992)
- [Ben](https://github.com/zerler)
- [Anubhav] (https://github.com/visAnu17/)
- [Joel Garplind](https://github.com/jgarplind)
- [Jamarr](https://github.com/jgreen0123)
- [Mohamed Akl](https://github.com/mohamedakl1)
- [Hemant Vashist](https://github.com/HemantVashist)
- [Marc Owen](https://github.com/marcowen20)
- [Akhil Singh](https://github.com/HumbleBustler)
- [Rob Kudelka](https://github.com/RKudelka)
- [Zunaib](https://github.com/Zunaib)
- [Anna Presnyakova](https://github.com/chiffenok)
- [Yeejkoob Thao](https://github.com/yeejkoobt)
- [GC Phillips](https://github.com/gcphillips)
- [Tio Saputra](https://github.com/karyatio)
- [sharanJs] (https://github.com/js23o99)
- [Federico Toledo](https://github.com/fedetoledo)
- [Jose](https://github.com/Valtiel0)
- [Md Golam Rahman Tushar](https://github.com/grtushar)
- [Victor F](https://github.com/Vicfs)
- [Tom Straszewski] (https://github.com/tomski80)
- [Bibin Alex](https://github.com/bibinca1975)
- [Titus Davis](https://github.com/EnigmaticGiant)
- [Aahel Guha](https://github.com/aahel)
- [Sinister Marooner](https://github.com/SinisterMarooner)
- [Abhinavram Ananth](https://github.com/ableabhinav)
- [Barry Henry](https://github.com/BarryHenryJr)
- [petrus-vb](https://github.com/petrus-vb)
- [Zunaib](https://github.com/Zunaib)
- [Kaike Alves Silva](https://github.com/kaikealves)
- [Jasmyne](https://github.com/jazzyb21)
- [Alyona Rodin] (https://github.com/TalRodin)
- [Warmbreeze](https://github.com/warmbreeze)
- [Klajdi Bodurri](https://github.com/kbodurri)
- [Pulkit Mehta](https://github.com/pulkitmehtawork)
- [omesb](https://omesb.github.io)
- [Dan_b](https://github.com/DanBasson/first-contributions)
- [Ben](https://github.com/zerler)
- [Akhil Singh](https://github.com/HumbleBustler)
- [Nate Liu](https://github.com/n8liu)
- cmd-prompt
- [M A](https://www.google.com)
- Laslaa Mohammed
-andreww
- Harsha
- Devansh Amin (https://github.com/devanshamin)
- FryedRice
- [Yash](https://github.com/piyler279)
- FryedRice2
- Mukund
- [Blair](https://github.com/Blair221)
- [Olivier]
- [Salvador-Cuevas](https://github.com/Jeroo)
- Angelica
- [Brian Appleton](https://github.com/appleton6509)
- [Harshita Kalsi](https://github.com/harshitakalsi5)
- [Emir](https://github.com/EmirVatric)
- [Erin](https://github.com/erniekins)
- [D-Tara](https://github.com/d-tara)
- [Adam](https://github.com/anon)
- [Rahul Kumar Pal](https://github.com/vicky724)
- [Roberto Nicolás Savinelli](https://github.com/rnsavinelli)
- [Chukuka Nicholas Ogude](https://github.com/CollyNyxOleum)
- [Shamin Asfaq](https://github.com/ShaminAsfaq)
- [Tenzin Ngawang](https://github.com/Tenzin1010)
- [Paras Tripathi](https://github.com/parastripathi)
- [Yufan](http://github.com/yxc775)
- [Tharupahan](https://github.com/Tharupahan)
- [Tim](https://github.com/adlotsof)
- [Sehyeong Lee] (https://github.com/lsh23)
- [Boris Chen](https://github.com/DigitalZenChen2017)
- [Yash Patel](https://github.com/yashpatel20)
- [Simon Shapiro](https://github.com/Simon-Shapiro)
- [Ajay Singh](https://github.com/segsev)
- [Shuojin]
- [devennn]
- [ovezovs](https://github.com/ovezovs)
- [mstava](https://github.com/Mstava)
- [M.Hassan Ahmed](https://github.com/hassan11196)
- [Ramsay Grove](https://github.com/GroveIV)
- [Zoltan Kuli](https://github.com/ZoltanKuli)
- [Jabiu](https://github.com/jabiu)
- [Jamie](https://github.com/jamiemorgan14)
- [Mahmood Darwish](https://github.com/Mahmood-Darwish)
- [Ayoub Elmahdaoui](https://github.com/ayoubmehd)
- [Auston Rogers](https://github.com/arogers4495)
- [Rebecca](https://github.com/rmmartino)
- [Shelly](https://github.com/shellyhu3)
- [Amjad](https://github.com/amjad-salah)
- Rachel Kadel
- [Balaraman M](https://github.com/balaraman-08 "Balaraman's GitHub account")
- [Alexander Kartalis](https://github.com/Over-Coded)
- [Parinya Sanyai](https://github.com/parinya-s)
- [Ivan Pangrazio] (https://github.com/ipangrazio)
- [Simon Shapiro](https://github.com/Simon-Shapiro)
- [Bryn Phillips](https://github.com/brynphillips)
- [Brian Liou] (https://github.com/iamsand)
- [Vedant Shetty] (https://github.com/vedantshetty)
- Dion Klaassen
- [Minyoung Jeong] (https://github.com/jeong242)