forked from sympy/sympy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AUTHORS
830 lines (828 loc) · 32 KB
/
AUTHORS
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
All people who contributed to SymPy by sending at least a patch or
more (in the order of the date of their first contribution), except
those who explicitly didn't want to be mentioned. People with a * next
to their names are not found in the metadata of the git history. This
file is generated automatically by running `./bin/authors_update.py`.
There are a total of 822 authors.
Ondřej Čertík <[email protected]>
Fabian Pedregosa <[email protected]>
Jurjen N.E. Bos <[email protected]>
Mateusz Paprocki <[email protected]>
*Marc-Etienne M.Leveille <[email protected]>
Brian Jorgensen <[email protected]>
Jason Gedge <[email protected]>
Robert Schwarz <[email protected]>
Pearu Peterson <[email protected]>
Fredrik Johansson <[email protected]>
Chris Wu <[email protected]>
*Ulrich Hecht <[email protected]>
Goutham Lakshminarayan <[email protected]>
David Lawrence <[email protected]>
Jaroslaw Tworek <[email protected]>
David Marek <[email protected]>
Bernhard R. Link <[email protected]>
Andrej Tokarčík <[email protected]>
Or Dvory <[email protected]>
Saroj Adhikari <[email protected]>
Pauli Virtanen <[email protected]>
Robert Kern <[email protected]>
James Aspnes <[email protected]>
Nimish Telang <[email protected]>
Abderrahim Kitouni <[email protected]>
Pan Peng <[email protected]>
Friedrich Hagedorn <[email protected]>
Elrond der Elbenfuerst <[email protected]>
Rizgar Mella <[email protected]>
Felix Kaiser <[email protected]>
Roberto Nobrega <[email protected]>
David Roberts <[email protected]>
Sebastian Krämer <[email protected]>
Vinzent Steinberg <[email protected]>
Riccardo Gori <[email protected]>
Case Van Horsen <[email protected]>
Stepan Roucka <[email protected]>
Ali Raza Syed <[email protected]>
Stefano Maggiolo <[email protected]>
Robert Cimrman <[email protected]>
Bastian Weber <[email protected]>
Sebastian Krause <[email protected]>
Sebastian Kreft <[email protected]>
*Dan <[email protected]>
Alan Bromborsky <[email protected]>
Boris Timokhin <[email protected]>
Robert <[email protected]>
Andy R. Terrel <[email protected]>
Hubert Tsang <[email protected]>
Konrad Meyer <[email protected]>
Henrik Johansson <[email protected]>
Priit Laes <[email protected]>
Freddie Witherden <[email protected]>
Brian E. Granger <[email protected]>
Andrew Straw <[email protected]>
Kaifeng Zhu <[email protected]>
Ted Horst <[email protected]>
Andrew Docherty <[email protected]>
Akshay Srinivasan <[email protected]>
Aaron Meurer <[email protected]>
Barry Wardell <[email protected]>
Tomasz Buchert <[email protected]>
Vinay Kumar <[email protected]>
Johann Cohen-Tanugi <[email protected]>
Jochen Voss <[email protected]>
Luke Peterson <[email protected]>
Chris Smith <[email protected]>
Thomas Sidoti <[email protected]>
Florian Mickler <[email protected]>
Nicolas Pourcelot <[email protected]>
Ben Goodrich <[email protected]>
Toon Verstraelen <[email protected]>
Ronan Lamy <[email protected]>
James Abbatiello <[email protected]>
Ryan Krauss <[email protected]>
Bill Flynn <[email protected]>
Kevin Goodsell <[email protected]>
Jorn Baayen <[email protected]>
Eh Tan <[email protected]>
Renato Coutinho <[email protected]>
Oscar Benjamin <[email protected]>
Øyvind Jensen <[email protected]>
Julio Idichekop Filho <[email protected]>
Łukasz Pankowski <[email protected]>
*Chu-Ching Huang <[email protected]>
Fernando Perez <[email protected]>
Raffaele De Feo <[email protected]>
Christian Muise <[email protected]>
Matt Curry <[email protected]>
Kazuo Thow <[email protected]>
Christian Schubert <[email protected]>
Jezreel Ng <[email protected]>
James Pearson <[email protected]>
Matthew Brett <[email protected]>
Addison Cugini <[email protected]>
Nicholas J.S. Kinar <[email protected]>
Harold Erbin <[email protected]>
Thomas Dixon <[email protected]>
Cristóvão Sousa <[email protected]>
Andre de Fortier Smit <[email protected]>
Mark Dewing <[email protected]>
Alexey U. Gudchenko <[email protected]>
Gary Kerr <[email protected]>
Sherjil Ozair <[email protected]>
Oleksandr Gituliar <[email protected]>
Sean Vig <[email protected]>
Prafullkumar P. Tale <[email protected]>
Vladimir Perić <[email protected]>
Tom Bachmann <[email protected]>
Yuri Karadzhov <[email protected]>
Vladimir Lagunov <[email protected]>
Matthew Rocklin <[email protected]>
Saptarshi Mandal <[email protected]>
Gilbert Gede <[email protected]>
Anatolii Koval <[email protected]>
Tomo Lazovich <[email protected]>
Pavel Fedotov <[email protected]>
Jack McCaffery <[email protected]>
Jeremias Yehdegho <[email protected]>
Kibeom Kim <[email protected]>
Gregory Ksionda <[email protected]>
Tomáš Bambas <[email protected]>
Raymond Wong <[email protected]>
Luca Weihs <[email protected]>
Shai 'Deshe' Wyborski <[email protected]>
Thomas Wiecki <[email protected]>
Óscar Nájera <[email protected]>
Mario Pernici <[email protected]>
Benjamin McDonald <[email protected]>
Sam Magura <[email protected]>
Stefan Krastanov <[email protected]>
Bradley Froehle <[email protected]>
Min Ragan-Kelley <[email protected]>
Emma Hogan <[email protected]>
Nikhil Sarda <[email protected]>
Julien Rioux <[email protected]>
Roberto Colistete, Jr. <[email protected]>
Raoul Bourquin <[email protected]>
Gert-Ludwig Ingold <[email protected]>
Srinivas Vasudevan <[email protected]>
Jason Moore <[email protected]>
Miha Marolt <[email protected]>
Tim Lahey <[email protected]>
Luis Garcia <[email protected]>
Matt Rajca <[email protected]>
David Li <[email protected]>
Alexandr Gudulin <[email protected]>
Bilal Akhtar <[email protected]>
Grzegorz Świrski <[email protected]>
Matt Habel <[email protected]>
David Ju <[email protected]>
Nichita Utiu <[email protected]>
Nikolay Lazarov <[email protected]>
Steve Anton <[email protected]>
Imran Ahmed Manzoor <[email protected]>
Ljubiša Moćić <[email protected]>
Piotr Korgul <[email protected]>
Jim Zhang <[email protected]>
Sam Sleight <[email protected]>
tborisova <[email protected]>
Chancellor Arkantos <[email protected]>
Stepan Simsa <[email protected]>
Tobias Lenz <[email protected]>
Siddhanathan Shanmugam <[email protected]>
Tiffany Zhu <[email protected]>
Tristan Hume <[email protected]>
Alexey Subach <[email protected]>
Joan Creus <[email protected]>
Geoffry Song <[email protected]>
Puneeth Chaganti <[email protected]>
Marcin Kostrzewa <>
Natalia Nawara <[email protected]>
vishal <[email protected]>
Shruti Mangipudi <[email protected]>
Davy Mao <[email protected]>
Swapnil Agarwal <[email protected]>
Dhia Kennouche <[email protected]>
jerryma1121 <[email protected]>
Joachim Durchholz <[email protected]>
Martin Povišer <[email protected]>
Siddhant Jain <[email protected]>
Kevin Hunter <[email protected]>
Michael Mayorov <[email protected]>
Nathan Alison <[email protected]>
Christian Bühler <[email protected]>
Carsten Knoll <[email protected]>
Bharath M R <[email protected]>
Matthias Toews <[email protected]>
Sergiu Ivanov <[email protected]>
Jorge E. Cardona <[email protected]>
Sanket Agarwal <[email protected]>
Manoj Babu K. <[email protected]>
Sai Nikhil <[email protected]>
Aleksandar Makelov <[email protected]>
Sachin Irukula <[email protected]>
Raphael Michel <[email protected]>
Ashwini Oruganti <[email protected]>
Andreas Kloeckner <[email protected]>
Prateek Papriwal <[email protected]>
Arpit Goyal <[email protected]>
Angadh Nanjangud <[email protected]>
Comer Duncan <[email protected]>
Jens H. Nielsen <[email protected]>
Joseph Dougherty <[email protected]>
Elliot Marshall <[email protected]>
Guru Devanla <[email protected]>
George Waksman <[email protected]>
Alexandr Popov <[email protected]>
Tarun Gaba <[email protected]>
Takafumi Arakaki <[email protected]>
Saurabh Jha <[email protected]>
Rom le Clair <[email protected]>
Angus Griffith <[email protected]>
Timothy Reluga <[email protected]>
Brian Stephanik <[email protected]>
Alexander Eberspächer <[email protected]>
Sachin Joglekar <[email protected]>
Tyler Pirtle <[email protected]>
Vasily Povalyaev <[email protected]>
Colleen Lee <[email protected]>
Matthew Hoff <[email protected]>
Niklas Thörne <[email protected]>
Huijun Mai <[email protected]>
Marek Šuppa <[email protected]>
Ramana Venkata <[email protected]>
Prasoon Shukla <[email protected]>
Stefen Yin <[email protected]>
Thomas Hisch <[email protected]>
Madeleine Ball <[email protected]>
Mary Clark <[email protected]>
Rishabh Dixit <[email protected]>
Manoj Kumar <[email protected]>
Akshit Agarwal <[email protected]>
CJ Carey <[email protected]>
Patrick Lacasse <[email protected]>
Ananya H <[email protected]>
Tarang Patel <[email protected]>
Christopher Dembia <[email protected]>
Benjamin Fishbein <[email protected]>
Sean Ge <[email protected]>
Amit Jamadagni <[email protected]>
Ankit Agrawal <[email protected]>
Björn Dahlgren <[email protected]>
Christophe Saint-Jean <[email protected]>
Demian Wassermann <[email protected]>
Khagesh Patel <[email protected]>
Stephen Loo <[email protected]>
hm <[email protected]>
Patrick Poitras <[email protected]>
Katja Sophie Hotz <[email protected]>
Varun Joshi <[email protected]>
Chetna Gupta <[email protected]>
Thilina Rathnayake <[email protected]>
Max Hutchinson <[email protected]>
Shravas K Rao <[email protected]>
Matthew Tadd <[email protected]>
Alexander Hirzel <[email protected]>
Randy Heydon <[email protected]>
Oliver Lee <[email protected]>
Seshagiri Prabhu <[email protected]>
Pradyumna <[email protected]>
Erik Welch <[email protected]>
Eric Nelson <[email protected]>
Roland Puntaier <[email protected]>
Chris Conley <[email protected]>
Tim Swast <[email protected]>
Dmitry Batkovich <[email protected]>
Francesco Bonazzi <[email protected]>
Yuriy Demidov <[email protected]>
Rick Muller <[email protected]>
Manish Gill <[email protected]>
Markus Müller <[email protected]>
Amit Saha <[email protected]>
Jeremy <[email protected]>
QuaBoo <[email protected]>
Stefan van der Walt <[email protected]>
David Joyner <[email protected]>
Lars Buitinck <[email protected]>
Alkiviadis G. Akritas <[email protected]>
Vinit Ravishankar <[email protected]>
Mike Boyle <[email protected]>
Heiner Kirchhoffer <[email protected]>
Pablo Puente <[email protected]>
James Fiedler <[email protected]>
Harsh Gupta <[email protected]>
Tuomas Airaksinen <[email protected]>
Paul Strickland <[email protected]>
James Goppert <[email protected]>
rathmann <[email protected]>
Avichal Dayal <[email protected]>
Paul Scott <[email protected]>
Shipra Banga <[email protected]>
Pramod Ch <[email protected]>
Akshay <[email protected]>
Buck Shlegeris <[email protected]>
Jonathan Miller <[email protected]>
Edward Schembor <[email protected]>
Rajath Shashidhara <[email protected]>
Zamrath Nizam <[email protected]>
Aditya Shah <[email protected]>
Rajat Aggarwal <[email protected]>
Sambuddha Basu <[email protected]>
Zeel Shah <[email protected]>
Abhinav Chanda <[email protected]>
Jim Crist <[email protected]>
Sudhanshu Mishra <[email protected]>
Anurag Sharma <[email protected]>
Soumya Dipta Biswas <[email protected]>
Sushant Hiray <[email protected]>
Ben Lucato <[email protected]>
Kunal Arora <[email protected]>
Henry Gebhardt <[email protected]>
Dammina Sahabandu <[email protected]>
Manish Shukla <manish.shukla393@gmail>
Ralph Bean <[email protected]>
richierichrawr <[email protected]>
John Connor <[email protected]>
Juan Luis Cano Rodríguez <[email protected]>
Sahil Shekhawat <[email protected]>
Kundan Kumar <[email protected]>
Stas Kelvich <[email protected]>
sevaader <[email protected]>
Dhruvesh Vijay Parikh <[email protected]>
Venkatesh Halli <[email protected]>
Lennart Fricke <[email protected]>
Vlad Seghete <[email protected]>
Shashank Agarwal <[email protected]>
carstimon <[email protected]>
Pierre Haessig <[email protected]>
Maciej Baranski <[email protected]>
Benjamin Gudehus <[email protected]>
Faisal Anees <[email protected]>
Mark Shoulson <[email protected]>
Robert Johansson <[email protected]>
Kalevi Suominen <[email protected]>
Kaushik Varanasi <[email protected]>
Fawaz Alazemi <[email protected]>
Ambar Mehrotra <[email protected]>
David P. Sanders <[email protected]>
Peter Brady <[email protected]>
John V. Siratt <[email protected]>
Sarwar Chahal <[email protected]>
Nathan Woods <[email protected]>
Colin B. Macdonald <[email protected]>
Marcus Näslund <[email protected]>
Clemens Novak <[email protected]>
Mridul Seth <[email protected]>
Craig A. Stoudt <[email protected]>
Raj <[email protected]>
Mihai A. Ionescu <[email protected]>
immerrr <[email protected]>
Chai Wah Wu <[email protected]>
Leonid Blouvshtein <[email protected]>
Peleg Michaeli <[email protected]>
ck Lux <[email protected]>
zsc347 <[email protected]>
Hamish Dickson <[email protected]>
Michael Gallaspy <[email protected]>
Roman Inflianskas <[email protected]>
Duane Nykamp <[email protected]>
Ted Dokos <[email protected]>
Sunny Aggarwal <[email protected]>
Victor Brebenar <[email protected]>
Akshat Jain <[email protected]>
Shivam Vats <[email protected]>
Longqi Wang <[email protected]>
Juan Felipe Osorio <[email protected]>
Ray Cathcart <[email protected]>
Lukas Zorich <[email protected]>
Eric Miller <[email protected]>
Cody Herbst <[email protected]>
Nishith Shah <[email protected]>
Amit Kumar <[email protected]>
Yury G. Kudryashov <[email protected]>
Guillaume Gay <[email protected]>
Mihir Wadwekar <[email protected]>
Tuan Manh Lai <[email protected]>
Asish Panda <[email protected]>
Darshan Chaudhary <[email protected]>
Alec Kalinin <[email protected]>
Ralf Stephan <[email protected]>
Aaditya Nair <[email protected]>
Jayesh Lahori <[email protected]>
Harshil Goel <[email protected]>
Luv Agarwal <[email protected]>
Jason Ly <[email protected]>
Lokesh Sharma <[email protected]>
Sartaj Singh <[email protected]>
Chris Swierczewski <[email protected]>
Konstantin Togoi <[email protected]>
Param Singh <[email protected]>
Sumith Kulal <[email protected]>
Juha Remes <[email protected]>
Philippe Bouafia <[email protected]>
Peter Schmidt <[email protected]>
Jiaxing Liang <[email protected]>
Lucas Jones <[email protected]>
Gregory Ashton <[email protected]>
Jennifer White <[email protected]>
Renato Orsino <[email protected]>
Michael Boyle <[email protected]>
Alistair Lynn <[email protected]>
Govind Sahai <[email protected]>
Adam Bloomston <[email protected]>
Kyle McDaniel <[email protected]>
Nguyen Truong Duy <[email protected]>
Alex Lindsay <[email protected]>
Mathew Chong <[email protected]>
Jason Siefken <[email protected]>
Gaurav Dhingra <[email protected]>
Gao, Xiang <[email protected]>
Kevin Ventullo <[email protected]>
mao8 <[email protected]>
Isuru Fernando <[email protected]>
Shivam Tyagi <[email protected]>
Richard Otis <[email protected]>
Rich LaSota <[email protected]>
dustyrockpyle <[email protected]>
Anton Akhmerov <[email protected]>
Michael Zingale <[email protected]>
Chak-Pong Chung <[email protected]>
David T <[email protected]>
Phil Ruffwind <[email protected]>
Sebastian Koslowski <[email protected]>
Kumar Krishna Agrawal <[email protected]>
Dustin Gadal <[email protected]>
João Moura <[email protected]>
Yu Kobayashi <[email protected]>
Shashank Kumar <[email protected]>
Timothy Cyrus <[email protected]>
Devyani Kota <[email protected]>
Keval Shah <[email protected]>
Dzhelil Rufat <[email protected]>
Pastafarianist <[email protected]>
Sourav Singh <[email protected]>
Jacob Garber <[email protected]>
Vinay Singh <[email protected]>
GolimarOurHero <[email protected]>
Prashant Tyagi <[email protected]>
Matthew Davis <[email protected]>
Tschijnmo TSCHAU <[email protected]>
Alexander Bentkamp <[email protected]>
Jack Kemp <[email protected]>
Kshitij Saraogi <[email protected]>
Thomas Baruchel <[email protected]>
Nicolás Guarín-Zapata <[email protected]>
Jens Jørgen Mortensen <[email protected]>
Sampad Kumar Saha <[email protected]>
Eva Charlotte Mayer <[email protected]>
Laura Domine <[email protected]>
Justin Blythe <[email protected]>
Meghana Madhyastha <[email protected]>
Tanu Hari Dixit <[email protected]>
Shekhar Prasad Rajak <[email protected]>
Aqnouch Mohammed <[email protected]>
Arafat Dad Khan <[email protected]>
Boris Atamanovskiy <[email protected]>
Sam Tygier <[email protected]>
Jai Luthra <[email protected]>
Guo Xingjian <[email protected]>
Sandeep Veethu <[email protected]>
Archit Verma <[email protected]>
Shubham Tibra <[email protected]>
Ashutosh Saboo <[email protected]>
Michael S. Hansen <[email protected]>
Anish Shah <[email protected]>
Guillaume Jacquenot <[email protected]>
Bhautik Mavani <[email protected]>
Michał Radwański <[email protected]>
Jerry Li <[email protected]>
Pablo Zubieta <[email protected]>
Shivam Agarwal <[email protected]>
Chaitanya Sai Alaparthi <[email protected]>
Arihant Parsoya <[email protected]>
Ruslan Pisarev <[email protected]>
Akash Trehan <[email protected]>
Nishant Nikhil <[email protected]>
Vladimir Poluhsin <[email protected]>
Akshay Nagar <[email protected]>
James Brandon Milam <[email protected]>
Abhinav Agarwal <[email protected]>
Rishabh Daal <[email protected]>
Sanya Khurana <[email protected]>
Aman Deep <[email protected]>
Aravind Reddy <[email protected]>
Abhishek Verma <[email protected]>
Matthew Parnell <[email protected]>
Thomas Hickman <[email protected]>
Akshay Siramdas <[email protected]>
YiDing Jiang <[email protected]>
Jatin Yadav <[email protected]>
Matthew Thomas <[email protected]>
Rehas Sachdeva <[email protected]>
Michael Mueller <[email protected]>
Srajan Garg <[email protected]>
Prabhjot Singh <[email protected]>
Haruki Moriguchi <[email protected]>
Tom Gijselinck <[email protected]>
Nitin Chaudhary <[email protected]>
Alex Argunov <[email protected]>
Nathan Musoke <[email protected]>
Abhishek Garg <[email protected]>
Dana Jacobsen <[email protected]>
Vasiliy Dommes <[email protected]>
Phillip Berndt <[email protected]>
Haimo Zhang <[email protected]>
Anthony Scopatz <[email protected]>
bluebrook <[email protected]>
Leonid Kovalev <[email protected]>
Josh Burkart <[email protected]>
Dimitra Konomi <[email protected]>
Christina Zografou <[email protected]>
Fiach Antaw <[email protected]>
Langston Barrett <[email protected]>
Krit Karan <[email protected]>
G. D. McBain <[email protected]>
Prempal Singh <[email protected]>
Gabriel Orisaka <[email protected]>
Matthias Bussonnier <[email protected]>
rahuldan <[email protected]>
Colin Marquardt <[email protected]>
Andrew Taber <[email protected]>
Yash Reddy <[email protected]>
Peter Stangl <[email protected]>
elvis-sik <[email protected]>
Nikos Karagiannakis <[email protected]>
Jainul Vaghasia <[email protected]>
Dennis Meckel <[email protected]>
Harshil Meena <[email protected]>
Micky <[email protected]>
Nick Curtis <[email protected]>
Michele Zaffalon <[email protected]>
Martha Giannoudovardi <[email protected]>
Devang Kulshreshtha <[email protected]>
Steph Papanik <[email protected]>
Mohammad Sadeq Dousti <[email protected]>
Arif Ahmed <[email protected]>
Abdullah Javed Nesar <[email protected]>
Lakshya Agrawal <[email protected]>
shruti <[email protected]>
Rohit Rango <[email protected]>
Hong Xu <[email protected]>
Ivan Petuhov <[email protected]>
Alsheh <[email protected]>
Marcel Stimberg <[email protected]>
Alexey Pakhocmhik <[email protected]>
Tommy Olofsson <[email protected]>
Zulfikar <[email protected]>
Blair Azzopardi <[email protected]>
Danny Hermes <[email protected]>
Sergey Pestov <[email protected]>
Mohit Chandra <[email protected]>
Karthik Chintapalli <[email protected]>
Marcin Briański <[email protected]>
andreo <[email protected]>
Flamy Owl <[email protected]>
Yicong Guo <[email protected]>
Varun Garg <[email protected]>
Rishabh Madan <[email protected]>
Aditya Kapoor <[email protected]>
Karan Sharma <[email protected]>
Vedant Rathore <[email protected]>
Johan Blåbäck <[email protected]>
Pranjal Tale <[email protected]>
Jason Tokayer <[email protected]>
Raghav Jajodia <[email protected]>
Rajat Thakur <[email protected]>
Dhruv Bhanushali <[email protected]>
Anjul Kumar Tyagi <[email protected]>
Barun Parruck <[email protected]>
Bao Chau <[email protected]>
Tanay Agrawal <[email protected]>
Ranjith Kumar <[email protected]>
Shikhar Makhija <[email protected]>
Yathartha Joshi <[email protected]>
Valeriia Gladkova <[email protected]>
Sagar Bharadwaj <[email protected]>
Daniel Mahler <[email protected]>
Ka Yi <[email protected]>
Rishat Iskhakov <[email protected]>
Szymon Mieszczak <[email protected]>
Sachin Agarwal <[email protected]>
Priyank Patel <[email protected]>
Satya Prakash Dwibedi <[email protected]>
tools4origins <[email protected]>
Nico Schlömer <[email protected]>
Fermi Paradox <[email protected]>
Ekansh Purohit <[email protected]>
Vedarth Sharma <[email protected]>
Peeyush Kushwaha <[email protected]>
Jayjayyy <[email protected]>
Christopher J. Wright <[email protected]>
Jakub Wilk <[email protected]>
Mauro Garavello <[email protected]>
Chris Tefer <[email protected]>
Shikhar Jaiswal <[email protected]>
Chiu-Hsiang Hsu <[email protected]>
Carlos Cordoba <[email protected]>
Fabian Ball <[email protected]>
Yerniyaz <[email protected]>
Christiano Anderson <[email protected]>
Robin Neatherway <[email protected]>
Thomas Hunt <[email protected]>
Theodore Han <[email protected]>
Duc-Minh Phan <[email protected]>
Lejla Metohajrova <[email protected]>
Samyak Jain <[email protected]>
Aditya Rohan <[email protected]>
Vincent Delecroix <[email protected]>
Michael Sparapany <[email protected]>
Harsh Jain <[email protected]>
Nathan Goldbaum <[email protected]>
latot <[email protected]>
Kenneth Lyons <[email protected]>
Stan Schymanski <[email protected]>
David Daly <[email protected]>
Ayush Shridhar <[email protected]>
Javed Nissar <[email protected]>
Jiri Kuncar <[email protected]>
vedantc98 <[email protected]>
Rupesh Harode <[email protected]>
Rob Zinkov <[email protected]>
James Harrop <[email protected]>
James Taylor <[email protected]>
Ishan Joshi <[email protected]>
Marco Mancini <[email protected]>
Boris Ettinger <[email protected]>
Micah Fitch <[email protected]>
Daniel Wennberg <[email protected]>
ylemkimon <[email protected]>
Akash Vaish <[email protected]>
Peter Enenkel <[email protected]>
Waldir Pimenta <[email protected]>
Jithin D. George <[email protected]>
Lev Chelyadinov <[email protected]>
Lucas Wiman <[email protected]>
Rhea Parekh <[email protected]>
James Cotton <[email protected]>
Robert Pollak <[email protected]>
anca-mc <[email protected]>
Sourav Ghosh <[email protected]>
Jonathan Allan <[email protected]>
Nikhil Pappu <[email protected]>
Ethan Ward <[email protected]>
Cezary Marczak <[email protected]>
dps7ud <[email protected]>
Nilabja Bhattacharya <[email protected]>
Itay4 <[email protected]>
Poom Chiarawongse <[email protected]>
Yang Yang <[email protected]>
Cavendish McKay <[email protected]>
Bradley Gannon <[email protected]>
B McG <[email protected]>
Rob Drynkin <[email protected]>
Seth Ebner <[email protected]>
Akash Kundu <[email protected]>
Mark Jeromin <[email protected]>
Roberto Díaz Pérez <[email protected]>
Gleb Siroki <[email protected]>
Segev Finer <[email protected]>
Alex Lubbock <[email protected]>
Ayodeji Ige <[email protected]>
Matthew Wardrop <[email protected]>
Hugo <[email protected]>
Austin Palmer <[email protected]>
der-blaue-elefant <[email protected]>
Filip Gokstorp <[email protected]>
Yuki Matsuda <[email protected]>
Aaron Miller <[email protected]>
Salil Vishnu Kapur <[email protected]>
Atharva Khare <[email protected]>
Shubham Maheshwari <[email protected]>
Pavel Tkachenko <[email protected]>
Ashish Kumar Gaurav <[email protected]>
Rajeev Singh <[email protected]>
Keno Goertz <[email protected]>
Lucas Gallindo <[email protected]>
Himanshu <[email protected]>
David Menéndez Hurtado <[email protected]>
Amit Manchanda <[email protected]>
Rohit Jain <[email protected]>
Jonathan A. Gross <[email protected]>
Unknown <[email protected]>
Sayan Goswami <[email protected]>
Subhash Saurabh <[email protected]>
Rastislav Rabatin <[email protected]>
Vishal <[email protected]>
Jeremey Gluck <[email protected]>
Akshat Maheshwari <[email protected]>
symbolique <[email protected]>
Saloni Jain <[email protected]>
Arighna Chakrabarty <[email protected]>
Abhigyan Khaund <[email protected]>
Jashanpreet Singh <[email protected]>
Saurabh Agarwal <[email protected]>
luz.paz <[email protected]>
P. Sai Prasanth <[email protected]>
Nirmal Sarswat <[email protected]>
Cristian Di Pietrantonio <[email protected]>
Ravi charan <[email protected]>
Nityananda Gohain <[email protected]>
Cédric Travelletti <[email protected]>
Nicholas Bollweg <[email protected]>
Himanshu Ladia <[email protected]>
eward <[email protected]>
Adwait Baokar <[email protected]>
Mihail Tarigradschi <[email protected]>
Saketh <[email protected]>
rushyam <[email protected]>
sfoo <[email protected]>
Rahil Hastu <[email protected]>
Zach Raines <[email protected]>
Sidhant Nagpal <[email protected]>
Gagandeep Singh <[email protected]>
Rishav Chakraborty <[email protected]>
Malkhan Singh <[email protected]>
Joaquim Monserrat <[email protected]>
Mayank Singh <[email protected]>
Rémy Léone <[email protected]>
Maxence Mayrand <[email protected]>
Nikoleta Glynatsi <[email protected]>
helo9 <[email protected]>
Ken Wakita <[email protected]>
Carl Sandrock <[email protected]>
Fredrik Eriksson <[email protected]>
Ian Swire <[email protected]>
Bulat <[email protected]>
Ehren Metcalfe <[email protected]>
Dmitry Savransky <[email protected]>
Kiyohito Yamazaki <[email protected]>
Caley Finn <[email protected]>
zhouzq-thu <[email protected]>
Alexander Pozdneev <[email protected]>
Wes Turner <[email protected]>
JMSS-Unknown <[email protected]>
Arshdeep Singh <[email protected]>
cym1 <[email protected]>
Stewart Wadsworth <[email protected]>
Jared Lumpe <[email protected]>
Avi Shrivastava <[email protected]>
ramvenkat98 <[email protected]>
Bilal Ahmed <[email protected]>
Dimas Abreu Archanjo Dutra <[email protected]>
Yatna Verma <[email protected]>
S.Y. Lee <[email protected]>
Miro Hrončok <[email protected]>
Sudarshan Kamath <[email protected]>
Ayushman Koul <[email protected]>
Robert Dougherty-Bliss <[email protected]>
Andrey Grozin <[email protected]>
Bavish Kulur <[email protected]>
Arun Singh <[email protected]>
sirnicolaf <[email protected]>
Zachariah Etienne <[email protected]>
Prayush Dawda <[email protected]>
2torus <[email protected]>
Faisal Riyaz <[email protected]>
Martin Roelfs <[email protected]>
SirJohnFranklin <[email protected]>
Anthony Sottile <[email protected]>
ViacheslavP <[email protected]>
Safiya03 <[email protected]>
Alexander Dunlap <[email protected]>
Rohit Sharma <[email protected]>
Jonathan Warner <[email protected]>
Mohitbalwani26 <[email protected]>
Marduk Bolaños <[email protected]>
amsuhane <[email protected]>
Matthias Geier <[email protected]>
klaasvanaarsen <[email protected]>
Shubham Kumar Jha <[email protected]>
rationa-kunal <[email protected]>
Animesh Sinha <[email protected]>
Gaurang Tandon <[email protected]>
Matthew Craven <[email protected]>
Daniel Ingram <[email protected]>
Jogi Miglani <[email protected]>
Takumasa Nakamura <[email protected]>
Ritu Raj Singh <[email protected]>
Rajiv Ranjan Singh <[email protected]>
Vera Lozhkina <[email protected]>
adhoc-king <[email protected]>
Mikel Rouco <[email protected]>
Oscar Gustafsson <[email protected]>
damianos <[email protected]>
Supreet Agrawal <[email protected]>
shiksha11 <[email protected]>
Martin Ueding <[email protected]>
sharma-kunal <[email protected]>
Divyanshu Thakur <[email protected]>
Susumu Ishizuka <[email protected]>
Samnan Rahee <[email protected]>
Fredrik Andersson <[email protected]>
Bhavya Srivastava <[email protected]>
Alpesh Jamgade <[email protected]>
Shubham Abhang <[email protected]>
Vishesh Mangla <[email protected]>
Nicko van Someren <[email protected]>
dandiez <[email protected]>
Frédéric Chapoton <[email protected]>
jhanwar <[email protected]>
Noumbissi valere Gille Geovan <[email protected]>
Salmista-94 <[email protected]>
Shivani Kohli <[email protected]>
Parker Berry <[email protected]>
Pragyan Mehrotra <[email protected]>
Nabanita Dash <[email protected]>
Gaetano Guerriero <[email protected]>
Ankit Pandey <[email protected]>
Ritesh Kumar <[email protected]>
kkkkx <[email protected]>
wate123 <[email protected]>
Corwinpro <[email protected]>
Anway De <[email protected]>
znxftw <[email protected]>
Jack <[email protected]>
OrestisVaggelis <[email protected]>
Nikhil Maan <[email protected]>
Abhinav Anand <[email protected]>
sqs <[email protected]>
Juan Barbosa <[email protected]>
Prionti Nasir <[email protected]>