mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-26 09:21:00 +03:00
Edits
This commit is contained in:
parent
42bd97850f
commit
c7a1136772
@ -1,12 +1,10 @@
|
||||
---
|
||||
|
||||
category: tool
|
||||
tool: bash
|
||||
contributors:
|
||||
- ["Max Yankov", "https://github.com/golergka"]
|
||||
- ["Darren Lin", "https://github.com/CogBear"]
|
||||
filename: LearnBash.sh
|
||||
|
||||
---
|
||||
|
||||
Bash is a name of the unix shell, which was also distributed as the shell for the GNU operating system and as default shell on Linux and Mac OS X.
|
||||
|
@ -1,10 +1,13 @@
|
||||
---
|
||||
language: bash
|
||||
contributors:
|
||||
- ["Jake Prather", "http:#github.com/JakeHP"]
|
||||
- ["kultprok", "http://www.kulturproktologie.de"]
|
||||
filename: LearnBash-de.bash
|
||||
category: tool
|
||||
tool: bash
|
||||
lang: de-de
|
||||
contributors:
|
||||
- ["Max Yankov", "https://github.com/golergka"]
|
||||
- ["Darren Lin", "https://github.com/CogBear"]
|
||||
translators:
|
||||
- ["kultprok", "http://www.kulturproktologie.de"]
|
||||
filename: LearnBash-de.sh
|
||||
---
|
||||
|
||||
Bash ist der Name der Unix-Shell, die als Shell des GNU-Betriebssystems und auch als Standard-Shell von Linux und Mac OS X ausgeliefert wurde.
|
||||
|
@ -2,9 +2,9 @@
|
||||
category: tool
|
||||
tool: git
|
||||
contributors:
|
||||
- ["Jake Prather", "http:#github.com/JakeHP"]
|
||||
- ["Jake Prather", "http://github.com/JakeHP"]
|
||||
translators:
|
||||
- ["kultprok", "http://www.kulturproktologie.de"]
|
||||
filename: LearnGit-de.txt
|
||||
lang: de-de
|
||||
---
|
||||
|
||||
|
@ -2,9 +2,8 @@
|
||||
category: tool
|
||||
tool: git
|
||||
contributors:
|
||||
- ["Jake Prather", "http:#github.com/JakeHP"]
|
||||
- ["Jake Prather", "http://github.com/JakeHP"]
|
||||
filename: LearnGit.txt
|
||||
|
||||
---
|
||||
|
||||
Git is a distributed version control and source code management system.
|
||||
|
@ -11,7 +11,7 @@ Haxe author). Note that this guide is for Haxe version 3. Some of the guide
|
||||
may be applicable to older versions, but it is recommended to use other
|
||||
references.
|
||||
|
||||
```haxe
|
||||
```csharp
|
||||
/*
|
||||
Welcome to Learn Haxe 3 in 15 minutes. http://www.haxe.org
|
||||
This is an executable tutorial. You can compile and run it using the haxe
|
||||
|
@ -1,8 +1,8 @@
|
||||
---
|
||||
名字:Go
|
||||
分类:编程语言
|
||||
文件名:learngo.go
|
||||
贡献者:
|
||||
language: Go
|
||||
lang: zh-cn
|
||||
filename: learngo.go
|
||||
contributors:
|
||||
- ["Sonia Keys", "https://github.com/soniakeys"]
|
||||
- ["pantaovay", "https://github.com/pantaovay"]
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user