Commit Graph

300 Commits

Author SHA1 Message Date
smtriplett
4d3ba0ba1a Add a check to handle input text with fewer than 25 words. 2014-01-11 18:19:32 -08:00
crista
ebff0a19b6 Update README.md 2014-01-07 14:17:55 -08:00
crista
c7d0ab8b3d Update README.md 2014-01-07 14:17:28 -08:00
crista
999e4ff6e5 Update README.md 2014-01-07 14:16:53 -08:00
crista
2354104798 Update README.md 2014-01-07 14:16:30 -08:00
crista
63716dd935 Update README.md 2014-01-07 14:16:02 -08:00
crista
d8de0bce95 Update README.md 2014-01-07 14:15:36 -08:00
crista
5a480b576b Update README.md 2014-01-07 14:15:06 -08:00
crista
0d0eb72d57 Update README.md 2014-01-07 14:14:45 -08:00
crista
6c85a78756 Update README.md 2014-01-07 14:14:25 -08:00
crista
cff850c693 Update README.md 2014-01-07 14:14:00 -08:00
crista
74955a7326 Update README.md 2014-01-07 14:13:29 -08:00
crista
7803a599fa Update README.md 2014-01-07 14:13:08 -08:00
crista
32f9778c9c Update README.md 2014-01-07 14:12:40 -08:00
crista
f883174361 Update README.md 2014-01-07 14:12:15 -08:00
crista
454d7366f5 Update README.md 2014-01-07 14:11:49 -08:00
crista
f6abb80fe8 Update README.md 2014-01-07 14:11:24 -08:00
crista
08ce183f1c Update README.md 2014-01-07 14:10:51 -08:00
crista
7c005045df Update README.md 2014-01-07 14:10:24 -08:00
crista
bc9ef1872e Update README.md 2014-01-07 14:10:00 -08:00
crista
8596096e61 Update README.md 2014-01-07 14:08:39 -08:00
crista
991e756d79 Merge pull request #13 from davidfstr/patch-1
Wordsmith comments about word-frequency records.
2014-01-07 13:59:59 -08:00
crista
5b5c40ef42 Merge pull request #14 from davidfstr/things-in-java
things: Port to Java.
2014-01-07 13:59:25 -08:00
crista
bd47a04afe Merge pull request #15 from davidfstr/things-refactor
things: Refactor.
2014-01-07 13:56:31 -08:00
David Foster
d28cc63b4b things: Refactor DataStorageManager to be more idiomatic. 2014-01-05 20:57:57 -08:00
David Foster
331b841a5c things: Port to Java. 2014-01-05 20:57:30 -08:00
David Foster
737aa9ef0d things: Refactor.
Specifically:
* Remove dead assignments to _data and _stop_words.
* Convert _word_freqs from class field to instance field to avoid side effects.
* Remove no-op call ''.join(self._data) because self._data is guaranteed to be a string.
2014-01-05 20:54:14 -08:00
David Foster
a01535250c Add .gitignore 2014-01-05 20:42:10 -08:00
David Foster
ebad839634 Wordsmith comments about word-frequency records. 2014-01-05 16:00:32 -08:00
Crista Lopes
03dfe92fa3 Fixed numbers in READMEs 2014-01-05 07:43:22 -08:00
Crista Lopes
54998e68d8 Merge branch 'master' of https://github.com/crista/exercises-in-programming-style 2014-01-05 07:40:36 -08:00
Crista Lopes
f0445b3c61 Renumber to make the flow better 2014-01-05 07:40:17 -08:00
crista
19b2103eaf Update README.md 2014-01-04 15:54:59 -08:00
Crista Lopes
ce0bef372e Formatting to fit 2 pages 2014-01-03 15:13:10 -08:00
Crista Lopes
d20a3d6649 Minor 2014-01-03 08:33:55 -08:00
Crista Lopes
6ae1d8fec0 Minor 2014-01-03 08:33:47 -08:00
Crista Lopes
ef474a17cc Updated README.md accordingly 2014-01-02 17:11:37 -08:00
Crista Lopes
28cdd919e8 Don't need that first argument. Can be enclosed internally to the maps 2014-01-02 17:10:43 -08:00
Crista Lopes
1d6cec0d33 Here's the little sucker that was missing from the collection of styles related to objects 2014-01-02 15:26:16 -08:00
Crista Lopes
288407820c Massive renumbering!!! 2014-01-02 14:52:57 -08:00
Crista Lopes
ca989231b2 Renamed 2014-01-02 14:41:18 -08:00
Crista Lopes
c53d83a9e4 Added reactive version 2014-01-02 14:40:38 -08:00
Crista Lopes
fd775196c4 Renumbering 2014-01-02 14:40:01 -08:00
Crista Lopes
ef44a7a707 Removed README.md 2014-01-02 14:37:03 -08:00
Crista Lopes
6f62074199 Moved the active view program to trinity, because it's just a slightly different version of MVC 2014-01-02 14:34:39 -08:00
Crista Lopes
2ec7080841 Slightly better -- store only 25 elements of previous freqs state 2014-01-02 09:32:59 -08:00
Crista Lopes
00f16500f7 Renamed 32 to active view to better reflect the program 2014-01-02 09:13:23 -08:00
Crista Lopes
81a40bca3d Minor 2014-01-02 09:12:06 -08:00
Crista Lopes
b3d36641d3 Better active view example -- connect to mvc 2014-01-02 09:04:29 -08:00
Crista Lopes
ff89e81aa5 Renamed tabular 2014-01-02 07:49:10 -08:00