forked from sympy/sympy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mailmap
1663 lines (1663 loc) · 82.8 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 <joe@bloggs.com>
#
# 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 <joe@bloggs.com>
#
# 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 <joe@bloggs.com>
# Other Author <other@author.com>
# ...
#
# 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
# joe@bloggs.com
#
# 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 <12345+joeb@users.noreply.github.com>".
# In this case Joe should add the following line to .mailmap:
#
# # DO THIS:
# Joe Bloggs <joe@bloggs.com> joeb <12345+joeb@users.noreply.github.com>
#
# 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 <joe@bloggs.com> joeb <12345+joeb@users.noreply.github.com>
# Joe Bloggs <joe@bloggs.com> Joe <joe@gmail.com>
#
# 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 <joe@bloggs.com>
# joeb <12345+joeb@users.noreply.github.com>
#
# 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 <cchuang@mail.cgu.edu.tw>
*Dan <coolg49964@gmail.com>
*Marc-Etienne M.Leveille <protonyc@gmail.com>
*Ulrich Hecht <ulrich.hecht@gmail.com>
2torus <boris.ettinger@gmail.com>
Aadit Kamat <aadit.k12@gmail.com>
Aaditya Nair <aadityanair6494@gmail.com>
Aaron Gokaslan <aaronGokaslan@gmail.com>
Aaron Meurer <asmeurer@gmail.com>
Aaron Miller <acmiller273@gmail.com>
Aaron Stiff <69512633+AaronStiff@users.noreply.github.com>
Aaryan Dewan <aaryandewan@yahoo.com> Aaryan Dewan <49852384+aaryandewan@users.noreply.github.com>
Abbas <iamabbas7@gmail.com> Abbas <42001049+iam-abbas@users.noreply.github.com>
Abbas Mohammed <42001049+iam-abbas@users.noreply.github.com> Abbas <42001049+iam-abbas@users.noreply.github.com>
Abby Ng <abigailjng@gmail.com>
Abderrahim Kitouni <a.kitouni@gmail.com>
Abdullah Javed Nesar <abduljaved1994@gmail.com>
Abhay_Dhiman <abhaysdhimans@gmail.com>
Abhi58 <abhijithbharadwaj58@gmail.com>
Abhigyan Khaund <mail@abhigyan.xyz>
Abhinav Agarwal <abhinavagarwal1996@gmail.com>
Abhinav Anand <abhinav.anand2807@gmail.com>
Abhinav Chanda <abhinavchanda01@gmail.com>
Abhinav Cillanki <abhinavcillanki@kgpian.iitkgp.ac.in> Abhinav R Cillanki <95158195+JebronLames32@users.noreply.github.com>
Abhinav Cillanki <abhinavcillanki@kgpian.iitkgp.ac.in> JebronLames32 <abhinavcillanki@gmail.com>
Abhishek <uchiha@pop-os.localdomain>
Abhishek Chaudhary <ac5003@columbia.edu>
Abhishek Garg <abhishekgarg119@gmail.com>
Abhishek Kumar <abhishek.nitdelhi@gmail.com> ABHISHEK KUMAR <140839576+abhiphile@users.noreply.github.com>
Abhishek Patidar <1e9abhi1e10@gmail.com> ABHISHEK PATIDAR <95904102+1e9abhi1e10@users.noreply.github.com>
Abhishek Patidar <1e9abhi1e10@gmail.com> Abhishek Patidar <2311abhiptdr@gmail.com>
Abhishek Verma <iamvermaabhishek@gmail.com>
Abhishek kumar <kumar325571@gmail.com>
Achal Jain <2achaljain@gmail.com>
Adam Bloomston <adam@glitterfram.es> <mail@adambloomston>
Addison Cugini <ajcugini@gmail.com>
Addison Cugini <ajcugini@gmail.com> <addisonc@csmpm4z6d1ax.local>
Addison Cugini <ajcugini@gmail.com> <addisonc@pcp065368pcs.dhcp.calpoly.edu>
Aditya Jindal <jaditya8889@gmail.com>
Aditya Kapoor <aditya.kapoor.apm12@itbhu.ac.in>
Aditya Kumar Sinha <adityakumar113141@gmail.com> aditya113141 <adityakumar113141@gmail.com>
Aditya Ravuri <infprobscix@gmail.com> InfProbSciX <infprobscix@gmail.com>
Aditya Rohan <riyuzakiiitk@gmail.com>
Aditya Shah <adityashah30@gmail.com>
Advait Pote <apote2050@gmail.com> <advaitpote@192.168.1.4>
Advait Pote <apote2050@gmail.com> Advait <apote2050@gmail.com>
Advait Pote <apote2050@gmail.com> Advait Pote <92469698+AdvaitPote@users.noreply.github.com>
Advait Pote <apote2050@gmail.com> Advait Pote <advaitpote@192.168.1.21>
Advait Pote <apote2050@gmail.com> Advait Pote <advaitpote@192.168.1.2>
Adwait Baokar <adwaitbaokar18@gmail.com> abaokar-07 <adwaitbaokar18@gmail.com>
Akash Agrawall <akash.wanted@gmail.com>
Akash Kundu <sk.sayakkundu1997@gmail.com>
Akash Nagaraj (akasnaga) <akasnaga@cisco.com> Akash Nagaraj <grassknoted@gmail.com>
Akash Nagaraj <grassknoted@gmail.com> grassknoted <grassknoted@gmail.com>
Akash Trehan <akash.trehan123@gmail.com>
Akash Vaish <akash.9712@gmail.com>
Akhil Rajput <akh1lrjput@gmail.com> Akhil Rajput <43316490+akhil-dh1@users.noreply.github.com>
Akira Kyle <ak@akirakyle.com>
Akshansh Bhatt <akshansh@tuta.io>
Akshansh Bhatt <akshansh@tuta.io> <53227127+akshanshbhatt@users.noreply.github.com>
Akshat Jain <akshat.jain@students.iiit.ac.in>
Akshat Maheshwari <akshat14714@gmail.com>
Akshat Sood <68052998+akshatsood2249@users.noreply.github.com>
Akshay <akshaynukala95@gmail.com>
Akshay <akshaynukala95@gmail.com> <akshayah3@users.noreply.github.com>
Akshay Nagar <awesomeay13@yahoo.com>
Akshay Siramdas <akshaysiramdas@gmail.com>
Akshay Srinivasan <akshaysrinivasan@gmail.com>
Akshit Agarwal <akshit.jiit@gmail.com>
AkuBrain <76952313+Franck2111@users.noreply.github.com>
Alan Bromborsky <abrombo@verizon.net> <abrombo@verizon.net>
Alan Bromborsky <abrombo@verizon.net> <brombo@GA.(none)>
Alberto Jiménez Ruiz <Alberto.Jimenez@uclm.es>
Alec Kalinin <alec.kalinin@gmail.com>
Aleksandar Makelov <amakelov@college.harvard.edu>
Alex Argunov <sajkoooo@gmail.com>
Alex Lindsay <adlinds3@ncsu.edu> <lindsayad@users.noreply.github.com>
Alex Lindsay <adlinds3@ncsu.edu> Alex Lindsay <alexlindsay239@gmail.com>
Alex Lubbock <code@alexlubbock.com>
Alex Malins <github@alexmalins.com>
Alex Meiburg <timeroot.alex@gmail.com>
AlexCQY <alex_chua@u.nus.edu>
Alexander Behrens <alex.git@gmx.net> Alex <Alex031544@users.noreply.github.com>
Alexander Behrens <alex.git@gmx.net> Alex031544 <alex.git@gmx.net>
Alexander Bentkamp <bentkamp@gmail.com>
Alexander Cockburn <alexander_cockburn12@hotmail.com>
Alexander Dunlap <alexander.dunlap@gmail.com>
Alexander Eberspächer <alex.eberspaecher@gmail.com>
Alexander Hirzel <alex@hirzel.us>
Alexander Pozdneev <pozdneev@users.noreply.github.com>
Alexander Zhura <nice.zhura@list.ru>
Alexandr Gudulin <alexandr.gudulin@gmail.com>
Alexandr Popov <alexandr.s.popov@gmail.com>
Alexey Pakhocmhik <cool.Bakov@yandex.ru>
Alexey Subach <alexey.subach@gmail.com>
Alexey U. Gudchenko <proga@goodok.ru>
Alexis Schotte <alexis.schotte@gmail.com> AlexisSchotte <32765319+AlexisSchotte@users.noreply.github.com>
Ali Raza Syed <arsyed@gmail.com>
Alistair Lynn <arplynn@gmail.com>
Alkiviadis G. Akritas <akritas@uth.gr>
Alpesh Jamgade <alpeshjamgade21@gmail.com>
Alsheh <alsheh@rpi.edu>
Aman <amanmourya295@gmail.com>
Aman Deep <amandeep1024@gmail.com>
Aman Kumar Shukla <theprofessionalaman@gmail.com> Aman Kumar Shukla <77196231+theWiseAman@users.noreply.github.com>
Aman Sharma <amansharma110603@gmail.com> mostlyaman <85072876+mostlyaman@users.noreply.github.com>
Aman Sharma <amansharma110603@gmail.com> mostlyaman <amansharma110603@gmail.com>
Aman Thakur <thakuraman22july@gmail.com> Aman Thakur <54764701+jhonsnow456@users.noreply.github.com>
Aman Thakur <thakuraman22july@gmail.com> jhonsnow456 <thakuraman22july@gmail.com>
Amanda Dsouza <meezamanda@yahoo.com>
Ambar Mehrotra <mehrotraambar@gmail.com>
Amit Jamadagni <bitsjamadagni@gmail.com>
Amit Kumar <dtu.amit@gmail.com>
Amit Kumar <dtu.amit@gmail.com> <aktech@users.noreply.github.com>
Amit Kumar <dtu.amit@gmail.com> <dtu.amit+gh@gmail.com>
Amit Manchanda <amitdelhi1995@gmail.com>
Amit Saha <amitsaha.in@gmail.com> <asaha@redhat.com>
Ananya H <ananyaha93@gmail.com>
Anatolii Koval <weralwolf@gmail.com>
Andre de Fortier Smit <freevryheid@gmail.com>
Andreas Klöckner <inform@tiker.net> Andreas Kloeckner <inform@tiker.net>
Andrej Tokarčík <androsis@gmail.com>
Andrew Docherty <andrewd@maths.usyd.edu.au>
Andrew Straw <strawman@astraw.com>
Andrew Taber <andrew.e.taber@gmail.com>
Andrey Grozin <A.G.Grozin@inp.nsk.su>
Andrey Lekar <andrey_lekar@adoriasoft.com> blackyblack <andrey_lekar@adoriasoft.com>
Andrii Oriekhov <andriyorehov@gmail.com> andriyor <andriyorehov@gmail.com>
Andy R. Terrel <aterrel@uchicago.edu> <andy.terrel@gmail.com>
Andy R. Terrel <aterrel@uchicago.edu> <aterrel@enthought.com>
Andy R. Terrel <aterrel@uchicago.edu> <aterrel@uchicago.edu>
Angad Sandhu <55819847+angadsinghsandhu@users.noreply.github.com>
Angadh Nanjangud <angadh.n@gmail.com>
Angus Griffith <16sn6uv@gmail.com>
Anibal M. Medina-Mardones <ammedmar@gmail.com>
Animesh Sinha <animeshsinha1309@gmail.com>
Anish Shah <shah.anish07@gmail.com>
Anjul Kumar Tyagi <anjul.ten@gmail.com>
Ankit Agrawal <aaaagrawal@iitb.ac.in>
Ankit Kumar Singh <ankitdiswar10@gmail.com>
Ankit Raj Pandey <pandeyan@grinnell.edu> Ankit Pandey <pandeyan@grinnell.edu>
Ansh Mishra <anshmishra471@gmail.com>
Anthony Scopatz <scopatz@gmail.com>
Anthony Sottile <asottile@umich.edu>
Anton Akhmerov <anton.akhmerov@gmail.com>
Anton Golovanov <agolovanov256@gmail.com>
Anubhav Gupta <anubhav.gupta.cse19@itbhu.ac.in>
Anup Parikh <parikhanupk@gmail.com> Anup Parikh <84572003+parikhanupk@users.noreply.github.com>
Anurag Bhat <bhat.1@iitj.ac.in> Anurag Bhat <90216905+faze-geek@users.noreply.github.com>
Anurag Bhat <bhat.1@iitj.ac.in> faze-geek <90216905+faze-geek@users.noreply.github.com>
Anurag Bhat <bhat.1@iitj.ac.in> faze-geek <bhat.1@iitj.ac.in>
Anurag Sharma <anurags92@gmail.com> <sharmaan@iitk.ac.in>
Anway De <anway1756@gmail.com>
Aqnouch Mohammed <aqnouch.mohammed@gmail.com>
Arafat Dad Khan <arafat.da.khan@gmail.com>
Arafat Dad Khan <arafat.da.khan@gmail.com> <arafat@iitkpg.ac.in>
Aravind Reddy <aravindreddy255@gmail.com>
Archit Verma <architv07@gmail.com>
Arie Bovenberg <a.c.bovenberg@gmail.com>
Arif Ahmed <arif.ahmed.5.10.1995@gmail.com>
Arighna Chakrabarty <arighna.chakrabarty100@gmail.com>
Arihant Parsoya <parsoyaarihant@gmail.com>
Arnab Nandi <arnabnandi2002@gmail.com>
Arpan Chattopadhyay <f20180319@pilani.bits-pilani.ac.in> Arpan612 <f20180319@pilani.bits-pilani.ac.in>
Arpit Goyal <agmps18@gmail.com>
Arshdeep Singh <singh.arshdeep1999@gmail.com>
Arthur Milchior <arthur@milchior.fr>
Arthur Ryman <arthur.ryman@gmail.com>
Arun Singh <arunsin997@gmail.com> Arun Singh <erarungwl2013@gmail.com>
Arun sanganal <74652697+ArunSanganal@users.noreply.github.com>
Ashish Kumar Gaurav <ashishkg0022@gmail.com>
Ashutosh Hathidara <ashutoshhathidara98@gmail.com>
Ashutosh Saboo <ashutosh.saboo96@gmail.com>
Ashwini Oruganti <ashwini.oruganti@gmail.com>
Asish Panda <asishrocks95@gmail.com>
Atharva Khare <khareatharva@gmail.com>
Augusto Borges <borges.augustoar@gmail.com>
Austin Palmer <ap4000@nyu.edu> austin <ap4000@nyu.edu>
Avi Shrivastava <shrivastavaavi123@gmail.com> avi <shrivastavaavi123@gmail.com>
Avichal Dayal <avichal.dayal@gmail.com>
Ayodeji Ige <ayodeji18@outlook.com>
Ayush Aryan <ayush.aryan71@gmail.com> Ayush aryan <75092320+ayush3781@users.noreply.github.com>
Ayush Aryan <ayush.aryan71@gmail.com> ayush3781 <ayush.aryan71@gmail.com>
Ayush Aryan <ayush.aryan71@gmail.com> ayush3781 <ayush.aryan71gmail.com>
Ayush Bisht <bisht.ayush2001@gmail.com> Ayush <bisht.ayush2001@gmail.com>
Ayush Bisht <bisht.ayush2001@gmail.com> ayushbisht2001 <61404154+ayushbisht2001@users.noreply.github.com>
Ayush Kumar <ayushk7102@gmail.com> Ayush Kumar <65803868+ayushk7102@users.noreply.github.com>
Ayush Malik <ayushmalik779@gmail.com> Ayush-Malik <ayushmalik779@gmail.com>
Ayush Shridhar <ayush.shridhar1999@gmail.com>
Ayushman Koul <ayushmankoul4570@gmail.com>
B McG <bmcg0890@gmail.com>
Baiyuan Qiu <1061688677@qq.com> Baiyuan Qiu <51898470+bugmaker2@users.noreply.github.com>
Bao Chau <chauquocbao0907@gmail.com>
Barry Wardell <barry.wardell@gmail.com>
Barun Parruck <barun.parruck@gmail.com>
BasileiosKal <61801875+BasileiosKal@users.noreply.github.com>
Bastian Weber <bastian.weber@gmx-topmail.de>
Bavish Kulur <bavishkulur@gmail.com> bavish2201 <bavishkulur@gmail.com>
Ben Goodrich <goodrich.ben@gmail.com>
Ben Lucato <ben.lucato@gmail.com>
Ben Oostendorp <oostben@umich.edu> oostben <oostben@umich.edu>
Ben Payne <ben.is.located@gmail.com> Ben <ben.is.located@gmail.com>
Bendik Samseth <b.samseth@gmail.com>
Benedikt Placke <benedikt.placke@outlook.com>
Benjamin Fishbein <fishbeinb@gmail.com>
Benjamin Gudehus <hastebrot@gmail.com>
Benjamin McDonald <mcdonald.ben@gmail.com>
Benjamin Wolba <mail@benjaminwolba.com>
Bernhard R. Link <brlink@debian.org>
Bharat Raghunathan <bharatraghunthan9767@gmail.com> Bharat123rox <bharatraghunthan9767@gmail.com>
Bharath M R <catchmrbharath@gmail.com>
Bhaskar Gupta <guptabhanu1999@gmail.com>
Bhaskar Joshi <bhaskar.joshi@research.iiit.ac.in> BhaskarJoshi-01 <bhaskar.joshi@research.iiit.ac.in>
Bhautik Mavani <mavanibhautik@gmail.com>
Bhavik Sachdev <b.sachdev1904@gmail.com> Bhavik Sachdev <69461338+bsach64@users.noreply.github.com>
Bhavya Srivastava <bhavya17037@iiitd.ac.in>
Bilal Ahmed <b.ahmed0918@gmail.com>
Bilal Akhtar <bilalakhtar@ubuntu.com> <bilalakhtar96@yahoo.com>
Bill Flynn <wflynny@gmail.com>
Biswadeep Purkayastha <98874428+metabiswadeep@users.noreply.github.com>
Björn Dahlgren <bjodah@gmail.com>
Blair Azzopardi <blairuk@gmail.com> bsdz <bsdz@users.noreply.github.com>
Bobby Palmer <bobbyp@umich.edu>
Boris Atamanovskiy <shaomoron@gmail.com>
Boris Ettinger <ettinger.boris@gmail.com>
Boris Timokhin <qoqenator@gmail.com>
Bradley Dowling <34559056+btdow@users.noreply.github.com>
Bradley Froehle <brad.froehle@gmail.com>
Bradley Gannon <bradley.m.gannon@gmail.com>
Brandon David <brandon.david@zoho.com>
Brandon T. Willard <brandonwillard@users.noreply.github.com>
Brian E. Granger <ellisonbg@gmail.com>
Brian Jorgensen <brian.jorgensen@gmail.com> brian.jorgensen <devnull@localhost>
Brian Stephanik <xoedusk@gmail.com>
Buck Shlegeris <buck2@bruceh15.anu.edu.au>
Buck Shlegeris <buck2@bruceh15.anu.edu.au> <buck2@Bucks-MacBook-Pro.local>
Bulat <daianovich@mail.ru>
CJ Carey <perimosocordiae@gmail.com>
Caley Finn <caleyreuben@gmail.com>
Calvin Jay Ross <calvinjayross@gmail.com>
Cameron King <v-caking@microsoft.com>
Carl Sandrock <carl.sandrock@up.ac.za>
Carlos Cordoba <ccordoba12@gmail.com>
Carlos García Montoro <TrilceAC@gmail.com> Carlos García Montoro <cgarcia@ific.uv.es>
Carson McManus <carson.mcmanus1@gmail.com> Carson McManus <dyc3@users.noreply.github.com>
Carsten Knoll <CarstenKnoll@gmx.de>
Case Van Horsen <casevh@gmail.com>
Cavendish McKay <cmckay@tachycline.com>
Cezary Marczak <zeddq1@gmail.com>
Chai Wah Wu <cwwuieee@gmail.com> <postvakje@users.noreply.github.com>
Chaitanya Sai Alaparthi <achaitanyasai@gmail.com>
Chak-Pong Chung <chakpongchung@gmail.com>
Chanakya-Ekbote <ca10@iitbbs.ac.in>
Chancellor Arkantos <Chancellor_Arkantos@hotmail.co.uk>
Charalampos Tsiagkalis <ctsiagkalis@uth.gr> ctsiagkalis <49073139+ctsiagkalis@users.noreply.github.com>
Charles Harris <erdos4d@gmail.com> Charles Harris <72926946+erdos4d@users.noreply.github.com>
Charles Harris <erdos4d@gmail.com> cbh <cbharris@andeswebdesign.com>
Chetna Gupta <cheta.gup@gmail.com>
Chiu-Hsiang Hsu <wdv4758h@gmail.com>
Chris Conley <chrisconley15@gmail.com>
Chris Kerr <chris.kerr@mykolab.ch>
Chris Smith <smichr@gmail.com>
Chris Smith <smichr@gmail.com> <Donna Smith@.(none)>
Chris Swierczewski <cswiercz@gmail.com>
Chris Tefer <ctefer@gmail.com>
Chris Wu <chris.wu@gmail.com> Chris.Wu <devnull@localhost>
Chris du Plessis <christopherjonduplessis@gmail.com> Chris du Plessis <45897212+Maelstrom6@users.noreply.github.com>
Chris du Plessis <christopherjonduplessis@gmail.com> Maelstrom6 <christopherjonduplessis@gmail.com>
Christian Bühler <christian@cbuehler.de>
Christian Muise <christian.muise@gmail.com>
Christian Schubert <chr.schubert@gmx.de>
Christiano Anderson <canderson@riseup.net>
Christina Zografou <t8130048@dias.aueb.gr>
Christoph Gohle <ctg@mpq.mpg.de>
Christophe Saint-Jean <christophe.saint-jean@univ-lr.fr>
Christopher Dembia <cld72@cornell.edu>
Christopher J. Wright <cjwright4242gh@gmail.com>
Clemens Novak <clemens@familie-novak.net>
Clément M.T. Robert <cr52@protonmail.com>
Coder-RG <rgoel1999@gmail.com> Rishabh Goel <rgoel1999@gmail.com>
Cody Herbst <cyherbst@gmail.com>
Colin B. Macdonald <cbm@m.fsf.org>
Colin B. Macdonald <cbm@m.fsf.org> <macdonald@maths.ox.ac.uk>
Colin Marquardt <github@marquardt-home.de>
Colleen Lee <colleenclee@gmail.com> <clee@coursera.org>
Comer Duncan <comer.duncan@gmail.com>
Congxu Yang <u7189828@anu.edu.au>
Constantin Mateescu <costica1234@me.com>
Corey Cerovsek <corey@cerovsek.com>
Costor <pcs2009@web.de>
Craig A. Stoudt <craig.stoudt@gmail.com>
Cristian Di Pietrantonio <cristiandipietrantonio@gmail.com>
Cristóvão Sousa <crisjss@gmail.com>
Cédric Travelletti <cedrictravelletti@gmail.com> Cedric <cedric@localhost.localdomain>
Daan Koning (he/him) <daanolivierkoning@gmail.com>
Daiki Takahashi <haru.td@gmail.com> haru-44 <36563693+haru-44@users.noreply.github.com>
Dammina Sahabandu <dmsahabandu@gmail.com>
Dana Jacobsen <dana@acm.org>
Daniel Hyams <dhyams@gmail.com> dhyams <dhyams@gmail.com>
Daniel Ingram <ingramds@appstate.edu>
Daniel Mahler <dmahler@gmail.com>
Daniel Sears <highpost@users.noreply.github.com>
Daniel Weindl <daniel.weindl@helmholtz-muenchen.de>
Daniel Wennberg <daniel.wennberg@gmail.com>
Danny Hermes <daniel.j.hermes@gmail.com>
Darshan Chaudhary <deathbullet@gmail.com>
Dave Witte Morris <Dave.Morris@uleth.ca>
David Daly <david.daly12@kzoo.edu>
David Hagen <david@drhagen.com>
David Joyner <wdjoyner@gmail.com>
David Joyner <wdjoyner@gmail.com> <wdj@tinah.(none)>
David Ju <Sgtmook314@gmail.com> David Ju <david@David-PC.(none)>
David Lawrence <dmlawrence@gmail.com>
David Li <l33tnerd.li@gmail.com> <li.davidm96@gmail.com>
David Li <l33tnerd.li@gmail.com> unknown <David@David-PC.(none)>
David Marek <h4wk.cz@gmail.com> <davidm@atrey.karlin.mff.cuni.cz>
David Menéndez Hurtado <david.menendez.hurtado@scilifelab.se>
David P. Sanders <dpsanders@gmail.com>
David Roberts <dvdr18@gmail.com> David Roberts (dvdr18 [at] gmail [dot] com) <devnull@localhost>
David T <derDavidT@users.noreply.github.com>
Davide Sandonà <sandona.davide@gmail.com>
Davy Mao <e_equals_mass_speed_light_squared@hotmail.com>
Demian Wassermann <demian@bwh.harvard.edu>
Denis Ivanenko <ivanenko@ucu.edu.ua> Jack <ivanenko@ucu.edu.ua>
Denis Ivanenko <ivanenko@ucu.edu.ua> LilJohny <ivanenko@ucu.edu.ua>
Denis Rykov <rykovd@gmail.com>
Dennis Meckel <meckel@datenschuppen.de>
Dennis Sweeney <sweeney.427@osu.edu> sweeneyde <sweeney.427@osu.edu>
Denys Rybalka <rybalka.denis@gmail.com>
Devang Kulshreshtha <devang.kulshreshtha.cse14@itbhu.ac.in>
Devansh <be19b002@smail.iitm.ac.in> prototypevito <96943731+prototypevito@users.noreply.github.com>
Devesh Sawant <devesh47cool@gmail.com> dsaw <devesh47cool@gmail.com>
Devesh Sawant <devesh47cool@gmail.com> dsaw <devsaw115@gmail.com>
Devyani Kota <devyanikota@gmail.com> <divs.passion.18@gmail.com>
Dhia Kennouche <kendhia@gmail.com>
Dhia Kennouche <kendhia@gmail.com> <algheart@live.fr>
Dhruv Bhanushali <dhruv_b@live.com>
Dhruv Kothari <dhruvkothari22@gmail.com>
Dhruv Mendiratta <dhruvmendiratta6@gmail.com> Dhruv Mendiratta <42745880+dhruvmendiratta6@users.noreply.github.com>
Dhruv Mendiratta <dhruvmendiratta6@gmail.com> dhruvmendiratta6 <dhruvmendiratta6@gmail.com>
Dhruvesh Vijay Parikh <parikhdhruvesh1@gmail.com>
Diane Tchuindjo <dtchuindjo@gmail.com>
Dimas Abreu Archanjo Dutra <dimasad@ufmg.br>
Dimitra Konomi <t8130064@dias.aueb.gr>
Divyanshu Thakur <divyanshu@iiitmanipur.ac.in> Divyanshu <divyanshu@iiitmanipur.ac.in>
Dmitry Batkovich <batya239@gmail.com>
Dmitry Savransky <dsavransky@gmail.com>
Dodopalu <87149525+Dodopalu@users.noreply.github.com>
Dodopalu <87149525+Dodopalu@users.noreply.github.com>
Dominik Stańczak <stanczakdominik@gmail.com>
Donald Wilson <donwilson1029@gmail.com> wilds-23 <wilds-23@rhodes.edu>
Duane Nykamp <nykamp@umn.edu>
Duc-Minh Phan <alephvn@gmail.com>
Dustin Gadal <Dustin.Gadal@gmail.com> <dustin.gadal@gmail.com>
Dzhelil Rufat <drufat@caltech.edu>
Ebrahim Byagowi <ebrahim@gnu.org>
Edward Schembor <eschemb1@jhu.edu>
Eh Tan <tan2tan2@gmail.com>
Ehren Metcalfe <ehren.m@gmail.com>
Ekansh Purohit <purohit.e15@gmail.com>
Elias Basler <e.e.basler@protonmail.com>
Elisha Hollander <just4now666666@gmail.com> donno2048 <just4now666666@gmail.com>
Elliot Marshall <Marshall2389@gmail.com> <marshall2389@gmail.com>
Elrond der Elbenfuerst <elrond+sympy.org@samba-tng.org>
Emile Fourcini <emile.fourcin1@gmail.com> Emile <emile.fourcin1@gmail.com>
Emma Hogan <ehogan@gemini.edu>
Enric Florit <efz1005@gmail.com>
Eric Demer <demer@mailbox.org>
Eric Miller <emiller42@gmail.com>
Eric Nelson <eric.the.red.XLII@gmail.com>
Eric Wieser <wieser.eric@gmail.com>
Erik R. Gomez <gomez@kth.se> erik <gomez@kth.se>
Erik Welch <erik.n.welch@gmail.com>
Ethan DeGuire <ethandeguire@gmail.com>
Ethan Ward <etkewa@gmail.com>
Ethan Ward <etkewa@gmail.com> <ethanward@email.arizona.edu>
Ethan Ward <etkewa@gmail.com> Ethan Ward <14932247+ethankward@users.noreply.github.com>
Ethan Ward <etkewa@gmail.com> etkewa@gmail.com <qsRf9sGKy9rV>
Ethan Ward <etkewa@gmail.com> eward <eward@sunbelt-medical.com>
Eva Charlotte Mayer <eva-charlotte.mayer@posteo.de>
Eva Tiwari <eva.tiwari@gmail.com> Eva <eva.tiwari@gmail.com>
Evandro Bernardes <evbernardes@gmail.com> Evandro <15084103+evbernardes@users.noreply.github.com>
Evandro Bernardes <evbernardes@gmail.com> Evandro Bernardes <s.evandro@hotmail.com>
Evandro Bernardes <evbernardes@gmail.com> evbernardes <s.evandro@hotmail.com>
Evani Balasubramanyam <balasubramanyam.evani@gmail.com> evani balasubramanyam <balasubramanyam.evani@gmail.com>
Evelyn King <evelyn.cameron.king@gmail.com>
Evelyn King <evelyn.cameron.king@gmail.com> Cameron King <v-caking@microsoft.com>
Evgenia Karunus <lakesare@gmail.com>
Fabian Ball <fabian.ball@kit.edu>
Fabian Froehlich <fabian@schaluck.com> FFroehlich <fabian@schaluck.com>
Fabian Pedregosa <fabian@fseoane.net>
Fabian Pedregosa <fabian@fseoane.net> <fabian@debian.(none)>
Fabio Luporini <fabio@devitocodes.com>
Faisal Anees <faisal.iiit@gmail.com>
Faisal Riyaz <faisalriyaz011@gmail.com>
Fawaz Alazemi <Mba7eth@gmail.com>
Felix Kaiser <felix.kaiser@fxkr.net> <felix.kaiser@fxkr.net>
Felix Kaiser <felix.kaiser@fxkr.net> <kaiser.fx@gmail.com>
Felix Kaiser <felix.kaiser@fxkr.net> <whatfxkr@gmail.com>
Felix Yan <felixonmars@archlinux.org>
Fermi Paradox <FermiParadox@users.noreply.github.com>
Fernando Perez <Fernando.Perez@berkeley.edu>
Fiach Antaw <fiach.antaw+github@gmail.com>
Filip Gokstorp <filip@gokstorp.se>
Flamy Owl <flamyowl@protonmail.ch>
Florian Mickler <florian@mickler.org>
ForeverHaibara <69423537+ForeverHaibara@users.noreply.github.com>
Francesco Bonazzi <franz.bonazzi@gmail.com> <francesco.bonazzi@mpikg.mpg.de>
Francesco Bonazzi <franz.bonazzi@gmail.com> <none@universe.org>
Freddie Witherden <freddie@witherden.org>
Fredrik Andersson <fredrik.andersson@fcc.chalmers.se>
Fredrik Eriksson <freeriks@student.chalmers.se>
Fredrik Johansson <fredrik.johansson@gmail.com> <fredrik.johansson@gmail.com>
Fredrik Johansson <fredrik.johansson@gmail.com> <fredrik.johansson@gmail.com> <fredrik@airy.(none)>
Fredrik Johansson <fredrik.johansson@gmail.com> <fredrik@airy.(none)>
Fredrik Johansson <fredrik.johansson@gmail.com> fredrik.johansson <devnull@localhost>
Friedrich Hagedorn <friedrich_h@gmx.de>
Frédéric Chapoton <fchapoton2@gmail.com> fchapoton <fchapoton2@gmail.com>
G. D. McBain <gdmcbain@protonmail.com>
Gabriel Bernardino <gabriel.bernardino@upf.edu>
Gabriel Orisaka <orisaka@gmail.com>
Gaetano Guerriero <x.guerriero@tin.it>
Gagandeep Singh <singh.23@iitj.ac.in> Gagandeep Singh <36567889+czgdp1807@users.noreply.github.com>
Gagandeep Singh <singh.23@iitj.ac.in> Gagandeep Singh <czgdp1807@gmail.com>
Gagandeep Singh <singh.23@iitj.ac.in> Gagandeep Singh <gdp.1807@gmail.com>
Gagandeep Singh <singh.23@iitj.ac.in> Gagandeep Singh <gdp1807@gmail.com>
Gagandeep Singh <singh.23@iitj.ac.in> MathLover <36567889+czgdp1807@users.noreply.github.com>
Gagandeep Singh <singh.23@iitj.ac.in> czgdp1807 <36567889+czgdp1807@users.noreply.github.com>
Gagandeep Singh <singh.23@iitj.ac.in> czgdp1807 <czgdp1807@gmail.com>
Gagandeep Singh <singh.23@iitj.ac.in> czgdp1807 <gdp.1807@gmail.com>
Gagandeep Singh <singh.23@iitj.ac.in> czgdp1807 <singh.23@iitj.ac.in>
Gao, Xiang <qasdfgtyuiop@gmail.com>
Gareth Ma <grhkm21@gmail.com>
Garrett Folbe <gmfolbe@yahoo.com> gfolbe318 <gmfolbe@yahoo.com>
Gary Kerr <gary.kerr@blueyonder.co.uk>
Gaurang Tandon <1gaurangtandon@gmail.com>
Gaurav Dhingra <gauravdhingra.gxyd@gmail.com>
Gaurav Dhingra <gauravdhingra.gxyd@gmail.com> <axyd0000@gmail.com>
Gaurav Dhingra <gauravdhingra.gxyd@gmail.com> <igauravdhingra@protonmail.com>
Gaurav Jain <gjain369@gmail.com> Gaurav Jain <72644006+gjain-7@users.noreply.github.com>
Gautam Menghani <gum3ng@protonmail.com> gautammenghani <gautammenghani14@gmail.com>
Gautam Menghani <gum3ng@protonmail.com> gum3ng <78410304+gum3ng@users.noreply.github.com>
Gautam Menghani <gum3ng@protonmail.com> gum3ng <gum3ng@protonmail.com>
Geetika Vadali <geetika.vadali4@gmail.com> Geetika V <geetika047btcsai21@igdtuw.ac.in>
Geetika Vadali <geetika.vadali4@gmail.com> Geetika Vadali <123307246+geetHonve@users.noreply.github.com>
Geoffry Song <goffrie@gmail.com>
George Korepanov <gkorepanov.gk@gmail.com>
George Pittock <gpittock4@gmail.com>
George Waksman <waksman@gwax.com>
Georges Khaznadar <georgesk@debian.org>
Georgios Giapitzakis Tzintanos <giorgosgiapis@mail.com>
Gerald Teschl <gerald.teschl@univie.ac.at>
Gert-Ludwig Ingold <gert.ingold@physik.uni-augsburg.de>
Gilbert Gede <gilbertgede@gmail.com> <ggede@Gilbert-Gedes-MacBook.local>
Gilbert Gede <gilbertgede@gmail.com> <ggede@ucdavis.edu>
Gilles Schintgen <gschintgen@hambier.lu>
Gina <Dr-G@users.noreply.github.com>
Gleb Siroki <g.shiroki@gmail.com>
Glenn Horton-Smith <glenn.hortonsmith@gmail.com>
Glenn Horton-Smith <glenn.hortonsmith@gmail.com> Glenn Horton-Smith <gahs@phys.ksu.edu>
GolimarOurHero <metalera94@hotmail.com>
Goutham Lakshminarayan <dl.goutham@gmail.com> Goutham <devnull@localhost>
Govind Sahai <gsiitbhu@gmail.com>
Grace Su <grace.duansu@gmail.com>
Gregory Ashton <gash789@gmail.com> <ga7g08@soton.ac.uk>
Gregory Ksionda <ksiondag846@gmail.com>
Grzegorz Świrski <sognat@gmail.com>
Guillaume Gay <contact@damcb.com> <guillaume@mitotic-machine.org>
Guillaume Jacquenot <guillaume.jacquenot@gmail.com>
Guo Xingjian <Seeker1995@gmail.com>
Gurpartap Singh <dhaliwal.gurpartap@gmail.com> Gurpartap Singh <36311440+gurpartap0306@users.noreply.github.com>
Gurpartap Singh <dhaliwal.gurpartap@gmail.com> gurpartap0306 <dhaliwal.gurpartap@gmail.com>
Guru Devanla <grdvnl@gmail.com>
Haimo Zhang <zh.hammer.dev@gmail.com>
Hamish Dickson <hamish.dickson@gmail.com>
Hampus Malmberg <hampus.malmberg88@gmail.com>
Han Wei Ang <ang.h.w@u.nus.edu>
Hannah Kari <hannah.kari@marquette.edu> hannah-kari <42753364+hannah-kari@users.noreply.github.com>
Hanspeter Schmid <hanspeter.schmid@fhnw.ch>
Hardik Saini <43683678+Guardianofgotham@users.noreply.github.com>
Harold Erbin <harold.erbin@gmail.com>
Harrison Oates <48871176+HarrisonOates@users.noreply.github.com>
Harry Mountain <harrymountain1@icloud.com>
Harry Zheng <harry@harryzheng.com>
Harsh Agarwal <hagarwal9200@gmail.com>
Harsh Gupta <mail@hargup.in> <gupta.harsh96@gmail.com>
Harsh Jain <harshjniitr@gmail.com>
Harsh Kasat <hkasat@waymore.io>
Harshil Goel <harshil158@gmail.com>
Harshil Goel <harshil158@gmail.com> <darkcoderrises@users.noreply.github.com>
Harshil Meena <harshil.7535@gmail.com>
Harshit Yadav <harshityadav2k@gmail.com> Harshit Yadav <45384915+hyadav2k@users.noreply.github.com>
Haruki Moriguchi <harukimoriguchi@gmail.com>
HeeJae Chang <hechang@microsoft.com>
Heiner Kirchhoffer <Heiner.Kirchhoffer@gmail.com> <kirchhoffer@ipam040138mbp.local>
Henrik Johansson <henjo2006@gmail.com>
Henrique Soares <henrique.c.soares@tecnico.ulisboa.pt>
Henry Gebhardt <hsggebhardt@gmail.com>
Henry Metlov <genrih.metlov@gmail.com>
Himanshu <hs80941@gmail.com>
Himanshu Ladia <hladia199811@gmail.com>
Hiren Chalodiya <hirenchalodiya99@gmail.com>
Hong Xu <hong@topbug.net>
Hou-Rui <houruinus@gmail.com> Hou-Rui <13244639785@163.com>
Huangduirong <huangduirong@huawei.com> Huangxiaodui <hdrong.42@163.com>
Hubert Tsang <intsangity@gmail.com>
Hugo van Kemenade <hugovk@users.noreply.github.com> Hugo <hugovk@users.noreply.github.com>
Huijun Mai <m.maihuijun@gmail.com>
Ian Swire <oversizedpenguin@gmail.com>
Idan Pazi <idan.kp@gmail.com>
Ilya Pchelintsev <ilya.pchelintsev@outlook.com> ILLIA PCHALINTSAU <ilya.pchelintsev@outlook.com>
Imran Ahmed Manzoor <imran.manzoor31@gmail.com>
Ishan Joshi <ishanaj98@gmail.com>
Ishan Pandhare <91841626+Ishanned@users.noreply.github.com>
Ishan Pandhare <ishan9096137017@gmail.com>
Isidora Araya <iarayaday@gmail.com>
Islam Mansour <is3mansour@gmail.com>
Islem BOUZENIA <fi_bouzenia@esi.dz> islem-esi <fi_bouzenia@esi.dz>
Isuru Fernando <isuruf@gmail.com> <isuru.11@cse.mrt.ac.lk>
Itay4 <31018228+Itay4@users.noreply.github.com>
Ivan Petuhov <ivan@ostrovok.ru>
Ivan Petukhov <satels@gmail.com>
Ivan Tkachenko <me@ratijas.tk> ivan tkachenko <ratijas@users.noreply.github.com>
Ivan Tkachenko <me@ratijas.tk> ratijas <ratijas@users.noreply.github.com>
JMSS-Unknown <31131631+JMSS-Unknown@users.noreply.github.com>
Jack Kemp <metaknightdrake-git@yahoo.co.uk>
Jack Kemp <metaknightdrake-git@yahoo.co.uk> <kempj@tplxdt003.nat.physics.ox.ac.uk>
Jack McCaffery <jpmccaffery@gmail.com>
Jack Schmidt <1107865+jackschmidt@users.noreply.github.com>
Jacob Garber <jgarber1@ualberta.ca>
Jai Luthra <me@jailuthra.in>
Jaime R <38530589+Jaime02@users.noreply.github.com>
Jaime Resano <gemailpersonal02@gmail.com>
Jainul Vaghasia <jainulvaghasia@gmail.com> <jainulvaghasia@D-10-157-53-226.dhcp4.washington.edu>
Jakub Wilk <jwilk@jwilk.net>
James A. Preiss <jamesalanpreiss@gmail.com> jpreiss <jamesalanpreiss@gmail.com>
James Abbatiello <abbeyj@gmail.com>
James Aspnes <aspnes@cs.yale.edu>
James Brandon Milam <jmilam343@gmail.com>
James Cotton <peabody124@gmail.com>
James Fiedler <jrfiedler@gmail.com>
James Goppert <james.goppert@gmail.com>
James Harrop <ebc121@gmail.com>
James Pearson <xiong.chiamiov@gmail.com>
James Taylor <user234683@tutanota.com>
James Whitehead <whiteheadj@gmail.com> jcwhitehead <whiteheadj@gmail.com>
Jan Kruse <janckruse@t-online.de>
Jan-Philipp Hoffmann <sonntagsgesicht@icloud.com> Jan-Philipp Hoffmann <90828785+jan-philipp-hoffmann@users.noreply.github.com>
Jared Lumpe <mjlumpe@gmail.com> Michael Jared Lumpe <mjlumpe@gmail.com>
Jaroslaw Tworek <dev.jrx@gmail.com>
Jashanpreet Singh <jashansingh.4398@gmail.com>
Jason Gedge <inferno1386@gmail.com> inferno1386 <devnull@localhost>
Jason Ly <jason.ly@gmail.com>
Jason Moore <moorepants@gmail.com>
Jason Ross <jasonross1024@gmail.com>
Jason Siefken <siefkenj@gmail.com>
Jason Tokayer <jason.tokayer@gmail.com>
Jason Tokayer <jason.tokayer@gmail.com> <jason.tokayer@capitalone.com>
Jatin Yadav <jatinyadav25@gmail.com>
Javed Nissar <javednissar@gmail.com>
Jay Patankar <patankarjays@gmail.com> Jay-Patankar <107458263+Jay-Patankar@users.noreply.github.com>
Jayesh Lahori <jlahori92@gmail.com>
Jayjayyy <vfhsln8s3l4b87t4c3@byom.de>
Jean-Luc Herren <jlh@gmx.ch> jlherren <jlh@gmx.ch>
Jeffrey Ryan <jeffaryan7@gmail.com>
Jennifer White <jcrw122@googlemail.com>
Jens H. Nielsen <jenshnielsen@gmail.com>
Jens Jørgen Mortensen <jj@smoerhul.dk>
Jeremey Gluck <jeremygluck@yahoo.com>
Jeremias Yehdegho <j.yehdegho@gmail.com> <aevirex@aleph.(none)>
Jeremy <twobitlogic@gmail.com>
Jeremy Monat <jemonat@calalum.org>
Jerry James <loganjerry@gmail.com>
Jerry Li <jerry@jerryli.ca>
Jezreel Ng <jezreel@gmail.com>
Jiaxing Liang <liangjiaxing57@gmail.com>
Jiaxing Liang <liangjiaxing57@gmail.com> <jiaxingl@CS-DEAL-03.cs.sfu.ca>
Jim Crist <crist042@umn.edu>
Jim Zhang <Hyriodula@gmail.com>
Jiri Kuncar <jiri.kuncar@gmail.com>
Jisoo Song <jeesoo9595@snu.ac.kr> JSS95 <52185322+JSS95@users.noreply.github.com>
Jisoo Song <jeesoo9595@snu.ac.kr> mcpl-sympy <59268464+mcpl-sympy@users.noreply.github.com>
Jithin D. George <jithindgeorge93@gmail.com>
Joachim Durchholz <jo@durchholz.org> <jo@durchholz.org>
Joachim Durchholz <jo@durchholz.org> <toolforger@durchholz.org>
Joan Creus <joan.creus.c@gmail.com>
Joannah Nanjekye <joannah.nanjekye@ibm.com> Joannah Nanjekye <jnanjekye@python.org>
Joannah Nanjekye <joannah.nanjekye@ibm.com> nanjekyejoannah <joannah.nanjekye@ibm.com>
Joaquim Monserrat <qmonserrat@mailoo.org>
Jochen Voss <voss@seehuhn.de>
Jogi Miglani <jmig5776@gmail.com> jmig5776 <jmig5776@gmail.com>
Johan Blåbäck <johan_bluecreek@riseup.net> <johan.blaback@cea.fr>
Johan Guzman <jguzm022@ucr.edu>
Johann Cohen-Tanugi <johann.cohentanugi@gmail.com>
Johannes Hartung <joha2@gmx.net>
Johannes Kasimir <johannes.kasimir@math.lu.se>
John Connor <john.theman.connor@gmail.com>
John Möller <john.moller@outlook.com>
John V. Siratt <jvsiratt@gmail.com>
Jonathan A. Gross <jarthurgross@gmail.com>
Jonathan Allan <jjallan@users.noreply.github.com>
Jonathan Daniel <36337649+jond01@users.noreply.github.com>
Jonathan Gutow <gutow@uwosh.edu> gutow <gutow@uwosh.edu>
Jonathan Miller <jdmiller93@gmail.com>
Jonathan Warner <warnerjon12@gmail.com>
Jonty16117 <jonty@DESKTOP-J1O6ANP.localdomain>
Jorge E. Cardona <jorgeecardona@gmail.com>
Jorn Baayen <jorn.baayen@gmail.com>
Jose M. Gomez <chemoki@gmail.com> jmgc <chemoki@gmail.com>
Joseph Dougherty <Github@JWDougherty.com>
Joseph Rance <56409230+Joseph-Rance@users.noreply.github.com>
Joseph Redfern <joseph@redfern.me>
Josh Burkart <jburkart@gmail.com>
José Senart <jose.senart@gmail.com>
João Bravo <joaocgbravo@tecnico.ulisboa.pt>
João Moura <operte@gmail.com>
Juan Barbosa <js.barbosa10@uniandes.edu.co>
Juan Felipe Osorio <jfosorio@gmail.com>
Juan Luis Cano Rodríguez <juanlu001@gmail.com>
Juha Remes <jremes@outlook.com>
Julien Palard <julien@palard.fr>
Julien Rioux <julien.rioux@gmail.com>
Julio Idichekop Filho <idichekop@yahoo.com.br>
Jun Lin <junlin0604@gmail.com> wate123 <junlin0604@gmail.com>
Jurjen N.E. Bos <jnebos@gmail.com> <jnebos@gmail.com>
Jurjen N.E. Bos <jnebos@gmail.com> Jurjen N.E. Bos <devnull@localhost>
Justin Blythe <jblythe29@gmail.com>
Jyn Spring 琴春 <me@vx.st>
K. Kraus <laqueray@googlemail.com>
Ka Yi <chua.kayi@yahoo.com.sg>
Kaifeng Zhu <cafeeee@gmail.com>
Kalevi Suominen <jksuom@gmail.com> <kalevi.suominen@helsinki.fi>
Kamlesh Joshi <72374645+kamleshjoshi8102@users.noreply.github.com>
Karan <grgkaran03@gmail.com>
Karan <grgkaran03@gmail.com>
Karan Sharma <karan1276@gmail.com>
Karthik Chintapalli <karthik.chintapalli@students.iiit.ac.in> <karthik.chintapalli@gmail.com>
Kartik Sethi <kartiks31416@gmail.com> Kartik Sethi <37146279+ks147@users.noreply.github.com>
Katja Sophie Hotz <katja.sophie.hotz@student.tuwien.ac.at>
Kaushik Varanasi <kaushik.varanasi1@gmail.com>
Kaustubh <90597818+kaustubh-765@users.noreply.github.com>
Kaustubh <kaustubh.am765@gmail.com>
Kaustubh Chaudhari <ckaustubhm06@gmail.com> Kaustubh <ckaustubhm06@gmail.com>
Kaustubh Chaudhari <ckaustubhm06@gmail.com> kc611 <ckaustubhm06@gmail.com>
KaustubhDamania <kaustubh.damania@gmail.com>
Kazuo Thow <kazuo.thow@gmail.com>
Ken Wakita <wakita@is.titech.ac.jp>
Kenneth Emeka Odoh <kenneth.odoh@gmail.com>
Kenneth Lyons <ixjlyons@gmail.com>
Keno Goertz <keno@goertz-berlin.com>
Keval Shah <kevalshah_96@yahoo.co.in>
Kevin Goodsell <kevin-opensource@omegacrash.net>
Kevin Hunter <hunteke@earlham.edu>
Kevin Ventullo <kevin.ventullo@gmail.com>
Khagesh Patel <khageshpatel93@gmail.com>
Kibeom Kim <kk1674@nyu.edu>
Kirill Smelkov <kirr@landau.phys.spbu.ru> convert-repo <devnull@localhost>
Kirill Smelkov <kirr@landau.phys.spbu.ru> kirill.smelkov <devnull@localhost>
Kirtan Mali <kirtanmali555@gmail.com> KIRTAN MALI <43683545+kmm555@users.noreply.github.com>
Kirtan Mali <kirtanmali555@gmail.com> kmm555 <kirtanmali555@gmail.com>
Kishore Gopalakrishnan <kishore96@gmail.com>
Kiyohito Yamazaki <kyamaz@openql.org>
Klaus Rettinghaus <klaus.rettinghaus@enote.com>
Konrad Meyer <konrad.meyer@gmail.com>
Konstantin Togoi <konstantin.togoi@gmail.com> <togoi.konstantin@outlook.com>
Konstantinos Riganas <kostasriganas24@gmail.com> kostas-rigan <t8200145@aueb.gr>
Kristian Brünn <hello@kristianbrunn.com> Kristianmitk <hello@kristianbrunn.com>
Krit Karan <kritkaran.b13@iiits.in> <kritkaran94@users.noreply.github.com>
Kshitij <kshitijparwani.mat18@itbhu.ac.in> Kshitij Parwani <44468674+P-Kshitij@users.noreply.github.com>
Kshitij Saraogi <KshitijSaraogi@gmail.com>
Kuldeep Borkar Jr <kuldeepborkarjr765@gmail.com> Kuldeep <kuldeepborkar.jr@gmail.com>
Kuldeep Borkar Jr <kuldeepborkarjr765@gmail.com> Kuldeep Borkar Jr <74557588+KuldeepBorkar@users.noreply.github.com>
Kuldeep Borkar Jr <kuldeepborkarjr765@gmail.com> Kuldeep-GitWorks <100110333+Kuldeep-GitWorks@users.noreply.github.com>
Kumar Krishna Agrawal <kumar.1994.14@gmail.com>
Kunal Arora <kunalarora.135@gmail.com>
Kunal Sheth <kunal@kunalsheth.info>
Kunal Singh <ksingh19136@gmail.com> kunal singh <ksingh19136@gmail.com>
Kundan Kumar <kundankumar18581@gmail.com>
Kyle McDaniel <mcdanie5@illinois.edu> <mcdaniel221@gmail.com>
Lagaras Stelios <stel.lag@hotmail.com> lagamura <stel.lag@hotmail.com>
Lakshya Agrawal <zeeshan.lakshya@gmail.com>
Langston Barrett <langston.barrett@gmail.com>
Lars Buitinck <larsmans@gmail.com>
Laura Domine <temigo@gmx.com>
Lauren Glattly <laurenglattly@gmail.com>
Lauren Yim <31467609+cherryblossom000@users.noreply.github.com>
Laurence Warne <laurencewarne@gmail.com>
Le Cong Minh Hieu <hieu.lecongminh@gmail.com>
Lee Johnston <lee.johnston.100@gmail.com>
Lejla Metohajrova <l.metohajrova@gmail.com>
Lennart Fricke <lennart@die-frickes.eu>
Leo Battle <leowbattle@gmail.com>
Leonid Blouvshtein <leonidbl91@gmail.com>
Leonid Kovalev <leonidvkovalev@gmail.com> <leonid.traveling@gmail.com>
Leonid Kovalev <leonidvkovalev@gmail.com> <normalhuman@users.noreply.github.com>
Lev Chelyadinov <leva181777@gmail.com>
Liwei Cai <cai.lw123@gmail.com>
Ljubiša Moćić <3rdslasher@gmail.com>
Lokesh Sharma <lokeshhsharma@gmail.com> <your_email@youremail.com>
Longqi Wang <iqgnol@gmail.com>
Lorenz Winkler <lorenz.winkler@tuwien.ac.at>
Lorenzo Contento <lorenzo.contento@gmail.com> Lorenzo Contento <lcontento@users.noreply.github.com>
Lorenzo Contento <lorenzo.contento@gmail.com> lcontento <lcontento@users.noreply.github.com>
Louis Abraham <louis.abraham@yahoo.fr> <louisabraham@users.noreply.github.com>
Louis Abraham <louis.abraham@yahoo.fr> louisabraham <louis.abraham@yahoo.fr>
Luca Weihs <astronomicalcuriosity@gmail.com>
Lucas Gallindo <lgallindo@gmail.com>
Lucas Jones <lucas@lucasjones.co.uk>
Lucas Wiman <lucas.wiman@gmail.com>
Lucy Mountain <lucymountain1@icloud.com> LucyMountain <lucymountain1@icloud.com>
Luis Garcia <ppn.online@me.com>
Luis Talavera <luisfertalavera15@gmail.com> Luis F. Talavera R <47088091+LuisFerTR@users.noreply.github.com>
Lukas Molleman <Lukas.Molleman@gmail.com>
Lukas Zorich <lukas.zorich@gmail.com>
Luke Peterson <hazelnusse@gmail.com>
Luv Agarwal <agarwal.iiit@gmail.com>
Maciej Baranski <getrox.sc@gmail.com>
Maciej Skórski <maciej.skorski@gmail.com>
Madeleine Ball <mpball@gmail.com>
Malkhan Singh <malkhansinghrathaur@gmail.com>
Mamidi Ratna Praneeth <praneethratna@gmail.com> Praneeth Ratna <63547155+praneethratna@users.noreply.github.com>
Mamidi Ratna Praneeth <praneethratna@gmail.com> praneeeth <praneethratna@gmail.com>
Mamidi Ratna Praneeth <praneethratna@gmail.com> praneeth <praneethratna@gmail.com>
Manish Gill <gill.manish90@gmail.com>
Manish Shukla <manish.shukla393@gmail> <manish.shukla393@gmail.com>
Manish Shukla <manish.shukla393@gmail> <shukla@ubuntu.ubuntu-domain>
Manoj Babu K. <manoj.babu2378@gmail.com>
Manoj Kumar <manojkumarsivaraj334@gmail.com>
Marcel Stimberg <marcel.stimberg@ens.fr> <marcel.stimberg@inserm.fr>
Marcin Briański <marcin.brianski@student.uj.edu.pl>
Marcin Kostrzewa <>
Marco Antônio Habitzreuter <mahabitzreuter@gmail.com>
Marco Mancini <marco.mancini@obspm.fr>
Marcus Näslund <naslundx@gmail.com>
Marduk Bolaños <mardukbp@mac.com> mardukbp <mardukbp@mac.com>
Marek Šuppa <mr@shu.io>
Maria Marginean <33810762+mmargin@users.noreply.github.com>
Marijan Smetko <marijansmetko123@gmail.com> InCogNiTo124 <marijansmetko123@gmail.com>
Mario Maio <mario.maio@aruba.it> nopria <mario.maio@aruba.it>
Mario Pernici <mario.pernici@gmail.com>
Mark Bell <mark00bell@googlemail.com>
Mark Dewing <markdewing@gmail.com>
Mark Dickinson <dickinsm@gmail.com>
Mark Jeromin <mark.jeromin@sysfrog.net>
Mark Shoulson <mark@kli.org>
Mark van Gelder <m.j.vangelder@student.tudelft.nl>
Markus Mohrhard <markus.mohrhard@googlemail.com>
Markus Müller <markus.mueller.1.g@googlemail.com>
Martha Giannoudovardi <maapxa@gmail.com>
Martin Manns <mmanns@gmx.net>
Martin Povišer <martin.povik@gmail.com>
Martin Roelfs <u0114255@kuleuven.be>
Martin Thoma <info@martin-thoma.de>
Martin Ueding <dev@martin-ueding.de>
Mary Clark <mary.spriteling@gmail.com> <meclark246@gmail.com>
Mary Clark <mary.spriteling@gmail.com> <meclark256@gmail.com>
Mateusz Paprocki <mattpap@gmail.com> mattpap <devnull@localhost>
Mathew Chong <mathewchong.dev@gmail.com>
Mathias Louboutin <mathias.louboutin@gmail.com>
Matt Bogosian <matt@bogosian.net>
Matt Curry <mattjcurry@gmail.com>
Matt Habel <habelinc@gmail.com>
Matt Rajca <matt.rajca@me.com>
Matthew Brett <matthew.brett@gmail.com>
Matthew Craven <clyring@users.noreply.github.com>
Matthew Davis <davisml.md@gmail.com> <mlda065@cse.unsw.edu.au>
Matthew Hoff <mhoff14@gmail.com> <mhoff@calpoly.edu>
Matthew Parnell <matt@parnmatt.co.uk>
Matthew Rocklin <mrocklin@cs.uchicago.edu> <mrocklin@gmail.com>
Matthew Tadd <matt.tadd@gmail.com>
Matthew Thomas <mnmt@users.noreply.github.com>
Matthew Wardrop <matthew.wardrop@airbnb.com>
Matthias Bussonnier <bussonniermatthias@gmail.com>
Matthias Geier <Matthias.Geier@gmail.com>
Matthias Köppe <mkoeppe@math.ucdavis.edu> Matthias Koeppe <mkoeppe@math.ucdavis.edu>
Matthias Liesenfeld <116307294+maliesen@users.noreply.github.com>
Matthias Rettl <matthias.rettl@stud.unileoben.ac.at>
Matthias Toews <mat.toews@googlemail.com>
Mauro Garavello <mauro.garavello@unimib.it>
Max Hutchinson <maxhutch@gmail.com>
Maxence Mayrand <35958639+maxencemayrand@users.noreply.github.com>
Mayank Raj <mayank_1901cs35@iitp.ac.in> mayank <54908605+mayankray2020@users.noreply.github.com>
Mayank Raj <mayank_1901cs35@iitp.ac.in> mayank raj <mayank_1901cs35@iitp.ac.in>
Mayank Singh <mayank.singh081997@gmail.com>
Megan Ly <megan.ly@learnosity.com> Megan Ly <meganly@MacBook-Pro.local>
Megan Ly <megan.ly@learnosity.com> Megan Ly <megan@artcompiler.com>
Meghana Madhyastha <meghana.madhyastha@gmail.com>
Micah Fitch <micahscopes@gmail.com> <fitchmicah@gmail.com>
Michael Boyle <michael.oliver.boyle@gmail.com>
Michael Chu <michael02chu@gmail.com>
Michael Gallaspy <gallaspy.michael@gmail.com>
Michael Greminger <michael.greminger@gmail.com> mgreminger <michael.greminger@gmail.com>
Michael Mayorov <marchael@kb.csu.ru>
Michael Mueller <michaeldmueller7@gmail.com>
Michael S. Hansen <michael.hansen@nih.gov>
Michael Sparapany <msparapa@purdue.edu>
Michael Zingale <michael.zingale@stonybrook.edu>
Michal Grňo <m93a.cz@gmail.com> Michal Grno <m93a.cz@gmail.com>
Michał Radwański <enedil.isildur@gmail.com>
Michele Ceccacci <michelececcacci1@gmail.com> Michele Ceccacci <75946413+michelececcacci@users.noreply.github.com>
Michele Zaffalon <michele.zaffalon@gmail.com>
Micky <mickydroch@gmail.com>
Miguel Marco <mmarco@unizar.es>
Miguel Torres Costa <miguelptcosta1995@gmail.com>
Miha Marolt <tloramus@gmail.com>
Mihai A. Ionescu <ionescu.a.mihai@gmail.com>
Mihail Tarigradschi <m.tarigradschi@gmail.com>
Mihir Wadwekar <m.mihirw@gmail.com>
Mike Boyle <boyle@astro.cornell.edu>
Mikel Rouco <mikel.mrm@gmail.com>
Mikhail Remnev <maremnev@gmail.com> Mikhail Remnev <141655736+maremnev@users.noreply.github.com>
Milan Jolly <milan.cs16@iitp.ac.in> mijo2 <milan.cs16@iitp.ac.in>
Min Ragan-Kelley <benjaminrk@gmail.com>