mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Authors -> Contributors
This commit is contained in:
parent
3840036912
commit
9ad61b5586
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
language: F#
|
||||
author: Scott Wlaschin
|
||||
author_url: http://fsharpforfunandprofit.com/
|
||||
contributors:
|
||||
- ["Scott Wlaschin", "http://fsharpforfunandprofit.com/"]
|
||||
filename: learnfsharp.fs
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
---
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
language: julia
|
||||
author: Leah Hanson
|
||||
author_url: http://leahhanson.us
|
||||
contributors:
|
||||
- ["Leah Hanson", "http://leahhanson.us"]
|
||||
filename: learnjulia.jl
|
||||
---
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
language: lua
|
||||
author: Tyler Neylon
|
||||
author_url: http://tylerneylon.com/
|
||||
contributors:
|
||||
- ["Tyler Neylon", "http://tylerneylon.com/"]
|
||||
filename: learnlua.lua
|
||||
---
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
language: php
|
||||
author: Malcolm Fell
|
||||
author_url: http://emarref.net/
|
||||
contributors:
|
||||
- ["Malcolm Fell", "http://emarref.net/"]
|
||||
filename: learnphp.php
|
||||
---
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
language: python
|
||||
author: Louie Dinh
|
||||
author_url: http://ldinh.ca
|
||||
contributors:
|
||||
- ["Louie Dinh", "http://ldinh.ca"]
|
||||
filename: learnpython.py
|
||||
---
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
language: R
|
||||
author: e99n09
|
||||
author_url: http://github.com/e99n09
|
||||
contributors:
|
||||
- ["e99n09", "http://github.com/e99n09"]
|
||||
filename: learnr.r
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
language: ruby
|
||||
filename: learnruby.rb
|
||||
contributors:
|
||||
- ["David Underwood", "http://theflyingdeveloper.com"]
|
||||
- ["Joel Walden", "http://joelwalden.net"]
|
||||
|
Loading…
Reference in New Issue
Block a user