forked from sympy/sympy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mailmap
1633 lines (1633 loc) · 81.3 KB
/
.mailmap
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
# The .mailmap file
# =================
#
# This file records the name and email address of each contributor to SymPy as
# it should appear in the AUTHORS file. Contributors should not update the
# AUTHORS file directly as it will be updated at the time of the next release
# of SymPy. Instead any new contributors need to add their name and email
# address to this file so that there is a record of how they would like to be
# recorded in the AUTHORS file. Contributors often do not use git config to
# correctly record their name and email address so this file is used to be
# explicit about who has contributed to SymPy and what name and email address
# they would like to be known by.
#
#
# New contributors quick description
# ==================================
#
# 1. Before committing make sure that git config records your name and email
# address correctly as you would like it to be recorded in the AUTHORS file.
#
# 2. After committing run the bin/mailmap_check.py script. It will check the
# commits and look for your name and email address in this file. You should see
# an error message like "This author is not included ...":
#
# $ python bin/mailmap_check.py
# This author is not included in the .mailmap file:
# Joe Bloggs <[email protected]>
#
# The .mailmap file needs to be updated because there are commits with
# unrecognised author/email metadata.
#
# For instructions on updating the .mailmap file see:
# https://docs.sympy.org/dev/contributing/new-contributors-guide/workflow-process.html#add-your-name-and-email-address-to-the-mailmap-file
#
# ...
#
# If it fails, you may need to replace `python` by `python3`, here and below, if
# you're on a system that still uses python2 by default.
#
# 3. Add a line to this file with that same name and email address like:
#
# Joe Bloggs <[email protected]>
#
# 4. Run the bin/mailmap_check.py script. This time it will find your name and
# address and it will also reorder the lines in this file to be in alphabetical
# order and it will say "the mailmap file was reordered".
#
# $ python bin/mailmap_check.py
# The mailmap file was reordered
#
# For instructions on updating the .mailmap file see:
# https://docs.sympy.org/dev/contributing/new-contributors-guide/workflow-process.html#add-your-name-and-email-address-to-the-mailmap-file
#
# ...
#
# 5. You should be ready now but just to be sure run the bin/mailmap_check.py
# script one last time and it should say "No changes needed in .mailmap". The
# output will show that your name and email address is included in the list of
# names and email addresses that will be added to the AUTHORS file later (make
# sure that your name only appears once):
#
# $ python bin/mailmap_check.py
# No changes needed in .mailmap
#
# The following authors will be added to the AUTHORS file at the time of
# the next SymPy release.
#
# Joe Bloggs <[email protected]>
# Other Author <[email protected]>
# ...
#
# 6. All done. Commit the change to the .mailmap file. When you open a pull
# request the AUTHORS check will run in CI and it will run the
# bin/mailmap_check.py script to check that no changes are needed in .mailmap.
# If the script succeeded locally then it should also succeed in CI.
#
# 7. Once you have been added to the .mailmap file it is not necessary to do
# these steps in any future pull requests unless you change the name and email
# address you use to make your commits (see Associating different commits
# below) or want to be recorded under a different name in the AUTHORS file.
#
#
# Configuring git
# ===============
#
# If you are contributing to SymPy for the first time then first make sure that
# you have configured your name and email address in your local git install.
# You can check this using the git config command:
#
# $ git config --global user.name
# Joe Bloggs
# $ git config --global user.email
#
# This name and email address is what will be recorded in any commits that you
# make with the git commit command. If you want to change the name and or email
# address that will be used in your commits then you can do also that with the
# git config command e.g. you can change the name with:
#
# $ git config --global user.name "Jane Doe"
# $ git config --global user.name
# Jane Doe
#
# You can use the git log command to see what name and email address were used
# in any commits that you have made. Note that changing your name with git
# config will not change the name that is *already* recorded in any commits
# that you have made: you have to amend or redo the commits to change that.
#
#
# Associating different names and emails
# ======================================
#
# Entries in this file can also be used to associate commits made under a
# different name and email address with your own name and email as you would
# like it to be recorded in the AUTHORS file. This is useful because for
# example the GitHub web UI will usually record commits under a different name
# and email address from the one that you use with git locally. To associate
# that other name and email address with your own add a line like:
#
# Proper Name <Proper@email> commit name <commit@email>
# \-----------+------------/ \----------+-------------/
# | |
# replace find
#
# For example if Joe Bloggs made a commit through the GitHub web UI then it
# might be recorded with name/email "joeb <[email protected]>".
# In this case Joe should add the following line to .mailmap:
#
# # DO THIS:
# Joe Bloggs <[email protected]> joeb <[email protected]>
#
# That tells the .mailmap script that any commits with the second name and
# email are from the same author as the first name and email. This means that
# only one entry will be added to the AUTHORS file using the first name and
# email. You can add multiple lines like this all using the same name and email
# as the first entry but having different second entries e.g.:
#
# # DO THIS:
# Joe Bloggs <[email protected]> joeb <[email protected]>
# Joe Bloggs <[email protected]> Joe <[email protected]>
#
# It is important to make sure that each author is listed only once in the
# AUTHORS file so do *NOT* add separate entries that begin with different names
# or email addresses:
#
# # DO NOT DO THIS (it will be treated as two unrelated authors):
# Joe Bloggs <[email protected]>
# joeb <[email protected]>
#
# If you are unsure what name and email address has been used in your commits
# then make sure that your local branch is up to date and run git log. It is
# also possible to see this on GitHub if you click on a commit and then add
# ".patch" to the end of the page URL.
#
# The email (or name and email) in the "find" part of the entry will
# be used in a case-insensitive way to identify a git author and
# replace it with whatever is included in the "replace" part:
#
# author author
# before .mailmap entry after
# --------- ---------------------- -----------
# Foo <Email>
# A <Email> ---------------------> Foo <Email>
# B <eMAIL> ---------------------> Foo <eMAIL>
#
# <Email> <email>
# A <Email> ---------------------> A <Email>
# B <eMAIL> ---------------------> B <Email>
#
# Foo <Email> <email>
# A <Email> ---------------------> Foo <Email>
# B <eMAIL> ---------------------> Foo <Email>
#
# Foo <EMAIL> b <email>
# A <Email> ---------------------> same
# B <Email> ---------------------> Foo <EMAIL>
# b <eMAIL> ---------------------> Foo <EMAIL>
#
# Foo <Email> b <email>
# Foo <Email> <liame>
# A <Liame> ---------------------> Foo <Email>
# B <Email> ---------------------> Foo <Email>
# b <eMAIL> ---------------------> Foo <Email>
# c <eMAIL> ---------------------> same
#
# See also: 'git shortlog --help' and 'git check-mailmap --help'.
#
*Chu-Ching Huang <[email protected]>
*Dan <[email protected]>
*Marc-Etienne M.Leveille <[email protected]>
*Ulrich Hecht <[email protected]>
2torus <[email protected]>
Aadit Kamat <[email protected]>
Aaditya Nair <[email protected]>
Aaron Gokaslan <[email protected]>
Aaron Meurer <[email protected]>
Aaron Miller <[email protected]>
Aaron Stiff <[email protected]>
Aaryan Dewan <[email protected]> Aaryan Dewan <[email protected]>
Abbas <[email protected]> Abbas <[email protected]>
Abbas Mohammed <[email protected]> Abbas <[email protected]>
Abby Ng <[email protected]>
Abderrahim Kitouni <[email protected]>
Abdullah Javed Nesar <[email protected]>
Abhay_Dhiman <[email protected]>
Abhi58 <[email protected]>
Abhigyan Khaund <[email protected]>
Abhinav Agarwal <[email protected]>
Abhinav Anand <[email protected]>
Abhinav Chanda <[email protected]>
Abhinav Cillanki <[email protected]> Abhinav R Cillanki <[email protected]>
Abhinav Cillanki <[email protected]> JebronLames32 <[email protected]>
Abhishek <[email protected]>
Abhishek Chaudhary <[email protected]>
Abhishek Garg <[email protected]>
Abhishek Kumar <[email protected]>
Abhishek Patidar <[email protected]> ABHISHEK PATIDAR <[email protected]>
Abhishek Patidar <[email protected]> Abhishek Patidar <[email protected]>
Abhishek Verma <[email protected]>
Achal Jain <[email protected]>
Adam Bloomston <[email protected]> <mail@adambloomston>
Addison Cugini <[email protected]>
Addison Cugini <[email protected]> <[email protected]>
Addison Cugini <[email protected]> <[email protected]>
Aditya Jindal <[email protected]>
Aditya Kapoor <[email protected]>
Aditya Kumar Sinha <[email protected]> aditya113141 <[email protected]>
Aditya Ravuri <[email protected]> InfProbSciX <[email protected]>
Aditya Rohan <[email protected]>
Aditya Shah <[email protected]>
Advait Pote <[email protected]> <[email protected]>
Advait Pote <[email protected]> Advait <[email protected]>
Advait Pote <[email protected]> Advait Pote <[email protected]>
Advait Pote <[email protected]> Advait Pote <[email protected]>
Advait Pote <[email protected]> Advait Pote <[email protected]>
Adwait Baokar <[email protected]> abaokar-07 <[email protected]>
Akash Agrawall <[email protected]>
Akash Kundu <[email protected]>
Akash Nagaraj (akasnaga) <[email protected]> Akash Nagaraj <[email protected]>
Akash Nagaraj <[email protected]> grassknoted <[email protected]>
Akash Trehan <[email protected]>
Akash Vaish <[email protected]>
Akhil Rajput <[email protected]> Akhil Rajput <[email protected]>
Akira Kyle <[email protected]>
Akshansh Bhatt <[email protected]>
Akshansh Bhatt <[email protected]> <[email protected]>
Akshat Jain <[email protected]>
Akshat Maheshwari <[email protected]>
Akshat Sood <[email protected]>
Akshay <[email protected]>
Akshay <[email protected]> <[email protected]>
Akshay Nagar <[email protected]>
Akshay Siramdas <[email protected]>
Akshay Srinivasan <[email protected]>
Akshit Agarwal <[email protected]>
AkuBrain <[email protected]>
Alan Bromborsky <[email protected]> <[email protected]>
Alan Bromborsky <[email protected]> <brombo@GA.(none)>
Alec Kalinin <[email protected]>
Aleksandar Makelov <[email protected]>
Alex Argunov <[email protected]>
Alex Lindsay <[email protected]> <[email protected]>
Alex Lindsay <[email protected]> Alex Lindsay <[email protected]>
Alex Lubbock <[email protected]>
Alex Malins <[email protected]>
Alex Meiburg <[email protected]>
AlexCQY <[email protected]>
Alexander Behrens <[email protected]> Alex <[email protected]>
Alexander Behrens <[email protected]> Alex031544 <[email protected]>
Alexander Bentkamp <[email protected]>
Alexander Cockburn <[email protected]>
Alexander Dunlap <[email protected]>
Alexander Eberspächer <[email protected]>
Alexander Hirzel <[email protected]>
Alexander Pozdneev <[email protected]>
Alexander Zhura <[email protected]>
Alexandr Gudulin <[email protected]>
Alexandr Popov <[email protected]>
Alexey Pakhocmhik <[email protected]>
Alexey Subach <[email protected]>
Alexey U. Gudchenko <[email protected]>
Ali Raza Syed <[email protected]>
Alistair Lynn <[email protected]>
Alkiviadis G. Akritas <[email protected]>
Alpesh Jamgade <[email protected]>
Alsheh <[email protected]>
Aman <[email protected]>
Aman Deep <[email protected]>
Aman Kumar Shukla <[email protected]> Aman Kumar Shukla <[email protected]>
Aman Sharma <[email protected]> mostlyaman <[email protected]>
Aman Sharma <[email protected]> mostlyaman <[email protected]>
Aman Thakur <[email protected]> Aman Thakur <[email protected]>
Aman Thakur <[email protected]> jhonsnow456 <[email protected]>
Amanda Dsouza <[email protected]>
Ambar Mehrotra <[email protected]>
Amit Jamadagni <[email protected]>
Amit Kumar <[email protected]>
Amit Kumar <[email protected]> <[email protected]>
Amit Kumar <[email protected]> <[email protected]>
Amit Manchanda <[email protected]>
Amit Saha <[email protected]> <[email protected]>
Ananya H <[email protected]>
Anatolii Koval <[email protected]>
Andre de Fortier Smit <[email protected]>
Andreas Klöckner <[email protected]> Andreas Kloeckner <[email protected]>
Andrej Tokarčík <[email protected]>
Andrew Docherty <[email protected]>
Andrew Straw <[email protected]>
Andrew Taber <[email protected]>
Andrey Grozin <[email protected]>
Andrey Lekar <[email protected]> blackyblack <[email protected]>
Andrii Oriekhov <[email protected]> andriyor <[email protected]>
Andy R. Terrel <[email protected]> <[email protected]>
Andy R. Terrel <[email protected]> <[email protected]>
Andy R. Terrel <[email protected]> <[email protected]>
Angad Sandhu <[email protected]>
Angadh Nanjangud <[email protected]>
Angus Griffith <[email protected]>
Anibal M. Medina-Mardones <[email protected]>
Animesh Sinha <[email protected]>
Anish Shah <[email protected]>
Anjul Kumar Tyagi <[email protected]>
Ankit Agrawal <[email protected]>
Ankit Kumar Singh <[email protected]>
Ankit Raj Pandey <[email protected]> Ankit Pandey <[email protected]>
Ansh Mishra <[email protected]>
Anthony Scopatz <[email protected]>
Anthony Sottile <[email protected]>
Anton Akhmerov <[email protected]>
Anton Golovanov <[email protected]>
Anubhav Gupta <[email protected]>
Anup Parikh <[email protected]> Anup Parikh <[email protected]>
Anurag Bhat <[email protected]> Anurag Bhat <[email protected]>
Anurag Bhat <[email protected]> faze-geek <[email protected]>
Anurag Bhat <[email protected]> faze-geek <[email protected]>
Anurag Sharma <[email protected]> <[email protected]>
Anway De <[email protected]>
Aqnouch Mohammed <[email protected]>
Arafat Dad Khan <[email protected]>
Arafat Dad Khan <[email protected]> <[email protected]>
Aravind Reddy <[email protected]>
Archit Verma <[email protected]>
Arie Bovenberg <[email protected]>
Arif Ahmed <[email protected]>
Arighna Chakrabarty <[email protected]>
Arihant Parsoya <[email protected]>
Arnab Nandi <[email protected]>
Arpan Chattopadhyay <[email protected]> Arpan612 <[email protected]>
Arpit Goyal <[email protected]>
Arshdeep Singh <[email protected]>
Arthur Milchior <[email protected]>
Arthur Ryman <[email protected]>
Arun Singh <[email protected]> Arun Singh <[email protected]>
Arun sanganal <[email protected]>
Ashish Kumar Gaurav <[email protected]>
Ashutosh Hathidara <[email protected]>
Ashutosh Saboo <[email protected]>
Ashwini Oruganti <[email protected]>
Asish Panda <[email protected]>
Atharva Khare <[email protected]>
Augusto Borges <[email protected]>
Austin Palmer <[email protected]> austin <[email protected]>
Avi Shrivastava <[email protected]> avi <[email protected]>
Avichal Dayal <[email protected]>
Ayodeji Ige <[email protected]>
Ayush Aryan <[email protected]> Ayush aryan <[email protected]>
Ayush Aryan <[email protected]> ayush3781 <[email protected]>
Ayush Aryan <[email protected]> ayush3781 <ayush.aryan71gmail.com>
Ayush Bisht <[email protected]> Ayush <[email protected]>
Ayush Bisht <[email protected]> ayushbisht2001 <[email protected]>
Ayush Kumar <[email protected]> Ayush Kumar <[email protected]>
Ayush Malik <[email protected]> Ayush-Malik <[email protected]>
Ayush Shridhar <[email protected]>
Ayushman Koul <[email protected]>
B McG <[email protected]>
Baiyuan Qiu <[email protected]> Baiyuan Qiu <[email protected]>
Bao Chau <[email protected]>
Barry Wardell <[email protected]>
Barun Parruck <[email protected]>
BasileiosKal <[email protected]>
Bastian Weber <[email protected]>
Bavish Kulur <[email protected]> bavish2201 <[email protected]>
Ben Goodrich <[email protected]>
Ben Lucato <[email protected]>
Ben Oostendorp <[email protected]> oostben <[email protected]>
Ben Payne <[email protected]> Ben <[email protected]>
Bendik Samseth <[email protected]>
Benedikt Placke <[email protected]>
Benjamin Fishbein <[email protected]>
Benjamin Gudehus <[email protected]>
Benjamin McDonald <[email protected]>
Benjamin Wolba <[email protected]>
Bernhard R. Link <[email protected]>
Bharat Raghunathan <[email protected]> Bharat123rox <[email protected]>
Bharath M R <[email protected]>
Bhaskar Gupta <[email protected]>
Bhaskar Joshi <[email protected]> BhaskarJoshi-01 <[email protected]>
Bhautik Mavani <[email protected]>
Bhavik Sachdev <[email protected]> Bhavik Sachdev <[email protected]>
Bhavya Srivastava <[email protected]>
Bilal Ahmed <[email protected]>
Bilal Akhtar <[email protected]> <[email protected]>
Bill Flynn <[email protected]>
Biswadeep Purkayastha <[email protected]>
Björn Dahlgren <[email protected]>
Blair Azzopardi <[email protected]> bsdz <[email protected]>
Bobby Palmer <[email protected]>
Boris Atamanovskiy <[email protected]>
Boris Ettinger <[email protected]>
Boris Timokhin <[email protected]>
Bradley Dowling <[email protected]>
Bradley Froehle <[email protected]>
Bradley Gannon <[email protected]>
Brandon David <[email protected]>
Brandon T. Willard <[email protected]>
Brian E. Granger <[email protected]>
Brian Jorgensen <[email protected]> brian.jorgensen <devnull@localhost>
Brian Stephanik <[email protected]>
Buck Shlegeris <[email protected]>
Buck Shlegeris <[email protected]> <[email protected]>
Bulat <[email protected]>
CJ Carey <[email protected]>
Caley Finn <[email protected]>
Calvin Jay Ross <[email protected]>
Cameron King <[email protected]>
Carl Sandrock <[email protected]>
Carlos Cordoba <[email protected]>
Carlos García Montoro <[email protected]> Carlos García Montoro <[email protected]>
Carson McManus <[email protected]> Carson McManus <[email protected]>
Carsten Knoll <[email protected]>
Case Van Horsen <[email protected]>
Cavendish McKay <[email protected]>
Cezary Marczak <[email protected]>
Chai Wah Wu <[email protected]> <[email protected]>
Chaitanya Sai Alaparthi <[email protected]>
Chak-Pong Chung <[email protected]>
Chanakya-Ekbote <[email protected]>
Chancellor Arkantos <[email protected]>
Charalampos Tsiagkalis <[email protected]> ctsiagkalis <[email protected]>
Charles Harris <[email protected]> Charles Harris <[email protected]>
Charles Harris <[email protected]> cbh <[email protected]>
Chetna Gupta <[email protected]>
Chiu-Hsiang Hsu <[email protected]>
Chris Conley <[email protected]>
Chris Kerr <[email protected]>
Chris Smith <[email protected]>
Chris Smith <[email protected]> <Donna Smith@.(none)>
Chris Swierczewski <[email protected]>
Chris Tefer <[email protected]>
Chris Wu <[email protected]> Chris.Wu <devnull@localhost>
Chris du Plessis <[email protected]> Chris du Plessis <[email protected]>
Chris du Plessis <[email protected]> Maelstrom6 <[email protected]>
Christian Bühler <[email protected]>
Christian Muise <[email protected]>
Christian Schubert <[email protected]>
Christiano Anderson <[email protected]>
Christina Zografou <[email protected]>
Christoph Gohle <[email protected]>
Christophe Saint-Jean <[email protected]>
Christopher Dembia <[email protected]>
Christopher J. Wright <[email protected]>
Clemens Novak <[email protected]>
Clément M.T. Robert <[email protected]>
Coder-RG <[email protected]> Rishabh Goel <[email protected]>
Cody Herbst <[email protected]>
Colin B. Macdonald <[email protected]>
Colin B. Macdonald <[email protected]> <[email protected]>
Colin Marquardt <[email protected]>
Colleen Lee <[email protected]> <[email protected]>
Comer Duncan <[email protected]>
Congxu Yang <[email protected]>
Constantin Mateescu <[email protected]>
Corey Cerovsek <[email protected]>
Costor <[email protected]>
Craig A. Stoudt <[email protected]>
Cristian Di Pietrantonio <[email protected]>
Cristóvão Sousa <[email protected]>
Cédric Travelletti <[email protected]> Cedric <[email protected]>
Daan Koning (he/him) <[email protected]>
Daiki Takahashi <[email protected]> haru-44 <[email protected]>
Dammina Sahabandu <[email protected]>
Dana Jacobsen <[email protected]>
Daniel Hyams <[email protected]> dhyams <[email protected]>
Daniel Ingram <[email protected]>
Daniel Mahler <[email protected]>
Daniel Sears <[email protected]>
Daniel Weindl <[email protected]>
Daniel Wennberg <[email protected]>
Danny Hermes <[email protected]>
Darshan Chaudhary <[email protected]>
Dave Witte Morris <[email protected]>
David Daly <[email protected]>
David Hagen <[email protected]>
David Joyner <[email protected]>
David Joyner <[email protected]> <wdj@tinah.(none)>
David Ju <[email protected]> David Ju <david@David-PC.(none)>
David Lawrence <[email protected]>
David Li <[email protected]> <[email protected]>
David Li <[email protected]> unknown <David@David-PC.(none)>
David Marek <[email protected]> <[email protected]>
David Menéndez Hurtado <[email protected]>
David P. Sanders <[email protected]>
David Roberts <[email protected]> David Roberts (dvdr18 [at] gmail [dot] com) <devnull@localhost>
David T <[email protected]>
Davide Sandonà <[email protected]>
Davy Mao <[email protected]>
Demian Wassermann <[email protected]>
Denis Ivanenko <[email protected]> Jack <[email protected]>
Denis Ivanenko <[email protected]> LilJohny <[email protected]>
Denis Rykov <[email protected]>
Dennis Meckel <[email protected]>
Dennis Sweeney <[email protected]> sweeneyde <[email protected]>
Denys Rybalka <[email protected]>
Devang Kulshreshtha <[email protected]>
Devansh <[email protected]> prototypevito <[email protected]>
Devesh Sawant <[email protected]> dsaw <[email protected]>
Devesh Sawant <[email protected]> dsaw <[email protected]>
Devyani Kota <[email protected]> <[email protected]>
Dhia Kennouche <[email protected]>
Dhia Kennouche <[email protected]> <[email protected]>
Dhruv Bhanushali <[email protected]>
Dhruv Kothari <[email protected]>
Dhruv Mendiratta <[email protected]> Dhruv Mendiratta <[email protected]>
Dhruv Mendiratta <[email protected]> dhruvmendiratta6 <[email protected]>
Dhruvesh Vijay Parikh <[email protected]>
Diane Tchuindjo <[email protected]>
Dimas Abreu Archanjo Dutra <[email protected]>
Dimitra Konomi <[email protected]>
Divyanshu Thakur <[email protected]> Divyanshu <[email protected]>
Dmitry Batkovich <[email protected]>
Dmitry Savransky <[email protected]>
Dominik Stańczak <[email protected]>
Donald Wilson <[email protected]> wilds-23 <[email protected]>
Duane Nykamp <[email protected]>
Duc-Minh Phan <[email protected]>
Dustin Gadal <[email protected]> <[email protected]>
Dzhelil Rufat <[email protected]>
Ebrahim Byagowi <[email protected]>
Edward Schembor <[email protected]>
Eh Tan <[email protected]>
Ehren Metcalfe <[email protected]>
Ekansh Purohit <[email protected]>
Elias Basler <[email protected]>
Elisha Hollander <[email protected]> donno2048 <[email protected]>
Elliot Marshall <[email protected]> <[email protected]>
Elrond der Elbenfuerst <[email protected]>
Emma Hogan <[email protected]>
Enric Florit <[email protected]>
Eric Demer <[email protected]>
Eric Miller <[email protected]>
Eric Nelson <[email protected]>
Eric Wieser <[email protected]>
Erik R. Gomez <[email protected]> erik <[email protected]>
Erik Welch <[email protected]>
Ethan Ward <[email protected]>
Ethan Ward <[email protected]> <[email protected]>
Ethan Ward <[email protected]> Ethan Ward <[email protected]>
Ethan Ward <[email protected]> [email protected] <qsRf9sGKy9rV>
Ethan Ward <[email protected]> eward <[email protected]>
Eva Charlotte Mayer <[email protected]>
Eva Tiwari <[email protected]> Eva <[email protected]>
Evandro Bernardes <[email protected]> Evandro <[email protected]>
Evandro Bernardes <[email protected]> Evandro Bernardes <[email protected]>
Evandro Bernardes <[email protected]> evbernardes <[email protected]>
Evani Balasubramanyam <[email protected]> evani balasubramanyam <[email protected]>
Evelyn King <[email protected]>
Evelyn King <[email protected]> Cameron King <[email protected]>
Evgenia Karunus <[email protected]>
Fabian Ball <[email protected]>
Fabian Froehlich <[email protected]> FFroehlich <[email protected]>
Fabian Pedregosa <[email protected]>
Fabian Pedregosa <[email protected]> <fabian@debian.(none)>
Fabio Luporini <[email protected]>
Faisal Anees <[email protected]>
Faisal Riyaz <[email protected]>
Fawaz Alazemi <[email protected]>
Felix Kaiser <[email protected]> <[email protected]>
Felix Kaiser <[email protected]> <[email protected]>
Felix Kaiser <[email protected]> <[email protected]>
Felix Yan <[email protected]>
Fermi Paradox <[email protected]>
Fernando Perez <[email protected]>
Fiach Antaw <[email protected]>
Filip Gokstorp <[email protected]>
Flamy Owl <[email protected]>
Florian Mickler <[email protected]>
ForeverHaibara <[email protected]>
Francesco Bonazzi <[email protected]> <[email protected]>
Francesco Bonazzi <[email protected]> <[email protected]>
Freddie Witherden <[email protected]>
Fredrik Andersson <[email protected]>
Fredrik Eriksson <[email protected]>
Fredrik Johansson <[email protected]> <[email protected]>
Fredrik Johansson <[email protected]> <[email protected]> <fredrik@airy.(none)>
Fredrik Johansson <[email protected]> <fredrik@airy.(none)>
Fredrik Johansson <[email protected]> fredrik.johansson <devnull@localhost>
Friedrich Hagedorn <[email protected]>
Frédéric Chapoton <[email protected]> fchapoton <[email protected]>
G. D. McBain <[email protected]>
Gabriel Bernardino <[email protected]>
Gabriel Orisaka <[email protected]>
Gaetano Guerriero <[email protected]>
Gagandeep Singh <[email protected]> Gagandeep Singh <[email protected]>
Gagandeep Singh <[email protected]> Gagandeep Singh <[email protected]>
Gagandeep Singh <[email protected]> Gagandeep Singh <[email protected]>
Gagandeep Singh <[email protected]> Gagandeep Singh <[email protected]>
Gagandeep Singh <[email protected]> MathLover <[email protected]>
Gagandeep Singh <[email protected]> czgdp1807 <[email protected]>
Gagandeep Singh <[email protected]> czgdp1807 <[email protected]>
Gagandeep Singh <[email protected]> czgdp1807 <[email protected]>
Gagandeep Singh <[email protected]> czgdp1807 <[email protected]>
Gao, Xiang <[email protected]>
Gareth Ma <[email protected]>
Garrett Folbe <[email protected]> gfolbe318 <[email protected]>
Gary Kerr <[email protected]>
Gaurang Tandon <[email protected]>
Gaurav Dhingra <[email protected]>
Gaurav Dhingra <[email protected]> <[email protected]>
Gaurav Dhingra <[email protected]> <[email protected]>
Gaurav Jain <[email protected]> Gaurav Jain <[email protected]>
Gautam Menghani <[email protected]> gautammenghani <[email protected]>
Gautam Menghani <[email protected]> gum3ng <[email protected]>
Gautam Menghani <[email protected]> gum3ng <[email protected]>
Geetika Vadali <[email protected]> Geetika V <[email protected]>
Geetika Vadali <[email protected]> Geetika Vadali <[email protected]>
Geoffry Song <[email protected]>
George Korepanov <[email protected]>
George Pittock <[email protected]>
George Waksman <[email protected]>
Georges Khaznadar <[email protected]>
Georgios Giapitzakis Tzintanos <[email protected]>
Gert-Ludwig Ingold <[email protected]>
Gilbert Gede <[email protected]> <[email protected]>
Gilbert Gede <[email protected]> <[email protected]>
Gilles Schintgen <[email protected]>
Gina <[email protected]>
Gleb Siroki <[email protected]>
Glenn Horton-Smith <[email protected]>
Glenn Horton-Smith <[email protected]> Glenn Horton-Smith <[email protected]>
GolimarOurHero <[email protected]>
Goutham Lakshminarayan <[email protected]> Goutham <devnull@localhost>
Govind Sahai <[email protected]>
Grace Su <[email protected]>
Gregory Ashton <[email protected]> <[email protected]>
Gregory Ksionda <[email protected]>
Grzegorz Świrski <[email protected]>
Guillaume Gay <[email protected]> <[email protected]>
Guillaume Jacquenot <[email protected]>
Guo Xingjian <[email protected]>
Gurpartap Singh <[email protected]> Gurpartap Singh <[email protected]>
Gurpartap Singh <[email protected]> gurpartap0306 <[email protected]>
Guru Devanla <[email protected]>
Haimo Zhang <[email protected]>
Hamish Dickson <[email protected]>
Hampus Malmberg <[email protected]>
Han Wei Ang <[email protected]>
Hannah Kari <[email protected]> hannah-kari <[email protected]>
Hanspeter Schmid <[email protected]>
Hardik Saini <[email protected]>
Harold Erbin <[email protected]>
Harrison Oates <[email protected]>
Harry Mountain <[email protected]>
Harry Zheng <[email protected]>
Harsh Agarwal <[email protected]>
Harsh Gupta <[email protected]> <[email protected]>
Harsh Jain <[email protected]>
Harsh Kasat <[email protected]>
Harshil Goel <[email protected]>
Harshil Goel <[email protected]> <[email protected]>
Harshil Meena <[email protected]>
Harshit Yadav <[email protected]> Harshit Yadav <[email protected]>
Haruki Moriguchi <[email protected]>
Heiner Kirchhoffer <[email protected]> <[email protected]>
Henrik Johansson <[email protected]>
Henry Gebhardt <[email protected]>
Henry Metlov <[email protected]>
Himanshu <[email protected]>
Himanshu Ladia <[email protected]>
Hiren Chalodiya <[email protected]>
Hong Xu <[email protected]>
Hou-Rui <[email protected]> Hou-Rui <[email protected]>
Huangduirong <[email protected]> Huangxiaodui <[email protected]>
Hubert Tsang <[email protected]>
Hugo van Kemenade <[email protected]> Hugo <[email protected]>
Huijun Mai <[email protected]>
Ian Swire <[email protected]>
Idan Pazi <[email protected]>
Ilya Pchelintsev <[email protected]> ILLIA PCHALINTSAU <[email protected]>
Imran Ahmed Manzoor <[email protected]>
Ishan Joshi <[email protected]>
Ishan Pandhare <[email protected]>
Ishan Pandhare <[email protected]>
Isidora Araya <[email protected]>
Islam Mansour <[email protected]>
Islem BOUZENIA <[email protected]> islem-esi <[email protected]>
Isuru Fernando <[email protected]> <[email protected]>
Itay4 <[email protected]>
Ivan Petuhov <[email protected]>
Ivan Petukhov <[email protected]>
Ivan Tkachenko <[email protected]> ivan tkachenko <[email protected]>
Ivan Tkachenko <[email protected]> ratijas <[email protected]>
JMSS-Unknown <[email protected]>
Jack Kemp <[email protected]>
Jack Kemp <[email protected]> <[email protected]>
Jack McCaffery <[email protected]>
Jack Schmidt <[email protected]>
Jacob Garber <[email protected]>
Jai Luthra <[email protected]>
Jaime R <[email protected]>
Jaime Resano <[email protected]>
Jainul Vaghasia <[email protected]> <[email protected]>
Jakub Wilk <[email protected]>
James Abbatiello <[email protected]>
James Aspnes <[email protected]>
James Brandon Milam <[email protected]>
James Cotton <[email protected]>
James Fiedler <[email protected]>
James Goppert <[email protected]>
James Harrop <[email protected]>
James Pearson <[email protected]>
James Taylor <[email protected]>
James Whitehead <[email protected]> jcwhitehead <[email protected]>
Jan Kruse <[email protected]>
Jan-Philipp Hoffmann <[email protected]> Jan-Philipp Hoffmann <[email protected]>
Jared Lumpe <[email protected]> Michael Jared Lumpe <[email protected]>
Jaroslaw Tworek <[email protected]>
Jashanpreet Singh <[email protected]>
Jason Gedge <[email protected]> inferno1386 <devnull@localhost>
Jason Ly <[email protected]>
Jason Moore <[email protected]>
Jason Ross <[email protected]>
Jason Siefken <[email protected]>
Jason Tokayer <[email protected]>
Jason Tokayer <[email protected]> <[email protected]>
Jatin Yadav <[email protected]>
Javed Nissar <[email protected]>
Jay Patankar <[email protected]> Jay-Patankar <[email protected]>
Jayesh Lahori <[email protected]>
Jayjayyy <[email protected]>
Jean-Luc Herren <[email protected]> jlherren <[email protected]>
Jeffrey Ryan <[email protected]>
Jennifer White <[email protected]>
Jens H. Nielsen <[email protected]>
Jens Jørgen Mortensen <[email protected]>
Jeremey Gluck <[email protected]>
Jeremias Yehdegho <[email protected]> <aevirex@aleph.(none)>
Jeremy <[email protected]>
Jeremy Monat <[email protected]>
Jerry James <[email protected]>
Jerry Li <[email protected]>
Jezreel Ng <[email protected]>
Jiaxing Liang <[email protected]>
Jiaxing Liang <[email protected]> <[email protected]>
Jim Crist <[email protected]>
Jim Zhang <[email protected]>
Jiri Kuncar <[email protected]>
Jisoo Song <[email protected]> JSS95 <[email protected]>
Jisoo Song <[email protected]> mcpl-sympy <[email protected]>
Jithin D. George <[email protected]>
Joachim Durchholz <[email protected]> <[email protected]>
Joachim Durchholz <[email protected]> <[email protected]>
Joan Creus <[email protected]>
Joannah Nanjekye <[email protected]> Joannah Nanjekye <[email protected]>
Joannah Nanjekye <[email protected]> nanjekyejoannah <[email protected]>
Joaquim Monserrat <[email protected]>
Jochen Voss <[email protected]>
Jogi Miglani <[email protected]> jmig5776 <[email protected]>
Johan Blåbäck <[email protected]> <[email protected]>
Johan Guzman <[email protected]>
Johann Cohen-Tanugi <[email protected]>
Johannes Hartung <[email protected]>
Johannes Kasimir <[email protected]>
John Connor <[email protected]>
John Möller <[email protected]>
John V. Siratt <[email protected]>
Jonathan A. Gross <[email protected]>
Jonathan Allan <[email protected]>
Jonathan Daniel <[email protected]>
Jonathan Gutow <[email protected]> gutow <[email protected]>
Jonathan Miller <[email protected]>
Jonathan Warner <[email protected]>
Jonty16117 <[email protected]>
Jorge E. Cardona <[email protected]>
Jorn Baayen <[email protected]>
Jose M. Gomez <[email protected]> jmgc <[email protected]>
Joseph Dougherty <[email protected]>
Joseph Rance <[email protected]>
Joseph Redfern <[email protected]>
Josh Burkart <[email protected]>
José Senart <[email protected]>
João Moura <[email protected]>
Juan Barbosa <[email protected]>
Juan Felipe Osorio <[email protected]>
Juan Luis Cano Rodríguez <[email protected]>
Juha Remes <[email protected]>
Julien Palard <[email protected]>
Julien Rioux <[email protected]>
Julio Idichekop Filho <[email protected]>
Jun Lin <[email protected]> wate123 <[email protected]>
Jurjen N.E. Bos <[email protected]> <[email protected]>
Jurjen N.E. Bos <[email protected]> Jurjen N.E. Bos <devnull@localhost>
Justin Blythe <[email protected]>
Jyn Spring 琴春 <[email protected]>
K. Kraus <[email protected]>
Ka Yi <[email protected]>
Kaifeng Zhu <[email protected]>
Kalevi Suominen <[email protected]> <[email protected]>
Kamlesh Joshi <[email protected]>
Karan <[email protected]>
Karan <[email protected]>
Karan Sharma <[email protected]>
Karthik Chintapalli <[email protected]> <[email protected]>
Kartik Sethi <[email protected]> Kartik Sethi <[email protected]>
Katja Sophie Hotz <[email protected]>
Kaushik Varanasi <[email protected]>
Kaustubh <[email protected]>
Kaustubh <[email protected]>
Kaustubh Chaudhari <[email protected]> Kaustubh <[email protected]>
Kaustubh Chaudhari <[email protected]> kc611 <[email protected]>
KaustubhDamania <[email protected]>
Kazuo Thow <[email protected]>
Ken Wakita <[email protected]>
Kenneth Emeka Odoh <[email protected]>
Kenneth Lyons <[email protected]>
Keno Goertz <[email protected]>
Keval Shah <[email protected]>
Kevin Goodsell <[email protected]>
Kevin Hunter <[email protected]>
Kevin Ventullo <[email protected]>
Khagesh Patel <[email protected]>
Kibeom Kim <[email protected]>
Kirill Smelkov <[email protected]> convert-repo <devnull@localhost>
Kirill Smelkov <[email protected]> kirill.smelkov <devnull@localhost>
Kirtan Mali <[email protected]> KIRTAN MALI <[email protected]>
Kirtan Mali <[email protected]> kmm555 <[email protected]>
Kishore Gopalakrishnan <[email protected]>
Kiyohito Yamazaki <[email protected]>
Klaus Rettinghaus <[email protected]>
Konrad Meyer <[email protected]>
Konstantin Togoi <[email protected]> <[email protected]>
Konstantinos Riganas <[email protected]> kostas-rigan <[email protected]>
Kristian Brünn <[email protected]> Kristianmitk <[email protected]>
Krit Karan <[email protected]> <[email protected]>
Kshitij <[email protected]> Kshitij Parwani <[email protected]>
Kshitij Saraogi <[email protected]>
Kuldeep Borkar Jr <[email protected]> Kuldeep <[email protected]>
Kuldeep Borkar Jr <[email protected]> Kuldeep Borkar Jr <[email protected]>
Kuldeep Borkar Jr <[email protected]> Kuldeep-GitWorks <[email protected]>
Kumar Krishna Agrawal <[email protected]>
Kunal Arora <[email protected]>
Kunal Sheth <[email protected]>
Kunal Singh <[email protected]> kunal singh <[email protected]>
Kundan Kumar <[email protected]>
Kyle McDaniel <[email protected]> <[email protected]>
Lagaras Stelios <[email protected]> lagamura <[email protected]>
Lakshya Agrawal <[email protected]>
Langston Barrett <[email protected]>
Lars Buitinck <[email protected]>
Laura Domine <[email protected]>
Lauren Glattly <[email protected]>
Laurence Warne <[email protected]>
Le Cong Minh Hieu <[email protected]>
Lee Johnston <[email protected]>
Lejla Metohajrova <[email protected]>
Lennart Fricke <[email protected]>
Leo Battle <[email protected]>
Leonid Blouvshtein <[email protected]>
Leonid Kovalev <[email protected]> <[email protected]>
Leonid Kovalev <[email protected]> <[email protected]>
Lev Chelyadinov <[email protected]>
Liwei Cai <[email protected]>
Ljubiša Moćić <[email protected]>
Lokesh Sharma <[email protected]> <[email protected]>
Longqi Wang <[email protected]>
Lorenzo Contento <[email protected]> Lorenzo Contento <[email protected]>
Lorenzo Contento <[email protected]> lcontento <[email protected]>
Louis Abraham <[email protected]> <[email protected]>
Louis Abraham <[email protected]> louisabraham <[email protected]>
Luca Weihs <[email protected]>
Lucas Gallindo <[email protected]>
Lucas Jones <[email protected]>
Lucas Wiman <[email protected]>
Lucy Mountain <[email protected]> LucyMountain <[email protected]>
Luis Garcia <[email protected]>
Luis Talavera <[email protected]> Luis F. Talavera R <[email protected]>
Lukas Molleman <[email protected]>
Lukas Zorich <[email protected]>
Luke Peterson <[email protected]>
Luv Agarwal <[email protected]>
Maciej Baranski <[email protected]>
Maciej Skórski <[email protected]>
Madeleine Ball <[email protected]>
Malkhan Singh <[email protected]>
Mamidi Ratna Praneeth <[email protected]> Praneeth Ratna <[email protected]>
Mamidi Ratna Praneeth <[email protected]> praneeeth <[email protected]>
Mamidi Ratna Praneeth <[email protected]> praneeth <[email protected]>
Manish Gill <[email protected]>
Manish Shukla <manish.shukla393@gmail> <[email protected]>
Manish Shukla <manish.shukla393@gmail> <[email protected]>
Manoj Babu K. <[email protected]>
Manoj Kumar <[email protected]>
Marcel Stimberg <[email protected]> <[email protected]>
Marcin Briański <[email protected]>
Marcin Kostrzewa <>
Marco Antônio Habitzreuter <[email protected]>
Marco Mancini <[email protected]>
Marcus Näslund <[email protected]>
Marduk Bolaños <[email protected]> mardukbp <[email protected]>
Marek Šuppa <[email protected]>
Maria Marginean <[email protected]>
Marijan Smetko <[email protected]> InCogNiTo124 <[email protected]>
Mario Maio <[email protected]> nopria <[email protected]>
Mario Pernici <[email protected]>
Mark Bell <[email protected]>
Mark Dewing <[email protected]>
Mark Dickinson <[email protected]>
Mark Jeromin <[email protected]>
Mark Shoulson <[email protected]>
Markus Mohrhard <[email protected]>
Markus Müller <[email protected]>
Martha Giannoudovardi <[email protected]>
Martin Manns <[email protected]>
Martin Povišer <[email protected]>
Martin Roelfs <[email protected]>
Martin Thoma <[email protected]>
Martin Ueding <[email protected]>
Mary Clark <[email protected]> <[email protected]>
Mary Clark <[email protected]> <[email protected]>
Mateusz Paprocki <[email protected]> mattpap <devnull@localhost>
Mathew Chong <[email protected]>
Mathias Louboutin <[email protected]>
Matt Bogosian <[email protected]>
Matt Curry <[email protected]>
Matt Habel <[email protected]>
Matt Rajca <[email protected]>
Matthew Brett <[email protected]>
Matthew Craven <[email protected]>
Matthew Davis <[email protected]> <[email protected]>
Matthew Hoff <[email protected]> <[email protected]>
Matthew Parnell <[email protected]>
Matthew Rocklin <[email protected]> <[email protected]>
Matthew Tadd <[email protected]>
Matthew Thomas <[email protected]>
Matthew Wardrop <[email protected]>
Matthias Bussonnier <[email protected]>
Matthias Geier <[email protected]>
Matthias Köppe <[email protected]> Matthias Koeppe <[email protected]>
Matthias Liesenfeld <[email protected]>
Matthias Rettl <[email protected]>
Matthias Toews <[email protected]>
Mauro Garavello <[email protected]>
Max Hutchinson <[email protected]>
Maxence Mayrand <[email protected]>
Mayank Raj <[email protected]> mayank <[email protected]>
Mayank Raj <[email protected]> mayank raj <[email protected]>
Mayank Singh <[email protected]>
Megan Ly <[email protected]> Megan Ly <[email protected]>
Megan Ly <[email protected]> Megan Ly <[email protected]>
Meghana Madhyastha <[email protected]>
Micah Fitch <[email protected]> <[email protected]>
Michael Boyle <[email protected]>
Michael Chu <[email protected]>
Michael Gallaspy <[email protected]>
Michael Greminger <[email protected]> mgreminger <[email protected]>
Michael Mayorov <[email protected]>
Michael Mueller <[email protected]>
Michael S. Hansen <[email protected]>
Michael Sparapany <[email protected]>
Michael Zingale <[email protected]>
Michal Grňo <[email protected]> Michal Grno <[email protected]>
Michał Radwański <[email protected]>
Michele Ceccacci <[email protected]> Michele Ceccacci <[email protected]>
Michele Zaffalon <[email protected]>
Micky <[email protected]>
Miguel Marco <[email protected]>
Miguel Torres Costa <[email protected]>
Miha Marolt <[email protected]>
Mihai A. Ionescu <[email protected]>
Mihail Tarigradschi <[email protected]>
Mihir Wadwekar <[email protected]>
Mike Boyle <[email protected]>
Mikel Rouco <[email protected]>
Mikhail Remnev <[email protected]> Mikhail Remnev <[email protected]>
Milan Jolly <[email protected]> mijo2 <[email protected]>
Min Ragan-Kelley <[email protected]>
Miro Hrončok <[email protected]>
Mohammad Sadeq Dousti <[email protected]>
Mohammed Bilal <[email protected]>
Mohit Balwani <[email protected]> Mohit Balwani <[email protected]>
Mohit Balwani <[email protected]> Mohitbalwani26 <[email protected]>
Mohit Balwani <[email protected]> Mohitbalwani26 <[email protected]>
Mohit Chandra <[email protected]>
Mohit Gupta <[email protected]>
Mohit Shah <[email protected]>
Morten Olsen Lysgaard <[email protected]>
Moses Paul R <[email protected]> Moses PaulR <[email protected]>
Mridul Seth <[email protected]>
Muhammed Abdul Quadir Owais <[email protected]> MaqOwais <[email protected]>
Muskan Kumar <[email protected]>
Nabanita Dash <[email protected]> Naba7 <[email protected]>