Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update from upstream #40

Merged
merged 51 commits into from
Jul 26, 2018
Merged
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
6914cd9
Fix typo in denormalization section (#95)
OlafvdSpek Jul 18, 2017
982304b
Add policy for adding new blogs to Company engineering blogs section …
yangshun Jul 18, 2017
8fa019b
Add Russian translation link (#91)
donnemartin Jul 23, 2017
2d94e2d
Treat solution subdirectories as containing Python packages (#99)
donnemartin Aug 30, 2017
7f9c998
Add Japanese translation link (#101)
donnemartin Sep 15, 2017
9fca092
Add traditional Chinese translation link (#105)
donnemartin Sep 19, 2017
98cf88e
Add Italian translation link (#106)
donnemartin Sep 24, 2017
eb318fa
Fix typo: considering to consider in scaling AWS solution (#109)
techgaun Oct 7, 2017
a2d0a3d
Add API rate limiter design link (#108)
rishabh115 Oct 9, 2017
2aa2166
Add Korean translation link (#111)
donnemartin Oct 14, 2017
6c4c2ab
Simplify logic for is_ace and is_face_card in deck of cards solution …
bryanjenningz Oct 25, 2017
f631baa
Add Persian translation link (#115)
donnemartin Nov 3, 2017
d62b499
Correct Redis list structure in Twitter solution (#116)
yaoxiaotong Nov 30, 2017
7dfeae6
Add Japanese Translation (#114)
Dec 2, 2017
7bd31dc
Update Japanese translation link (#118)
donnemartin Dec 3, 2017
7310acf
ja: Fix typo (#119)
koudaiii Dec 8, 2017
9481662
Make some minor wording/formatting changes (#120)
donnemartin Jan 6, 2018
90b1bc4
Add Netflix in Company Architectures (#122)
fluency03 Jan 21, 2018
017884e
Add Vietnamese translation link (#128)
donnemartin Jan 24, 2018
ca674d8
Add Scaling Uber in Company Architecture (#123)
fluency03 Feb 2, 2018
f6b7d3c
Update master-slave section anchor (#129)
Feb 8, 2018
8b29a85
Add Facebook Live Streams (#125)
fluency03 Feb 16, 2018
2e1627e
Update contributing guidelines - PR squash (#135)
donnemartin Feb 23, 2018
f952d6a
Update re:Invent url (#137)
hakaari Feb 27, 2018
c3c59c9
Add Traditional Chinese translation (#133)
kevingo Feb 28, 2018
b566126
zh-TW: Add proper line break to links (#139)
kevingo Mar 4, 2018
3ca1f1d
Add Greek translation link (#140)
donnemartin Mar 6, 2018
f099a0a
Convert all .py files to be valid Python (#98)
Mar 7, 2018
e53b20b
zh-Hans: Fix typos (#141)
robertding Mar 8, 2018
38a93dc
Add Spanish translation link (#142)
donnemartin Mar 8, 2018
0178943
Add missing colons to class methods (#143)
Mar 18, 2018
b156e48
Add missing self variables to Deck of Cards solution (#145)
Mar 18, 2018
ea262de
Add deque import to Social Graph solution (#147)
Mar 24, 2018
1b339db
Change LARGE to VehicleSize.LARGE in parking lot solution (#146)
Apr 9, 2018
bb49172
zh-TW: Fix comment format (#155)
htkuan Apr 11, 2018
fb66242
Fix coding errors (#149)
Apr 26, 2018
e50e200
Fix dict KeyError (#152)
hulikau Apr 26, 2018
a70a8f3
Fix dict KeyError (#153)
hulikau Apr 26, 2018
4a7d2e4
Adding missing self variable (#158)
May 7, 2018
a360483
Add missing enum imports (#157)
May 7, 2018
ad40b8e
Change variable seller to category in Mint solution (#159)
May 23, 2018
6f13504
zh-Hans: Fix typo (#161)
b7wch Jun 16, 2018
d832db4
Replace broken SQL tuning links (#163)
Jun 29, 2018
9069993
zh-Hans: Fix PostgreSQL typo (#166)
breakliu Jul 13, 2018
e116bd7
Fix #148: Add State(Enum) to social_graph_snippets.py (#167)
Jul 15, 2018
e46d72a
ja: Swap VARCHAR and CHAR translation error (#169)
Jul 15, 2018
1753091
Add Arabic translation link (#177)
donnemartin Jul 18, 2018
924570e
Add newlines - PEP8 style (#173)
Jul 19, 2018
bda2a5f
zh-TW: Improve translations (#176)
d12e493 Jul 20, 2018
136c0b9
Fix typo in LRU cache solution (#182)
veloxy Jul 23, 2018
f350860
Fix broken links (#180)
zboigor Jul 25, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ja: Fix typo (donnemartin#119)
  • Loading branch information
koudaiii authored and donnemartin committed Dec 8, 2017
commit 7310acfbaee9e583a55bfd596f6ed52af22fff92
2 changes: 1 addition & 1 deletion README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ POST /anotheroperation
}
```

RPCは振る舞いを公開することに焦点を当てています。RPCは内部通信パフォーマンスを理由として使われることが多いです。というのも、使用する状況に合わせてネーティブコールを自作することができるからです
RPCは振る舞いを公開することに焦点を当てています。RPCは内部通信パフォーマンスを理由として使われることが多いです。というのも、使用する状況に合わせてネイティブコールを自作することができるからです

ネイティブライブラリー (aka SDK) を呼ぶのは以下の時:

Expand Down