Difference between revisions of "People"

From D Wiki
Jump to: navigation, search
(Added MVPs)
(General)
 
(24 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{:People_widget}}
+
== Points of contact ==
 
 
{{#ask: [[Category:People]]
 
|?Homepage URL=
 
|format=category
 
}}
 
  
== How to add a Person ==  
+
=== General ===
Create a new page with the same name as the person. Add the text <tt><nowiki>{{Person}}</nowiki></tt> to the page. Save.
 
 
 
== MVPs ==
 
 
{| cellpadding="5" border="2" class="wikitable"
 
{| cellpadding="5" border="2" class="wikitable"
 
|-
 
|-
 +
! | Responsibility
 
! width="200" | Name
 
! width="200" | Name
 
! width="300" | Github ID
 
! width="300" | Github ID
! | Responsibility
 
 
|-
 
|-
 +
|
 +
* BDFL
 +
* D Language Fundamentals
 
| Walter Bright
 
| Walter Bright
 
| [https://github.com/WalterBright WalterBright]
 
| [https://github.com/WalterBright WalterBright]
| BDFL, D Language Fundamentals
 
 
|-
 
|-
| Andrei Alexandrescu
+
|
 +
* D Language Fundamentals
 +
* Standard Library Fundamentals
 +
| [http://erdani.com/index.php/contact Andrei Alexandrescu]
 
| [https://github.com/andralex andralex]
 
| [https://github.com/andralex andralex]
| D Language Fundamentals, Standard Library Fundamentals
 
 
|-
 
|-
| Andrew Edwards
+
|
| [https://github.com/AndrewEdwards AndrewEdwards]
+
* Release Process
| Release Process
+
| Martin Nowak
 +
| [https://github.com/MartinNowak MartinNowak]
 
|-
 
|-
 +
|
 +
* Language Specification
 
| Brian Schott
 
| Brian Schott
 
| [https://github.com/Hackerpilot Hackerpilot]
 
| [https://github.com/Hackerpilot Hackerpilot]
| Language Specification
 
 
|-
 
|-
| Kenji Hara
+
|
| [https://github.com/9rnsr 9rnsr]
+
* Bugzilla ([https://issues.dlang.org/ issues.dlang.org])
| D compiler development, all-round bug-fixing, new-feature-implementing superman
+
* Mailing lists ([http://lists.puremagic.com/ lists.puremagic.com])
 +
* D Auto-Tester ([https://auto-tester.puremagic.com/ auto-tester.puremagic.com])
 +
| Brad Roberts
 +
| [https://github.com/braddr braddr]
 +
|-
 +
|
 +
* D forum ([http://forum.dlang.org/ forum.dlang.org])
 +
* D wiki ([http://wiki.dlang.org/ wiki.dlang.org])
 +
| Vladimir Panteleev
 +
| [https://github.com/CyberShadow CyberShadow]
 +
|-
 +
|
 +
* Dub package registry ([http://code.dlang.org/ code.dlang.org])
 +
| Sönke Ludwig
 +
| [https://github.com/s-ludwig s-ludwig]
 +
|-
 +
|
 +
* Google Summer of Code Coordinator
 +
| Craig Dillabaugh
 +
| [https://github.com/craig-dillabaugh craig-dillabaugh]
 +
|}
 +
 
 +
=== Phobos ===
 +
 
 +
{| cellpadding="5" border="2" class="wikitable"
 +
|-
 +
! | Module
 +
! width="300" | Github ID
 +
|-
 +
| std.algorithm<br>std.experimental.allocator || {{GitHub|andralex}}
 +
|-
 +
| std.datetime<br>core.time || {{GitHub|jmdavis}}
 +
|-
 +
| std.file<br>std.stdio<br>std.socket || {{GitHub|CyberShadow}}
 +
|-
 +
| std.process || {{GitHub|CyberShadow}}<br>{{GitHub|schveiguy}}
 +
|-
 +
| std.regex<br>std.uni || {{GitHub|DmitryOlshansky}}
 +
|-
 +
| Anything math-related || {{GitHub|9il}}
 
|-
 
|-
 +
| Anything else || Use <tt>git blame</tt>
 
|}
 
|}
  
 
== Mapping of Github handles to real names ==
 
== Mapping of Github handles to real names ==
 +
 +
See also [https://github.com/orgs/dlang/people dlang/people] for organisation members.
  
 
{| class=wikitable
 
{| class=wikitable
Line 45: Line 85:
 
|-
 
|-
 
|9il||Ilya Yaroshenko
 
|9il||Ilya Yaroshenko
|-
 
|9rnsr||Hara Kenji
 
 
|-
 
|-
 
|andralex||Andrei Alexandrescu
 
|andralex||Andrei Alexandrescu
Line 65: Line 103:
 
|-
 
|-
 
|quickfur||H. S. Teoh
 
|quickfur||H. S. Teoh
 +
|-
 +
|jpf91||Johannes Pfau
 +
|-
 +
|redstar||Kai Nacke
 
|}
 
|}
 +
 +
== Bios and Information ==
 +
{{:People_widget}}
 +
 +
{{#ask: [[Category:People]]
 +
|?Homepage URL=
 +
|format=category
 +
}}
 +
 +
=== How to add a Person ===
 +
Create a new page with the same name as the person. Add the text <tt><nowiki>{{Person}}</nowiki></tt> to the page. Save.

Latest revision as of 20:17, 11 May 2017

Points of contact

General

Responsibility Name Github ID
  • BDFL
  • D Language Fundamentals
Walter Bright WalterBright
  • D Language Fundamentals
  • Standard Library Fundamentals
Andrei Alexandrescu andralex
  • Release Process
Martin Nowak MartinNowak
  • Language Specification
Brian Schott Hackerpilot
Brad Roberts braddr
Vladimir Panteleev CyberShadow
Sönke Ludwig s-ludwig
  • Google Summer of Code Coordinator
Craig Dillabaugh craig-dillabaugh

Phobos

Module Github ID
std.algorithm
std.experimental.allocator
@andralex
std.datetime
core.time
@jmdavis
std.file
std.stdio
std.socket
@CyberShadow
std.process @CyberShadow
@schveiguy
std.regex
std.uni
@DmitryOlshansky
Anything math-related @9il
Anything else Use git blame

Mapping of Github handles to real names

See also dlang/people for organisation members.

Github handle Real name
9il Ilya Yaroshenko
andralex Andrei Alexandrescu
burner Robert Schadek
Dicebot Mihail Strashun (Михаил Страшун)
Element-126 Jean-Loup Tastet
ibuclaw Iain Buclaw
jwhear Justin Whear
klickverbot David Nadlinger
ntrel Nick Treleaven
quickfur H. S. Teoh
jpf91 Johannes Pfau
redstar Kai Nacke

Bios and Information

People: AllOn Github

How to add a Person

Create a new page with the same name as the person. Add the text {{Person}} to the page. Save.