This repository has been archived by the owner on Mar 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 943
/
company_developers7.txt
16498 lines (16498 loc) · 950 KB
/
company_developers7.txt
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
# This file is derived from developers_affiliations.txt and so should not be edited directly.
# If you see an error, please update developers_affiliations.txt and this file will be fixed
# when regenerated.
#be:
Meteor:
abernix: git!jro.cc from 2017-01-01 until 2018-01-01
calebmer: calebmeredith8!gmail.com from 2017-01-01 until 2017-04-01
glasser: glasser!davidglasser.net, glasser!meteor.com, glasser!users.noreply.github.com until 2016-03-01
helfer: helfer!users.noreply.github.com, jonas!helfer.email from 2016-02-01 until 2017-06-01
justinsb: justin!fathomdb.com, justinsb!google.com, justinsb!users.noreply.github.com from 2014-01-01 until 2016-01-01
multilinear: mbrewer!smalladventures.net, multilinear!users.noreply.github.com until 2016-04-01
theadactyl: thea.lamkin!gmail.com from 2016-03-01 until 2018-02-01
Meteorcomm:
dtfranz: dtfranz!users.noreply.github.com until 2016-06-01, from 2018-07-01 until 2020-10-01
Metglobal:
gokhandincer: gokhandincer!users.noreply.github.com from 2017-12-01 until 2019-02-01
halilkaya: halilkaya!users.noreply.github.com from 2016-06-01 until 2020-03-01
yeliztaneroglu: yeliztaneroglu!gmail.com until 2017-12-01
zynpsnltrkk: zynpsnltrkk!users.noreply.github.com from 2017-07-01 until 2019-08-01
Methics Oy:
lindlof: lindlof!users.noreply.github.com, mikuz.dev!gmail.com until 2015-11-01
Method Park:
sebastiansterk: sebastiansterk!users.noreply.github.com from 2015-11-01 until 2018-01-01
Method Studios:
damntourists: damntourists!users.noreply.github.com until 2016-06-01
kurikaesu: kurikaesu!users.noreply.github.com from 2015-02-01 until 2015-07-01
louisVottero: louis.vot!gmail.com from 2018-07-01 until 2019-07-01
rojopolis: rojopolis!users.noreply.github.com from 2014-05-01 until 2015-09-01
theNewFlesh: alexander.g.braun!gmail.com, theNewFlesh!users.noreply.github.com until 2014-10-01
Methodical:
edeediong: edeediong!users.noreply.github.com, edidiongmichael08!gmail.com from 2019-05-01 until 2019-10-01
Methods:
warrenbailey: warren!warrenbailey.net from 2015-09-01 until 2016-08-01, from 2017-03-01 until 2018-06-01
Metis:
charles545587: charles545587!users.noreply.github.com until 2018-09-01
emypar: emypar!users.noreply.github.com from 2017-12-01 until 2018-03-01
Metis Secure Solutions:
justinvp: justinvp!users.noreply.github.com, jvp!justinvp.com until 2015-02-01
Metisentry:
ryedin: ryedin!users.noreply.github.com from 2019-09-01 until 2020-04-01
Metises:
bitgandtter: bitgandtter!users.noreply.github.com, yasmanycm!gmail.com from 2022-01-01
Metoda GmbH:
JohnnyCrazy: JohnnyCrazy!users.noreply.github.com, jonas!dellinger.dev, lode!alsvanzelf.nl, mail!verydapeng.com from 2016-10-01 until 2019-12-01
Metova:
0xC0ncord: 0xC0ncord!users.noreply.github.com until 2016-10-01
Metova Federal:
Striar-Yunis: striaryunis!outlook.com from 2019-05-01
MetricStream Inc.:
nkiesel: nkiesel!users.noreply.github.com
ravi23ganiga: ravi23ganiga!gmail.com until 2016-10-01
Metro Newspapers:
elgeorge2k: elgeorge2k!users.noreply.github.com from 2019-12-01
MetroStar:
hasahmed: hasahmed!users.noreply.github.com from 2019-07-01
Metroline:
braydonk: braydonk!users.noreply.github.com from 2018-08-01 until 2019-09-01
Metromile:
sanathkr: sanathkr!amazon.com until 2014-06-01
Metroplolis Business Publishing:
bz2: bz2!users.noreply.github.com, gzlist!googlemail.com, martin!zegami.com from 2017-04-01
Metso Outotec:
marcosatti: marcosatti!gmail.com from 2021-04-01
Mettalloids Limited:
idoqo: idoqo!users.noreply.github.com from 2019-04-01 until 2020-01-01
Mettl:
karamjotsingh: karamjot23singh!gmail.com from 2021-07-01 until 2022-07-01
Mettler-Toledo Cargoscan:
sheeeng: lel!praqma.net, leonard.lee!praqma.com, sheeeng!users.noreply.github.com from 2016-01-01 until 2017-01-01
Meus Pedidos:
cleberwarmling: cleberwarmling!users.noreply.github.com from 2017-11-01 until 2018-07-01
murielsilveira: murielkong!gmail.com until 2016-12-01
Meva Media Sweden AB:
alisinabh: alisina.bm!gmail.com from 2019-02-01
Meve:
jesusalvb: jesusalvb!users.noreply.github.com from 2016-03-01 until 2017-12-01
Mevukashim:
ivalexa: ivalexa!users.noreply.github.com from 2015-05-01 until 2016-10-01
Mexia:
justinyoo: justin.yoojh!gmail.com, justinyoo!users.noreply.github.com from 2017-11-01
Mexili:
Abhijay007: abhijay007j!gmail.com from 2021-01-01 until 2021-02-01
nilisha-jais: nilisha-jais!users.noreply.github.com from 2021-02-01 until 2021-03-01
Mezzobit:
lukanus: lukanus!uaznia.net until 2015-09-01
Mgx:
matrixise: stephane!wirtel.be from 2019-06-01
Mhgoz:
OpenSourceZombie: OpenSourceZombie!users.noreply.github.com, a.alshirbiny!gmail.com from 2015-07-01 until 2015-08-01
Mhirba:
QuiiBz: tom.lienrd!gmail.com from 2021-04-01 until 2021-07-01
Mi-Jack:
Andrew-xyz: Andrew-xyz!users.noreply.github.com from 2018-08-01 until 2022-04-01
Mi9 Retail:
patrickmslatteryvt: 5231477+patrickmslatteryvt!users.noreply.github.com, patrickmslatteryvt!users.noreply.github.com from 2019-04-01
szahn: szahn!users.noreply.github.com from 2019-03-01 until 2019-06-01
MiCareo:
ozooxo: ozooxo!gmail.com, ozooxo!users.noreply.github.com until 2017-07-01
MiFund:
ducas: ducas!ducasfrancis.com, ducas!users.noreply.github.com from 2016-08-01 until 2017-08-01
MiM-Essay:
ashwanth1109: ashwanth.r!trilogy.com, ashwanth1109!users.noreply.github.com from 2016-01-01 until 2016-03-01
MiMedia:
richelam: richelam!users.noreply.github.com
MiQ:
Ipuvi: ipuvi98!gmail.com from 2020-07-01
codope: codope!users.noreply.github.com, sagarsumit09!gmail.com from 2016-02-01 until 2018-08-01
kopal2212: kopal2212!users.noreply.github.com from 2019-05-01
MiQ Digital Limited:
arunkjn: arunkjn!gmail.com, arunkjn!users.noreply.github.com
MiTAC International Ciorp:
cage1016: cage.chung!gmail.com, cage1016!users.noreply.github.com until 2015-09-01
MiWay Insurance:
pierredup: pierre!pcservice.co.za, pierredup!users.noreply.github.com
Mia Learning:
jonahrosenblum: jonahrosenblum!users.noreply.github.com from 2018-06-01 until 2018-08-01
Mia-Platform:
MIA-Deltat1995: MIA-Deltat1995!users.noreply.github.com from 2021-05-01
davidebianchi: davidebianchi!users.noreply.github.com from 2018-01-01
teobmg: teobmg!users.noreply.github.com from 2021-03-01 until 2022-09-01
Miare:
danialgood: danialgood!users.noreply.github.com from 2016-07-01 until 2017-02-01
Mibo Health:
runzhliu: runzhliu!users.noreply.github.com from 2015-06-01 until 2016-03-01
Mic:
juliangruber: julian!juliangruber.com, juliangruber!users.noreply.github.com from 2014-11-01 until 2015-02-01
Micepad:
WLun001: WLun001!users.noreply.github.com, weilun_95!hotmail.com from 2019-09-01
Michael Kors:
crosbymichael1: crosbymichael1!users.noreply.github.com until 2015-12-01
Michelin North America Inc.:
Evangelink: amaury.leve!sonarsource.com until 2014-12-01
clementlecorre: clementlecorre!users.noreply.github.com from 2015-07-01 until 2015-09-01
Michigan First Credit Union:
behoyh: behoyh!users.noreply.github.com from 2016-11-01 until 2020-01-01
Michigan Hackers:
rishibarad: rishib!umich.edu, rishibarad!users.noreply.github.com from 2019-09-01 until 2020-08-01
Michigan State University Foundation:
CSdread: CSdread!users.noreply.github.com, daniel!feinberg.com until 2015-11-01
Micro:
asim: asim!chuhnk.me, asim!users.noreply.github.com
domwong: domwong!users.noreply.github.com from 2020-04-01 until 2020-06-01
frioux: frioux!users.noreply.github.com, github!frew.co until 2015-06-01
milosgajdos: milosgajdos!users.noreply.github.com from 2019-05-01 until 2020-02-01
Micro Center:
user-name-is-taken: user-name-is-taken!users.noreply.github.com from 2016-12-01 until 2017-02-01
Micro Club:
OBKF: o.boukhelf!gmail.com from 2015-10-01 until 2019-01-01
Micro Entrepreneur Community:
LeoColomb: LeoColomb!users.noreply.github.com, git!colombaro.fr from 2017-07-01 until 2018-08-01
Micro Focus Costa Rica:
jleandrocr: jleandrocr!users.noreply.github.com from 2015-08-01 until 2019-01-01
Micro Focus International plc:
LenutaToderean: LenutaToderean!users.noreply.github.com from 2017-09-01
YafimK: yafim.kazak!gmail.com, yafimk!users.noreply.github.com
amitbet: amit.bet!gmail.com from 2017-10-01 until 2018-05-01
bgutjahr: bgutjahr!users.noreply.github.com from 2017-08-01
cdvultur: cdvultur!users.noreply.github.com from 2017-08-01 until 2019-07-01
david990917: david990917!users.noreply.github.com from 2019-07-01 until 2020-03-01
dconneely: david.conneely+github!gmail.com, dconneely!serena.com, dconneely!users.noreply.github.com from 2016-05-01
deosu: deosu!users.noreply.github.com until 2021-09-01
devidasjadhav: devidasjadhav!users.noreply.github.com from 2018-08-01
grount: grount1!gmail.com from 2018-05-01
gullerya: abhishek.mishra.iitkgp!gmail.com, contact!jsdevtom.com, gullerya!gmail.com, owreese!gmail.com from 2017-06-01
mtgibbs: andrius4669!gmail.com, matt!mtgibbs.xyz, matt.gibbs!hpe.com, matt.gibbs!microfocus.com until 2018-06-01
pwntester: alvaro!pwntester.com from 2017-09-01 until 2020-01-01
radislavB: radislav77!gmail.com
ramrodo: ramrodo!users.noreply.github.com, rodomar!outlook.com from 2016-02-01 until 2017-01-01
shreyassreenivas: shreyassreenivas!users.noreply.github.com from 2015-06-01 until 2017-07-01
spilchen: spilchen!users.noreply.github.com from 2020-12-01
tannerpaige: tannerpaige!users.noreply.github.com from 2015-10-01
z1c0: wolfgang.ziegler!dynatrace.com, wziegler!live.at, z1c0!users.noreply.github.com until 2017-09-01
Micro Orange:
Ayden-Franklin: Ayden-Franklin!users.noreply.github.com until 2017-04-01
Micro electronic:
sistemvene: sistemvene!users.noreply.github.com
Micro-Key:
Oanerer: Oanerer!users.noreply.github.com until 2018-02-01
Micro:bit:
mthx: matt!hillsdon.net, mthx!users.noreply.github.com from 2018-10-01
MicroEnergy:
cosoriog: cosoriog!users.noreply.github.com from 2016-02-01 until 2016-09-01
MicroMetrics:
arbourd: arbourd!users.noreply.github.com until 2015-01-01
MicroStrategy Inc:
Leovilhena: leosvilhena!icloud.com from 2018-11-01 until 2019-07-01
Random-Liu: lantaol!google.com, mirakels!openpli.org, taotaotheripper!gmail.com from 2014-05-01 until 2014-08-01
ceshihao: ceshihao!users.noreply.github.com, davidzheng23!gmail.com until 2014-12-01
cwyl02: cwyl02!users.noreply.github.com from 2016-08-01 until 2018-07-01
mbonica1990: mbonica1990!users.noreply.github.com from 2018-07-01 until 2019-12-01
nipunchawla-bc: nipunchawla-bc!users.noreply.github.com from 2017-03-01 until 2019-12-01
Microba:
fabio-rigato: rigato.fabio!gmail.com from 2019-10-01
Microbot Medical Inc.:
pintech: ywhsbliss!gmail.com until 2018-07-01
Microchip / K2L:
ansv: andrey.shvetsov!k2l.de
Microchip LLC:
AdhamAbozaeid: adham.abozaeid!gmail.com, adham.abozaeid!microchip.com from 2017-01-01
RazvanStef: razvan.stefanescu!microchip.com from 2018-07-01
ZhiFeng1993: helenfengzhi!gmail.com from 2015-05-01 until 2015-08-01
ambarus: tudor.ambarus!microchip.com from 2017-02-01
cgro: christian.gromm!microchip.com
claudiubeznea: claudiu.beznea!microchip.com from 2017-01-01
cristibirsan: cristian.birsan!microchip.com
ehristev: eugen.hristev!microchip.com from 2017-02-01
ldesroches: ludovic.desroches!atmel.com, ludovic.desroches!microchip.com from 2016-04-01
noglitch: nicolas.ferre!microchip.com from 2015-12-01
purna-mandal: purna.mandal!microchip.com from 2014-05-01 until 2016-06-01
Microcloud Era Technology Co. Ltd:
omeid: omeid!users.noreply.github.com, public!omeid.me, sdf611097!gmail.com
Microcom:
brianmay: brian!linuxpenguins.xyz, brianmay!users.noreply.github.com, damien!mc-kenna.com, nick.c.staggs!gmail.com from 2016-05-01 until 2017-12-01
Microcomputer:
Scowluga: Scowluga!users.noreply.github.com from 2017-02-01 until 2017-06-01
Microfocus:
kishorerj: kishorerj!users.noreply.github.com from 2019-11-01 until 2022-01-01
Microgrupo Comunicaciones:
b0nete: b0neetz!gmail.com, b0nete!users.noreply.github.com from 2017-04-01 until 2018-04-01
Microland:
anoop2503: anoop2503!users.noreply.github.com until 2014-09-01
avvijeet: avvijeet!users.noreply.github.com from 2019-03-01 until 2021-10-01
Micromine:
marcosatti: marcosatti!gmail.com from 2017-05-01 until 2020-10-01
Micron:
asaithambi: asamymuthupa!micron.com
gabe-sorensen: gabe-sorensen!users.noreply.github.com until 2016-05-01
sbradshawmicron: sbradshaw!micron.com
Micronova:
giuliobenetti: giulio.benetti!benettiengineering.com, giulio.benetti!micronovasrl.com
MicroscopelT:
ryszard: ryszard!users.noreply.github.com, ryszard.szopa!gmail.com, szopa!google.com from 2017-07-01
Microsemi A/S:
KiranPadwal: kiran.padwal!smartplayin.com, kiran.padwal21!gmail.com from 2015-02-01 until 2016-04-01
Microsof:
robsoned: robsoneduardosantos!gmail.com from 2018-04-01 until 2021-05-01
Microsoft Corporation:
0x333333: jesusjzp!gmail.com
0xabu: andrew.baumann!microsoft.com
21appleceo: 21appleceo!users.noreply.github.com from 2021-02-01
333fred: fred!silberberg.xyz, frsilb!microsoft.com
A-And: A-And!users.noreply.github.com, anandono!microsoft.com, andon.andonov!microsoft.com
AArnott: AArnott!users.noreply.github.com, andarno!microsoft.com, andrew.arnott!microsoft.com, andrewarnott!gmail.com
AWaterColorPen: AWaterColorPen!users.noreply.github.com
AaronCrawfis: aaron!crawfis.me from 2017-06-01
AaronRobinsonMSFT: AaronRobinsonMSFT!users.noreply.github.com, arobins!microsoft.com
Aarthisk: Aarthisk!users.noreply.github.com
AbelHu: AbelHu!users.noreply.github.com, abelch!microsoft.com from 2018-05-01
Abrishges: Abereham.wodajie!gmail.com, Abrishges!users.noreply.github.com from 2018-09-01
AdallomRoy: AdallomRoy!users.noreply.github.com from 2014-09-01 until 2017-11-01
AdamSharif-MSFT: AdamSharif-MSFT!users.noreply.github.com from 2018-05-01
AkashSarda: akashsarda3!gmail.com from 2014-10-01 until 2019-07-01
AlekseyTs: alekseyt!microsoft.com
AlexGhiondea: alexghiondea!users.noreply.github.com, ghiondea.alexandru!microsoft.com
AlexKlimovMS: alexklim!microsoft.com
AlexsJones: AlexsJones!users.noreply.github.com until 2015-04-01
AlfredoMS: alfremen!microsoft.com
AmazingJaze: jessesh!microsoft.com
AnatoliB: anatolib!microsoft.com
AndreasHassing: AndreasHassing!users.noreply.github.com from 2017-09-01
AndreasM009: AndreasM009!users.noreply.github.com, andreas.mock!live.com from 2018-03-01
AndrewBrianHall: andrew.hall!microsoft.com
AndyAyersMS: andya!microsoft.com
AngelosP: angelos.petropoulos!microsoft.com
Anipik: Anipik!users.noreply.github.com, anagniho!microsoft.com, anirudhagnihotry098!gmail.com from 2016-05-01
AnthonyGiretti: AnthonyGiretti!users.noreply.github.com, anthony.giretti!gmail.com from 2018-12-01 until 2019-01-01
AntonLapounov: AntonLapounov!users.noreply.github.com, anton.lapounov!microsoft.com, antonl!microsoft.com
Anubhavdevv: Anubhavdevv!users.noreply.github.com from 2021-10-01
Anumita: Anumita!users.noreply.github.com, anumitashenoy!gmail.com
Anuragwagh: Anuragwagh!users.noreply.github.com from 2021-12-01 until 2022-02-01
ArchangelSDY: ArchangelSDY!users.noreply.github.com, archangel.sdy!gmail.com, dayshen!microsoft.com
ArieShout: arieshout!gmail.com, menxiao!microsoft.com
Ark-kun: Ark-kun!users.noreply.github.com, alexey.volkov!ark-kun.com from 2015-01-01 until 2018-07-01
AshleyGrant: ashley!ashleygrant.com
AspirinSJL: AspirinSJL!users.noreply.github.com, aspirinsjl!gmail.com from 2014-09-01 until 2016-05-01
AtOMiCNebula: jdweiner!microsoft.com
Austin-Tan: Austin-Tan!users.noreply.github.com from 2020-07-01
Azadehkhojandi: Azadehkhojandi!users.noreply.github.com from 2018-09-01
Banchio: Banchio!users.noreply.github.com
BenjaminHuang: BenjaminHuang!users.noreply.github.com, streamingmind!gmail.com from 2022-08-01
BernieWhite: BernieWhite!users.noreply.github.com from 2016-12-01
Binyang2014: Binyang2014!users.noreply.github.com, bin.yang.li.2010!gmail.com
BlackRider97: BlackRider97!users.noreply.github.com from 2018-10-01
BrennanConroy: BrennanConroy!users.noreply.github.com, brecon!microsoft.com
BruceForstall: brucefo!microsoft.com
Bryce-Soghigian: Bryce-Soghigian!users.noreply.github.com from 2022-04-01
BurtHarris: BurtHarris!users.noreply.github.com until 2014-09-01
CIPop: cipop!users.noreply.github.com, cristian.pop!microsoft.com
CXuesong: forest93!163.com
CarlosLanderas: CarlosLanderas!users.noreply.github.com, carlos.landeras!gmail.com from 2018-06-01 until 2021-10-01
CasparChou: CasparChou!users.noreply.github.com from 2017-07-01 until 2018-07-01
CecileRobertMichon: CecileRobertMichon!users.noreply.github.com, cerobert!microsoft.com from 2016-05-01 until 2016-08-01, from 2017-09-01
Cellule: micfer!microsoft.com, mike.ferris!hotmail.com
ChadNedzlek: ChadNedzlek!users.noreply.github.com, chadnedz!microsoft.com
ChaseMor: ChaseMor!users.noreply.github.com from 2018-08-01 until 2019-09-01
Cherishty: Cherishty!users.noreply.github.com, comxd!users.noreply.github.com, david.chen.ty!foxmail.com
ChrisAlderson: ChrisAlderson!users.noreply.github.com, chrisalderson!protonmail.com
ChrisHanna: christopher.g.hanna!gmail.com from 2019-03-01
Chrisboh: Chrisboh!users.noreply.github.com, chrisboh!microsoft.com
Chuxel: clantz!microsoft.com
CindyXing: CindyXing!users.noreply.github.com, cindy.xing!microsoft.com, li.xing1!huawei.com until 2016-12-01, from 2019-07-01
CodeBlanch: CodeBlanch!users.noreply.github.com, mblanchard!macrosssoftware.com
CodeMonkeyLeet: CodeMonkeyLeet!users.noreply.github.com
CoffeeFlux: rylucia!microsoft.com
ConnorMcMahon: comcmaho!microsoft.com, connorm333!gmail.com
CyrusNajmabadi: CyrusNajmabadi!users.noreply.github.com
DanBarychev: DanBarychev!users.noreply.github.com, dbaryche!andrew.cmu.edu from 2019-05-01 until 2019-08-01, from 2020-08-01
DanielShor: DanielShor!users.noreply.github.com from 2017-11-01
DanielWangZhanggui: DanielWangZhanggui!users.noreply.github.com
DarinShapiroMS: dashapir!microsoft.com from 2016-05-01
DarqueWarrior: DarqueWarrior!users.noreply.github.com
Data-drone: Data-drone!users.noreply.github.com, brianh1729!gmail.com
DavidHoerster: DavidHoerster!users.noreply.github.com from 2016-05-01
DavidLangworthy: DavidLangworthy!users.noreply.github.com
DavidObando: DavidObando!users.noreply.github.com, daobando!microsoft.com
DavidParks8: DavidParks8!outlook.com, DavidParks8!users.noreply.github.com from 2018-02-01
DavidStaheli: dastahel!microsoft.com
DeepanshuA: deepanshu.agarwal1984!gmail.com from 2022-01-01
Devansu-Yadav: devansuyadav!gmail.com from 2020-10-01
Dhiraj240: dhiraj.8.sharma!gmail.com from 2018-07-01 until 2019-01-01
Diego-Perez-Botero: Diego-Perez-Botero!users.noreply.github.com, dibotero!microsoft.com
DmitryKakurin: dmitryk!microsoft.com
DnlHarvey: DnlHarvey!users.noreply.github.com, dharvey!microsoft.com
DoNnMyTh: amit2cha!gmail.com from 2016-04-01 until 2017-05-01
DreamingDevs: DreamingDevs!users.noreply.github.com, rami.ramilu!gmail.com from 2017-12-01 until 2019-11-01
DrewScoggins: DrewScoggins!users.noreply.github.com, anscoggi!microsoft.com
DuanShaolong: DuanShaolong!users.noreply.github.com until 2015-07-01
EXPErdelfavero: rdelfaverojr!expedia.com until 2017-01-01
EgorBo: EgorBo!users.noreply.github.com, egorbo!gmail.com, iqbaldesignui!gmail.com, tilie!usc.edu, trueswordmaster!gmail.com from 2016-07-01
Eilon: elipton!microsoft.com
ElleTojaroon: elle_elle-555!hotmail.com, t-patoja!microsoft.com
EmandM: EmandM!users.noreply.github.com
EmandM: emmcmill!microsoft.com from 2018-10-01
EngHabu: EngHabu!users.noreply.github.com, haytham!afutuh.com until 2015-04-01
Eran-BenShahar: Eran-BenShahar!users.noreply.github.com until 2019-09-01
ErezAlster: ErezAlster!users.noreply.github.com until 2015-10-01
EricJizbaMSFT: erijiz!microsoft.com
Evilazaro: evilazaro!gmail.com from 2018-12-01
Fadyazmy: Fadyazmy!users.noreply.github.com from 2021-05-01 until 2021-07-01, from 2022-04-01
FinVamp1: finbarr!microsoft.com
Flanker32: Flanker32!users.noreply.github.com, hanli!microsoft.com from 2018-07-01
FlorianOtel: FlorianOtel!users.noreply.github.com, florian.otel!gmail.com from 2018-04-01 until 2019-09-01
Francisco-Gamino: francisco-gamino!users.noreply.github.com, frangom!microsoft.com
GMinchAQ: v-glmin!microsoft.com
GabrielAlacchi: alacchi.g!gmail.com from 2019-05-01 until 2020-08-01
GavinLin168: GavinLin168!users.noreply.github.com from 2022-08-01
GerryWilko: GerryWilko!users.noreply.github.com from 2016-05-01 until 2016-09-01
GinnyJI: GinnyJI!users.noreply.github.com from 2019-05-01 until 2019-08-01
GrabYourPitchforks: grabyourpitchforks!users.noreply.github.com, levib!microsoft.com
HagaiBarel: hagai.barel!nuvo-group.com, hagaibarel!gmail.com, hagaibarel!users.noreply.github.com from 2019-07-01
Haimantika: Haimantika!users.noreply.github.com from 2021-03-01
Haishi2016: Haishi2016!users.noreply.github.com
HappyTobi: HappyTobi!users.noreply.github.com from 2020-03-01
HarshdeepGupta: HarshdeepGupta!users.noreply.github.com from 2016-05-01 until 2016-07-01, from 2018-12-01
Herman-Wu: Herman-Wu!users.noreply.github.com
HernanGatta: HernanGatta!users.noreply.github.com from 2015-05-01 until 2015-07-01, from 2016-08-01
HinTak: htl10!users.sourceforge.net from 2015-07-01
HongGit: hongli!microsoft.com
Hongbo-Miao: Hongbo-Miao!users.noreply.github.com, hongbo.miao!outlook.com from 2017-03-01 until 2018-05-01
HoustonPutman: HoustonPutman!users.noreply.github.com until 2014-08-01
HowardvanRooijen: HowardvanRooijen!users.noreply.github.com until 2014-09-01
HuanhuanSunMSFT: husun!microsoft.com
ICGog: ICGog!users.noreply.github.com, gogionel!gmail.com, ionel.gog!cl.cam.ac.uk until 2014-09-01
Ilanak: Ilanak!users.noreply.github.com
IlyaBiryukov: ilbiryuk!microsoft.com
Ipuvi: ipuvi98!gmail.com from 2017-08-01 until 2020-06-01
IronPan: IronPan!users.noreply.github.com, panyang06231989!gmail.com, yangpa!google.com until 2015-05-01
Ishani-Gupta: ishani.gupta!nutanix.com from 2019-02-01 until 2022-01-01
ItalyPaleAle: ItalyPaleAle!users.noreply.github.com from 2015-06-01
JIANGYU-14: JIANGYU-14!users.noreply.github.com from 2018-09-01 until 2021-01-01
JMayrbaeurl: JMayrbaeurl!users.noreply.github.com, jurgenma!microsoft.com
JMesser81: JMesser81!users.noreply.github.com until 2019-04-01
JamesNK: JamesNK!users.noreply.github.com, james!newtonking.com from 2018-02-01
JanusWu: v-tanwu!microsoft.com
JargoonPard: larry.guger!hotmail.com
JasonLinMS: jason.lin!microsoft.com
JasonTheDeveloper: JasonTheDeveloper!users.noreply.github.com
JatinSanghvi: JatinSanghvi!users.noreply.github.com from 2016-06-01
Jaxelr: jaxelr!gmail.com from 2020-03-01
Jaxing: jesper.jaxing01!gmail.com from 2019-08-01 until 2020-01-01
JeremyKuhne: JeremyKuhne!users.noreply.github.com, jeremy.kuhne!microsoft.com, jkuhne!microsoft.com
JeyJeyGao: JeyJeyGao!users.noreply.github.com from 2022-05-01
JiangtianLi: JiangtianLi!users.noreply.github.com, jiangtianli!hotmail.com
JieDing: JieDing!users.noreply.github.com from 2015-06-01
JimGalasyn: JimGalasyn!users.noreply.github.com until 2017-03-01
JimPaine: JimPaine!users.noreply.github.com from 2017-02-01
JimboWei: v-wjiang!microsoft.com
JocelynBerrendonner: JocelynBerrendonner!users.noreply.github.com
JohnRusk: JohnRusk!users.noreply.github.com, john.rusk!microsoft.com from 2016-07-01
JohnTortugo: JohnTortugo!users.noreply.github.com, disoares!microsoft.com, divcesar!gmail.com from 2016-01-01 until 2016-04-01, from 2017-10-01
JohnnyCrazy: JohnnyCrazy!users.noreply.github.com, jonas!dellinger.dev, lode!alsvanzelf.nl, mail!verydapeng.com from 2019-12-01
Jon-Schneider: jon!jonschneider.me from 2019-12-01
JonBergevin: JonBergevin!users.noreply.github.com until 2016-05-01
JonathanGiles: jonathan!jonathangiles.net
JonnyIncognito: JonnyIncognito!users.noreply.github.com, jon!cybus.co.uk from 2015-05-01 until 2016-12-01
Jont828: Jont828!users.noreply.github.com from 2020-05-01
Joon-L: Joon-L!users.noreply.github.com from 2016-07-01
JoshuaAnickat: JoshuaAnickat!users.noreply.github.com from 2019-07-01
Jozkee: dacantu!microsoft.com
JunTaoLuo: JunTaoLuo!users.noreply.github.com, johluo!microsoft.com, jt.luo!mail.utoronto.ca
JuneZhao: JuneZhao!users.noreply.github.com from 2016-10-01
JungukCho: JungukCho!users.noreply.github.com from 2021-02-01 until 2021-12-01
JunyiYi: junyi!microsoft.com
JustinAzoff: JustinAzoff!users.noreply.github.com, justin!bouncybouncy.net until 2018-03-01
JustinBeckwith: JustinBeckwith!users.noreply.github.com, beckwith!google.com, justin.beckwith!gmail.com until 2015-03-01
KKhurin: KKhurin!users.noreply.github.com, kkhurin!microsoft.com
Khushboo-Baheti: 37917868+khushboo-baheti!users.noreply.github.com from 2019-01-01
KnicKnic: KnicKnic!users.noreply.github.com, kun!geotricks.net, nmaliwa!microsoft.com, the.andreechristian!gmail.com
KrzysztofCwalina: KrzysztofCwalina!users.noreply.github.com, kcwalina!microsoft.com
LGDoor: xianyu!microsoft.com
LMWF: LMWF!users.noreply.github.com
LangQian: lang.qian!outlook.com from 2021-07-01
LarryOsterman: LarryOsterman!users.noreply.github.com
LaurentLesle: LaurentLesle!users.noreply.github.com from 2016-04-01
LeoColomb: LeoColomb!users.noreply.github.com, git!colombaro.fr until 2015-08-01
Li-Yanzhi: Li-Yanzhi!users.noreply.github.com
LionelJouin: LionelJouin!users.noreply.github.com from 2016-06-01 until 2017-06-01
LiuShuaiyi: liushuaiyi!gmail.com from 2015-07-01 until 2015-09-01
LiweiPeng: LiweiPeng!users.noreply.github.com until 2017-09-01
LoungeFlyZ: LoungeFlyZ!users.noreply.github.com until 2015-08-01
Lucrecious: Lucrecious!users.noreply.github.com from 2015-05-01 until 2015-08-01, from 2016-01-01 until 2016-04-01, from 2016-12-01 until 2020-02-01
LukaszStem: LukaszStem!users.noreply.github.com from 2015-05-01 until 2015-08-01, from 2016-07-01 until 2018-05-01
Lxiamail: alicial!microsoft.com
MLoughry: miclo!microsoft.com
MQasimSarfraz: MQasimSarfraz!users.noreply.github.com, qasim.sarfraz!intechww.com, qasimsarfraz!microsoft.com, syed.qasim.sarfraz!gmail.com from 2022-07-01
MSNev: MSNev!users.noreply.github.com
MSSedusch: MSSedusch!users.noreply.github.com, sedusch!microsoft.com
MaggieTsang: MaggieTsang!users.noreply.github.com, mbytsang!gmail.com from 2017-06-01 until 2017-09-01, from 2018-05-01 until 2018-09-01, from 2019-09-01
Manohar-mj: Manohar-mj!users.noreply.github.com from 2022-07-01 until 2022-10-01
MarcErdmann: MarcErdmann!users.noreply.github.com from 2015-10-01 until 2017-06-01
MarkWme: MarkWme!users.noreply.github.com, github!chipfat.com
MattGal: mattgal!microsoft.com, mattgal!users.noreply.github.com
MattWhilden: mwhilden!microsoft.com
MaximRouiller: MaximRouiller!users.noreply.github.com, angelzerosoft!gmail.com, maxime.rouiller!microsoft.com
MaxymVlasov: MaxymVlasov!users.noreply.github.com from 2015-07-01 until 2019-10-01
MengmengZHANG: qiuyu8290!gmail.com from 2020-07-01
Michael-Sinz: Michael-Sinz!users.noreply.github.com
MichaelSimons: MichaelSimons!users.noreply.github.com, msimons!microsoft.com
MichalStrehovsky: michals!microsoft.com, michalstrehovsky!users.noreply.github.com
MihaZupan: MihaZupan!users.noreply.github.com, mihazupan.zupan1!gmail.com from 2019-11-01
MikeStall: mikestall!hotmail.com
MikkelHegn: MikkelHegn!users.noreply.github.com, mikhegn!microsoft.com
MikkoZ-Rohm: mikko.koivunen!fi.rohmeurope.com from 2014-04-01 until 2014-10-01
Mimetis: Mimetis!users.noreply.github.com, spertus!microsoft.com
MindFlavor: francesco.cogno!outlook.com
MithunMJ: MithunMJ!users.noreply.github.com, mithun1848!gmail.com from 2016-03-01 until 2016-03-02
MoaidHathot: MoaidHathot!users.noreply.github.com from 2021-05-01
MrWinstead: MrWinstead!users.noreply.github.com from 2019-07-01
NaraVen: NaraVen!users.noreply.github.com
NillsF: NillsF!users.noreply.github.com, nilfran!microsoft.com from 2015-11-01
OguzPastirmaci: OguzPastirmaci!users.noreply.github.com, oguzp!microsoft.com
OlegSternbergIBM: OlegSternbergIBM!users.noreply.github.com from 2018-03-01 until 2021-07-01
OliverMKing: OliverMKing!users.noreply.github.com, oking3!uncc.edu from 2021-07-01
OmarTawfik: omartawfik!users.noreply.github.com until 2018-08-01
PakDLiu: PakDLiu!users.noreply.github.com from 2016-12-01
PatrickLang: patrick.lang!hotmail.com, patricklang!users.noreply.github.com, plang!microsoft.com
PaulRiviera: PaulRiviera!users.noreply.github.com from 2018-06-01 until 2021-06-01
PeterL328: peterleng1234!gmail.com from 2020-12-01 until 2022-08-01
Petermarcu: Petermarcu!users.noreply.github.com, peter.marcu!microsoft.com, petermarcu!hotmail.com, pmarcu!microsoft.com
Phlak106: Phlak106!users.noreply.github.com until 2021-07-01
Piusdan: Piusdan!users.noreply.github.com
Porges: Porges!users.noreply.github.com from 2014-04-01
PranayAgarwal: PranayAgarwal!users.noreply.github.com until 2016-07-01
Priya91: lasekar!microsoft.com
PriyaModali: PriyaModali!users.noreply.github.com, modali!google.com until 2014-12-01
PriyanshuAhlawat: PriyanshuAhlawat!users.noreply.github.com from 2021-12-01
PushkarJambhlekar: pushkar.iit!gmail.com from 2015-07-01 until 2016-11-01
QingsongYao: QingsongYao!users.noreply.github.com until 2016-11-01
Raffa50: Raffa50!users.noreply.github.com from 2015-07-01 until 2018-07-01
Ralms: Ralms!users.noreply.github.com, ralm!rmarramaque.com
RamCohen: RamCohen!users.noreply.github.com from 2021-04-01
RehanSaeed: RehanSaeed!users.noreply.github.com, rehansaeed!gmail.com from 2019-03-01
RicardoNiepel: RicardoNiepel!users.noreply.github.com
RichCzyzewski: richarcz!microsoft.com
RobDolinMS: RobDolinMS!users.noreply.github.com, robdolin!microsoft.com
RobDolinORCL: RobDolinORCL!users.noreply.github.com until 2017-01-01
RobRoseKnows: robroseknows!gmail.com
RobertTheProfessional: RobertTheProfessional!users.noreply.github.com, rob.agbozo!gmail.com from 2019-09-01 until 2020-04-01
RohanNagar: RohanNagar!users.noreply.github.com, rohan.nagar!utexas.edu
RomanDzhabarov: RomanDzhabarov!users.noreply.github.com, rdzhabarov!lyft.com until 2014-05-01
Rouzbahan: joe!grdnr.io, rrashidi!ciena.com from 2017-09-01
S-ayanide: S-ayanide!users.noreply.github.com, sayan!chaosnative.com, sayan.mondal!mayadata.io, sayanmondal342!gmail.com from 2020-04-01 until 2020-06-01
SGuyGe: sguyge!microsoft.com, sguyge!users.noreply.github.com until 2016-07-01
SajayAntony: SajayAntony!users.noreply.github.com
SandeepChava91: sandeepchava91!gmail.com from 2022-01-01
SanyaKochhar: SanyaKochhar!users.noreply.github.com from 2020-07-01
Sarah-Aly: Sarah-Aly!users.noreply.github.com from 2017-11-01
SaswatB: SaswatB!users.noreply.github.com, sabhatta!microsoft.com
SatishNaidi: SatishNaidi!gmail.com from 2021-01-01
SatishRanjan: satishra!microsoft.com, satishranjan!users.noreply.github.com
ScottArbeit: scottarbeit!github.com from 2015-10-01 until 2016-11-01, from 2019-09-01 until 2020-07-01
SedarG: SedarG!users.noreply.github.com, sedarg!microsoft.com until 2018-10-01
SergeyKanzhelev: SergeyKanzhelev!users.noreply.github.com, s.kanzhelev!live.com, sergkanz!microsoft.com until 2020-05-01
Seyun: Seyun!users.noreply.github.com, justin!bouncybouncy.net, ppassa!gmail.com until 2018-03-01
Sheshagiri: Sheshagiri!users.noreply.github.com, msheshagirirao!gmail.com from 2020-05-01
Sheshagiri-RVBD: Sheshagiri-RVBD!users.noreply.github.com from 2020-03-01
SkyfireFrancisZ: SkyfireFrancisZ!users.noreply.github.com until 2020-12-01
SoujanyaMangipudi: SoujanyaMangipudi!users.noreply.github.com from 2016-04-01
SrhebbarMicrosoft: ibis!etu.unistra.fr, srhebbar!microsoft.com
Sridhar-MS: Sridhar-MS!users.noreply.github.com, sridhper!microsoft.com
StephenBonikowsky: StephenBonikowsky!users.noreply.github.com, stebon!microsoft.com
StephenMolloy: StephenMolloy!users.noreply.github.com, smolloy!microsoft.com
SteveL-MSFT: 1507045477!qq.com, SteveL-MSFT!users.noreply.github.com, slee!microsoft.com
SteveLasker: SteveLasker!users.noreply.github.com, stevenlasker!hotmail.com
SuperChenSSS: chenmengyang_2016!hotmail.com
SychevIgor: SychevIgor!users.noreply.github.com from 2014-12-01 until 2018-12-01
Tatsinnit: Tatsinnit!users.noreply.github.com
TheGrayFrost: vishesh0512!gmail.com from 2019-05-01 until 2019-07-01, from 2020-07-01 until 2020-10-01, from 2021-03-01
ThomsonTan: lilotom!gmail.com
TimLovellSmith: tilovell!microsoft.com
TimoVerbrugghe: TimoVerbrugghe!users.noreply.github.com until 2016-08-01, from 2018-09-01 until 2021-11-01
TimothyMothra: TimothyMothra!users.noreply.github.com, tilee!microsoft.com
TimurSadykov: stim!google.com until 2018-06-01
TomerWeisberg: tomerw!microsoft.com
ToruMakabe: ToruMakabe!users.noreply.github.com from 2015-09-01
Tratcher: tratcher!outlook.com
TsuyoshiUshio: TsuyoshiUshio!users.noreply.github.com, ushio!simplearchitect.com
TylerLeonhardt: me!tylerleonhardt.com, tylerl0706!gmail.com from 2016-05-01
TylerLubeck: TylerLubeck!users.noreply.github.com until 2014-08-01
UnoSD: UnoSD!users.noreply.github.com from 2021-03-01
User1m: User1m!users.noreply.github.com, mbembac!gmail.com from 2016-02-01 until 2018-07-01
VDuleb: VDuleb!users.noreply.github.com, axelc4!icloud.com, vipind!microsoft.com, vipind!ntdev.microsoft.com until 2019-04-01
VSadov: VSadov!users.noreply.github.com, vsadov!microsoft.com
ViktorHofer: ViktorHofer!users.noreply.github.com, viktor.hofer!microsoft.com, viktor.hofer!outlook.com from 2016-09-01
VincentLiu028: VincentLiu028!users.noreply.github.com, vincentl!microsoft.com
VinozzZ: VinozzZ!users.noreply.github.com from 2022-01-01
WalkerGriggs: WalkerGriggs!users.noreply.github.com from 2016-02-01 until 2018-06-01
WalterHub: WalterHub!users.noreply.github.com until 2015-07-01
WillEastbury: WillEastbury!users.noreply.github.com, William.eastbury!microsoft.com
Wwwsylvia: Wwwsylvia!users.noreply.github.com
XavierGeerinck: XavierGeerinck!users.noreply.github.com from 2017-09-01 until 2020-06-01
XinShuYang: XinShuYang!users.noreply.github.com, xin_shuyang!hotmail.com from 2019-03-01
YingP99: YingP99!users.noreply.github.com, yingp!microsoft.com
Yun-Ting: Yun-Ting!users.noreply.github.com, yunl!microsoft.com
YutongZhang73: YutongZhang73!users.noreply.github.com from 2015-09-01
ZeroMagic: ZeroMagic!users.noreply.github.com, anthonyliu!zju.edu.cn from 2020-03-01
ZihanJiang96: ZihanJiang96!users.noreply.github.com, jiangzhsysu!gmail.com from 2018-01-01 until 2018-06-01
a-b-r-o-w-n: andy.brown!microsoft.com, asbrown002!gmail.com, dvsingh!protonmail.com, skaldo91!gmail.com, stefano.stoduto!gmail.com
a1tan: a1tan!users.noreply.github.com
aagusuab: aagusuab!users.noreply.github.com from 2022-01-01
aanandr: aanandr!microsoft.com, aanandr!users.noreply.github.com
aaomidi: aaomidi!users.noreply.github.com from 2018-05-01 until 2018-08-01, from 2019-07-01 until 2020-10-01
aarononeal: aarononeal!users.noreply.github.com from 2018-06-01
abatishchev: abatishchev!gmail.com, abatishchev!users.noreply.github.com, k.pichardie!gmail.com from 2015-06-01
abdulsalama: abdulsalama!users.noreply.github.com until 2017-01-01
abenbachir: abderb!microsoft.com, abderrahmane.benbachir!polymtl.ca, abenbachir!users.noreply.github.com, anis.benbachir!gmail.com
abhay-agarwal: abhay.agarwal!berkeley.edu
abhinay99190: abhinay99190!users.noreply.github.com from 2021-10-01 until 2022-01-01
abmahdy: 44652453+ahmeb99!users.noreply.github.com, abmahdy!users.noreply.github.com
adamreese: adam!reese.io, adamreese!users.noreply.github.com from 2017-04-01
adamsitnik: adam.sitnik!gmail.com, adam.sitnik!microsoft.com, adamsitnik!users.noreply.github.com from 2017-12-01
adewaleo: adewaleo!users.noreply.github.com from 2018-08-01
adhurwit: adhurwit!users.noreply.github.com from 2015-01-01
adi611: adi611!users.noreply.github.com from 2021-08-01
adiaaida: michelm!microsoft.com
adithyaakrishna: aadithya794!gmail.com from 2020-10-01
adityamandaleeka: adityam!microsoft.com, adityamandaleeka!users.noreply.github.com
adkafka: adkafka!users.noreply.github.com from 2015-05-01 until 2015-09-01
adrianmo: adrianmo!users.noreply.github.com from 2019-05-01
adyada: adyada!microsoft.com, adyada!users.noreply.github.com
aejeet: aejeet!users.noreply.github.com
aelij: aelij!arbel.net, aelij!users.noreply.github.com, jhsea3do!gmail.com, mwiley63!gmail.com from 2019-12-01
aerdei: aerdei!users.noreply.github.com from 2015-12-01 until 2017-11-01
aerotog: aerotog!gmail.com, aerotog!users.noreply.github.com from 2021-05-01
afedorenchik-li: afedorenchik!linkedin.com from 2022-04-01
afedyashov: afedyashov!users.noreply.github.com
afwn90cj93201nixr2e1re: afwn90cj93201nixr2e1re!users.noreply.github.com
agdelarue: agdelarue!users.noreply.github.com from 2016-01-01
agniveshadhikari: agnivesh.adhikari!gmail.com from 2019-01-01
agocke: angocke!microsoft.com
agoncal: agoncal!users.noreply.github.com from 2021-12-01
agowdamsft: agowdamsft!users.noreply.github.com from 2017-12-01
ahmelsayed: ahmed!elsayed.io, ahmels!microsoft.com
ahmetb: ahmetalpbalkan!gmail.com, ahmetb!google.com, ahmetb!users.noreply.github.com, github!ahmet.im until 2016-12-01
ahriman-ru: ahriman-ru!users.noreply.github.com
ahrkrak: ahrkrak!users.noreply.github.com, andrew!kinvolk.io, andrew.randall!gmail.com, andrew.randall!microsoft.com, andy!tigera.io, lzy.dev!gmail.com from 2020-05-20
ahsonkhan: ahkha!microsoft.com, ahsonkhan!users.noreply.github.com
aim-for-better: zhenyu.zhou!microsoft.com
airmelt: 4irmelt!gmail.com
ajcvickers: ajcvickers!hotmail.com, ajcvickers!users.noreply.github.com
akanso: akanso!users.noreply.github.com, alikanso!gmail.com from 2020-07-01
akaroml: akaroml!users.noreply.github.com, rome.li!microsoft.com
akashperfect: akashperfect!gmail.com from 2016-02-01
akashrv: 45154452+akashrv!users.noreply.github.com, akashrv!users.noreply.github.com until 2018-11-01
akhilac1: akhilac1!users.noreply.github.com
aklintsevich: aklintsevich!users.noreply.github.com from 2015-05-01 until 2015-07-01, from 2016-02-01 until 2020-02-01
akoeplinger: akoeplinger!users.noreply.github.com, alex.koeplinger!outlook.com
akurmi: akurmi!microsoft.com
albertofloyd: albertofloyd!users.noreply.github.com from 2014-05-01 until 2014-08-01
aldelar: aldelar!users.noreply.github.com from 2016-02-01
alex-klimov: alex-klimov!users.noreply.github.com until 2020-10-01
alexeldeib: alexeldeib!gmail.com, alexeldeib!users.noreply.github.com from 2015-05-01 until 2016-08-01, from 2017-07-01
alexhcheng: alexhcheng!users.noreply.github.com
alexischr: alexis!thenull.net, alexischr!users.noreply.github.com
alexkarcher-msft: alkarche!microsoft.com
alexperovich: alperovi!microsoft.com
alexthissen: athissen!xpirit.com until 2015-06-01
alicejgibbons: alicejgibbons!users.noreply.github.com from 2017-07-01
aliciasteen: aliciasteen!users.noreply.github.com from 2015-03-01 until 2015-04-01
allanrenucci: allan.renucci!gmail.com, allanrenucci!users.noreply.github.com from 2016-07-01 until 2016-10-01
allantargino: allan_targino!hotmail.com, allantargino!users.noreply.github.com, altargin!microsoft.com
allenlsy: allenlsy!gmail.com, allenlsy!users.noreply.github.com
allyford: ford.99!live.com
alokrajiv: alokrajiv!users.noreply.github.com, mail!alokrajiv.com from 2015-01-01 until 2016-01-01
alpaix: alpaix!outlook.com
alphonsekurian: alkurian!microsoft.com, alphonsekurian!icloud.com
alradmsft: alex.radutskiy!microsoft.com, mehran.ranji!gmail.com
alrod: alrod!inbox.ru, alrod!microsoft.com
altinoren: altinoren!users.noreply.github.com from 2017-01-01 until 2019-10-01, from 2020-07-01 until 2021-03-01
alukyan: alukyan!users.noreply.github.com
aluong: aluong!users.noreply.github.com
alvadb: alvab!outlook.com
alvinlin123: alvinlin123!users.noreply.github.com from 2019-09-01 until 2020-05-01
amacaskill: amacaskill!google.com from 2018-06-01 until 2018-08-01
amaljg: amaljg!users.noreply.github.com
amanbha: amanbha!users.noreply.github.com
amandabaker: t-ambak!microsoft.com
amargherio: amargherio!users.noreply.github.com from 2021-06-01
amarzavery: amarzavery!users.noreply.github.com, amzavery!microsoft.com
amazingyyc: amazingyyc!outlook.com
ambguo: ambguo!users.noreply.github.com from 2017-06-01 until 2017-08-01, from 2018-09-01
amcasey: amcasey!users.noreply.github.com
ameetkonnur: ameetkonnur!users.noreply.github.com
amrmahdi: amrmahdi!users.noreply.github.com
amrragab8080: amrragab8080!users.noreply.github.com from 2019-10-01 until 2020-07-01
ams0: alessandro!ams0.org, alessandro.vozza!microsoft.com, alvozza!microsoft.com, ams0!users.noreply.github.com, christian!aircrack-ng.org
ananda1066: ananda1066!users.noreply.github.com from 2018-06-01 until 2018-09-01, from 2019-04-01 until 2019-06-01
anandprabhakar0507: anandprabhakar0507!gmail.com from 2018-09-01
anangaur: anangaur!microsoft.com, anangaur!users.noreply.github.com
anastasiia-zolochevska: anastasiia-zolochevska!users.noreply.github.com from 2015-04-01
andbaraks: andbaraks!users.noreply.github.com from 2020-06-01
andhesky: andhesky!users.noreply.github.com
andimarc: andimarc!microsoft.com
andreiepure: epure.andrei!gmail.com until 2016-12-01
andreipaduroiu: andreipaduroiu!users.noreply.github.com until 2016-01-01
andrewschmidt-a: andrewschmidt-a!users.noreply.github.com from 2017-08-01 until 2018-07-01, from 2021-03-01
andrey-moor: andrey-moor!users.noreply.github.com, moor.andrey!gmail.com
andronat: anastasis90!yahoo.gr, andronat!users.noreply.github.com from 2017-05-01 until 2017-08-01
andschwa: andrew!schwartzmeyer.com, andschwa!microsoft.com, jonathan!crem.in
andxu: andxu!microsoft.com
andy-ms: anhans!microsoft.com
andyatwork: andyatwork!users.noreply.github.com
andyliuliming: andyliuliming!outlook.com, andyliuliming!users.noreply.github.com
andyzhangx: andyzhangx!users.noreply.github.com, xiazhang!microsoft.com
anganti: 42851022+anganti!users.noreply.github.com
anhowe: anhowe!microsoft.com, anhowe!users.noreply.github.com
anirudhgarg: anirudhg!microsoft.com, anirudhgarg!gmail.com
anirudhjayakumar: anirudhjayakumar!users.noreply.github.com from 2016-07-01 until 2017-07-01
ankitgo: ankitgo!users.noreply.github.com, goyal.ankit!microsoft.com
ankitkumarr: ankikuma!microsoft.com, kumar.ankit55!gmail.com from 2018-08-01
ankrause: ankrause!microsoft.com, ankrause!users.noreply.github.com
anlandu: anlandu!users.noreply.github.com from 2022-08-01
annapendleton: annapendleton!users.noreply.github.com, pendleton!google.com from 2017-01-01 until 2017-03-01
anniefu: anniefu!users.noreply.github.com from 2016-05-01 until 2016-08-01, from 2017-07-01 until 2019-04-01
anoopmash: anoopmash!gmail.com from 2016-05-01 until 2018-09-01
anpete: anpete!microsoft.com, anpete!users.noreply.github.com
anrossi: anrossi!users.noreply.github.com
ansd: ansd!users.noreply.github.com until 2014-05-01
anshulahuja98: anshul.ahu!gmail.com, anshulahuja98!users.noreply.github.com from 2019-05-01 until 2020-07-01
anubhabMajumdar: anubhabMajumdar!users.noreply.github.com from 2022-09-01
anuraagkonda: anuraagkonda!users.noreply.github.com from 2021-08-01
anuragprafulla: anuragprafulla!users.noreply.github.com from 2019-05-01
anurse: andrew!andrewnurse.net, andrew!andrewnurse.net, andrew!stanton-nurse.com, andrew!stanton-nurse.com, anurse!users.noreply.github.com
anwather: anwather!microsoft.com, anwather!users.noreply.github.com
anweiss: anweiss!github.com, anweiss!users.noreply.github.com until 2016-06-01
anwesh-b: anwesh-b!users.noreply.github.com from 2020-01-01
anywherepilot: jerietve!microsoft.com until 2020-06-01
apryiomka: apryiomka!users.noreply.github.com from 2017-01-01 until 2018-05-01, from 2020-10-01
ara-ayvazyan: aivazyan!microsoft.com, ara-ayvazyan!users.noreply.github.com
aramase: anish.ramasekar!gmail.com, aramase!users.noreply.github.com, ramasekar!us.ibm.com from 2019-03-01
arianmotamedi: arianmotamedi!users.noreply.github.com from 2019-05-01
arjunroy: arjunroy!google.com, arjunroy!users.noreply.github.com, arroy!eng.ucsd.edu from 2017-07-01 until 2017-12-01
arkentos: arkentos!gmail.com, arkentos!users.noreply.github.com from 2021-08-01
arndt-s: arndt-s!users.noreply.github.com from 2021-07-01
arroyc: arroyc!microsoft.com
arschles: aaschles!microsoft.com, arschles!gmail.com, arschles!users.noreply.github.com from 2015-11-15
artursouza: artursouza.ms!outlook.com from 2018-04-01
arvindkandhare: arvindkandhare!users.noreply.github.com from 2019-04-01
ashish-amarnath: ashish-amarnath!users.noreply.github.com, ashish.amarnath!gmail.com until 2017-01-01
ashudeep-sharma: ashudeep-sharma!users.noreply.github.com, ashudeep.sharma!flipkart.com until 2014-08-01
asmabri: asmabri!users.noreply.github.com, brianh1729!gmail.com
asubmani: asubmani!gmail.com until 2019-03-01
asw101: asw101!users.noreply.github.com from 2017-07-01
aszego: aszego!users.noreply.github.com
atiasadir: atiasadir!users.noreply.github.com from 2020-04-01
atif1996: atif.mahmood!accesscfa.com, atif1996!users.noreply.github.com from 2022-03-01
atris: atris!users.noreply.github.com from 2016-07-01 until 2018-06-01
auchenberg: auchenberg!users.noreply.github.com, kenneth!auchenberg.dk, nexusguy59!gmail.com from 2016-01-01 until 2019-06-01
avaakash: akash!chaosnative.com, avaakash!users.noreply.github.com from 2020-02-01 until 2021-06-01
avaid96: avaid1996!gmail.com, avaid96!users.noreply.github.com from 2017-09-01
aviral26: aviral26!users.noreply.github.com from 2016-06-01 until 2016-08-01, from 2017-06-01
avranju: avranju!gmail.com, avranju!users.noreply.github.com, rajave!microsoft.com, tomkins.hc!gmail.com
avtakkar: avtakkar!users.noreply.github.com from 2017-06-01 until 2018-08-01, from 2018-08-01
axis7818: axis7818!gmail.com, axis7818!users.noreply.github.com from 2017-01-01 until 2017-09-01, from 2018-09-01
ayushpateria: ayushpateria!users.noreply.github.com, cs15btech11007!iith.ac.in from 2018-05-01 until 2018-06-01
azhao155: azhao155!users.noreply.github.com from 2017-09-01 until 2020-05-01
azureluo: luoshichun!hotmail.com from 2015-10-01
bacongobbler: bacongobbler!users.noreply.github.com, matt.fisher!microsoft.com, mfisher!engineyard.com
bacongobbler: mfisher!deis.com from 2017-05-01
bartdesmet: bartde!microsoft.com
bartonjs: bartonjs!users.noreply.github.com, jbarton!microsoft.com
bartr: bartr!microsoft.com
basicthinker: jinglei!merico.dev from 2016-01-01 until 2018-10-01
baulig: info!birdseyedesign.be, mabaul!microsoft.com
benc-uk: becolem!microsoft.com
benhxy: bensea!google.com from 2018-08-01 until 2020-08-01
bennage: bennage!microsoft.com, christopher.bennage!microsoft.com
bergeron: bergeron!users.noreply.github.com, brian.e.bergeron!gmail.com from 2015-05-01
berndku: berndku!users.noreply.github.com
berndverst: berndverst!users.noreply.github.com from 2017-03-01
bfjelds: bfjelds!microsoft.com
bgelens: ben!bgelens.nl, bgelens!users.noreply.github.com from 2015-07-01 until 2019-06-01
bhargav-gulavani: bhargav-gulavani!users.noreply.github.com from 2017-06-01
bhummerstone: bhummerstone!users.noreply.github.com from 2015-11-01
bicschneider: cls!praqma.net from 2014-04-01 until 2014-10-01
billwert: billwert!microsoft.com
billytrend: billytrend!users.noreply.github.com, witrend!microsoft.com
bin3377: bin3377!users.noreply.github.com until 2015-12-01
bingbing8: bingbing8!users.noreply.github.com
bingosummer: bingosummer!users.noreply.github.com
birdchan: birdchan!users.noreply.github.com, brianh1729!gmail.com, cemeyer+github!uw.edu
bishal-pdMSFT: biprasad!microsoft.com
bketelsen: bketelsen!gmail.com, bketelsen!users.noreply.github.com, mail!bjk.fyi until 2022-06-15
blanquicet: blanquicet!gmail.com, blanquicet!users.noreply.github.com, jose.blanquicet-melendez!magnetimarelli.com, josebl!linux.microsoft.com, josebl!microsoft.com from 2021-06-01
blowdart: barry.dorrans!microsoft.com
blueviggen: blueviggen!users.noreply.github.com
bnookala: bnookala!users.noreply.github.com, nooknb!gmail.com
bobbyangers: bobbyangers!hotmail.com from 2020-02-01
bocharovf: alex.lazaris617!gmail.com, bocharovf!gmail.com, bocharovf!users.noreply.github.com, luis.martins!multiweb.pt from 2017-07-01 until 2018-05-01
boumenot: boumenot!gmail.com, chrboum!microsoft.com
boylee1111: boylee1111!gmail.com from 2015-07-01 until 2017-06-01
braderhart: 31287649+braderhart!users.noreply.github.com, braderhart!users.noreply.github.com, brae.04+linuxfoundation!gmail.com from 2016-05-01 until 2016-12-01
bradygaster: bradygaster!users.noreply.github.com
bragi92: bragi92!users.noreply.github.com
brahmnes: bfung!microsoft.com
brandonh-msft: brandonh-msft!users.noreply.github.com, hurlburb!microsoft.com
brasmith-ms: brasmith-ms!users.noreply.github.com from 2020-02-01
breeswish: breeswish!users.noreply.github.com, breezewish!pingcap.com, hi!breeswish.org, me!breeswish.org until 2017-04-01
brendanburns: brendan.d.burns!gmail.com, brendanburns!users.noreply.github.com from 2016-07-15
brendandburns: bburns!google.com, bburns!microsoft.com, brendandburns!users.noreply.github.com, teeterc!gmail.com from 2016-07-15
brettsam: brettsam!microsoft.com
briankr-ms: briankr-ms!users.noreply.github.com
brianrob: brianrob!microsoft.com, brianrob!users.noreply.github.com
bridgetkromhout: bridget!kromhout.org, bridgetkromhout!users.noreply.github.com from 2017-08-01
brooke-hamilton: brooke-hamilton!users.noreply.github.com
brunoborges: bruno.borges!gmail.com, bruno.borges!microsoft.com
brwilkinson: brwilkinson!users.noreply.github.com
bryanmacfarlane: bryanmacfarlane!users.noreply.github.com until 2019-07-01
buckhx: buckhx!users.noreply.github.com until 2014-04-01
burak-ok: burak-ok!users.noreply.github.com from 2022-08-01
burkeholland: burkeholland!gmail.com
buyaa-n: bunamnan!microsoft.com, buyaa-n!users.noreply.github.com, buyankhishig.namnan!microsoft.com
bzhu94: brzh!microsoft.com
caesar-chen: caesar-chen!users.noreply.github.com, shizchen!microsoft.com, shizhe95!gmail.com from 2017-03-01 until 2019-02-01
cakine: t-cakine!microsoft.com
campbelldgunn: campbelldgunn!users.noreply.github.com until 2015-01-01
candreso: candreso!users.noreply.github.com from 2020-05-01 until 2020-08-01, from 2021-05-01
captainsafia: captainsafia!users.noreply.github.com, dhanrajacharya44!gmail.com, safia!safia.rocks from 2019-01-01
carlocamurri: carlo.camurri98!gmail.com from 2018-06-01 until 2018-07-01
carlossanlop: 1175054+carlossanlop!users.noreply.github.com, carlossanlop!users.noreply.github.com
carmstrong: carmstrong!users.noreply.github.com
carolynvs: carolyn.vanslyck!microsoft.com, carolyn.vanslyck!rackspace.com, carolynvs!users.noreply.github.com, me!carolynvanslyck.com from 2017-03-01
cart: cart!users.noreply.github.com from 2015-08-01
cartermp: pcarter!fastmail.com, phcart!microsoft.com, phillip!honeycomb.io, phillipcarter!honeycomb.io until 2021-07-01
cartersocha: carter.socha!lightstep.com, cartersocha!users.noreply.github.com, casocha!microsoft.com until 2022-10-08
catweisun: catweisun!users.noreply.github.com
cbcrouse: cbcrouse!users.noreply.github.com
cblomart: cblomart!users.noreply.github.com from 2020-09-01
ccaraman: c.caramanolis!gmail.com, ccaraman!users.noreply.github.com, ccaramanolis!lyft.com, ccaramanolis!omnition.io, ccaramanolis!splunk.com until 2016-01-01
ccojocar: ccojocar!cloudbees.com, ccojocar!users.noreply.github.com, cosmc!microsoft.com, cosmin.cojocar!gmx.ch from 2015-10-01 until 2018-05-01
cdennig: dechrist!microsoft.com from 2016-12-01
cdlliuy: cdlliuy!users.noreply.github.com
cecilphillip: cecilphillip!users.noreply.github.com from 2017-07-01
cedi: cedi!users.noreply.github.com from 2018-12-01 until 2020-03-01
celaus: claus.matzinger!microsoft.com, claus.matzinger+kb!gmail.com from 2017-09-01
cesarfong: cesar.fong!microsoft.com from 2017-10-01
cfe84: cfe84!users.noreply.github.com from 2017-10-01 until 2019-12-01, from 2021-03-01
cgillum: cgillum!gmail.com, cgillum!microsoft.com
chanezon: chanezon!users.noreply.github.com, patlist!chanezon.com until 2015-03-15
changhc: changhc84!gmail.com from 2016-07-01 until 2017-06-01
chasat-ms: chasat!microsoft.com
chcosta: chcosta!microsoft.com, chcosta!users.noreply.github.com
cheenamalhotra: cheenamalhotra!users.noreply.github.com, v-chmalh!microsoft.com
chenhong0129: chenhong0129!users.noreply.github.com until 2015-04-01
chenkennt: chenkennt!users.noreply.github.com, kenchen!microsoft.com
chenriksson: chenriks!microsoft.com
chenyukang: chenyukang!users.noreply.github.com, moorekang!gmail.com, moorekang!gmaill.com from 2020-09-01
chewong: chewong!users.noreply.github.com from 2017-05-01 until 2018-12-01, from 2019-08-01 until 2022-07-22
chgeuer: chgeuer!microsoft.com, chgeuer!users.noreply.github.com
chhabaramesh: ramesh.chander!agylstor.com, ramesh.chander!sandisk.com from 2017-04-01 until 2018-07-01
chingyi-lin: chingyi-lin!users.noreply.github.com until 2017-07-01
chkim4142: chang!barefootnetworks.com, chkim!barefootnetworks.com until 2014-05-01
chleit: christian.leitner!microsoft.com
chloeyin: chloeyin!users.noreply.github.com
chlowell: chlowe!microsoft.com, chlowell!users.noreply.github.com from 2014-05-01
chris-armstrong: chris!deis.com
chrisamert: chrisamert!users.noreply.github.com
chrispat: chrispat!github.com, chrispat!users.noreply.github.com until 2020-01-01
christopheranderson: chrande!microsoft.com, chrande!outlook.com
chrisvugrinec: chrisvugrinec!users.noreply.github.com from 2016-02-01
chrmarti: chrmarti!users.noreply.github.com
chunliu: chunliu!users.noreply.github.com
chunye: chunye!microsoft.com
chuyangliu: chuyangliu!users.noreply.github.com from 2019-05-01 until 2019-08-01, from 2020-07-01
chwarr: chwarr!microsoft.com, chwarr!users.noreply.github.com
chzbrgr71: chzbrgr71!users.noreply.github.com
cijothomas: cijothomas!users.noreply.github.com, cithomas!microsoft.com
cimomo: cimomo!users.noreply.github.com, kaichen!alauda.io, kaichen!outlook.com until 2015-07-01
cjaliaga: cjaliaga!users.noreply.github.com from 2015-09-01
cjoprey: chriso!microsoft.com
ckimes89: ckimes89!users.noreply.github.com
clarenceb: clarenceb!users.noreply.github.com from 2018-06-01
clarkezone: clarkezone!users.noreply.github.com
claudiamarcubina: claudiamarcubina!users.noreply.github.com from 2023-02-01
clemensv: clemens!vasters.com, clemensv!users.noreply.github.com
clguimanMSFT: clguiman!microsoft.com, clguimanMSFT!users.noreply.github.com
cloudmelon: cloudmelon!users.noreply.github.com, urinaway!gmail.com
cmatskas: christos.matskas!microsoft.com, james!keen-studio.com
cmeury: cedric!meury.com, cmeury!users.noreply.github.com until 2016-02-01
cnadolny: cnadolny!users.noreply.github.com, nadolny.claudia!gmail.com
codito: armahapa!microsoft.com
colbylwilliams: colbylwilliams!gmail.com
cole-barefoot: cschlesinger!barefootnetworks.com until 2014-09-01
colemickens: cole.mickens!gmail.com, colemickens!users.noreply.github.com
comxd: comxd!users.noreply.github.com
connor4312: connor!peet.io, connor4312!users.noreply.github.com, darshu.gandhi!gmail.com
corivera: corivera!microsoft.com, corivera!users.noreply.github.com
cpuguy83: cpuguy83!gmail.com, cpuguy83!users.noreply.github.com from 2018-06-01
cpunella: cpunella!users.noreply.github.com from 2016-02-01 until 2016-12-01
crgarcia12: crgarcia12!users.noreply.github.com
crigor: crigor!gmail.com
cristina2689: cristina.opriceana!gmail.com from 2016-06-01 until 2016-08-01
crummel: crummel!microsoft.com, crummel!users.noreply.github.com
csand-msft: csand!microsoft.com until 2018-04-01, from 2018-06-01
cshung: andrewau!microsoft.com
cston: chucks!microsoft.com, cston!users.noreply.github.com
ctaggart: cameron.taggart!gmail.com, ctaggart!users.noreply.github.com from 2020-03-01
cwiederspan: chwieder!microsoft.com from 2017-11-01
cwilhit: Craig.Wilhite!microsoft.com, crwilhit!microsoft.com, cwilhit!users.noreply.github.com
cyberh0me: andre.marschalek!outlook.com, cyberh0me!users.noreply.github.com
cyberprune: cyberprune!users.noreply.github.com, daniel!cyberprune.com from 2016-04-01 until 2017-10-01
dabedin: davide.bedin!outlook.com
dagnello: dagnello!hp.com, dagnello!users.noreply.github.com, davide_agnello!hotmail.com, davideagnello!gmail.com until 2014-09-15
dagood: dagood!microsoft.com, dagood!users.noreply.github.com from 2015-05-01
dakale: dakale!github.com, dakale!users.noreply.github.com from 2017-11-01 until 2020-01-01
damadei-google: damadei-google!users.noreply.github.com from 2017-01-01 until 2019-06-01
dan-leanix: dan-leanix!users.noreply.github.com from 2016-06-01 until 2019-05-01
dancadana: shermadana!gmail.com from 2020-04-01
danielpops: danielpops!gmail.com, danielpops!users.noreply.github.com until 2015-09-01
danmosemsft: danmose!microsoft.com, danmosemsft!users.noreply.github.com
danpodeanu: danpodeanu!users.noreply.github.com from 2016-10-01
dansemedo: 34478209+dansemedo!users.noreply.github.com, dansemedo!users.noreply.github.com
darobs: darobs!users.noreply.github.com from 2015-10-01
darrenstahlmsft: darrenstahlmsft!users.noreply.github.com, darst!microsoft.com
darthtrevino: darthtrevino!gmail.com
daschott: daschott!microsoft.com, daschott!users.noreply.github.com
dasiths: dasiths!users.noreply.github.com from 2021-03-01
davesee: davesee!users.noreply.github.com from 2020-07-01
daviburg: david.burg!microsoft.com
davidbhoward: davidbhoward!users.noreply.github.com until 2015-04-01
davidbozjak: davidbozjak!users.noreply.github.com from 2014-04-01 until 2018-09-01
davidebbo: david.ebbo!gmail.com, davidebbo!users.noreply.github.com until 2018-11-01
davidemerritt: comxd!users.noreply.github.com, david.e.merritt!gmail.com, davidemerritt!users.noreply.github.com
davidfowl: davidfowl!gmail.com, davidfowl!users.noreply.github.com
davidgamero: david340804!gmail.com, davidgamero!users.noreply.github.com from 2021-06-01
davidgwcurve: david.garnett-welsh!imaginecurve.com until 2017-09-01
davidlai-msft: davidlai!microsoft.com
davidmatson: dmatson!microsoft.com
davidmrdavid: david.justo.1996!gmail.com from 2020-03-01
davidsh: david.shulman!microsoft.com, davidsh!users.noreply.github.com
davidwrighton: davidwr!microsoft.com, davidwrighton!users.noreply.github.com
davinci26: davinci26!users.noreply.github.com from 2018-10-01
davkean: davkean!microsoft.com
davmason: davmason!microsoft.com, davmason!users.noreply.github.com
dawn-chu: dawn-chu!users.noreply.github.com
daxian-dbw: daxian-dbw!users.noreply.github.com, dongbow!microsoft.com
dazhao-msft: dazhao-msft!outlook.com
dbanda: dbanda!users.noreply.github.com from 2018-10-01
dbarkol: dabarkol!microsoft.com from 2015-12-01
dbgoytia: dbgoytia!users.noreply.github.com, diego.canizales1995!gmail.com from 2022-08-01
dbrattli: dbrattli!users.noreply.github.com until 2018-02-01
dcantah: dcantah!users.noreply.github.com from 2020-02-01
dcaro: dcaro!microsoft.com, gvswanand!gmail.com
dcasati: diego.casati!gmail.com from 2017-06-01
dcui: decui!microsoft.com
dcwuser: dawright!microsoft.com
ddeep2007: ddeep2007!users.noreply.github.com until 2016-05-01
ddl-risong-na: ddl-risong-na!users.noreply.github.com from 2016-03-01 until 2022-01-01
dehoward: dehoward!microsoft.com from 2017-07-01 until 2017-08-01, from 2018-05-01 until 2018-08-01, from 2022-04-01
delmyers: delmyers!microsoft.com, delmyers!users.noreply.github.com
delqn: delqn!users.noreply.github.com from 2019-01-01
denisivan0v: denis!ivanovdenis.ru, denisivan0v!users.noreply.github.com from 2018-11-01
dennisszhou: dennis!kernel.org, dennisszhou!gmail.com from 2017-08-01 until 2018-05-01
denniszielke: denniszielke!users.noreply.github.com
deregtd: deregtd!users.noreply.github.com until 2019-10-01
derekbekoe: derek!derekbekoe.com, derekbekoe!users.noreply.github.com from 2015-06-01
desek: desek!users.noreply.github.com from 2018-01-01 until 2018-12-01
desreela: desreela!users.noreply.github.com
deveshXm: nothefakedevesh!gmail.com from 2022-05-01
devigned: devigned!users.noreply.github.com
dgkanatsios: dgkanatsios!outlook.com, dgkanatsios!users.noreply.github.com
dgrala: dgrala!users.noreply.github.com until 2016-05-01
dharmeshkakadia: dharmeshkakadia!users.noreply.github.com from 2014-07-01
digeler: digeler!users.noreply.github.com
dikhakha: dikhakha!microsoft.com
dilin-MS: dilin!microsoft.com from 2017-06-01 until 2017-09-01, from 2018-06-01
dineshgovindasamy: dineshgovindasamy!users.noreply.github.com, dingov!microsoft.com, felipejpa15!gmail.com
directhex: directhex!apebox.org, directhex!users.noreply.github.com, jo.shields!xamarin.com, joshield!microsoft.com
disrani-px: disrani!portworx.com, disrani-px!users.noreply.github.com, mehul.chandroliya!gmail.com, roman!gravitational.com until 2015-04-01
dissoupov: denis!ekspand.com, dissoupov!users.noreply.github.com from 2017-02-01 until 2017-08-01
divyagandhii: digandhi!microsoft.com
divyansh42: agrawaldivyanshu42!gmail.com from 2018-11-01 until 2019-09-01
djdongjin: djdongjin95!gmail.com from 2020-08-01 until 2022-10-01
dkkapur: dkkapur!users.noreply.github.com
dlstucki: dlstucki!users.noreply.github.com, dstucki!microsoft.com
dmeytin: dmeytin!users.noreply.github.com from 2019-09-01
dmitsh: dmitry.shmulevich!sysdig.com, dmitsh!users.noreply.github.com from 2015-02-01 until 2019-04-01
dmklementiev: dklem!microsoft.com
dmolokanov: dmolokanov!users.noreply.github.com from 2019-03-01
dmvk: dmvk!apache.org, dmvk!users.noreply.github.com from 2017-02-01 until 2017-05-01
dobrzyn2: midobrzy!microsoft.com
donnyyung: donnyyung!users.noreply.github.com from 2015-05-01 until 2015-08-01
dotnet-bot: dotnet-bot!microsoft.com
dotnet-maestro-bot: dotnet-maestro-bot!microsoft.com
draychev: delyan.raychev!microsoft.com from 2019-01-01
drcrook1: drcrook!outlook.com, drcrook1!users.noreply.github.com
dreddy-work: dreddy!microsoft.com
drmcghee: drmcghee!users.noreply.github.com
drub0y: drub0y!users.noreply.github.com from 2018-02-01
ds-ms: desattir!microsoft.com, ds-ms!users.noreply.github.com
dsalamancaMS: 33235720+dsalamancams!users.noreply.github.com, dsalamancaMS!users.noreply.github.com from 2017-11-01
dsanchor: dsanchor!users.noreply.github.com from 2021-08-01
dsandersAzure: dsandersAzure!users.noreply.github.com until 2017-07-01
dseefeld: Dan.Seefeldt!microsoft.com, dseefeld!microsoft.com, dseefeld!users.noreply.github.com
dsgouda: deshank!microsoft.com, dsgouda!users.noreply.github.com from 2015-09-01
dsplaisted: daplaist!microsoft.com
dstrebel: dstrebel!users.noreply.github.com, strebeld!gmail.com from 2016-01-01
dthaler: dthaler!microsoft.com
dthomason: comxd!users.noreply.github.com, dthomason!users.noreply.github.com
dtzar: david.tesar!microsoft.com, dtzar!users.noreply.github.com
dudu-markovitz: dudu-markovitz!users.noreply.github.com, dumarkov!microsoft.com from 2017-08-01
duncanmak: duncan.mak!xamarin.com, duncanmak!gmail.com
dwhiteddsoft: davwhite!microsoft.com, dwhiteddsoft!users.noreply.github.com
eKuG: ekanshgupta.eku!gmail.com from 2019-08-01
eallred-google: eallred!google.com, eallred-google!users.noreply.github.com until 2019-03-01
ealsur: ealsur!hotmail.com, ealsur!users.noreply.github.com
eamodio: eamodio!users.noreply.github.com from 2019-10-01 until 2021-10-01
ebar0n: edwar.baron!gmail.com until 2014-05-01
echesakovMSFT: echesakovMSFT!users.noreply.github.com, egor.chesakov!microsoft.com
eddynaka: eddynaka!users.noreply.github.com from 2019-03-01
edonkor1: edonkor1!users.noreply.github.com
edreed: edreed!microsoft.com
edrickwong: edrickwong!users.noreply.github.com, edwong!microsoft.com from 2018-07-01
edussx: edussx!users.noreply.github.com from 2021-08-01
eedorenko: eedorenko!users.noreply.github.com from 2019-07-01
eerhardt: eerhardt!users.noreply.github.com, eric.erhardt!microsoft.com
ehamai: ellhamai!microsoft.com
ehotinger: ehotinger!gmail.com, ehotinger!users.noreply.github.com
eiriktsarpalis: eirik.tsarpalis!gmail.com, eiriktsarpalis!users.noreply.github.com from 2019-06-01
eladiw: 13205761+eladiw!users.noreply.github.com, eladiw!users.noreply.github.com
elenaspasovaspasova: elenaspasovaspasova!users.noreply.github.com from 2020-07-01
ellismg: ellismg!users.noreply.github.com, matell!microsoft.com, matt.ellis!microsoft.com until 2017-08-01
elweb9858: elweb9858!users.noreply.github.com
emanoelxavier: emanoelxavier!users.noreply.github.com until 2016-04-01
emiliodangelo: emilio.dangelo!microsoft.com
enj: enj!users.noreply.github.com, i!monis.app, mkhan!redhat.com, mok!microsoft.com, mok!vmware.com, monis!redhat.com from 2022-08-08
epicfaace: aramaswamis!gmail.com, epicfaace!users.noreply.github.com from 2017-09-01 until 2019-09-01
ericeil: ericeil!hotmail.com, ericeil!microsoft.com, ericeil!users.noreply.github.com until 2016-11-01, from 2018-03-01
ericstj: ericstj!microsoft.com, ericstj!users.noreply.github.com, rupamkhaitan!gmail.com
ericsuhong: Eric.Hong!microsoft.com from 2017-07-01
ericsyh: ericshenyuhao!outlook.com, ericsyh!users.noreply.github.com, qpresley!ca.ibm.com from 2015-06-01 until 2017-12-01
eridai: eridai!users.noreply.github.com
erihanse: erihanse!outlook.com, erihanse!users.noreply.github.com from 2015-12-01 until 2016-10-01
erjadi: eric.jadi!gmail.com, erjadi!microsoft.com, erjadi!users.noreply.github.com from 2016-08-01
erozenfeld: erozen!microsoft.com, erozenfeld!users.noreply.github.com
erwelch: erwelch!users.noreply.github.com
esimkowitz: esimkowitz!users.noreply.github.com from 2019-08-01
etrexel: etrexel!users.noreply.github.com from 2019-09-01
evandigby: evandigby!gmail.com, evandigby!users.noreply.github.com from 2019-01-01
evillgenius75: evill_genius!outlook.com, evillgenius75!users.noreply.github.com
exc3eed: palashctg!gmail.com
ezYakaEagle442: ezYakaEagle442!users.noreply.github.com from 2019-03-01
fabaliga: fabaliga!users.noreply.github.com from 2016-06-01 until 2018-10-01
fabiocav: fabio.cavalcante!microsoft.com, facaval!microsoft.com
fafg: fafg!users.noreply.github.com from 2014-11-01 until 2015-08-01
fafhrd91: fafhrd91!gmail.com
faizahmedfarooqui: faizz.af!gmail.com until 2014-11-01
farshidtz: farshidtz!users.noreply.github.com until 2014-04-01
fashaikh: fashaikh!microsoft.com
fbeltrao: fbeltrao!users.noreply.github.com from 2017-11-01
fbertsch: fbertsch!users.noreply.github.com from 2014-08-01 until 2015-08-01
fedepad: fedepad!users.noreply.github.com, federico_padua!yahoo.it from 2017-07-01 until 2017-11-01
feiskyer: feiskyer!gmail.com, feiskyer!users.noreply.github.com, peni!microsoft.com from 2017-11-01
ferantivero: ferantivero!users.noreply.github.com, fla!clariusconsulting.net, v-fean!microsoft.com
fernandoBRS: fedeoliv!microsoft.com, fernandoBRS!users.noreply.github.com from 2015-09-01
fibonacci1729: brian!deis.com, fibonacci1729!users.noreply.github.com
findmyway: findmyway!users.noreply.github.com, tianjun.cpp!gmail.com from 2017-08-01
flynnduism: abdurrahman!akoken.com, flynnduism!gmail.com, flynnduism!users.noreply.github.com, g.wyszynski!livechatinc.com from 2017-04-01
flyth: flyth!users.noreply.github.com from 2022-06-01
forkjoseph: forkjoseph!users.noreply.github.com from 2019-05-01 until 2019-08-01