cclauss
86b2f6f483
FIx a syntax error caused by a missing comma
...
```
./solutions/system_design/sales_rank/sales_rank_mapreduce.py:12:27: E999 SyntaxError: invalid syntax
def mapper(self, _ line):
^
```
2018-03-18 14:29:33 +01:00
cclauss
d4df81c7bd
value --> values
...
Also fixed a copy-and-paste error
2018-03-14 13:09:53 +01:00
cclauss
615a66fa41
value --> values
2018-03-14 13:08:51 +01:00
cclauss
8e8f78b2ce
Undefined name 'value'... Change to 'values' * 3
...
The function parameter in __reducer(self, key, value):__ is __value__ (without an _s_) but the function body uses __values__ with an _s_ which creates an undefined name. Solution: change the function parameter from __value__ to __values__.
2018-03-14 13:06:54 +01:00
Donne Martin
38a93dc190
Add Spanish translation link ( #142 )
2018-03-07 20:38:49 -05:00
Robert
e53b20b5e5
zh-Hans: Fix typos ( #141 )
2018-03-07 20:37:45 -05:00
cclauss
f099a0ad3f
Convert all .py files to be valid Python ( #98 )
2018-03-06 19:37:46 -05:00
Donne Martin
3ca1f1d0d2
Add Greek translation link ( #140 )
2018-03-05 20:29:07 -05:00
kevingo
b566126bab
zh-TW: Add proper line break to links ( #139 )
2018-03-04 13:14:45 -06:00
kevingo
c3c59c93a1
Add Traditional Chinese translation ( #133 )
2018-02-27 20:41:23 -06:00
George Javakhidze
f952d6addc
Update re:Invent url ( #137 )
2018-02-26 21:28:04 -05:00
Donne Martin
2e1627e0da
Update contributing guidelines - PR squash ( #135 )
2018-02-22 22:49:17 -05:00
Chang Liu
8b29a85510
Add Facebook Live Streams ( #125 )
2018-02-15 20:37:45 -05:00
Christopher
f6b7d3c8c0
Update master-slave section anchor ( #129 )
2018-02-07 19:57:00 -05:00
Chang Liu
ca674d8bb5
Add Scaling Uber in Company Architecture ( #123 )
2018-02-02 18:08:50 -05:00
Donne Martin
017884eaf9
Add Vietnamese translation link ( #128 )
2018-01-23 21:26:59 -08:00
Chang Liu
90b1bc4eaf
Add Netflix in Company Architectures ( #122 )
2018-01-21 08:54:59 -08:00
Donne Martin
9481662a17
Make some minor wording/formatting changes ( #120 )
2018-01-05 19:25:20 -05:00
Koudai Sakabe
7310acfbae
ja: Fix typo ( #119 )
2017-12-07 20:18:26 -05:00
Donne Martin
7bd31dcd17
Update Japanese translation link ( #118 )
2017-12-03 07:09:41 -05:00
yutaka kobayashi
7dfeae60ac
Add Japanese Translation ( #114 )
2017-12-01 20:55:56 -05:00
Tony Yao
d62b499013
Correct Redis list structure in Twitter solution ( #116 )
2017-12-01 20:55:56 -05:00
Donne Martin
f631baaef3
Add Persian translation link ( #115 )
2017-12-01 20:55:56 -05:00
Bryan Jennings
6c4c2abe00
Simplify logic for is_ace and is_face_card in deck of cards solution ( #113 )
2017-12-01 20:51:33 -05:00
Donne Martin
2aa2166b2a
Add Korean translation link ( #111 )
2017-10-13 20:26:47 -04:00
Rishabh Maurya
a2d0a3dc5f
Add API rate limiter design link ( #108 )
2017-10-08 20:52:44 -04:00
Samar Dhwoj Acharya
eb318fad5c
Fix typo: considering to consider in scaling AWS solution ( #109 )
2017-10-07 12:06:37 -04:00
Donne Martin
98cf88efea
Add Italian translation link ( #106 )
2017-09-24 07:43:54 -04:00
Donne Martin
9fca092d09
Add traditional Chinese translation link ( #105 )
2017-09-19 19:30:44 -04:00
Donne Martin
7f9c998a03
Add Japanese translation link ( #101 )
2017-09-14 21:05:01 -04:00
Donne Martin
2d94e2d99a
Treat solution subdirectories as containing Python packages ( #99 )
2017-08-29 20:13:02 -04:00
Donne Martin
8fa019bd9c
Add Russian translation link ( #91 )
2017-07-23 12:07:36 -04:00
Tay Yang Shun
982304ba7a
Add policy for adding new blogs to Company engineering blogs section ( #96 )
2017-07-17 19:29:28 -07:00
Olaf van der Spek
6914cd9160
Fix typo in denormalization section ( #95 )
2017-07-17 19:08:36 -07:00
Donne Martin
708756a36d
Add polish translation link ( #89 )
2017-07-01 12:07:08 -04:00
Arash Rouhani
cc48058662
Fix reducer argument in pastebin exercise ( #85 )
2017-06-13 20:43:11 -04:00
Ian Park
17e5fb7d32
Add prev to Node class ( #82 )
...
For managing an LRU cache, we need to use a doubly linked list for move_to_front() operation.
2017-06-05 20:25:04 -04:00
Ian Park
4badddd78e
Init spot_size member in parking lot exercise ( #83 )
2017-05-29 20:55:32 -04:00
CharlesSantiago
e168c588f5
Fix typo ( #75 )
2017-05-26 20:32:45 -04:00
Kangkai Tang
960bf1be64
Fix #79 : Inaccuracy in Twitter timeline and search example ( #81 )
2017-05-26 20:31:31 -04:00
Sergey Saiyan
d0f018ae0f
Fix lowercase typo in Layer 7 load balancing title ( #74 )
2017-05-15 21:17:24 -07:00
Larry Lv
cbbb548c7d
Fix asynchronism link in Mint README ( #69 )
2017-05-15 21:10:51 -07:00
Donne Martin
019eaafe5b
Add license disclaimer ( #76 )
...
Clearly denote the repository license is from me, not my employer (Facebook).
2017-05-11 21:49:37 -07:00
Donne Martin
5072dfe96c
Update translation links ( #65 )
...
Move the list of completed and in-progress translations to the top of the README. Add a translate link to the Contributing section.
2017-04-16 15:06:31 -07:00
根号三
5517013458
zh-cn: Rename README-zh-Hant.md to README-zh-Hans.md ( #64 )
2017-04-16 14:49:15 -07:00
根号三
1ae841afba
zh-cn: Add Simplified Chinese translation v1.0 ( #62 )
2017-04-15 09:32:32 -04:00
Donne Martin
95b4d92667
Update translations section in contributing guidelines ( #61 )
...
Add credits section. Remove currently non-existent AUTHORS.md. Fix maintainer copy/paste error.
2017-04-14 20:35:50 -04:00
Iñaki Abete
2986f71025
Fix Coding deck broken link ( #59 )
2017-04-13 21:04:38 -04:00
Donne Martin
99acefaa01
Update Translations section ( #57 )
2017-04-10 07:04:43 -04:00
Donne Martin
aecb070eb2
Update system design flashcards ( #56 )
2017-04-09 13:15:57 -04:00