forked from cncf/gitdm.archive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompany_developers1.txt
16003 lines (16003 loc) · 950 KB
/
company_developers1.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.
!GP:
rabinv: rabin!rab.in, vincent.whitchurch!axis.com
&yet:
nlf: nlf!andyet.net, nlf!users.noreply.github.com, quitlahok!gmail.com until 2018-02-01
(Robots):
CNCF-Bot: CNCF-Bot!users.noreply.github.com, info!cncf.io
CodeLingoBot: CodeLingoBot!users.noreply.github.com, bot!codelingo.io
Hibernate-CI: Hibernate-CI!users.noreply.github.com
PikBot: 35295607+pikbot!users.noreply.github.com, PikBot!users.noreply.github.com
ReadmeCritic: ReadmeCritic!users.noreply.github.com, frankensteinbot!gmail.com
asfgit: asfgit!users.noreply.github.com
dangernoodle-bot: build-bot!dangernoodle.io
dependabot-bot: support!dependabot.com
dependabot-preview[bot]: 27856297+dependabot-preview[bot]!users.noreply.github.com, dependabot-preview[bot]!users.noreply.github.com
dependabot[bot]: 49699333+dependabot[bot]!users.noreply.github.com, dependabot[bot]!users.noreply.github.com
docker-jenkins: jenkins!ceph.com
eg-bot: 29412940+eg-bot!users.noreply.github.com, kevin+eg-bot!lunchbadger.com
envoy-bot: envoy-bot!users.noreply.github.com
facebook-github-whois-bot-0: github!fb.com
fluxcdbot: fluxcdbot!users.noreply.github.com
fossabot: badges!fossa.io, dmackerman!gmail.com, fossabot!users.noreply.github.com, support!fossa.io
goodluckbot: goodluckbot!users.noreply.github.com, tangbo_gl!hotmail.com
istio-testing: istio.testing!gmail.com
jenkins-x-bot: 35031835+jenkins-x-bot!users.noreply.github.com
k8s-ci-robot: k8s-ci-robot!users.noreply.github.com, k8s.ci.robot!gmail.com
k8s-publishing-bot: 34088196+k8s-publishing-bot!users.noreply.github.com, k8s-publishing-bot!users.noreply.github.com
nodejs-github-bot: github-bot!iojs.org
openssl-machine: openssl-machine!users.noreply.github.com
prombot: prombot!users.noreply.github.com, prometheus-team!googlegroups.com
pyup-bot: github-bot!pyup.io, pyup-bot!users.noreply.github.com
snyk-bot: snyk-bot!snyk.io
spinnaker-release: spinnaker-release!users.noreply.github.com
spinnakerbot: spinbot!spinnaker.io
testingbot: info!testingbot.com
tilosp-bot: git-bot!tilosp.de
toc-me[bot]: toc-me[bot]!users.noreply.github.com
twbs-grunt: twbs-grunt!users.noreply.github.com
(주)우아한형제들 (Woowa Bros.):
leejaycoke: leejaycoke!gmail.com from 2016-06-01
.АПСМАЙЛ. LTD:
yuriipolishchuk: 3329547+yuriipolishchuk!users.noreply.github.com, yuriipolishchuk!users.noreply.github.com, yuriy.pol!gmail.com until 2014-04-01
//////:
RickvdP: RickvdP!users.noreply.github.com, rick95ster!gmail.com
rutulpatel: rick95ster!gmail.com, rutul-patel!live.com, rutulpatel!users.noreply.github.com
1&1:
Jochen-A-Fuerbacher: jochen-a-fuerbacher!users.noreply.github.com, jochen.fuerbacher!1und1.de, mail!jochen-fuerbacher.de
RobinRSchulz: 46349315+robinrschulz!users.noreply.github.com, robin.schulz!1und1.de
atrepczik: andreas.trepczik!1und1.de, atrepczik!users.noreply.github.com
nudgegoonies: 4233401+nudgegoonies!users.noreply.github.com, nudgegoonies!users.noreply.github.com
stefanbrausch: stefan.brausch!1und1.de
1&1 IONOS:
jochengietzen: jochen.gietzen!1und1.de, jochengietzen!users.noreply.github.com from 2015-12-01 until 2018-09-01
1&1 Internet AG:
jhermann: jh!web.de, jhermann!users.noreply.github.com
1&1 Mail & Media Applications SE:
mfriedenhagen: mfriedenhagen!gmail.com, mirko.friedenhagen!1und1.de from 2014-05-01
1&1 Mail & Media Development & Technology:
TheMeier: TheMeier!users.noreply.github.com, christoph.maser!gmail.com, christoph.maser+github!gmail.com from 2015-11-01
1000mercis:
ramnes: contact!ramnes.eu, ramnes!1000mercis.com, ramnes!users.noreply.github.com from 2014-06-01 until 2018-08-01
1001PHARMACIES:
aya: aya!users.noreply.github.com, yann.autissier!gmail.com from 2017-03-01
100Clouds:
nazarewk: 3494992+nazarewk!users.noreply.github.com, nazarewk!users.noreply.github.com from 2015-08-01 until 2016-05-01
101 Ways:
mat-green: mat-green!users.noreply.github.com, matthew!newedgeengineering.com from 2017-07-01 until 2017-08-01
10Pearls:
umayr: umayr!users.noreply.github.com, umayr.shahid!gmail.com
10Stories:
trjordan: terral.jordan!gmail.com, tr!turbinelabs.io, trjordan!users.noreply.github.com from 2015-06-01 until 2016-05-01
10X:
ishkawa: ishkawa!users.noreply.github.com, y!ishkawa.org from 2017-06-01
10clouds:
sylwekb: sylwek!wonsystudio.com, sylwek1992!gmail.com, sylwekb!users.noreply.github.com from 2016-07-15
10up:
jonathantneal: jonathantneal!hotmail.com, jonathantneal!users.noreply.github.com, sartell.rachel!gmail.com from 2014-12-01 until 2016-07-01
118118Money:
BurtonR: BurtonR!users.noreply.github.com from 2018-02-01
burtonr: rheutan7!gmail.com from 2018-02-01
11:FS:
hhtpcd: harry!harryhodge.co.uk, hhtpcd!users.noreply.github.com from 2019-01-01
timkendrick: timkendrick!gmail.com, timkendrick!users.noreply.github.com from 2019-03-01
121Reach:
sudssm: sudarshan.muralidhar!gmail.com until 2014-05-01
12The Ave Labs:
henridf: henridf!gmail.com, henridf!users.noreply.github.com from 2016-06-01 until 2017-12-01
15Five:
logston: code!logston.me, logston!users.noreply.github.com
17E Tech:
gowtham-sai: gowtham-sai!users.noreply.github.com from 2015-06-01 until 2015-08-01
17media:
allanlei: allanlei!helveticode.com, allanlei!users.noreply.github.com, boulabiar!gmail.com, ggrayban!hotmail.com
guessi: guessi!gmail.com, guessi!users.noreply.github.com
18F:
jmcarp: jm.carp!gmail.com, jmcarp!users.noreply.github.com
1904labs:
pjohnmeyer: pjohnmeyer!gmail.com, pjohnmeyer!users.noreply.github.com from 2017-09-01 until 2018-10-01
1Tipi2Bicycles:
francois-travais: francois-travais!users.noreply.github.com, francois.travais!gmail.com from 2017-10-01
1science:
nhuray: nhuray!users.noreply.github.com, nicolas.huray!gmail.com from 2014-10-01 until 2016-05-01
20 Minutes France:
j0k3r: j0k3r!users.noreply.github.com, jeremy.benoist!gmail.com from 2016-03-01
21:
APTy: APTy!users.noreply.github.com, tjulian!uber.com from 2014-12-01 until 2016-11-01
2100Computer Lane:
onyiny-ang: lt15bo!brocku.ca, ltulloch!redhat.com, onyiny-ang!users.noreply.github.com until 2016-09-01
24technology:
jan-schumacher: jan-schumacher!users.noreply.github.com from 2018-09-01 until 2019-08-01
2B Games:
31z4: 31z4!users.noreply.github.com, elisey.zanko!gmail.com until 2016-04-01
2BGroup:
onobrod: onobrod!users.noreply.github.com, v.dlugopolskaya!gmail.com from 2014-11-01 until 2015-03-01
2GIS:
UnderGreen: UnderGreen!users.noreply.github.com, greendayonfire!gmail.com
agalitsyn: agalitsyn!users.noreply.github.com, anton.galitsyn!gmail.com
alex-yust: alex-yust!users.noreply.github.com from 2015-08-01 until 2019-03-01
homelessnessbo: i.kiselev!2gis.ru
savulchik: s.savulchik!gmail.com, savulchik!users.noreply.github.com
sh0ked: nikolay.ustinov90!gmail.com
2Share Networks B.V:
deniszh: denis.zhdanov!gmail.com, deniszh!users.noreply.github.com until 2015-04-01
2W Technologies:
zdw: zdw!artisancomputer.com, zdw!cs.arizona.edu, zdw!opennetworking.org, zdw!users.noreply.github.com from 2016-05-01
2beIT:
mdewree: mdewree!users.noreply.github.com, michael.dewree!ordina.be from 2016-02-01 until 2016-06-01
2iOpenService:
aslafy-z: aslafy-z!users.noreply.github.com, aslafy_z!epitech.eu, hello!zadkiel.fr, zadkiel.aharonian!gmail.com from 2016-08-01 until 2019-04-01
2improvel:
2improveIT: hein!2improveIT.eu, hein!couwet.com
2ndQuadrant:
petere: peter!eisentraut.org from 2016-01-01
ringerc: craig!2ndquadrant.com, lesomnus!gmail.com, ringerc!users.noreply.github.com
2xcode:
simabaymani: sima.baymani!gmail.com until 2015-06-01
360 Trading Networks:
dgloeck: dg!emlix.com, dgloeck!users.noreply.github.com until 2017-12-01
360D Interactive Agency:
vslinko: vslinko!yahoo.com, vyacheslav.slinko!gmail.com until 2015-04-01
360insights:
niclic: niclic!users.noreply.github.com, rfallon!360incentives.com
360pi:
arbourd: arbourd!users.noreply.github.com from 2015-01-01 until 2016-01-01
seriousben: benjamin.boudreau!qlik.com, boudreau.benjamin!gmail.com, seriousben!users.noreply.github.com until 2014-10-01
ttjiaa: ttjiaa!gmail.com, ttjiaa!users.noreply.github.com from 2015-12-01 until 2017-03-01
3D Robotics:
tcr: id!timryan.org, tcr!users.noreply.github.com, tim!timryan.org
3DSIM:
ryanwalls: github!ryanwalls.com, ryanwalls!users.noreply.github.com
3M:
consideRatio: consideRatio!users.noreply.github.com, erik.i.sundell!gmail.com from 2015-11-01 until 2016-03-01
3Shape:
casz: casz!users.noreply.github.com, joseph.petersen!3shape.com, josephp90!gmail.com, josp!widex.com from 2018-01-01
3i Global:
anvithks: anvith.k.s!huawei.com, anvith3!gmail.com, anvithks!users.noreply.github.com, pkusnetsov!gmail.com until 2015-06-01
3logic Systems:
alfanse: alex.ouzounis!solarwinds.com, alfanse!users.noreply.github.com from 2017-06-01 until 2017-12-01
asxalex: alex.ouzounis!solarwinds.com, asxalex!users.noreply.github.com from 2017-06-01 until 2017-12-01
damongant: alex.ouzounis!solarwinds.com, damongant!users.noreply.github.com, hello!damongant.de from 2017-06-01 until 2017-12-01
3pc Neue Kommunikation:
cdelmonte-zg: courtneythuy!gmail.com, register!cdelmonte.de from 2014-05-01 until 2016-11-01
3scale:
mikz: michal!cichra.cz, michal!o2h.cz, mikz!users.noreply.github.com until 2016-08-01
42:
giacomoguiulfo: giacomoguiulfo!users.noreply.github.com from 2017-07-01 until 2018-03-01
ssalaues: ssalaues!users.noreply.github.com from 2017-03-01 until 2017-09-01
42 Lines:
ipstatic: ipstatic!users.noreply.github.com, jarod!42lines.net
jjneely: jjneely!gmail.com, jjneely!users.noreply.github.com
42 Tech:
WillemMali: WillemMali!users.noreply.github.com, willem.mali!gmail.com
42on:
wido: wido!42on.com, wido!users.noreply.github.com, wido!widodh.nl
42six:
stu-gott: sgott!redhat.com, stu-gott!users.noreply.github.com until 2015-03-01
42six Solutions:
jeffmhastings: jeffmhastings!gmail.com, jeffmhastings!users.noreply.github.com until 2015-10-01
mike-schiller: mdschiller!gmail.com, mike-schiller!users.noreply.github.com until 2014-10-15
47 Degrees:
diesalbla: diego.e.a!47deg.com, diesalbla!gmail.com, diesalbla!users.noreply.github.com from 2016-01-01
kutyel: flaviocorpa!gmail.com, kutyel!users.noreply.github.com from 2019-11-01
4C Strategies:
swehacker: patrik!patrikfalk.com from 2018-02-01 until 2018-06-01
4Catalyzer:
itajaja: giacomo.tag!gmail.com, itajaja!users.noreply.github.com
jquense: jquense!users.noreply.github.com, monastic.panic!gmail.com from 2016-04-01 until 2018-10-01
4Com:
Im5tu: im5tu!users.noreply.github.com from 2014-08-01 until 2016-10-01
4D:
anas-aso: anas-aso!users.noreply.github.com until 2015-06-01
4SH:
fcamblor: fcamblor!gmail.com from 2017-01-01
fcamblor: frederic.camblor!4sh.fr
4Talent:
astroza: astroza!users.noreply.github.com, felipe!astroza.cl from 2015-07-01 until 2016-03-01
4finance:
ArturGajowy: ArturGajowy!users.noreply.github.com from 2014-09-01 until 2015-12-01
nklmish: coding.aurora!gmail.com from 2016-06-01 until 2016-06-02
5 Fingers:
sayak119: sayak119!users.noreply.github.com, sk.sayakkundu1997!gmail.com from 2017-08-01 until 2017-11-01
5 Monkeys Agency AB:
joar: joar!users.noreply.github.com, joar!wandborg.se
56K.Cloud:
vegasbrianc: brian.christner!gmail.com, vegasbrianc!users.noreply.github.com from 2017-12-01
6WIND:
NicolasDichtel: nicolas.dichtel!6wind.com
feng-lu: lu.feng!6wind.com
olivier-matz-6wind: olivier.matz!6wind.com
pguibert6WIND: philippe.guibert!6wind.com
qmonnet: quentin.monnet!6wind.com
rjarry: robin.jarry!6wind.com
samuel-gauthier: samuel.gauthier!6wind.com
6point6:
devalex88: 36872529+devalex88!users.noreply.github.com, dev.alex.88!gmail.com from 2018-05-01
7 Peaks Software:
phongphan: phongphan!acm.org, phongphan.p!gmail.com from 2017-01-01 until 2018-02-01
70:20:10 Forum:
voycey: voycey!users.noreply.github.com until 2016-05-01
70kft:
zhiyelee: zhiyelee!gmail.com, zhiyelee!users.noreply.github.com from 2015-03-01 until 2015-08-01
77ps:
alfanse: alex.ouzounis!solarwinds.com, alfanse!users.noreply.github.com until 2017-06-01
asxalex: alex.ouzounis!solarwinds.com, asxalex!users.noreply.github.com until 2017-06-01
damongant: alex.ouzounis!solarwinds.com, damongant!users.noreply.github.com, hello!damongant.de until 2017-06-01
7Learnings:
MartinNowak: code!dawg.eu from 2018-06-01
7N:
kravvcuCL: michal.krawczyk!codilime.com from 2019-08-01
7deRàdio Barcelona:
atsuky: andreugallofre!gmail.com, atsuky!users.noreply.github.com until 2016-06-01
7digital:
dmlf: damien.leflon!gmail.com, dmlf!users.noreply.github.com
7th Heaven:
xaka: pavel.strashkin!gmail.com, xaka!users.noreply.github.com
84bits:
syndbg: anton.synd.antonov!gmail.com, syndbg!users.noreply.github.com from 2017-07-01 until 2017-10-01
84kids:
codecalm: 1282324+codecalm!users.noreply.github.com, codecalm!gmail.com, codecalm!users.noreply.github.com until 2015-11-01
888holdings:
ekirmayer: 6572119+ekirmayer!users.noreply.github.com, ekirmayer!users.noreply.github.com until 2014-07-01
8D Technologies:
rochdev: roch.devost!datadoghq.com, roch.devost!gmail.com, rochdev!users.noreply.github.com
8devices:
GiedriusM: giedrius.medzevicius!gmail.com from 2016-10-01
8i:
rafaelmagu: rafaelmagu!users.noreply.github.com from 2017-07-01 until 2018-01-01
8thBridge:
bridgetkromhout: bridget!kromhout.org, bridgetkromhout!users.noreply.github.com until 2014-07-01
8x8:
mdonohue: mdonohue!dydynamic.com, mdonohue!structureus.com, michael.donohue!gmail.com from 2016-07-01
98point6:
kaywilliams: kay!thewilliams.net, kaywilliams!users.noreply.github.com, roger.albino.i!gmail.com from 2014-12-01 until 2016-12-01
99cloud:
Huachao: Huachao!users.noreply.github.com, huachaomao!gmail.com, mao.huachao!99cloud.net from 2016-12-04
caowei010: caowei010!gmail.com
gongysh: gongysh!unitedstack.com from 2014-11-10
gongysh2004: gong.yongsheng!99cloud.net from 2014-11-10
hikycool: abdulkader.benchi!gmail.com, yu.shengzuo!99cloud.net
jeffrey4l: jeffrey4l!users.noreply.github.com, zhang.lei.fly!gmail.com
wu-wenxiang: wu-wenxiang!outlook.com, wu.wenxiang!99cloud.net
zhubingbing: zhubingbing10!gmail.com
99designs:
xzyfer: xzyfer!gmail.com, xzyfer!users.noreply.github.com until 2017-08-01
9LivesData:
marekbiskup: biskup!google.com, marekbiskup!users.noreply.github.com until 2015-03-01
A Priori:
atzannes: alex.tzannes!altschool.com, atzannes!users.noreply.github.com from 2018-11-01
A Retail Bank:
HariSekhon: HariSekhon!users.noreply.github.com from 2019-07-01
A calustra:
eloycoto: eloy.coto!gmail.com, eloycoto!users.noreply.github.com until 2019-04-01
A firm:
glycerine: glycerine!users.noreply.github.com, j.e.aten!gmail.com from 2015-03-01 until 2015-10-01
A&RTech:
andipla: andi.platschek!gmail.com, andreas.platschek!opentech.at from 2018-02-01
A+E Networks:
JALsnipe: josh.lieberman92!gmail.com from 2016-01-01 until 2017-11-01
A-FIS PTE.LTD:
rbo13: 10726631+rbo13!users.noreply.github.com, chardy.orofeo!yahoo.com.ph, chardyy.orofeo!gmail.com, rbo13!users.noreply.github.com from 2017-08-01
A-Tono:
luca3m: luca3m!users.noreply.github.com, lucamarturana!gmail.com until 2014-10-01
A.P. Moller - Maersk:
gastonar: gastonar!users.noreply.github.com from 2016-07-01 until 2016-08-01
larsgk: larsgk!gmail.com, larsgk!users.noreply.github.com from 2019-09-01
A1 Telekom Austria:
olmoser: olmoser!users.noreply.github.com
A10 Networks:
dougwig: dougw!a10networks.com
A2 Hosting:
bitbucket90: bitbucket90!users.noreply.github.com, brandon!forerivertech.com from 2018-07-01 until 2018-09-01
A9:
irfansharif: irfanmahmoudsharif!gmail.com, irfansharif!users.noreply.github.com from 2017-09-01 until 2018-04-01
ABB:
JiachengXu: JiachengXu!users.noreply.github.com, jiacheng.xu!epfl.ch, xjcmaxwellcjx!gmail.com from 2018-08-01
KaSroka: KaSroka!users.noreply.github.com, kamil.sroka!nordicsemi.no, kamilsroka92!gmail.com from 2015-03-01 until 2016-09-01
ABB Enterprise:
Evildethow: evildethow!gmail.com, owood!cloudbees.com until 2014-04-01
ABB Enterprise Software:
duemir: ddigtiar!cloudbees.com, duemir!gmail.com until 2016-06-01
ABBYY:
nekromant: andrew!ncrmnt.org, spam!ncrmnt.org
ABC:
ChrisCinelli: ChrisCinelli!users.noreply.github.com, chris!allestelle.com from 2016-09-01
ABC Startsiden:
nicholasklem: nicholas!sanity.io, nicholasklem!users.noreply.github.com from 2015-05-01 until 2018-07-01
ABIn Bev:
bcorijn: bcorijn!users.noreply.github.com from 2016-09-01 until 2017-04-01
brunoban: bcorijn!users.noreply.github.com, bruno.bandeira!gmail.com, brunoban!users.noreply.github.com, dmnava!gmail.com, me!brunoban.com, steve.williamson!gmail.com from 2016-09-01 until 2017-04-01
brusMX: bcorijn!users.noreply.github.com, bmedinab!gmail.com, brusMX!users.noreply.github.com from 2016-09-01 until 2017-04-01
AC Technologies:
daudetCA: daudetCA!users.noreply.github.com, david.audet!ca.com from 2014-03-01 until 2017-07-01
AC3:
jpillora: dev!jpillora.com, jpillora!gmail.com, jpillora!users.noreply.github.com from 2016-12-01 until 2018-10-01
ACA IT-Solutions:
dieterdemeyer: dieterdemeyer!gmail.com, dieterdemeyer!users.noreply.github.com from 2015-10-15
ACCESS:
mKunihiroIshiguro: kunihiroishiguro!gmail.com until 2015-04-01
ACE Portal:
bartriordan: bartriordan!gmail.com, bartriordan!users.noreply.github.com until 2014-08-01
ACI Worldwide:
noroutine: oleksiy!noroutine.me, oleksiy.khilkevich!gmail.com from 2015-11-01 until 2018-10-01
satyamz: satyam.zode!cloudbyte.com, satyam.zode!openebs.io, satyamz!users.noreply.github.com, satyamzode!gmail.com from 2016-09-01 until 2017-04-01
ACM:
jesec: jc!linux.com from 2017-10-01
ACME AtronOmatic:
vcabbage: kale!lemnisys.com, vcabbage!users.noreply.github.com from 2016-06-15
ACOSS:
JrCs: 90z7oey02!sneakemail.com, JrCs!users.noreply.github.com
ACQUIA:
bdashrad: bdashrad!gmail.com, bdashrad!users.noreply.github.com until 2016-04-01
ACS:
artem-belov: 47595664+artem-belov!users.noreply.github.com, artem-belov!users.noreply.github.com until 2014-03-01
ACTANO:
bia: get.bianca!gmail.com from 2019-01-01
hpurmann: h.purmann!googlemail.com, hpurmann!users.noreply.github.com, me!hpurmann.com from 2015-02-01
ACTIOTECH:
aneeshiad: aneeshia!view26.com
AD.CO:
TinySong: TinySong!users.noreply.github.com, tinysong1226!gmail.com
AD/FIN:
mtanski: milosz!adfin.com, mtanski!gmail.com, mtanski!users.noreply.github.com
ADA ICT:
AlbertWillemsen-Centric: AlbertWillemsen-Centric!users.noreply.github.com, albert.willemsen!centric.eu until 2016-03-01
ADEO:
xavierbaude: xavier.baude!adeo.com, xavier.baude!adeoservices.com, xavierbaude!users.noreply.github.com
ADFOX:
loqutus: loqutus!users.noreply.github.com, rusik!4ege.ru until 2014-09-01
ADIT:
hachti: hachti!hachti.de from 2016-05-01
test-job: rosca.eugeniu!gmail.com from 2015-12-01
ADInstruments:
JohnRGee: JohnRGee!users.noreply.github.com
shadowspawn: j.gee!adinstruments.com, john!ruru.gen.nz, shadowspawn!users.noreply.github.com
ADMAG:
gianrubio: gianrubio!gmail.com, gianrubio!users.noreply.github.com until 2015-11-01
ADP:
aaron-prindle: aaron-prindle!users.noreply.github.com, aprindle!google.com from 2015-05-15 until 2016-04-15
alexellis: LEWIS.BENGE!MICROSOFT.COM, alex!openfaas.com, alexellis!users.noreply.github.com, alexellis!vmware.com, alexellis2!gmail.com until 2018-02-01
cronik: cronik!gmail.com, cronik!users.noreply.github.com, kyle.cronin!adp.com
saurabh500: saurabh.singh!microsoft.com, saurabh500!gmail.com, saurabh500!users.noreply.github.com, sausing!microsoft.com from 2016-09-01 until 2018-12-01
tiffon: joe!jf.io, joef!uber.com, tiffon!users.noreply.github.com from 2016-06-01 until 2016-07-01
timothydowney: craigzengcheng!gmail.com, tim.downey!adp.com, timothy.downey!gmail.com
ADP Dealer Services:
timcrall: timcrall!Gmail.com until 2014-09-15
ADTsys:
andreyev: andreyev!users.noreply.github.com, andreyev.dias!adtsys.com.br from 2014-11-01 until 2017-11-01
ADV Consulting:
okgolove: 36846182+okgolove!users.noreply.github.com, okgolove!markeloff.net, okgolove!users.noreply.github.com until 2015-04-01
ADVANCED Schema:
etiennedesign: etienne.leprette!advantys.com until 2014-12-01
AE nv/sa:
nlamot: nils.lamot!ae.be, nlamot!users.noreply.github.com from 2017-04-01
AEON:
stancheff: shaun!aeonazure.com, shaun!tancheff.com
AFA Försäkring:
mandrean: mandrean!users.noreply.github.com, sebastian.mandrean!gmail.com from 2017-05-17
AFOSTO:
gijsbotje: botje_gijs!hotmail.com, gijsbotje!users.noreply.github.com from 2018-08-01
AFRINIC-The Internet Numbers Registry for Africa:
loganaden: logan!cyberstorm.mu, logan!cyberstorm.mu, loganaden!gmail.com, loganaden!gmail.com, loganaden!users.noreply.github.com from 2016-01-01
AFour:
tanalam2411: tanalam2411!users.noreply.github.com from 2015-04-01
AGH Solar Boat Team:
Mierunski: Mierunski!users.noreply.github.com, mieszko.mierunski!nordicsemi.no from 2016-06-01 until 2017-10-01
AGRI:
jorgheymans: jorg.heymans!gmail.com, jorgheymans!users.noreply.github.com
AIB:
billymoon: billy!itaccess.org, billymoon!users.noreply.github.com until 2014-08-01
imduffy15: ian!ianduffy.ie, imduffy15!users.noreply.github.com from 2015-07-01 until 2016-10-01
samdunne: sam!sam-dunne.com from 2015-06-01 until 2017-01-01
AIC:
icy: icy!users.noreply.github.com, kyanh!theslinux.org
AID Tech:
alexvicegrab: a.vicente.grab!gmail.com, alexvicegrab!users.noreply.github.com, sasha!aid.technology from 2017-04-01 until 2019-10-01
AID:Tech:
nicolapaoli: 31096144+nicolapaoli!users.noreply.github.com, nicolapaoli!users.noreply.github.com from 2018-01-01
AIDA Cruises:
mitch000001: mitch000001!users.noreply.github.com from 2016-02-01 until 2019-07-01
AIESEC:
VineethReddy02: VineethReddy02!users.noreply.github.com, vineethpothulapati!outlook.com from 2017-02-01 until 2017-10-01
keyz: keyz!users.noreply.github.com, kz5!indiana.edu, root!keyanzhang.com until 2016-05-01
AIM:
FrankiePo: FrankiePo!users.noreply.github.com, serge.koshechkin!gmail.com from 2018-02-01
lucaceresoli: luca!lucaceresoli.net from 2017-03-01
AIQ:
StephenWangasg: stephenwangasg!gmail.com from 2016-09-01
AIR Infotech:
sunn-e: sunn-e!users.noreply.github.com, sunnydhoke22!gmail.com from 2019-03-01
AITnews:
louy: louay!alakkad.me, louy!alakkad.me, louy!users.noreply.github.com, louy08!gmail.com until 2015-07-01
AKDB:
khmarbaise: github!soebes.com, github!soebes.de, info!soebes.de, kama!soebes.de, khmarbaise!apache.org until 2014-02-01
ALADJI INTERNATIONAL:
ameukam: ameukam!gmail.com, ameukam!users.noreply.github.com
ALAX:
trampi: fabian.trampusch!freenet.de from 2018-04-01
ALD Automotive:
JeeDay: roselinjeandonald!gmail.com from 2018-07-01
ALG:
motdotla: mot!mot.la, motdotla!users.noreply.github.com, scott!scottmotte.com from 2017-03-01 until 2018-03-01
supergibbs: jesse.mandel!gmail.com, jmandel!alg.com, supergibbs!users.noreply.github.com from 2018-02-01
ALIECOM:
pmouawad: p.mouawad!ubik-ingenierie.com, pmouawad!users.noreply.github.com until 2014-02-01
ALO7 爱乐奇:
qqshfox: hanfei.shen!alo7.com, qqshfox!gmail.com, qqshfox!users.noreply.github.com
ALT Linux:
ldv-alt: ldv!altlinux.org
ALTA Language Services:
bwells: bwells!altalang.com
ALTER SOLUTIONS:
fahedouch: fahed.dorgaa!gmail.com, fahedouch!users.noreply.github.com from 2017-03-01 until 2017-09-01
ALTRAD ARNHOLDT:
dupont-y: yann!objoo.org from 2015-09-01
AMA:
amluto: luto!kernel.org
AMCC:
apmsw: fkan!apm.com until 2018-01-01
AMCOL:
dyladan: dyladan!users.noreply.github.com until 2016-09-01
AMD:
DavidTanner: darthtanner!gmail.com until 2014-06-01
Tamini: tristanamini!gmail.com, tristanamini!hotmail.com, tsamini!uwaterloo.ca from 2016-01-01 until 2016-04-01
WangHongchengAnnie: annie.wang!amd.com
YongZhao12: mp3geek!gmail.com, yong.zhao!amd.com, yzhao.hust!gmail.com
aliwaredoc: 42730518+aliwaredoc!users.noreply.github.com, aliwaredoc!users.noreply.github.com, yexing.gw!alibaba-inc.com until 2015-04-01
amingriyue: david1.zhou!amd.com
aprzywar: andre.przywara!amd.com
arodrigx7: andres.rodriguez!amd.com
ascollard: amber.lin!amd.com
babumoger: babu.moger!amd.com
bwicakso: besar.wicaksono!amd.com
codomania: brijesh.singh!amd.com
firstbread: ken.xue!amd.com
fxkamd: felix.kuehling!amd.com
gabbayo: oded.gabbay!gmail.com until 2015-05-01
garyrhook: gary.hook!amd.com
huangrui: hr8695!gmail.com, ray.huang!amd.com
joelschopp: joel.schopp!amd.com
kentrussell: kent.russell!amd.com
leeonadoh: sunpeng.li!amd.com
ljymonk: monk.liu!amd.com
narindam: arindam.nath!amd.com
ostr: boris.ostrovsky!amd.com
skeelyamd: sean.keely!amd.com
xliyu: xiangliang.yu!amd.com
AMEC:
MitMaro: MitMaro!users.noreply.github.com, dev!mitmaro.ca, me!mitmaro.ca until 2016-01-01
AMETEK:
psidhu: psidhu!users.noreply.github.com, psidhu.devel!gmail.com from 2016-06-01
AMEX:
Guitarbum722: Guitarbum722!users.noreply.github.com, johnkenneth.moore!gmail.com from 2015-02-01 until 2017-06-01
AMIST Technologies:
c9s: c9s!users.noreply.github.com, yoanlin93!gmail.com, yoanlin93+github!gmail.com from 2018-09-01
AMP:
danielwhatmuff: danielwhatmuff!users.noreply.github.com from 2015-12-01 until 2016-08-01
AMRA:
levsa: levon.sa!gmail.com from 2017-05-01
AMRA Medical:
davidparsson: david!parsson.se from 2016-05-01
ANDES:
NonerKao: alankao!andestech.com, nonerkao!gmail.com from 2017-09-01
ANSSI:
fishilico: nicolas.iooss!m4x.org, nicolas.iooss_linux!m4x.org from 2016-09-01
l0kod: mic!digikod.net
ANZ:
FFSCL: brendan.wreford!anz.com from 2017-03-01
cliffano: cliffano!gmail.com, cliffano!users.noreply.github.com from 2015-01-01 until 2016-02-01, from 2017-04-01 until 2018-12-01
dgodd: dave!goddard.id.au, dgodd!users.noreply.github.com from 2019-01-01 until 2019-06-01
ffscl: brendan!wreford.id.au, ffscl!users.noreply.github.com from 2017-03-01
mafrosis: github!mafro.net, mafrosis!users.noreply.github.com from 2019-04-01
n0npax: marcin.niemira!gmail.com, n0npax!users.noreply.github.com from 2019-01-01
AOC:
nevins-jask: nevins-jask!users.noreply.github.com from 2015-03-01 until 2015-06-01
AOE:
kj187: julian.kleinhans!aoe.com, kj187!users.noreply.github.com
tolleiv: github!tolleiv.de, tolleiv!users.noreply.github.com, tolleiv.nietsch!aoe.com
AOK:
shaxbee: shaxbee!gmail.com, shaxbee!users.noreply.github.com from 2016-02-01 until 2016-11-01
AOL:
austinmoore-: austin.moore!teamaol.com, austin_moore!icloud.com, austinmoore-!users.noreply.github.com from 2014-09-15
clarketm: clarketm!google.com, clarketm!users.noreply.github.com from 2016-06-01 until 2016-12-01
parispittman: parispittman!google.com, parispittman!users.noreply.github.com until 2017-06-01
AOSSIE:
Harkishen-Singh: Harkishen-Singh!users.noreply.github.com, harkishensingh!hotmail.com from 2019-05-01 until 2019-08-01
APA-IT:
simt2: simon!simt.io, simt2!users.noreply.github.com from 2015-01-01 until 2017-01-01
API Fortress:
theirish81: theirish81!gmail.com from 2015-12-01
APIs.guru:
IvanGoncharov: ivan.goncharov.ua!gmail.com
APM Terminals:
michiel: michiel!nosuchtype.com, michiel!users.noreply.github.com, mkalkman!shelde.com from 2015-06-01 until 2015-11-01
APPI Tecnologia:
eliezio: eliezio!pm.me, eliezio!users.noreply.github.com, eliezio.oliveira!gmail.com
APSL:
paurullan: pau!rullan.cat, prullan!apsl.net
APTEA:
tkrotoff: tkrotoff!gmail.com, tkrotoff!users.noreply.github.com
APiJET:
dmitrytokarev: dmitrytokarev!users.noreply.github.com from 2015-02-01 until 2016-11-01
APiO:
spencer1573: spencer1573!users.noreply.github.com from 2019-02-01
AQR Capital Management:
shreyasjoshis: shreyasjoshis!users.noreply.github.com until 2016-02-01
ARBES Technologies:
butchyyyy: konir.m!gmail.com
simonua: Konir.M!gmail.com
AREA:
Gsantomaggio: Gsantomaggio!users.noreply.github.com until 2015-08-01
ARI:
xirsoi: chevalieradam2!gmail.com
ARLAN SI LLP:
antonu17: antonu17!gmail.com, antonu17!users.noreply.github.com from 2016-07-01 until 2017-08-01
ARM:
Andre-ARM: andre.przywara!arm.com
AymenQ: qader.aymen!gmail.com from 2018-06-01 until 2018-09-01
JaviMerino: javi.merino!arm.com
Jingzhao123: jingzhao.ni!arm.com
Lewuathe: Lewuathe!users.noreply.github.com, lewuathe!me.com from 2018-08-01 until 2018-10-01
Olivier-ProGlove: Olivier-ProGlove!users.noreply.github.com, olivier.martin!proglove.de until 2015-07-01
TomCookseyArm: tom.cooksey!arm.com
TrevorTaoARM: trevor.tao!arm.com
Wei-1: Wei-1!users.noreply.github.com, wei.chen!arm.com, weichen!apache.org
Weichen81: Weichen81!users.noreply.github.com, christoph!burschka.de, jedix81!gmail.com, wei.chen!arm.com
alexandref75: Alexandre.ferreira!arm.com, alexandref75!gmail.com
amitdanielkachhap: amit.kachhap!arm.com
amreshk: amreshk!users.noreply.github.com until 2017-02-01
antonio-nino-diaz-arm: antonio.ninodiaz!arm.com
arm64b: arm64b!users.noreply.github.com, dennis.chen!arm.com
avri-schneider: avraham.mosheschneider!arm.com
ayahal01: ayan.halder!arm.com
bjackman: bjackman!users.noreply.github.com, brendan.jackman!arm.com
bvaughn: brian.david.vaughn!gmail.com, bvaughn!fb.com, bvaughn!users.noreply.github.com from 2015-08-01 until 2016-10-01
bytefire: okash.khawaja!gmail.com from 2017-02-01 until 2017-08-01
chendave: dave.jungler!gmail.com from 2017-09-11
chrisdiamand: chris.diamand!arm.com
chrisn-arm: chris.nix!arm.com
ctmarinas: catalin.marinas!arm.com, catalin.marinas!gmail.com
cyrilbur-ibm: cyril.bur!au1.ibm.com, cyrilbur!gmail.com from 2018-03-01
daverodgman: dave.rodgman!arm.com
davidvincze: david.vincze!arm.com
daxmc99: dax!rancher.com, daxmc99!users.noreply.github.com from 2018-05-01 until 2018-08-01
deggeman: dietmar.eggemann!arm.com
diegosueiro: diego.sueiro!gmail.com, diegosueiro!users.noreply.github.com from 2019-01-01
dixudx: di.xu!arm.com, dixudx!users.noreply.github.com, stephenhsu90!gmail.com from 2017-05-01
dliviu: github!dudau.co.uk, liviu!dudau.co.uk, liviu.dudau!arm.com
drewrichardson-arm: drew.richardson!arm.com
edsiper: edsiper!gmail.com, edsiper!users.noreply.github.com, eduardo!monkey.io, eduardo!treasure-data.com from 2018-07-01
ericvh: delacruzjamesmartin!gmail.com, ericvh!gmail.com, luis.mendez!psyonix.com
fractalclone: fractalclone!gmail.com, fractalclone!users.noreply.github.com, jean-paul.etienne!intel.com from 2017-01-01 until 2018-11-01
fvincenzo: gabrielknight4!gmail.com, vincenzo.frascino!arm.com, vincenzo.frascino!linaro.org
gby: gilad!benyossef.com from 2016-11-01
gctucker: guillaume.tucker!collabora.com from 2014-04-01 until 2016-11-01
gtucker-gmail: guillaume.tucker!gmail.com
hadargat: hadar.gat!arm.com
james-morse-arm: james.morse!arm.com
jaustin: jonathan.austin!arm.com
jf549: jamie.fox!arm.com
jlinton: jeremy.linton!arm.com
jmartinc: javier.martin!vista-silicon.com until 2014-10-01
jmtorrespalma: j.m.torrespalma!gmail.com from 2016-10-01 until 2017-01-01
jongwu: jianyong.wu!arm.com
jonmason: jdmason!kudzu.us, jon.mason!arm.com
jpbrucker: jean-philippe.brucker!arm.com
juhtie01: juha.tiensyrja!arm.com, juhtie01!users.noreply.github.com
kevin-brodsky-arm: kevin.brodsky!arm.com
kim-phillips-arm: kim.phillips!arm.com
koleini: 7603254+koleini!users.noreply.github.com, koleini!users.noreply.github.com, masoud.koleini!arm.com from 2018-03-01
kristina-martsenko: kristina.martsenko!arm.com, kristina.martsenko!gmail.com from 2015-04-01
kuggenhoffen: jaakko.kukkohovi!arm.com, jkukkohovi!gmail.com
kzk: kazuki.ohta!gmail.com, kzk!users.noreply.github.com from 2018-07-01
lubinsz: lubinsz!gmail.com, lubinsz!users.noreply.github.com
lubinszARM: bin.lu!arm.com, lubinszARM!users.noreply.github.com
mattspencer-arm: matt.spencer!arm.com
mdigiorgio: michele.digiorgio!arm.com
miklis: miklis!users.noreply.github.com
mindw: grizzly.nyo!gmail.com, mindw!users.noreply.github.com
mjs-arm: marcus.shawcroft!arm.com, mjs-arm!users.noreply.github.com
mpg: manuel.pegourie-gonnard!arm.com, mpg!elzevir.fr
mwsealey: matt.sealey!arm.com, mwsealey!users.noreply.github.com
niej: Jun.Nie!arm.com, jun.nie!linaro.org
pawelmoll: pawel.moll!arm.com
pdunaj: pawel.dunaj!nordicsemi.no, pdunaj!users.noreply.github.com from 2014-04-01 until 2017-08-01
punitagrawal: punit.agrawal!arm.com
qais-yousef: qsyousef!gmail.com from 2018-06-01
qperret: quentin.perret!arm.com
radarhere: radarhere!gmail.com, radarhere!users.noreply.github.com from 2018-08-01
realmz: realmz6!gmail.com from 2017-06-01
richael02: richael.zhuang!arm.com
rmurphy-arm: robin.murphy!arm.com
robertfoss: dev!robertfoss.se, robert.foss!collabora.com until 2015-03-01
robwalker-arm: robert.walker!arm.com
sigvartmh: sigvart.hovland!nordicsemi.no, sigvart.m!gmail.com, sigvartmh!users.noreply.github.com until 2014-08-01
speachy: pizza!shaftnet.org from 2015-04-01 until 2018-11-01
stevecapperarm: steve.capper!arm.com
sudeep-holla: sudeep.holla!arm.com
takuti: k.takuti!gmail.com, takuti!users.noreply.github.com from 2018-07-01
tamasban: tamas.ban!arm.com
ulfalizer: ulf.magnusson!nordicsemi.no, ulfalizer!gmail.com until 2014-11-01
v1v: victor.martinez!king.com, victormartinezrubio!gmail.com from 2017-06-01 until 2017-09-01
valschneider: valentin.schneider!arm.com
vstehle: v-stehle!ti.com, vincent.stehle!freescale.com, vincent.stehle!laposte.net from 2017-03-01
wildea01: will.deacon!arm.com
wweic: wei.chen!arm.com, wweic!users.noreply.github.com
xerial: leo!xerial.org, xerial!users.noreply.github.com from 2018-07-01
zhucebuliaolongchuan: chuan.long!arm.com, zhucebuliaolongchuan!users.noreply.github.com
zorrorffm: fangming.fang!arm.com
AReed Studios:
areed: andrew!areed.io, areed!users.noreply.github.com
ARi:
bgodavar: bgodavar!codeaurora.org from 2015-10-01 until 2018-01-01
AS15169:
plobsing: pitr!google.com, plobsing!gmail.com
ASICS:
masteinhauser: masteinhauser!users.noreply.github.com, myles.steinhauser!gmail.com from 2019-07-01
ASKfm:
eLco: eLco!users.noreply.github.com, oleg!agilestacks.com, olegshepetjuk!gmail.com from 2014-02-01 until 2017-07-01
ASML:
KumarAmitMehta: gmate.amit!gmail.com from 2016-09-01 until 2017-12-01
bramth: bramth!users.noreply.github.com from 2017-08-01
ASOS:
pjbgf: paulo.gomes.uk!gmail.com, pjbgf!users.noreply.github.com from 2014-12-01
ASSA ABLOY:
anangl: anangl!users.noreply.github.com, andrzej.glabek!nordicsemi.no until 2015-01-01
ASTRI:
yakir-Yang: yakir.yang!qq.com, ykk!rock-chips.com
AT:
valery1707: valery1707!gmail.com, valery1707!users.noreply.github.com from 2018-02-01
AT Consulting:
Envek: Envek!users.noreply.github.com, envek!envek.name
ivanzotov: ivanzotov!gmail.com, ivanzotov!users.noreply.github.com, me!ivanzotov.com from 2017-05-01 until 2018-05-01
AT&T:
Ciello89: Ciello89!users.noreply.github.com, mf6510!att.com
CourseraStudent58: CourseraStudent58!users.noreply.github.com, dgl!research.att.com
aimeeu: aimeeu!users.noreply.github.com, aimeeu.opensource!gmail.com until 2019-03-01
alop: abelopez!cisco.com, alop!users.noreply.github.com until 2014-05-19
ap2516: ap2516!att.com, ap2516!users.noreply.github.com
astub: i!am.so-aweso.me, jakemail8!hotmail.com from 2017-07-01
aveeshek: ad620p!att.com
carsten-lund: lund!research.att.com
chadswen: chadswen!gmail.com, chadswen!users.noreply.github.com
chenfli: cf9536!att.com, chen.fliesher!att.com, chenfli!users.noreply.github.com
cwedgwood: cw!f00f.org, cwedgwood!users.noreply.github.com
dannyvernovsky: dv696w!att.com
davidmichaelkarr: davidmichaelkarr!gmail.com, davidmichaelkarr!users.noreply.github.com
djtimoney: dt5972!att.com
donNewtonAlpha: dn8474!att.com
etharendil: etharendil!gmail.com, etharendil!users.noreply.github.com until 2017-05-01
etowah: mj3580!att.com
ft20082: ft20082!qq.com, ft20082!users.noreply.github.com, i!am.so-aweso.me from 2017-07-01
gautamdivgi: gautamdivgi!gmail.com, gautamdivgi!users.noreply.github.com
ghugo: gagehugo!gmail.com, ghugo!users.noreply.github.com
goksing: goksing!gmail.com, gs244f!att.com
ian-howell: ian-howell!users.noreply.github.com, ian.howell0!gmail.com from 2018-01-01
jakexks: i!am.so-aweso.me, jakexks!users.noreply.github.com from 2017-07-01
jaypipes: jaypipes!gmail.com, jaypipes!users.noreply.github.com from 2012-06-04 until 2013-12-31
jhgg: i!am.so-aweso.me, jhgg!users.noreply.github.com, me!jh.gg from 2017-07-01
kmadnani: k.madnani84!gmail.com, kmadnani!users.noreply.github.com until 2018-11-01
ljiatt: lji!research.att.com
mcntrn: 4176113+mcntrn!users.noreply.github.com, manuel.cintron!gmail.com, mcntrn!users.noreply.github.com until 2015-03-01, from 2018-12-01
memerror: jd250t!att.com
miclando: ml636r!att.com
mmueen: 13769955+mmueen!users.noreply.github.com, mmueen!users.noreply.github.com
pcarver: pcarver!att.com
ps3910att: ps3910!att.com, ps3910att!users.noreply.github.com
retr0h: john!dewey.ws, retr0h!users.noreply.github.com until 2013-08-30
seaneagan: sean.eagan!att.com, seaneagan!users.noreply.github.com, seaneagan1!gmail.com
sebdet: sd378r!intl.att.com
stealthybox: leigh!null.net, leigh!weave.works, stealthybox!users.noreply.github.com from 2015-05-01 until 2017-07-01
su622b: sunil.unnava!att.com
v1k0d3n: bjozsa!gmail.com, bjozsa!jinkit.com, v1k0d3n!users.noreply.github.com
wilkers-steve: wilkers-steve!users.noreply.github.com, wilkers.steve!gmail.com
ATALIAN:
aya: aya!users.noreply.github.com, yann.autissier!gmail.com from 2015-12-01 until 2016-06-01
ATB Financial:
JimmyCYJ: JimmyCYJ!users.noreply.github.com, jimmychen.0102!gmail.com from 2018-02-01 until 2018-12-01
ATCSim GmbH:
greg2001: gregory!atcsim.de
ATON:
igor-suhorukov: igor-suhorukov!users.noreply.github.com, igor_suhorukov!mail.ru from 2017-04-01 until 2017-08-01
ATTO:
KhChoi84: kyuhwi.choi!atto-research.com from 2014-08-01
AUDI AG / Quartett Mobile:
ZelJin: ZelJin!users.noreply.github.com, zeldind!gmail.com
AUSY:
hackthem: abdellah.azougarh!free.fr from 2018-10-01
AUTO1:
localheinz: am!localheinz.com, localheinz!users.noreply.github.com from 2014-09-01 until 2015-01-01
AUTOCONT:
matejhasul: matej.hasul!gmail.com, matej.hasul!gooddata.com, matejhasul!users.noreply.github.com from 2014-07-01 until 2014-09-01
AVASAD:
Wadeck: wadeck!users.noreply.github.com, wadeck.follonier!gmail.com from 2015-09-01 until 2016-04-01
AVAST:
alenkacz: alenkacz!users.noreply.github.com, varkockova.a!gmail.com until 2017-09-01
AVI Limited:
MnrGreg: MnrGreg!users.noreply.github.com, mrgregmay!gmail.com until 2015-01-01
AVITO:
vsn4ik: vsn4ik!gmail.com, vsn4ik!users.noreply.github.com, vsn4ik!yandex.ru from 2016-02-01
AVITO.ru:
tiandrey: atikhonov!avito.ru, tiacorpo!gmail.com
AXA:
apsureda: apsureda!gmail.com, apsureda!users.noreply.github.com until 2014-10-01
jeanlouisboudart: jeanlouis.boudart!gmail.com from 2015-12-01 until 2017-07-01
oldelvet: richm!oldelvet.org.uk from 2018-09-01
vbehar: v.behar!free.fr, vbehar!users.noreply.github.com, vincent.behar!dailymotion.com until 2017-01-30
AXS:
cpoole: connor.poole!gmail.com, cpoole!users.noreply.github.com from 2014-07-01 until 2015-05-01
AYESA:
MRamonLeon: manuelramonleonjimenez!gmail.com until 2018-03-01
AYLIEN:
grahamar: grahamar!users.noreply.github.com from 2019-05-01 until 2020-01-01
snebel29: nebel.sven!gmail.com, snebel29!users.noreply.github.com from 2017-06-01 until 2018-11-01
AZ Informática:
arkanjoms: arkanjo.ms!gmail.com, arkanjoms!users.noreply.github.com, roliveira!azi.com.br until 2018-06-01
AZPixels:
bradwestfall: brad!azpixels.com, bradwestfall!users.noreply.github.com from 2015-12-01 until 2018-02-01
Aalto:
tkln: aapo.vienamo!iki.fi until 2015-05-01
Aarki:
bagrat: bagrat!users.noreply.github.com, bagrat.aznauryan!gmail.com, contact!bagrat.io from 2014-11-01 until 2015-10-01
Abengoa:
alvarolobato: alvarolobato!gmail.com until 2016-03-01
joseblas: joseblas!gmail.com, joseblas!users.noreply.github.com until 2014-09-01
kuisathaverat: kuisathaverat!users.noreply.github.com, kuisathaverat!yahoo.com until 2015-12-01
Abercrombie & Fitch:
JALsnipe: josh.lieberman92!gmail.com from 2015-09-01 until 2016-01-01
Abios:
Patstrom: Patstrom!users.noreply.github.com, jp.karlstrom!gmail.com from 2017-04-01
Abiquo:
chirauki: chirauki!users.noreply.github.com, mcirauqui!gmail.com until 2019-05-01
Ableton AG:
nre-ableton: nre!ableton.com, nre-ableton!users.noreply.github.com
Ably:
ORBAT: ORBAT!users.noreply.github.com from 2018-05-01 until 2018-10-01
Ably - Real-time Messaging:
paddybyers: paddy.byers!gmail.com, paddybyers!users.noreply.github.com
Abraxas:
mhutter: manuel!hutter.io, mhutter!users.noreply.github.com until 2016-08-01
AbsInt:
chuemb: huembert!absint.com
jherter: herter!absint.com from 2014-10-01
AbsMap:
aospan: aospan!netup.ru from 2018-09-01
Absolute Softare:
thuandt: thuandt!users.noreply.github.com from 2017-07-01 until 2017-08-01
Abstract IT:
rendhalver: rendhalver!users.noreply.github.com from 2015-09-01 until 2017-01-01
Abstract Tokenization:
janitha09: janitha09!users.noreply.github.com, janitha_j!hotmail.com from 2019-11-01
Abto:
awly: andrew!awly.dev, awly!google.com, awly!users.noreply.github.com, lytvynov.a.v!gmail.com until 2014-04-01
Abyeti:
sriduth: sriduth!users.noreply.github.com, sriduth.jayhari!gmail.com from 2015-01-01 until 2015-12-01
Academia Cisco UPB:
cristina2689: cristina.opriceana!gmail.com from 2016-08-01 until 2017-03-01
Acaleph:
hunter: hunter!users.noreply.github.com
Acando:
mrahbar: mrahbar!users.noreply.github.com, mrahbar.azad!gmail.com from 2014-02-01 until 2018-06-01
Acando Norge:
asgeirn: asgeir!twingine.no, c.malard-github!valdun.net, sokoldv!ukr.net from 2017-07-01
Acano:
ajor: alastair!ajor.co.uk, alastairrob!hotmail.com until 2016-02-01
Accedia:
Anislav: anislav!gmail.com, anislav!users.noreply.github.com from 2017-09-01
Accedo:
mad01: alexander!infralium.com, alexander.brandstedt!ea.com, alexanderbrandstedt!gmail.com, mad01!users.noreply.github.com from 2015-01-01 until 2015-06-01
Accedo.:
igncp: icarbajop!gmail.com, igncp!users.noreply.github.com from 2016-10-01
Accel Interactive:
apemberton: pembertona!gmail.com until 2016-12-01
AccelOps:
mmikowski: mmikowski!users.noreply.github.com, z_mikowski!yahoo.com from 2015-02-01 until 2016-02-01
Accelerant Mobile:
JaysonRaymond: jraymond!accelerantmobile.com
Accelerator:
alexander-lloyd: alexander-lloyd!users.noreply.github.com
Accenture:
EtienneCoutaud: EtienneCoutaud!users.noreply.github.com from 2015-02-01 until 2015-08-01
FFSCL: brendan.wreford!anz.com from 2014-03-01 until 2015-10-01
MartinKolarik: MartinKolarik!users.noreply.github.com, martin!kolarik.sk
RobertNorthard: RobertNorthard!users.noreply.github.com, robertnorthard!googlemail.com
SamuAlfageme: SamuAlfageme!users.noreply.github.com, samuel!alfage.me, samuel.alfageme!gmail.com until 2014-09-01
SkReD: SkReD!users.noreply.github.com, etienne.coutaud!pyxida.io, mshipov!yandex.ru from 2015-02-01 until 2015-08-01
adovi-accenture: a.dovi!accenture.com
ali-himindz: alikhan!himindz.ie from 2017-06-01
arkadijs: arkadi.shishlov!gmail.com, arkadijs!users.noreply.github.com until 2017-02-15
avoidik: avoidik!gmail.com, avoidik!users.noreply.github.com
awaddiz: amina.waddiz!gmail.com, awaddiz!users.noreply.github.com from 2016-11-01 until 2018-08-01
bestoak: shepherdlee1986!gmail.com from 2018-03-01
bzon: bryansazon!hotmail.com, bzon!users.noreply.github.com, jb.jorge.sazon!gmail.com, john.bryan.j.sazon!accenture.com
carstenmuellercas: carsten.mueller!accenture.com
dcuenot: damien.cuenot!live.com
deors: jorge.hidalgo!gmail.com
egoughnour: e.goughnour!gmail.com
eicnix: eicnix!users.noreply.github.com, lukas!eichler.io, lukas.eichler!utinity.com, lukaseichler1!googlemail.com from 2015-08-01 until 2016-12-01
etiennecoutaud: e.coutaud!gmail.com, etienne.coutaud!pyxida.io from 2015-02-01 until 2015-08-01
etiennedesign: etienne.leprette!advantys.com from 2014-12-01 until 2015-08-01
ffscl: brendan!wreford.id.au, ffscl!users.noreply.github.com from 2014-03-01 until 2015-10-01
german-muzquiz: 35276119+german-muzquiz!users.noreply.github.com from 2015-06-01 until 2017-08-01
german-muzquiz: german-muzquiz!users.noreply.github.com, german.muzquiz!armory.io from 2015-06-01 until 2017-08-01
harshit-gangal: harshit-gangal!users.noreply.github.com, harshit.gangal!flipkart.com, harshit.gangal!gmail.com until 2014-08-01
hughbe: hughbe!users.noreply.github.com, hughbellars!gmail.com from 2016-08-01 until 2016-09-01
inge4pres: inge4pres!users.noreply.github.com from 2015-10-15
janwillies: jan!willies.info, jan.willies!accenture.com, janwillies!users.noreply.github.com
jcezarms: 2316114920!qq.com, jcezarms!users.noreply.github.com, juliocmdsilva!gmail.com from 2018-02-01
jmiddleton: jmiddleton!users.noreply.github.com, jorge.middleton!gmail.com
mig82: miguelangelxfm!gmail.com until 2015-06-01
mwieczorek: mwieczorek!users.noreply.github.com, wieczorek-michal!wp.pl until 2014-08-01
natebwangsut: nate.bwangsut!gmail.com, natebwangsut!users.noreply.github.com from 2018-02-01
petermetz: petermetz!users.noreply.github.com
rohkkumar: rohitkr!codeaurora.org from 2016-06-01 until 2018-03-01
schatekar: schatekar!users.noreply.github.com, suhas.chatekar!gmail.com from 2015-01-01 until 2015-09-01
subinataws: subinm!amazon.com until 2015-02-01
ti-mo: ti-mo!users.noreply.github.com, timo!incline.eu until 2014-04-01
Accenture España:
cmendible: cmendible!gmail.com, cmendible!users.noreply.github.com from 2017-03-01 until 2018-09-01
Accenture India Pvt Ltd:
vikrant8051: vikrant8051!gmail.com, vikrant8051!users.noreply.github.com until 2014-03-01
Accenture The Netherlands:
mlushpenko: iviakciivi!gmail.com, mlushpenko!users.noreply.github.com from 2015-11-01 until 2017-10-01
Accenture in India:
ChaitanyaKaranam: ChaitanyaKaranam!users.noreply.github.com, karanam.krishna.25!gmail.com from 2015-12-01 until 2018-09-01
Acceptto:
amirkarimi: a.karimi.k!gmail.com from 2014-08-01 until 2017-04-01, from 2019-03-01
Accipiter Radar:
icholy: icholy!accipiterradar.com, icholy!users.noreply.github.com, ilia.choly!gmail.com
Accor:
lledru: lledru!users.noreply.github.com, loic!le-dru.fr, loic_le_dru!carrefour.com until 2014-06-01
Accton:
Lewis-Kang: kang!accton.com, lewis-kang!users.noreply.github.com
roylee123: carlos!cdp.pub, roy_lee!accton.com
AccuRev:
jsherwood-accurev: jsherwood!accurev.com
Acer:
rbtchc: rbtchc!users.noreply.github.com, robert.ch.chou!acer.com until 2018-06-01
Acision:
pospispa: pospispa!gmail.com, pospispa!users.noreply.github.com until 2014-09-01
ruzickap: petr.ruzicka!gmail.com, ruzickap!users.noreply.github.com until 2016-02-01
Ackee UG:
bartimar: bartimar!users.noreply.github.com from 2017-08-01 until 2018-04-01
Acknowledgement:
craigwillis85: craig!craig-willis.co.uk, craigwillis85!users.noreply.github.com until 2016-02-15
Aclima:
gtaylor: gtaylor!gc-taylor.com, gtaylor!users.noreply.github.com, snagglepants!gmail.com from 2015-03-01 until 2016-04-01
Acme Packet:
truthbk: jaime.fullaondo!datadoghq.com, truthbk!gmail.com until 2014-04-01
Acorns:
kiela: kamil!kieliszczyk.net, kiela!users.noreply.github.com
miguelmota: miguelmota!users.noreply.github.com, miguelmota2!gmail.com from 2014-06-01 until 2015-10-01
Acquia:
Rystakei: rystakei!gmail.com from 2017-08-01
amye: amye!users.noreply.github.com until 2014-04-01
blackskad: thomas.meire!acquia.com until 2018-05-01
nbugash-r7: nbugash-r7!users.noreply.github.com, nonico_bugash!rapid7.com from 2017-04-01
Acquity Group:
adamcin: adamcin!gmail.com, adamcin!users.noreply.github.com until 2014-08-01
ryanspradlin: ryan!cotangent.org until 2015-01-01
Acrolinx:
Tblue: tilman+git!ax86.net, tilman.blumenbach!acrolinx.com
Acronis:
alexey-mr: alexey-mr!users.noreply.github.com, alexey.morlang!gmail.com until 2015-09-01
aosorgin: alexey.osorgin!gmail.com until 2018-08-01
piastry: piastry!etersoft.ru, piastryyy!gmail.com, pshilov!microsoft.com, pshilovsky!samba.org from 2015-02-01 until 2016-09-01
Act-On Software:
travishaagen: travis.haagen!gmail.com, travishaagen!users.noreply.github.com
ActBlue:
tibbon: david!actbluetech.com, tibbon!users.noreply.github.com from 2018-01-01
Actcat:
soutaro: matsumoto!soutaro.com, soutaro!users.noreply.github.com
Actifio:
bprotopopov: boris.protopopov!actifio.com, boris.protopopov!nexenta.com, bprotopopov!users.noreply.github.com from 2014-01-01 until 2017-07-01
Actionml:
dennybaa: dennybaa!gmail.com, dennybaa!users.noreply.github.com
Actionstep:
rafaelmagu: rafaelmagu!users.noreply.github.com until 2014-09-01
Active Shadow:
activeshadow: activeshadow!users.noreply.github.com, bryan!activeshadow.com
Active Window:
Brianmanden: Brianmanden!users.noreply.github.com, brianmanden!gmail.com from 2019-08-01
ActiveSec:
neworld: andrius.semionovas!vinted.com, aneworld!gmail.com until 2014-09-01
ActiveVideo:
Ch00k: ayurchuk!minuteware.net
Activision:
yanatan16: yanatan16!users.noreply.github.com
Activision Blizzard:
jan11011977: jan.van.valburg!activision.com, jan11011977!users.noreply.github.com
ActiviteState:
ihcsim: 1330522+ihcsim!users.noreply.github.com, ihcsim!users.noreply.github.com from 2014-09-01 until 2015-08-01
Acumen:
kchia: kchia!users.noreply.github.com, kchia87!gmail.com until 2014-08-01
Acumen Commercial Insights:
shahiddev: shahid!headforcloud.com, shahid.iqbal!live.co.uk, shahiddev!users.noreply.github.com until 2015-11-01
Acuris:
keymon: keymon!gmail.com from 2017-04-01 until 2017-06-01
Acámica:
battaglr: battaglr!users.noreply.github.com, lucianobattagliero+git!gmail.com from 2018-08-01 until 2018-09-01
Ad Hoc:
llimllib: bill!billmill.org, llimllib!users.noreply.github.com
AdGear:
Typositoire: Typositoire!users.noreply.github.com, davidyann88!gmail.com from 2018-04-01
haguenau: david!adgear.com, haguenau!users.noreply.github.com
AdHoc Networks:
rohan47: rohan47!users.noreply.github.com, rohanrgupta1996!gmail.com, rohgupta!redhat.com from 2017-05-01 until 2017-09-01
AdMobius:
raravena80: raravena!branch.io, raravena80!gmail.com, raravena80!users.noreply.github.com until 2014-01-01
AdNovum:
dodie: david.csakvari!ponte.hu, dodiehun!gmail.com from 2018-03-01
reegnz: reegnz!users.noreply.github.com, zoltan.reegn!gmail.com until 2014-07-01, from 2016-02-01 until 2019-01-01
AdNovum Informatik AG:
schweikert: david!schweikert.ch, michael.dietz!waya.ai, schweikert!users.noreply.github.com from 2016-12-01
AdPilot:
piosz: piosz!users.noreply.github.com, pszczesniak!google.com until 2014-02-01
AdRiver:
melezhik: melezhik!gmail.com, melezhik!users.noreply.github.com until 2014-12-01
AdRoll:
zylad: dominik.zyla!gmail.com from 2014-06-01 until 2015-08-01
AdTaily:
fbarl: fbarl!users.noreply.github.com, filip!weave.works, filip.barl!gmail.com until 2014-05-01
Ada:
DStorck: DStorck!users.noreply.github.com, deirdre.storck!gmail.com, lee!l337ch.com from 2014-07-01 until 2016-09-01
sheerun: sheerun!sher.pl, sheerun!users.noreply.github.com
Ada Support:
noqcks: benny!noqcks.io, noqcks!users.noreply.github.com from 2018-01-01
AdaCore:
gingold-adacore: gingold!adacore.com until 2017-08-01
konrad-fred: fred.konrad!greensocs.com from 2017-06-01
Adagio:
alexfouche: alexandre.fouche!gmail.com from 2016-11-01
Adallom:
yanivoliver: yanivoliver!gmail.com, yanivoliver!users.noreply.github.com from 2015-06-01 until 2016-04-01
Adamo:
victorgs: victorgs!users.noreply.github.com until 2015-09-01
Adap.tv:
pawanpraka1: pawan!mayadata.io, pawanpraka1!users.noreply.github.com, pawanprakash101!gmail.com until 2015-09-01
AdapTech:
mattbishop: matt!thebishops.org, mattbishop!users.noreply.github.com, matthew.bishop!elasticpath.com from 2019-05-01
AdapTechSolutions:
adymitruk: adam!dymitruk.com, adam.dymitruk!adaptechgroup.com, adymitruk!users.noreply.github.com
nicdex: nicdex!users.noreply.github.com from 2015-12-15
Adaptavist:
dragosmc: dragos.ciupureanu!gmail.com, dragosmc!users.noreply.github.com from 2017-08-01
fnmunhoz: felipe!felipemunhoz.com from 2017-08-01
pelizza: vitor.pelizza!gmail.com, vpelizza!adaptavist.com from 2017-06-01
Adaption:
Mobrockers: mobrockers!gmail.com, mobrockers!users.noreply.github.com, rouke.broersma!infosupport.com from 2015-10-01 until 2016-09-01
Adaptive Computing:
gauntletbuild: saville!adobe.com until 2014-12-01
Adaptive Financial:
josepot: josepot!gmail.com, josepot!users.noreply.github.com from 2018-04-01 until 2019-04-01
Adaptive Financial Consulting:
josepot: josepot!gmail.com, josepot!users.noreply.github.com from 2019-09-01
Adaptly:
flah00: flah00!users.noreply.github.com, pchampon!gmail.com
Adatos.AI:
reiinakano: reiichiro.s.nakano!gmail.com
Adavantech Industried:
tintoy: tintoy!tintoy.io, tintoy!users.noreply.github.com from 2015-12-01 until 2016-07-01
Adblock Publisher Solutions:
fastest963: fastest963!gmail.com, fastest963!users.noreply.github.com
Adcash:
martin-marinov: martin-marinov!users.noreply.github.com, martin.marinov91!gmail.com from 2014-08-01 until 2015-12-01
AddThis:
jhorwit2: horwitzja!gmail.com, jhorwit2!users.noreply.github.com, josh.horwitz!oracle.com until 2016-04-01
AddVal Solutions:
jayanth-sai-v: jayanth.sai.v!gmail.com from 2015-04-01 until 2016-03-01
Addepar:
davidhao3300: david.hao!addepar.com, davidhao3300!gmail.com, davidhao3300!users.noreply.github.com, davidhao3300!yahoo.com from 2014-08-01
Addision Precision Manufakturcturing:
tintoy: tintoy!tintoy.io, tintoy!users.noreply.github.com from 2016-07-01 until 2017-07-01
Adecco:
vigneshethiraj: vignesh.ethiraj!infosys.com from 2015-09-01 until 2016-02-01
Adelzaalouk:
zanetworker: adel.zalok.89!gmail.com, zanetworker!users.noreply.github.com until 2018-08-01
Adeneo Embedded:
alexandrebelloni: alexandre.belloni!bootlin.com, alexandre.belloni!free-electrons.com until 2013-03-01