1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-16 19:54:38 +02:00

Remove lang: frontmatter key

This commit is contained in:
Boris Verkhovskiy
2024-12-08 20:37:52 -07:00
parent 912da583da
commit 29666fae5e
663 changed files with 0 additions and 664 deletions

View File

@@ -19,7 +19,6 @@ translators:
- ["Chunyang Xu", "https://github.com/XuChunyang"]
- ["Weihang Lo", "https://github.com/weihanglo"]
filename: LearnBash-tw.sh
lang: zh-tw
---
Bash 是一個爲 GNU 計劃編寫的 Unix shell是 Linux 和 macOS 下預設的 shell。

View File

@@ -1,6 +1,5 @@
---
language: Dart
lang: zh-tw
filename: learndart-tw.dart
contributors:
- ["Joao Pedrosa", "https://github.com/jpedrosa/"]

View File

@@ -6,7 +6,6 @@ contributors:
translators:
- ["Tai An Su", "https://github.com/taiansu"]
filename: learnelixir-tw.ex
lang: zh-tw
---
Elixir 是一門建構在 Erlang 虛擬機上的現代函數式語言。它完全與 Erlang 相容,但

View File

@@ -7,7 +7,6 @@ contributors:
- ["Ariel Krakowski", "http://www.learneroo.com"]
translators:
- ["Woody Chang", "https://github.com/kazettique"]
lang: zh-tw
---
JavaScript 是由網景公司Netscape的布蘭登·艾克Brendan Eich於 1995 年創建的。它最初被設計為一種更簡單的網站腳本語言,用於補足 Java 在更複雜的網路應用程式中使用,但由於它與網頁的高度整合,以及瀏覽器對 JavaScript 的原生支援,使得它在網頁前端的應用遠比 Java 更加普及。

View File

@@ -5,7 +5,6 @@ contributors:
- ["Sachin Divekar", "http://github.com/ssd532"]
translators:
- ["Michael Yeh", "https://hinet60613.github.io/"]
lang: zh-tw
---
正規表達式(regular expression或縮寫為regex, regexp)是一種用來表示搜尋模式的特殊字串。例如,你可以用`/^[a-z]+:/`來從網址`http://github.com`中擷取出`http:`這段http協定名稱。

View File

@@ -8,7 +8,6 @@ contributors:
translators:
- ["Kang-min Liu", "https://gugod.org"]
- ["Shih-Kai Chiu", "https://twitter.com/zard1989"]
lang: zh-tw
---
Perl 5 是一款強大且功能豐富的程式語言,已經持續發展超過 25 年。

View File

@@ -8,7 +8,6 @@ contributors:
translators:
- ["Michael Yeh", "https://hinet60613.github.io/"]
filename: learnpythonlegacy-tw.py
lang: zh-tw
---
Python是在1990年代早期由Guido Van Rossum創建的。它是現在最流行的程式語言之一。我愛上Python是因為他極為清晰的語法甚至可以說它就是可執行的虛擬碼。

View File

@@ -6,7 +6,6 @@ contributors:
translators:
- ["Woody Chang", "https://github.com/kazettique"]
filename: learntypescript-zh-tw.ts
lang: zh-tw
---
TypeScript 是為開發大型 JavaScript 應用程式而設計的語言。它為 JavaScript 導入某些程式語言常見的一些概念諸如類別class、模組module、介面interface、泛型generic type和靜態型別static type。TypeScript 是 JavaScript 的「超集」superset意即建立在 JavaScript 的基礎上,所有 JavaScript 語法皆可在 TypeScript 中使用。因此TypeScript 可以無縫導入到任何 JavaScript 專案中。TypeScript 編譯器最終會編譯成 JavaScript 程式碼。