1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-01 12:30:48 +02:00
This commit is contained in:
Adam
2013-08-27 21:23:09 -07:00
parent 42bd97850f
commit c7a1136772
6 changed files with 16 additions and 16 deletions

View File

@@ -1,12 +1,10 @@
--- ---
category: tool category: tool
tool: bash tool: 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"]
filename: LearnBash.sh 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. 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.

View File

@@ -1,10 +1,13 @@
--- ---
language: bash category: tool
contributors: tool: bash
- ["Jake Prather", "http:#github.com/JakeHP"]
- ["kultprok", "http://www.kulturproktologie.de"]
filename: LearnBash-de.bash
lang: de-de 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. 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.

View File

@@ -2,9 +2,9 @@
category: tool category: tool
tool: git tool: git
contributors: contributors:
- ["Jake Prather", "http:#github.com/JakeHP"] - ["Jake Prather", "http://github.com/JakeHP"]
translators:
- ["kultprok", "http://www.kulturproktologie.de"] - ["kultprok", "http://www.kulturproktologie.de"]
filename: LearnGit-de.txt
lang: de-de lang: de-de
--- ---

View File

@@ -2,9 +2,8 @@
category: tool category: tool
tool: git tool: git
contributors: contributors:
- ["Jake Prather", "http:#github.com/JakeHP"] - ["Jake Prather", "http://github.com/JakeHP"]
filename: LearnGit.txt filename: LearnGit.txt
--- ---
Git is a distributed version control and source code management system. Git is a distributed version control and source code management system.

View File

@@ -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 may be applicable to older versions, but it is recommended to use other
references. references.
```haxe ```csharp
/* /*
Welcome to Learn Haxe 3 in 15 minutes. http://www.haxe.org 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 This is an executable tutorial. You can compile and run it using the haxe

View File

@@ -1,8 +1,8 @@
--- ---
名字:Go language: Go
分类:编程语言 lang: zh-cn
文件名:learngo.go filename: learngo.go
贡献者: contributors:
- ["Sonia Keys", "https://github.com/soniakeys"] - ["Sonia Keys", "https://github.com/soniakeys"]
- ["pantaovay", "https://github.com/pantaovay"] - ["pantaovay", "https://github.com/pantaovay"]
--- ---