Difference between revisions of "People"

From D Wiki
Jump to: navigation, search
(General)
 
(35 intermediate revisions by 13 users not shown)
Line 1: Line 1:
 +
== Points of contact ==
 +
 +
=== General ===
 +
{| cellpadding="5" border="2" class="wikitable"
 +
|-
 +
! | Responsibility
 +
! width="200" | Name
 +
! width="300" | Github ID
 +
|-
 +
|
 +
* BDFL
 +
* D Language Fundamentals
 +
| Walter Bright
 +
| [https://github.com/WalterBright WalterBright]
 +
|-
 +
|
 +
* D Language Fundamentals
 +
* Standard Library Fundamentals
 +
| [http://erdani.com/index.php/contact Andrei Alexandrescu]
 +
| [https://github.com/andralex andralex]
 +
|-
 +
|
 +
* Release Process
 +
| Martin Nowak
 +
| [https://github.com/MartinNowak MartinNowak]
 +
|-
 +
|
 +
* Language Specification
 +
| Brian Schott
 +
| [https://github.com/Hackerpilot Hackerpilot]
 +
|-
 +
|
 +
* Bugzilla ([https://issues.dlang.org/ issues.dlang.org])
 +
* 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 ==
 +
 +
See also [https://github.com/orgs/dlang/people dlang/people] for organisation members.
 +
 +
{| class=wikitable
 +
!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_widget}}
 +
 
{{#ask: [[Category:People]]
 
{{#ask: [[Category:People]]
 
|?Homepage URL=
 
|?Homepage URL=
Line 4: Line 117:
 
}}
 
}}
  
== How to add a Person ==
+
=== 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.
 
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.