Skip to content

Commit

Permalink
Concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Apr 18, 2022
1 parent 161629d commit e15b506
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@ Programming paradigms
[Show table](tables/paradigms.yaml)


Concurrent programming
----------------------

[Show table](tables/concurrency.yaml)


F/OSS
-----

Expand Down
6 changes: 6 additions & 0 deletions ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@
[表示](tables/paradigms.yaml)


並行計算
-------

[表示](tables/concurrency.yaml)


自由ソフトウェアとオープンソース
--------------------------------

Expand Down
7 changes: 7 additions & 0 deletions ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,13 @@ lang="ja"><ruby>情<rt lang="ko">정</rt>報<rt lang="ko">보</rt></ruby></q>.
[표 보기](tables/paradigms.yaml)


동시성 프로그래밍
----------------

[표 보기](tables/concurrency.yaml)



자유·오픈 소스 소프트웨어
-------------------------

Expand Down
28 changes: 28 additions & 0 deletions tables/concurrency.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Concurrency
- en:
concurrency:
- { term: concurren, correspond: concurrent }
- { term: cy, correspond: quality, space: no }
ja:
竝行性:
- { term: 並行, correspond: concurrent, read: へい こう }
- { term: 性, correspond: quality, read: せい, space: no }
ko:
同時性:
- { term: 同時, correspond: concurrent, read: 동 시 }
- { term: 性, correspond: quality, read: 성, space: no }
竝行性:
- { term: 竝行, correspond: concurrent, read: 병 행 }
- { term: 性, correspond: quality, read: 성, space: no }
zh-CN:
倂發性:
- { term: 并发, correspond: concurrent, read: bìng fā }
- { term: 性, correspond: quality, read: xìng, space: no }
zh-HK:
倂發性:
- { term: 併發, correspond: concurrent, read: bing3 faat3 }
- { term: 性, correspond: quality, read: sing3, space: no }
zh-TW:
竝行性:
- { term: 並行, correspond: concurrent, read: ㄅㄧㄥˋ ㄒㄧㄥˊ }
- { term: 性, correspond: quality, read: ㄒㄧㄥˋ, space: no }
6 changes: 6 additions & 0 deletions zh-Hant.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@
[顯示表](tables/paradigms.yaml)


並發計算
--------

[顯示表](tables/concurrency.yaml)


自由及開放原始碼軟體
--------------------

Expand Down

0 comments on commit e15b506

Please sign in to comment.