Skip to content

Commit

Permalink
Authors -> Contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
adambard committed Jul 4, 2013
1 parent 3840036 commit 9ad61b5
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 29 deletions.
4 changes: 2 additions & 2 deletions c.html.markdown
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions clojure.html.markdown
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions dart.html.markdown
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions elixir.html.markdown
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
4 changes: 2 additions & 2 deletions erlang.html.markdown
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
4 changes: 2 additions & 2 deletions fsharp.html.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
language: F#
author: Scott Wlaschin
author_url: http://fsharpforfunandprofit.com/
contributors:
- ["Scott Wlaschin", "http://fsharpforfunandprofit.com/"]
filename: learnfsharp.fs
---

Expand Down
4 changes: 2 additions & 2 deletions haskell.html.markdown
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 2 additions & 5 deletions java.html.markdown
Original file line number Diff line number Diff line change
@@ -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

---
Expand Down
4 changes: 2 additions & 2 deletions julia.html.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
language: julia
author: Leah Hanson
author_url: http://leahhanson.us
contributors:
- ["Leah Hanson", "http://leahhanson.us"]
filename: learnjulia.jl
---

Expand Down
4 changes: 2 additions & 2 deletions lua.html.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
language: lua
author: Tyler Neylon
author_url: http://tylerneylon.com/
contributors:
- ["Tyler Neylon", "http://tylerneylon.com/"]
filename: learnlua.lua
---

Expand Down
4 changes: 2 additions & 2 deletions php.html.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
language: php
author: Malcolm Fell
author_url: http://emarref.net/
contributors:
- ["Malcolm Fell", "http://emarref.net/"]
filename: learnphp.php
---

Expand Down
4 changes: 2 additions & 2 deletions python.html.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
language: python
author: Louie Dinh
author_url: http://ldinh.ca
contributors:
- ["Louie Dinh", "http://ldinh.ca"]
filename: learnpython.py
---

Expand Down
4 changes: 2 additions & 2 deletions r.html.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
language: R
author: e99n09
author_url: http://github.com/e99n09
contributors:
- ["e99n09", "http://github.com/e99n09"]
filename: learnr.r
---

Expand Down
1 change: 1 addition & 0 deletions ruby.html.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
language: ruby
filename: learnruby.rb
contributors:
- ["David Underwood", "http://theflyingdeveloper.com"]
- ["Joel Walden", "http://joelwalden.net"]
Expand Down

0 comments on commit 9ad61b5

Please sign in to comment.