Authors -> Contributors

This commit is contained in:
Adam 2013-07-03 22:59:13 -07:00
parent 3840036912
commit 9ad61b5586
14 changed files with 27 additions and 29 deletions

View File

@ -1,8 +1,8 @@
---
language: c
author: Adam Bard
author_url: http://adambard.com/
filename: learnc.c
contributors:
- ["Adam Bard", "http://adambard.com/"]
---
Ah, C. Still the language of modern high-performance computing.

View File

@ -1,8 +1,8 @@
---
language: clojure
author: Adam Bard
author_url: http://adambard.com/
filename: learnclojure.clj
contributors:
- ["Adam Bard", "http://adambard.com/"]
---
Clojure is a Lisp family language developed for the Java Virtual Machine. It has

View File

@ -1,8 +1,8 @@
---
language: dart
author: Joao Pedrosa
author_url: https://github.com/jpedrosa/
filename: learndart.dart
contributors:
- ["Joao Pedrosa", "https://github.com/jpedrosa/"]
---
Dart is a newcomer into the realm of programming languages.

View File

@ -1,7 +1,7 @@
---
language: elixir
author: Joao Marques
author_url: http://github.com/mrshankly
contributors:
- ["Joao Marques", "http://github.com/mrshankly"]
filename: learnelixir.ex
---

View File

@ -1,7 +1,7 @@
---
language: erlang
author: Giovanni Cappellotto
author_url: http://www.focustheweb.com/
contributor:
- ["Giovanni Cappellotto", "http://www.focustheweb.com/"]
filename: learnerlang.erl
---

View File

@ -1,7 +1,7 @@
---
language: F#
author: Scott Wlaschin
author_url: http://fsharpforfunandprofit.com/
contributors:
- ["Scott Wlaschin", "http://fsharpforfunandprofit.com/"]
filename: learnfsharp.fs
---

View File

@ -1,7 +1,7 @@
---
language: haskell
author: Adit Bhargava
author_url: http://adit.io
contributors:
- ["Adit Bhargava", "http://adit.io"]
---
Haskell was designed as a practical, purely functional programming language. It's famous for

View File

@ -1,11 +1,8 @@
---
language: java
author: Jake Prather
author_url: http://github.com/JakeHP
contributors:
- ["Jake Prather", "http://github.com/JakeHP"]
filename: LearnJava.java
---

View File

@ -1,7 +1,7 @@
---
language: julia
author: Leah Hanson
author_url: http://leahhanson.us
contributors:
- ["Leah Hanson", "http://leahhanson.us"]
filename: learnjulia.jl
---

View File

@ -1,7 +1,7 @@
---
language: lua
author: Tyler Neylon
author_url: http://tylerneylon.com/
contributors:
- ["Tyler Neylon", "http://tylerneylon.com/"]
filename: learnlua.lua
---

View File

@ -1,7 +1,7 @@
---
language: php
author: Malcolm Fell
author_url: http://emarref.net/
contributors:
- ["Malcolm Fell", "http://emarref.net/"]
filename: learnphp.php
---

View File

@ -1,7 +1,7 @@
---
language: python
author: Louie Dinh
author_url: http://ldinh.ca
contributors:
- ["Louie Dinh", "http://ldinh.ca"]
filename: learnpython.py
---

View File

@ -1,7 +1,7 @@
---
language: R
author: e99n09
author_url: http://github.com/e99n09
contributors:
- ["e99n09", "http://github.com/e99n09"]
filename: learnr.r
---

View File

@ -1,5 +1,6 @@
---
language: ruby
filename: learnruby.rb
contributors:
- ["David Underwood", "http://theflyingdeveloper.com"]
- ["Joel Walden", "http://joelwalden.net"]