mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Unify language:/tool:/framework:/name: as name:
This commit is contained in:
parent
adda1dcfa7
commit
5a7f589c6c
@ -64,7 +64,7 @@ Here's an example header for Ruby:
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
*--
|
*--
|
||||||
language: Ruby
|
name: Ruby
|
||||||
filename: learnruby.rb
|
filename: learnruby.rb
|
||||||
contributors:
|
contributors:
|
||||||
- ["Doktor Esperanto", "http://example.com/"]
|
- ["Doktor Esperanto", "http://example.com/"]
|
||||||
|
2
ada.md
2
ada.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Ada
|
name: Ada
|
||||||
filename: learn.ada
|
filename: learn.ada
|
||||||
contributors:
|
contributors:
|
||||||
- ["Luke A. Guest", "https://github.com/Lucretia"]
|
- ["Luke A. Guest", "https://github.com/Lucretia"]
|
||||||
|
2
amd.md
2
amd.md
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
category: tool
|
category: tool
|
||||||
tool: AMD
|
name: AMD
|
||||||
contributors:
|
contributors:
|
||||||
- ["Frederik Ring", "https://github.com/m90"]
|
- ["Frederik Ring", "https://github.com/m90"]
|
||||||
filename: learnamd.js
|
filename: learnamd.js
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
category: framework
|
category: framework
|
||||||
framework: AngularJS
|
name: AngularJS
|
||||||
contributors:
|
contributors:
|
||||||
- ["Walter Cordero", "http://waltercordero.com"]
|
- ["Walter Cordero", "http://waltercordero.com"]
|
||||||
filename: learnangular.txt
|
filename: learnangular.txt
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
category: tool
|
category: tool
|
||||||
tool: Ansible
|
name: Ansible
|
||||||
contributors:
|
contributors:
|
||||||
- ["Jakub Muszynski" , "http://github.com/sirkubax"]
|
- ["Jakub Muszynski" , "http://github.com/sirkubax"]
|
||||||
- ["Pat Myron" , "https://github.com/patmyron"]
|
- ["Pat Myron" , "https://github.com/patmyron"]
|
||||||
|
2
apl.md
2
apl.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: APL
|
name: APL
|
||||||
contributors:
|
contributors:
|
||||||
- ["nooodl", "https://github.com/nooodl"]
|
- ["nooodl", "https://github.com/nooodl"]
|
||||||
filename: learnapl.apl
|
filename: learnapl.apl
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Arturo
|
name: Arturo
|
||||||
filename: learnarturo.art
|
filename: learnarturo.art
|
||||||
contributors:
|
contributors:
|
||||||
- ["Dr.Kameleon", "https://github.com/drkameleon"]
|
- ["Dr.Kameleon", "https://github.com/drkameleon"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: AsciiDoc
|
name: AsciiDoc
|
||||||
contributors:
|
contributors:
|
||||||
- ["Ryan Mavilia", "http://unoriginality.rocks/"]
|
- ["Ryan Mavilia", "http://unoriginality.rocks/"]
|
||||||
- ["Abel Salgado Romero", "https://twitter.com/abelsromero"]
|
- ["Abel Salgado Romero", "https://twitter.com/abelsromero"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: AssemblyScript
|
name: AssemblyScript
|
||||||
contributors:
|
contributors:
|
||||||
- ["Philippe Vlérick", "https://github.com/pvlerick"]
|
- ["Philippe Vlérick", "https://github.com/pvlerick"]
|
||||||
- ["Steve Huguenin-Elie", "https://github.com/StEvUgnIn"]
|
- ["Steve Huguenin-Elie", "https://github.com/StEvUgnIn"]
|
||||||
|
2
ats.md
2
ats.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: ATS
|
name: ATS
|
||||||
contributors:
|
contributors:
|
||||||
- ["Mark Barbone", "https://github.com/mb64"]
|
- ["Mark Barbone", "https://github.com/mb64"]
|
||||||
filename: learnats.dats
|
filename: learnats.dats
|
||||||
|
2
awk.md
2
awk.md
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
category: tool
|
category: tool
|
||||||
tool: AWK
|
name: AWK
|
||||||
filename: learnawk.awk
|
filename: learnawk.awk
|
||||||
contributors:
|
contributors:
|
||||||
- ["Marshall Mason", "http://github.com/marshallmason"]
|
- ["Marshall Mason", "http://github.com/marshallmason"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Ballerina
|
name: Ballerina
|
||||||
contributors:
|
contributors:
|
||||||
- ["Anjana Fernando", "https://github.com/lafernando"]
|
- ["Anjana Fernando", "https://github.com/lafernando"]
|
||||||
filename: learn_ballerina.bal
|
filename: learn_ballerina.bal
|
||||||
|
2
bash.md
2
bash.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Bash
|
name: Bash
|
||||||
contributors:
|
contributors:
|
||||||
- ["Max Yankov", "https://github.com/golergka"]
|
- ["Max Yankov", "https://github.com/golergka"]
|
||||||
- ["Darren Lin", "https://github.com/CogBear"]
|
- ["Darren Lin", "https://github.com/CogBear"]
|
||||||
|
2
bc.md
2
bc.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: bc
|
name: bc
|
||||||
contributors:
|
contributors:
|
||||||
- ["Btup"]
|
- ["Btup"]
|
||||||
filename: learnbc.bc
|
filename: learnbc.bc
|
||||||
|
2
bf.md
2
bf.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: BF
|
name: BF
|
||||||
filename: bf.bf
|
filename: bf.bf
|
||||||
contributors:
|
contributors:
|
||||||
- ["Prajit Ramachandran", "http://prajitr.github.io/"]
|
- ["Prajit Ramachandran", "http://prajitr.github.io/"]
|
||||||
|
2
bqn.md
2
bqn.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: BQN
|
name: BQN
|
||||||
filename: learnbqn.bqn
|
filename: learnbqn.bqn
|
||||||
contributors:
|
contributors:
|
||||||
- ["Raghu Ranganathan", "https://github.com/razetime"]
|
- ["Raghu Ranganathan", "https://github.com/razetime"]
|
||||||
|
2
c++.md
2
c++.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: C++
|
name: C++
|
||||||
filename: learncpp.cpp
|
filename: learncpp.cpp
|
||||||
contributors:
|
contributors:
|
||||||
- ["Steven Basart", "https://github.com/xksteven"]
|
- ["Steven Basart", "https://github.com/xksteven"]
|
||||||
|
2
c.md
2
c.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: C
|
name: C
|
||||||
filename: learnc.c
|
filename: learnc.c
|
||||||
contributors:
|
contributors:
|
||||||
- ["Adam Bard", "http://adambard.com/"]
|
- ["Adam Bard", "http://adambard.com/"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Chapel
|
name: Chapel
|
||||||
filename: learnchapel.chpl
|
filename: learnchapel.chpl
|
||||||
contributors:
|
contributors:
|
||||||
- ["Ian J. Bertolacci", "https://www.cs.arizona.edu/~ianbertolacci/"]
|
- ["Ian J. Bertolacci", "https://www.cs.arizona.edu/~ianbertolacci/"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: "CHICKEN"
|
name: "CHICKEN"
|
||||||
filename: CHICKEN.scm
|
filename: CHICKEN.scm
|
||||||
contributors:
|
contributors:
|
||||||
- ["Diwakar Wagle", "https://github.com/deewakar"]
|
- ["Diwakar Wagle", "https://github.com/deewakar"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: citron
|
name: citron
|
||||||
filename: learncitron.ctr
|
filename: learncitron.ctr
|
||||||
contributors:
|
contributors:
|
||||||
- ["AnotherTest", ""]
|
- ["AnotherTest", ""]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Clojure macros
|
name: Clojure macros
|
||||||
filename: learnclojuremacros.clj
|
filename: learnclojuremacros.clj
|
||||||
contributors:
|
contributors:
|
||||||
- ["Adam Bard", "http://adambard.com/"]
|
- ["Adam Bard", "http://adambard.com/"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Clojure
|
name: Clojure
|
||||||
filename: learnclojure.clj
|
filename: learnclojure.clj
|
||||||
contributors:
|
contributors:
|
||||||
- ["Adam Bard", "http://adambard.com/"]
|
- ["Adam Bard", "http://adambard.com/"]
|
||||||
|
2
cmake.md
2
cmake.md
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
category: tool
|
category: tool
|
||||||
tool: CMake
|
name: CMake
|
||||||
contributors:
|
contributors:
|
||||||
- ["Bruno Alano", "https://github.com/brunoalano"]
|
- ["Bruno Alano", "https://github.com/brunoalano"]
|
||||||
filename: CMake
|
filename: CMake
|
||||||
|
2
cobol.md
2
cobol.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: COBOL
|
name: COBOL
|
||||||
contributors:
|
contributors:
|
||||||
- ["Hyphz", "http://github.com/hyphz/"]
|
- ["Hyphz", "http://github.com/hyphz/"]
|
||||||
filename: learn.COB
|
filename: learn.COB
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: CoffeeScript
|
name: CoffeeScript
|
||||||
contributors:
|
contributors:
|
||||||
- ["Tenor Biel", "http://github.com/L8D"]
|
- ["Tenor Biel", "http://github.com/L8D"]
|
||||||
- ["Xavier Yao", "http://github.com/xavieryao"]
|
- ["Xavier Yao", "http://github.com/xavieryao"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: ColdFusion
|
name: ColdFusion
|
||||||
filename: learncoldfusion.cfm
|
filename: learncoldfusion.cfm
|
||||||
contributors:
|
contributors:
|
||||||
- ["Wayne Boka", "http://wboka.github.io"]
|
- ["Wayne Boka", "http://wboka.github.io"]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
language: "Common Lisp"
|
name: "Common Lisp"
|
||||||
filename: commonlisp.lisp
|
filename: commonlisp.lisp
|
||||||
contributors:
|
contributors:
|
||||||
- ["Paul Nathan", "https://github.com/pnathan"]
|
- ["Paul Nathan", "https://github.com/pnathan"]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
category: tool
|
category: tool
|
||||||
tool: Compojure
|
name: Compojure
|
||||||
contributors:
|
contributors:
|
||||||
- ["Adam Bard", "http://adambard.com/"]
|
- ["Adam Bard", "http://adambard.com/"]
|
||||||
filename: learncompojure.clj
|
filename: learncompojure.clj
|
||||||
|
2
coq.md
2
coq.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Coq
|
name: Coq
|
||||||
filename: learncoq.v
|
filename: learncoq.v
|
||||||
contributors:
|
contributors:
|
||||||
- ["Philip Zucker", "http://www.philipzucker.com/"]
|
- ["Philip Zucker", "http://www.philipzucker.com/"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Crystal
|
name: Crystal
|
||||||
filename: learncrystal.cr
|
filename: learncrystal.cr
|
||||||
contributors:
|
contributors:
|
||||||
- ["Vitalii Elenhaupt", "http://veelenga.com"]
|
- ["Vitalii Elenhaupt", "http://veelenga.com"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: C#
|
name: C#
|
||||||
contributors:
|
contributors:
|
||||||
- ["Irfan Charania", "https://github.com/irfancharania"]
|
- ["Irfan Charania", "https://github.com/irfancharania"]
|
||||||
- ["Max Yankov", "https://github.com/golergka"]
|
- ["Max Yankov", "https://github.com/golergka"]
|
||||||
|
2
css.md
2
css.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: CSS
|
name: CSS
|
||||||
contributors:
|
contributors:
|
||||||
- ["Mohammad Valipour", "https://github.com/mvalipour"]
|
- ["Mohammad Valipour", "https://github.com/mvalipour"]
|
||||||
- ["Marco Scannadinari", "https://github.com/marcoms"]
|
- ["Marco Scannadinari", "https://github.com/marcoms"]
|
||||||
|
2
cue.md
2
cue.md
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
category: language
|
category: language
|
||||||
language: CUE
|
name: CUE
|
||||||
filename: learncue.cue
|
filename: learncue.cue
|
||||||
contributors:
|
contributors:
|
||||||
- ["Daniel Cox", "https://github.com/danielpcox"]
|
- ["Daniel Cox", "https://github.com/danielpcox"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Cypher
|
name: Cypher
|
||||||
filename: LearnCypher.cql
|
filename: LearnCypher.cql
|
||||||
contributors:
|
contributors:
|
||||||
- ["Théo Gauchoux", "https://github.com/TheoGauchoux"]
|
- ["Théo Gauchoux", "https://github.com/TheoGauchoux"]
|
||||||
|
2
d.md
2
d.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: D
|
name: D
|
||||||
filename: learnd.d
|
filename: learnd.d
|
||||||
contributors:
|
contributors:
|
||||||
- ["Nick Papanastasiou", "www.nickpapanastasiou.github.io"]
|
- ["Nick Papanastasiou", "www.nickpapanastasiou.github.io"]
|
||||||
|
2
dart.md
2
dart.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Dart
|
name: Dart
|
||||||
filename: learndart.dart
|
filename: learndart.dart
|
||||||
contributors:
|
contributors:
|
||||||
- ["Joao Pedrosa", "https://github.com/jpedrosa/"]
|
- ["Joao Pedrosa", "https://github.com/jpedrosa/"]
|
||||||
|
2
dhall.md
2
dhall.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Dhall
|
name: Dhall
|
||||||
filename: learndhall.dhall
|
filename: learndhall.dhall
|
||||||
contributors:
|
contributors:
|
||||||
- ["Gabriel Gonzalez", "http://www.haskellforall.com/"]
|
- ["Gabriel Gonzalez", "http://www.haskellforall.com/"]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
category: framework
|
category: framework
|
||||||
framework: DirectX 9
|
name: DirectX 9
|
||||||
filename: learndirectx9.cpp
|
filename: learndirectx9.cpp
|
||||||
contributors:
|
contributors:
|
||||||
- ["Simon Deitermann", "s.f.deitermann@t-online.de"]
|
- ["Simon Deitermann", "s.f.deitermann@t-online.de"]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
category: tool
|
category: tool
|
||||||
tool: Docker
|
name: Docker
|
||||||
filename: docker.bat
|
filename: docker.bat
|
||||||
contributors:
|
contributors:
|
||||||
- ["Ruslan López", "http://javapro.org/"]
|
- ["Ruslan López", "http://javapro.org/"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Easylang
|
name: Easylang
|
||||||
contributors:
|
contributors:
|
||||||
- ["chkas", "https://github.com/chkas"]
|
- ["chkas", "https://github.com/chkas"]
|
||||||
filename: easylang.el
|
filename: easylang.el
|
||||||
|
2
edn.md
2
edn.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: EDN
|
name: EDN
|
||||||
filename: learnedn.edn
|
filename: learnedn.edn
|
||||||
contributors:
|
contributors:
|
||||||
- ["Jason Yeo", "https://github.com/jsyeo"]
|
- ["Jason Yeo", "https://github.com/jsyeo"]
|
||||||
|
2
elisp.md
2
elisp.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Emacs Lisp
|
name: Emacs Lisp
|
||||||
contributors:
|
contributors:
|
||||||
- ["Bastien Guerry", "https://bzg.fr"]
|
- ["Bastien Guerry", "https://bzg.fr"]
|
||||||
- ["Saurabh Sandav", "http://github.com/SaurabhSandav"]
|
- ["Saurabh Sandav", "http://github.com/SaurabhSandav"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Elixir
|
name: Elixir
|
||||||
contributors:
|
contributors:
|
||||||
- ["Joao Marques", "https://github.com/mrshankly"]
|
- ["Joao Marques", "https://github.com/mrshankly"]
|
||||||
- ["Dzianis Dashkevich", "https://github.com/dskecse"]
|
- ["Dzianis Dashkevich", "https://github.com/dskecse"]
|
||||||
|
2
elm.md
2
elm.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Elm
|
name: Elm
|
||||||
contributors:
|
contributors:
|
||||||
- ["Max Goldstein", "http://maxgoldste.in/"]
|
- ["Max Goldstein", "http://maxgoldste.in/"]
|
||||||
filename: learnelm.elm
|
filename: learnelm.elm
|
||||||
|
2
emacs.md
2
emacs.md
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
category: tool
|
category: tool
|
||||||
tool: Emacs
|
name: Emacs
|
||||||
filename: emacs.txt
|
filename: emacs.txt
|
||||||
contributors:
|
contributors:
|
||||||
- ["Joseph Riad", "https://github.com/Joseph-Riad"]
|
- ["Joseph Riad", "https://github.com/Joseph-Riad"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Erlang
|
name: Erlang
|
||||||
contributors:
|
contributors:
|
||||||
- ["Giovanni Cappellotto", "http://giovanni.curlybrackets.it/"]
|
- ["Giovanni Cappellotto", "http://giovanni.curlybrackets.it/"]
|
||||||
filename: learnerlang.erl
|
filename: learnerlang.erl
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: curto
|
name: curto
|
||||||
contributors:
|
contributors:
|
||||||
- ["Maleza", "https://maleza.srht.site/"]
|
- ["Maleza", "https://maleza.srht.site/"]
|
||||||
filename: learncurto-es.fs
|
filename: learncurto-es.fs
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Factor
|
name: Factor
|
||||||
contributors:
|
contributors:
|
||||||
- ["hyphz", "http://github.com/hyphz/"]
|
- ["hyphz", "http://github.com/hyphz/"]
|
||||||
filename: learnfactor.factor
|
filename: learnfactor.factor
|
||||||
|
2
fish.md
2
fish.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: fish
|
name: fish
|
||||||
contributors:
|
contributors:
|
||||||
- ["MySurmise", "https://github.com/MySurmise"]
|
- ["MySurmise", "https://github.com/MySurmise"]
|
||||||
- ["Geo Maciolek", "https://github.com/GeoffMaciolek"]
|
- ["Geo Maciolek", "https://github.com/GeoffMaciolek"]
|
||||||
|
2
forth.md
2
forth.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Forth
|
name: Forth
|
||||||
contributors:
|
contributors:
|
||||||
- ["Horse M.D.", "http://github.com/HorseMD/"]
|
- ["Horse M.D.", "http://github.com/HorseMD/"]
|
||||||
filename: learnforth.fs
|
filename: learnforth.fs
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Fortran
|
name: Fortran
|
||||||
contributors:
|
contributors:
|
||||||
- ["Robert Steed", "https://github.com/robochat"]
|
- ["Robert Steed", "https://github.com/robochat"]
|
||||||
filename: learnfortran.f90
|
filename: learnfortran.f90
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: F#
|
name: F#
|
||||||
contributors:
|
contributors:
|
||||||
- ["Scott Wlaschin", "http://fsharpforfunandprofit.com/"]
|
- ["Scott Wlaschin", "http://fsharpforfunandprofit.com/"]
|
||||||
filename: learnfsharp.fs
|
filename: learnfsharp.fs
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: GDScript
|
name: GDScript
|
||||||
contributors:
|
contributors:
|
||||||
- ["Wichamir", "https://github.com/Wichamir/"]
|
- ["Wichamir", "https://github.com/Wichamir/"]
|
||||||
- ["zacryol", "https://github.com/zacryol"]
|
- ["zacryol", "https://github.com/zacryol"]
|
||||||
|
2
git.md
2
git.md
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
category: tool
|
category: tool
|
||||||
tool: Git
|
name: Git
|
||||||
contributors:
|
contributors:
|
||||||
- ["Jake Prather", "http://github.com/JakeHP"]
|
- ["Jake Prather", "http://github.com/JakeHP"]
|
||||||
- ["Leo Rudberg" , "http://github.com/LOZORD"]
|
- ["Leo Rudberg" , "http://github.com/LOZORD"]
|
||||||
|
2
gleam.md
2
gleam.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Gleam
|
name: Gleam
|
||||||
contributors:
|
contributors:
|
||||||
- ["Antonio Ognio", "https://github.com/aognio/"]
|
- ["Antonio Ognio", "https://github.com/aognio/"]
|
||||||
filename: learngleam.gleam
|
filename: learngleam.gleam
|
||||||
|
2
go.md
2
go.md
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
category: language
|
category: language
|
||||||
language: Go
|
name: Go
|
||||||
filename: learngo.go
|
filename: learngo.go
|
||||||
contributors:
|
contributors:
|
||||||
- ["Sonia Keys", "https://github.com/soniakeys"]
|
- ["Sonia Keys", "https://github.com/soniakeys"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: GolfScript
|
name: GolfScript
|
||||||
filename: golfscript.gs
|
filename: golfscript.gs
|
||||||
contributors:
|
contributors:
|
||||||
- ["Nicholas S Georgescu", "http://github.com/ngeorgescu"]
|
- ["Nicholas S Georgescu", "http://github.com/ngeorgescu"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Groovy
|
name: Groovy
|
||||||
filename: learngroovy.groovy
|
filename: learngroovy.groovy
|
||||||
contributors:
|
contributors:
|
||||||
- ["Roberto Pérez Alcolea", "http://github.com/rpalcolea"]
|
- ["Roberto Pérez Alcolea", "http://github.com/rpalcolea"]
|
||||||
|
2
hack.md
2
hack.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Hack
|
name: Hack
|
||||||
contributors:
|
contributors:
|
||||||
- ["Andrew DiMola", "https://github.com/AndrewDiMola"]
|
- ["Andrew DiMola", "https://github.com/AndrewDiMola"]
|
||||||
- ["Stephen Holdaway", "https://github.com/stecman"]
|
- ["Stephen Holdaway", "https://github.com/stecman"]
|
||||||
|
2
haml.md
2
haml.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Haml
|
name: Haml
|
||||||
filename: learnhaml.haml
|
filename: learnhaml.haml
|
||||||
contributors:
|
contributors:
|
||||||
- ["Simon Neveu", "https://github.com/sneveu"]
|
- ["Simon Neveu", "https://github.com/sneveu"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Haskell
|
name: Haskell
|
||||||
filename: learnhaskell.hs
|
filename: learnhaskell.hs
|
||||||
contributors:
|
contributors:
|
||||||
- ["Adit Bhargava", "http://adit.io"]
|
- ["Adit Bhargava", "http://adit.io"]
|
||||||
|
2
haxe.md
2
haxe.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Haxe
|
name: Haxe
|
||||||
filename: LearnHaxe3.hx
|
filename: LearnHaxe3.hx
|
||||||
contributors:
|
contributors:
|
||||||
- ["Justin Donaldson", "https://github.com/jdonaldson/"]
|
- ["Justin Donaldson", "https://github.com/jdonaldson/"]
|
||||||
|
2
hcl.md
2
hcl.md
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
category: tool
|
category: tool
|
||||||
tool: HCL
|
name: HCL
|
||||||
contributors:
|
contributors:
|
||||||
- ["Romans Malinovskis" , "http://github.com/romaninsh"]
|
- ["Romans Malinovskis" , "http://github.com/romaninsh"]
|
||||||
filename: terraform.txt
|
filename: terraform.txt
|
||||||
|
2
hdl.md
2
hdl.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: HDL
|
name: HDL
|
||||||
filename: learnhdl.hdl
|
filename: learnhdl.hdl
|
||||||
contributors:
|
contributors:
|
||||||
- ["Jack Smith", "https://github.com/JSmithTech2019"]
|
- ["Jack Smith", "https://github.com/JSmithTech2019"]
|
||||||
|
2
hjson.md
2
hjson.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Hjson
|
name: Hjson
|
||||||
filename: learnhjson.hjson
|
filename: learnhjson.hjson
|
||||||
contributors:
|
contributors:
|
||||||
- ["MrTeferi", "https://github.com/MrTeferi"]
|
- ["MrTeferi", "https://github.com/MrTeferi"]
|
||||||
|
2
hocon.md
2
hocon.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: HOCON
|
name: HOCON
|
||||||
filename: learnhocon.conf
|
filename: learnhocon.conf
|
||||||
contributors:
|
contributors:
|
||||||
- [TehBrian, 'https://tehbrian.xyz']
|
- [TehBrian, 'https://tehbrian.xyz']
|
||||||
|
2
hq9+.md
2
hq9+.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: HQ9+
|
name: HQ9+
|
||||||
filename: hq9+.txt
|
filename: hq9+.txt
|
||||||
contributors:
|
contributors:
|
||||||
- ["Alexey Nazaroff", "https://github.com/rogaven"]
|
- ["Alexey Nazaroff", "https://github.com/rogaven"]
|
||||||
|
2
html.md
2
html.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: HTML
|
name: HTML
|
||||||
filename: learnhtml.txt
|
filename: learnhtml.txt
|
||||||
contributors:
|
contributors:
|
||||||
- ["Christophe THOMAS", "https://github.com/WinChris"]
|
- ["Christophe THOMAS", "https://github.com/WinChris"]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
category: tool
|
category: tool
|
||||||
tool: HTTPie
|
name: HTTPie
|
||||||
contributors:
|
contributors:
|
||||||
- ["Adaías Magdiel", "https://github.com/AdaiasMagdiel"]
|
- ["Adaías Magdiel", "https://github.com/AdaiasMagdiel"]
|
||||||
filename: learn-httpie.sh
|
filename: learn-httpie.sh
|
||||||
|
2
hy.md
2
hy.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Hy
|
name: Hy
|
||||||
filename: learnhy.hy
|
filename: learnhy.hy
|
||||||
contributors:
|
contributors:
|
||||||
- ["Abhishek L", "http://twitter.com/abhishekl"]
|
- ["Abhishek L", "http://twitter.com/abhishekl"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Inform7
|
name: Inform7
|
||||||
contributors:
|
contributors:
|
||||||
- ["Hyphz", "http://github.com/hyphz/"]
|
- ["Hyphz", "http://github.com/hyphz/"]
|
||||||
filename: LearnInform.Inform
|
filename: LearnInform.Inform
|
||||||
|
2
janet.md
2
janet.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Janet
|
name: Janet
|
||||||
filename: learnJanet.janet
|
filename: learnJanet.janet
|
||||||
contributors:
|
contributors:
|
||||||
- ["John Gabriele", "http://www.unexpected-vortices.com/"]
|
- ["John Gabriele", "http://www.unexpected-vortices.com/"]
|
||||||
|
2
java.md
2
java.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Java
|
name: Java
|
||||||
contributors:
|
contributors:
|
||||||
- ["Jake Prather", "https://github.com/JakeHP"]
|
- ["Jake Prather", "https://github.com/JakeHP"]
|
||||||
- ["Jakukyo Friel", "https://weakish.github.io"]
|
- ["Jakukyo Friel", "https://weakish.github.io"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: JavaScript
|
name: JavaScript
|
||||||
contributors:
|
contributors:
|
||||||
- ["Leigh Brenecki", "https://leigh.net.au"]
|
- ["Leigh Brenecki", "https://leigh.net.au"]
|
||||||
- ["Ariel Krakowski", "http://www.learneroo.com"]
|
- ["Ariel Krakowski", "http://www.learneroo.com"]
|
||||||
|
2
jinja.md
2
jinja.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Jinja
|
name: Jinja
|
||||||
contributors:
|
contributors:
|
||||||
- ["Adaías Magdiel", "https://github.com/AdaiasMagdiel"]
|
- ["Adaías Magdiel", "https://github.com/AdaiasMagdiel"]
|
||||||
filename: learn-jinja.j2
|
filename: learn-jinja.j2
|
||||||
|
2
jq.md
2
jq.md
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
category: tool
|
category: tool
|
||||||
tool: jq
|
name: jq
|
||||||
contributors:
|
contributors:
|
||||||
- ["Jack Kuan", "https://github.com/kjkuan"]
|
- ["Jack Kuan", "https://github.com/kjkuan"]
|
||||||
filename: learnjq.sh
|
filename: learnjq.sh
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
category: framework
|
category: framework
|
||||||
framework: jQuery
|
name: jQuery
|
||||||
contributors:
|
contributors:
|
||||||
- ["Sawyer Charles", "https://github.com/xssc"]
|
- ["Sawyer Charles", "https://github.com/xssc"]
|
||||||
- ["Devansh Patil", "https://github.com/subtra3t"]
|
- ["Devansh Patil", "https://github.com/subtra3t"]
|
||||||
|
2
json.md
2
json.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: JSON
|
name: JSON
|
||||||
filename: learnjson.json
|
filename: learnjson.json
|
||||||
contributors:
|
contributors:
|
||||||
- ["Anna Harren", "https://github.com/iirelu"]
|
- ["Anna Harren", "https://github.com/iirelu"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Jsonnet
|
name: Jsonnet
|
||||||
filename: learnjsonnet.jsonnet
|
filename: learnjsonnet.jsonnet
|
||||||
contributors:
|
contributors:
|
||||||
- ["Huan Wang", "https://github.com/fredwangwang"]
|
- ["Huan Wang", "https://github.com/fredwangwang"]
|
||||||
|
2
julia.md
2
julia.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Julia
|
name: Julia
|
||||||
contributors:
|
contributors:
|
||||||
- ["Leah Hanson", "http://leahhanson.us"]
|
- ["Leah Hanson", "http://leahhanson.us"]
|
||||||
- ["Pranit Bauva", "https://github.com/pranitbauva1997"]
|
- ["Pranit Bauva", "https://github.com/pranitbauva1997"]
|
||||||
|
2
kdb+.md
2
kdb+.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: kdb+
|
name: kdb+
|
||||||
contributors:
|
contributors:
|
||||||
- ["Matt Doherty", "https://github.com/picodoc"]
|
- ["Matt Doherty", "https://github.com/picodoc"]
|
||||||
- ["Jonny Press", "https://github.com/jonnypress"]
|
- ["Jonny Press", "https://github.com/jonnypress"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Kotlin
|
name: Kotlin
|
||||||
contributors:
|
contributors:
|
||||||
- ["S Webber", "https://github.com/s-webber"]
|
- ["S Webber", "https://github.com/s-webber"]
|
||||||
filename: LearnKotlin.kt
|
filename: LearnKotlin.kt
|
||||||
|
2
latex.md
2
latex.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: LaTeX
|
name: LaTeX
|
||||||
contributors:
|
contributors:
|
||||||
- ["Chaitanya Krishna Ande", "http://icymist.github.io"]
|
- ["Chaitanya Krishna Ande", "http://icymist.github.io"]
|
||||||
- ["Colton Kohnke", "https://github.com/voltnor"]
|
- ["Colton Kohnke", "https://github.com/voltnor"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: LB Stanza
|
name: LB Stanza
|
||||||
filename: learn-stanza.stanza
|
filename: learn-stanza.stanza
|
||||||
contributors:
|
contributors:
|
||||||
- ["Mike Hilgendorf", "https://github.com/m-hilgendorf"]
|
- ["Mike Hilgendorf", "https://github.com/m-hilgendorf"]
|
||||||
|
2
ldpl.md
2
ldpl.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: LDPL
|
name: LDPL
|
||||||
filename: learnLDPL.ldpl
|
filename: learnLDPL.ldpl
|
||||||
contributors:
|
contributors:
|
||||||
- ["Martín del Río", "https://github.com/lartu"]
|
- ["Martín del Río", "https://github.com/lartu"]
|
||||||
|
2
lean4.md
2
lean4.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: "Lean 4"
|
name: "Lean 4"
|
||||||
filename: learnlean4.lean
|
filename: learnlean4.lean
|
||||||
contributors:
|
contributors:
|
||||||
- ["Balagopal Komarath", "https://bkomarath.rbgo.in/"]
|
- ["Balagopal Komarath", "https://bkomarath.rbgo.in/"]
|
||||||
|
2
less.md
2
less.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Less
|
name: Less
|
||||||
filename: learnless.less
|
filename: learnless.less
|
||||||
contributors:
|
contributors:
|
||||||
- ["Saravanan Ganesh", "http://srrvnn.me"]
|
- ["Saravanan Ganesh", "http://srrvnn.me"]
|
||||||
|
2
lfe.md
2
lfe.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: "Lisp Flavoured Erlang (LFE)"
|
name: "Lisp Flavoured Erlang (LFE)"
|
||||||
filename: lispflavourederlang.lfe
|
filename: lispflavourederlang.lfe
|
||||||
contributors:
|
contributors:
|
||||||
- ["Pratik Karki", "https://github.com/prertik"]
|
- ["Pratik Karki", "https://github.com/prertik"]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
category: tool
|
category: tool
|
||||||
tool: GNU linker (ld)
|
name: GNU linker (ld)
|
||||||
contributors:
|
contributors:
|
||||||
- ["Alexander Kovalchuk", "https://github.com/Zamuhrishka"]
|
- ["Alexander Kovalchuk", "https://github.com/Zamuhrishka"]
|
||||||
translators:
|
translators:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: LiveScript
|
name: LiveScript
|
||||||
filename: learnLivescript.ls
|
filename: learnLivescript.ls
|
||||||
contributors:
|
contributors:
|
||||||
- ["Christina Whyte", "http://github.com/kurisuwhyte/"]
|
- ["Christina Whyte", "http://github.com/kurisuwhyte/"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Logtalk
|
name: Logtalk
|
||||||
filename: learnlogtalk.lgt
|
filename: learnlogtalk.lgt
|
||||||
contributors:
|
contributors:
|
||||||
- ["Paulo Moura", "http://github.com/pmoura"]
|
- ["Paulo Moura", "http://github.com/pmoura"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: LOLCODE
|
name: LOLCODE
|
||||||
filename: learnLOLCODE.lol
|
filename: learnLOLCODE.lol
|
||||||
contributors:
|
contributors:
|
||||||
- ["abactel", "https://github.com/abactel"]
|
- ["abactel", "https://github.com/abactel"]
|
||||||
|
2
lua.md
2
lua.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Lua
|
name: Lua
|
||||||
contributors:
|
contributors:
|
||||||
- ["Tyler Neylon", "http://tylerneylon.com/"]
|
- ["Tyler Neylon", "http://tylerneylon.com/"]
|
||||||
filename: learnlua.lua
|
filename: learnlua.lua
|
||||||
|
2
m.md
2
m.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: M (MUMPS)
|
name: M (MUMPS)
|
||||||
contributors:
|
contributors:
|
||||||
- ["Fred Turkington", "http://z3ugma.github.io"]
|
- ["Fred Turkington", "http://z3ugma.github.io"]
|
||||||
filename: LEARNM.m
|
filename: LEARNM.m
|
||||||
|
2
make.md
2
make.md
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
category: tool
|
category: tool
|
||||||
tool: Make
|
name: Make
|
||||||
contributors:
|
contributors:
|
||||||
- ["Robert Steed", "https://github.com/robochat"]
|
- ["Robert Steed", "https://github.com/robochat"]
|
||||||
- ["Stephan Fuhrmann", "https://github.com/sfuhrm"]
|
- ["Stephan Fuhrmann", "https://github.com/sfuhrm"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Markdown
|
name: Markdown
|
||||||
contributors:
|
contributors:
|
||||||
- ["Dan Turkel", "http://danturkel.com/"]
|
- ["Dan Turkel", "http://danturkel.com/"]
|
||||||
- ["Jacob Ward", "http://github.com/JacobCWard/"]
|
- ["Jacob Ward", "http://github.com/JacobCWard/"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: MATLAB
|
name: MATLAB
|
||||||
filename: learnmatlab.mat
|
filename: learnmatlab.mat
|
||||||
contributors:
|
contributors:
|
||||||
- ["mendozao", "http://github.com/mendozao"]
|
- ["mendozao", "http://github.com/mendozao"]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
category: tool
|
category: tool
|
||||||
tool: Mercurial
|
name: Mercurial
|
||||||
contributors:
|
contributors:
|
||||||
- ["Will L. Fife", "http://github.com/sarlalian"]
|
- ["Will L. Fife", "http://github.com/sarlalian"]
|
||||||
filename: LearnMercurial.txt
|
filename: LearnMercurial.txt
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: Mercury
|
name: Mercury
|
||||||
contributors:
|
contributors:
|
||||||
- ["Julian Fondren", "https://mercury-in.space/"]
|
- ["Julian Fondren", "https://mercury-in.space/"]
|
||||||
---
|
---
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user