mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2024-12-18 09:26:10 +00:00
Add Japanese course and book (Scratch, C++) (#6795)
* add: book of Scratch "Scratch for CS First でプログラミングをはじめよう" * add: book of C++ "C++入門 AtCoder Programming Guide for beginners (APG4b)" * fix: spacing typo * add: "free-courses-ja.md" and Scratch course * add: link to the Japanese course in README.md * fix: alphabetical order
This commit is contained in:
parent
7dcedf3bec
commit
2aa46b2ae7
@ -127,6 +127,7 @@ This project lists books and other resources grouped by genres:
|
||||
+ [Hindi / हिंदी](courses/free-courses-hi.md)
|
||||
+ [Indonesian / Bahasa Indonesia](courses/free-courses-id.md)
|
||||
+ [Italian / italiano](courses/free-courses-it.md)
|
||||
+ [Japanese / 日本語](courses/free-courses-ja.md)
|
||||
+ [Kazakh / қазақша](courses/free-courses-kk.md)
|
||||
+ [Khmer / ភាសាខ្មែរ](courses/free-courses-km.md)
|
||||
+ [Korean / 한국어 [韓國語]](courses/free-courses-ko.md)
|
||||
|
@ -276,6 +276,7 @@
|
||||
|
||||
* [C++11の文法と機能(C++11: Syntax and Feature)](https://ezoeryou.github.io/cpp-book/C++11-Syntax-and-Feature.xhtml) - 江添亮
|
||||
* [C++入門](https://www.asahi-net.or.jp/~yf8k-kbys/newcpp0.html) - 小林健一郎
|
||||
* [C++入門 AtCoder Programming Guide for beginners (APG4b)](https://atcoder.jp/contests/APG4b) - 齋藤 主裕, 石黒 淳
|
||||
* [cpprefjp - C++ Reference Site in Japanese](https://cpprefjp.github.io)
|
||||
* [Google C++ スタイルガイド 日本語全訳](https://ttsuki.github.io/styleguide/cppguide.ja.html) - Benjy Weinberger, Craig Silverstein, Gregory Eitzmann, Mark Mentovai, Tashana Landray, ttsuki(翻訳)
|
||||
* [Standard Template Library プログラミング](https://web.archive.org/web/20170607163002/http://episteme.wankuma.com/stlprog) - επιστημη
|
||||
|
8
courses/free-courses-ja.md
Normal file
8
courses/free-courses-ja.md
Normal file
@ -0,0 +1,8 @@
|
||||
### Index
|
||||
|
||||
* [Scratch](#scratch)
|
||||
|
||||
|
||||
### Scratch
|
||||
|
||||
* [Scratch for CS First でプログラミングをはじめよう](https://csfirst.withgoogle.com/c/cs-first/ja/welcome-to-cs-first/overview.html) - Grow with Google プログラム (Google/Scratch アカウントが*必要* ※必須ではない)
|
Loading…
Reference in New Issue
Block a user