Skip to content

Commit 2aa46b2

Browse files
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
1 parent 7dcedf3 commit 2aa46b2

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ This project lists books and other resources grouped by genres:
127127
+ [Hindi / हिंदी](courses/free-courses-hi.md)
128128
+ [Indonesian / Bahasa Indonesia](courses/free-courses-id.md)
129129
+ [Italian / italiano](courses/free-courses-it.md)
130+
+ [Japanese / 日本語](courses/free-courses-ja.md)
130131
+ [Kazakh / қазақша](courses/free-courses-kk.md)
131132
+ [Khmer / ភាសាខ្មែរ](courses/free-courses-km.md)
132133
+ [Korean / 한국어 [韓國語]](courses/free-courses-ko.md)

Diff for: books/free-programming-books-ja.md

+1
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@
276276

277277
* [C++11の文法と機能(C++11: Syntax and Feature)](https://ezoeryou.github.io/cpp-book/C++11-Syntax-and-Feature.xhtml) - 江添亮
278278
* [C++入門](https://www.asahi-net.or.jp/~yf8k-kbys/newcpp0.html) - 小林健一郎
279+
* [C++入門 AtCoder Programming Guide for beginners (APG4b)](https://atcoder.jp/contests/APG4b) - 齋藤 主裕, 石黒 淳
279280
* [cpprefjp - C++ Reference Site in Japanese](https://cpprefjp.github.io)
280281
* [Google C++ スタイルガイド 日本語全訳](https://ttsuki.github.io/styleguide/cppguide.ja.html) - Benjy Weinberger, Craig Silverstein, Gregory Eitzmann, Mark Mentovai, Tashana Landray, ttsuki(翻訳)
281282
* [Standard Template Library プログラミング](https://web.archive.org/web/20170607163002/http://episteme.wankuma.com/stlprog) - επιστημη

Diff for: courses/free-courses-ja.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
### Index
2+
3+
* [Scratch](#scratch)
4+
5+
6+
### Scratch
7+
8+
* [Scratch for CS First でプログラミングをはじめよう](https://csfirst.withgoogle.com/c/cs-first/ja/welcome-to-cs-first/overview.html) - Grow with Google プログラム (Google/Scratch アカウントが*必要* ※必須ではない)

0 commit comments

Comments
 (0)