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
cclauss
f099a0ad3f
Convert all .py files to be valid Python ( #98 )
2018-03-06 19:37:46 -05:00
Christopher
f6b7d3c8c0
Update master-slave section anchor ( #129 )
2018-02-07 19:57:00 -05:00
Tony Yao
d62b499013
Correct Redis list structure in Twitter solution ( #116 )
2017-12-01 20:55:56 -05: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
2d94e2d99a
Treat solution subdirectories as containing Python packages ( #99 )
2017-08-29 20:13:02 -04:00
Arash Rouhani
cc48058662
Fix reducer argument in pastebin exercise ( #85 )
2017-06-13 20:43:11 -04:00
Kangkai Tang
960bf1be64
Fix #79 : Inaccuracy in Twitter timeline and search example ( #81 )
2017-05-26 20:31:31 -04:00
Larry Lv
cbbb548c7d
Fix asynchronism link in Mint README ( #69 )
2017-05-15 21:10:51 -07:00
Donne Martin
7f6d52e9fe
Add web crawler OmniGraffle diagrams
2017-04-02 08:26:33 -04:00
Donne Martin
8fcd565377
Add twitter OmniGraffle diagrams
2017-04-02 08:26:21 -04:00
Donne Martin
d84d3f52fb
Add social graph OmniGraffle diagrams
2017-04-02 08:26:11 -04:00
Donne Martin
9d4bec434e
Add scaling aws OmniGraffle diagram
2017-04-02 08:26:02 -04:00
Donne Martin
3544e62d7b
Add sales rank OmniGraffle diagrams
2017-04-02 08:25:47 -04:00
Donne Martin
1f7d78ba3e
Add query cache OmniGraffle diagrams
2017-04-02 08:25:39 -04:00
Donne Martin
0c3a785a8d
Add pastebin OmniGraffle diagrams
2017-04-02 08:25:28 -04:00
Donne Martin
f8f32e91f2
Add mint OmniGraffle diagrams
2017-04-02 08:24:47 -04:00
Donne Martin
9a8a2fb47a
Add OmniGraffle base template
2017-04-02 08:21:37 -04:00
Federico Baldassarre
e417324830
Fix #6 : Migrate links from exercises/solutions to use internal links ( #23 )
2017-03-19 15:23:03 -04:00
Balki Kodarapu
eaed5dd016
Delete duplicate does in 3 design examples ( #24 )
...
Delete duplicate word "does" in design exercises
2017-03-18 11:37:16 -04:00
Donne Martin
0889f04f0d
Resolve #3 : Fix broken links in exercises ( #5 )
2017-03-08 22:20:23 -05:00
Donne Martin
fab2df65fa
Add Scaling AWS solution
2017-03-04 21:07:31 -08:00
Donne Martin
e60de1775e
Add Web Crawler solution
2017-03-04 21:06:58 -08:00
Donne Martin
e577dda5d9
Add Twitter solution
2017-03-04 21:06:40 -08:00
Donne Martin
66e4348db7
Add Social Graph solution
2017-03-04 21:06:28 -08:00
Donne Martin
edc404ec5c
Add Sales Rank solution
2017-03-04 21:06:17 -08:00
Donne Martin
d484f80b18
Add Query Cache solution
2017-03-04 21:06:04 -08:00
Donne Martin
a2e92178d7
Add Pastebin solution
2017-03-04 21:05:53 -08:00
Donne Martin
7fb0ca889f
Add Mint solution
2017-03-04 21:05:31 -08:00