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
|
language: c
|
||||||
author: Adam Bard
|
|
||||||
author_url: http://adambard.com/
|
|
||||||
filename: learnc.c
|
filename: learnc.c
|
||||||
|
contributors:
|
||||||
|
- ["Adam Bard", "http://adambard.com/"]
|
||||||
---
|
---
|
||||||
|
|
||||||
Ah, C. Still the language of modern high-performance computing.
|
Ah, C. Still the language of modern high-performance computing.
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
language: clojure
|
language: clojure
|
||||||
author: Adam Bard
|
|
||||||
author_url: http://adambard.com/
|
|
||||||
filename: learnclojure.clj
|
filename: learnclojure.clj
|
||||||
|
contributors:
|
||||||
|
- ["Adam Bard", "http://adambard.com/"]
|
||||||
---
|
---
|
||||||
|
|
||||||
Clojure is a Lisp family language developed for the Java Virtual Machine. It has
|
Clojure is a Lisp family language developed for the Java Virtual Machine. It has
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
language: dart
|
language: dart
|
||||||
author: Joao Pedrosa
|
|
||||||
author_url: https://github.com/jpedrosa/
|
|
||||||
filename: learndart.dart
|
filename: learndart.dart
|
||||||
|
contributors:
|
||||||
|
- ["Joao Pedrosa", "https://github.com/jpedrosa/"]
|
||||||
---
|
---
|
||||||
|
|
||||||
Dart is a newcomer into the realm of programming languages.
|
Dart is a newcomer into the realm of programming languages.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
language: elixir
|
language: elixir
|
||||||
author: Joao Marques
|
contributors:
|
||||||
author_url: http://github.com/mrshankly
|
- ["Joao Marques", "http://github.com/mrshankly"]
|
||||||
filename: learnelixir.ex
|
filename: learnelixir.ex
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
language: erlang
|
language: erlang
|
||||||
author: Giovanni Cappellotto
|
contributor:
|
||||||
author_url: http://www.focustheweb.com/
|
- ["Giovanni Cappellotto", "http://www.focustheweb.com/"]
|
||||||
filename: learnerlang.erl
|
filename: learnerlang.erl
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
language: F#
|
language: F#
|
||||||
author: Scott Wlaschin
|
contributors:
|
||||||
author_url: http://fsharpforfunandprofit.com/
|
- ["Scott Wlaschin", "http://fsharpforfunandprofit.com/"]
|
||||||
filename: learnfsharp.fs
|
filename: learnfsharp.fs
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
language: haskell
|
language: haskell
|
||||||
author: Adit Bhargava
|
contributors:
|
||||||
author_url: http://adit.io
|
- ["Adit Bhargava", "http://adit.io"]
|
||||||
---
|
---
|
||||||
|
|
||||||
Haskell was designed as a practical, purely functional programming language. It's famous for
|
Haskell was designed as a practical, purely functional programming language. It's famous for
|
||||||
|
@ -1,11 +1,8 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
language: java
|
language: java
|
||||||
|
contributors:
|
||||||
author: Jake Prather
|
- ["Jake Prather", "http://github.com/JakeHP"]
|
||||||
|
|
||||||
author_url: http://github.com/JakeHP
|
|
||||||
|
|
||||||
filename: LearnJava.java
|
filename: LearnJava.java
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
language: julia
|
language: julia
|
||||||
author: Leah Hanson
|
contributors:
|
||||||
author_url: http://leahhanson.us
|
- ["Leah Hanson", "http://leahhanson.us"]
|
||||||
filename: learnjulia.jl
|
filename: learnjulia.jl
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
language: lua
|
language: lua
|
||||||
author: Tyler Neylon
|
contributors:
|
||||||
author_url: http://tylerneylon.com/
|
- ["Tyler Neylon", "http://tylerneylon.com/"]
|
||||||
filename: learnlua.lua
|
filename: learnlua.lua
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
language: php
|
language: php
|
||||||
author: Malcolm Fell
|
contributors:
|
||||||
author_url: http://emarref.net/
|
- ["Malcolm Fell", "http://emarref.net/"]
|
||||||
filename: learnphp.php
|
filename: learnphp.php
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
language: python
|
language: python
|
||||||
author: Louie Dinh
|
contributors:
|
||||||
author_url: http://ldinh.ca
|
- ["Louie Dinh", "http://ldinh.ca"]
|
||||||
filename: learnpython.py
|
filename: learnpython.py
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
language: R
|
language: R
|
||||||
author: e99n09
|
contributors:
|
||||||
author_url: http://github.com/e99n09
|
- ["e99n09", "http://github.com/e99n09"]
|
||||||
filename: learnr.r
|
filename: learnr.r
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
language: ruby
|
language: ruby
|
||||||
|
filename: learnruby.rb
|
||||||
contributors:
|
contributors:
|
||||||
- ["David Underwood", "http://theflyingdeveloper.com"]
|
- ["David Underwood", "http://theflyingdeveloper.com"]
|
||||||
- ["Joel Walden", "http://joelwalden.net"]
|
- ["Joel Walden", "http://joelwalden.net"]
|
||||||
|
Loading…
Reference in New Issue
Block a user