Commit Graph

  • ae79757199 APL, baby! Crista Lopes 2019-08-11 19:07:16 -07:00
  • 38095fd076 Move experimental code to zothers folder Crista Lopes 2019-08-11 08:54:20 -07:00
  • 0f826ee6bc Merge pull request #1 from rvdheij/rvdheij-cms rvdheij 2019-04-26 16:55:53 +02:00
  • c23828777f Solution with REXX filter in CMS Pipelines rvdheij 2019-04-26 16:54:50 +02:00
  • ed8c3cabaa Finally rewrote the code for Python3! Crista Lopes 2018-12-13 19:57:17 -08:00
  • 4449f0b7ba Merge pull request #37 from cclauss/modernize-python2-code crista 2018-12-13 12:04:20 -08:00
  • 32af06377d Merge pull request #36 from imarudina/master crista 2018-12-13 11:47:25 -08:00
  • 1e3ec4932a Merge pull request #39 from tingstad/patch-1 crista 2018-12-13 11:27:48 -08:00
  • f196134fc1 Merge pull request #40 from gqqnbig/stop crista 2018-12-13 11:23:37 -08:00
  • 037ef4e621 Merge pull request #41 from j10sanders/patch-1 crista 2018-12-07 11:06:02 -08:00
  • aceaf60ce1 Merge pull request #42 from ericandrewlewis/patch-1 crista 2018-12-07 11:05:02 -08:00
  • 18d25aa2f0 Merge branch 'master' into modernize-python2-code crista 2018-12-06 19:51:27 -08:00
  • 685450ef92 Started to port the code to Python 3. Ugh! Crista Lopes 2018-12-06 19:33:56 -08:00
  • f6a7e671c5 Wrap code in a preformatted block Eric Lewis 2018-10-08 10:55:38 -04:00
  • b6d0b86e56 Fix function arguments in comment Jonathan Sanders 2018-07-13 12:24:50 -04:00
  • f8233e34ff Fix TypeError: 'bool' object is not callable Qiqi Gu 2018-07-09 08:58:41 -07:00
  • 53a60ea121 tf03.py: unused variable tingstad 2018-06-17 18:07:14 +02:00
  • 1fa9eb3c2b Modernize Python 2 code to get ready for Python 3 cclauss 2018-03-21 21:41:35 +01:00
  • 4224ba4ba9 monolith: remove unused variable Irina Marudina 2018-03-21 18:37:24 +02:00
  • c93bc2fbfd Stop words contained '\n\n' due to an empty line in stop_words.txt Irina Marudina 2018-03-21 15:46:37 +02:00
  • d521abd5d7 Merge pull request #29 from bmistree/master v2.7 v1.0 2.7 crista 2016-05-21 08:14:41 -07:00
  • c94acde9bb Take filename argument from program arguments bmistree 2016-05-20 22:34:44 -07:00
  • a5e05c411c Add a single-line code golf example bmistree 2016-05-20 00:16:10 -07:00
  • aac9f9899c Update README.md crista 2015-01-31 16:18:34 -08:00
  • 3607d6d944 Merge pull request #25 from rtoal/master crista 2015-01-31 16:09:13 -08:00
  • f96d66e5c6 Merge pull request #26 from sivabalan/patch-1 crista 2015-01-31 16:08:44 -08:00
  • b9833c4e52 Merge pull request #24 from JKesMc9tqIQe9M/master crista 2015-01-31 16:06:21 -08:00
  • c9c37d8072 Fixed typo with wordfreqs variable sivabalan 2015-01-31 15:16:39 -08:00
  • 3169b4b509 A first try at a Ruby golf Ray Toal 2015-01-28 09:29:05 -08:00
  • efe7884167 removed an extraneous whitespace JKesMc9tqIQe9M 2014-11-08 10:08:34 -05:00
  • 47c5cd0d5c Added link to book crista 2014-10-20 08:55:03 -07:00
  • 3b328c2042 Made the main block clearer Crista Lopes 2014-03-19 17:01:15 -07:00
  • 2f483b1742 Make the main code more readable Crista Lopes 2014-03-19 15:39:37 -07:00
  • d8721e123e Fixed line break Crista Lopes 2014-03-18 16:46:47 -07:00
  • 0311a99b47 Made the recursive program a bit simpler Crista Lopes 2014-03-18 16:44:31 -07:00
  • 1373ed542d Moved the shell script again to the pipeline style, where it belongs (a little better). Crista Lopes 2014-03-18 15:35:21 -07:00
  • eda158793b Typo (dyslexia) Crista Lopes 2014-03-18 13:52:19 -07:00
  • ccbd13c268 And this one too Crista Lopes 2014-03-14 10:34:01 -07:00
  • b5b606cbbd Changed this one too Crista Lopes 2014-03-14 10:27:59 -07:00
  • 12616871b6 Changed the name of this style too Crista Lopes 2014-03-14 10:19:21 -07:00
  • 5a51b8db7b Renamed this style to actors, because that's what it is Crista Lopes 2014-03-14 09:56:07 -07:00
  • f550600d6b Shortened the name of this style Crista Lopes 2014-03-13 16:42:17 -07:00
  • 5c89f795ae Changed the names of these two styles to what they really are: map reduce Crista Lopes 2014-03-11 15:18:32 -07:00
  • 56500a9255 Fixed typo in comment Crista Lopes 2014-03-11 08:26:54 -07:00
  • adc29f814a Typo in comment Crista Lopes 2014-03-08 14:14:57 -08:00
  • 34f37b87cc Merge pull request #23 from hukun01/master crista 2014-03-08 08:37:03 -08:00
  • 5dbb552bc5 Read stopwords.txt when initialize, to avoid reading it in every update. hukun01 2014-02-28 19:46:06 -08:00
  • 8f09e02f3d Merge pull request #22 from hukun01/master crista 2014-02-16 07:38:09 -08:00
  • 854f78c80c Update tf-23-monadic.py. We can eliminate the extra parameter in the __init__. Let the naming in get_input method more clear. hukun01 2014-02-12 09:23:02 -08:00
  • be92fc4d6d Shorten this a little to fit in 1 page Crista Lopes 2014-01-26 08:55:25 -08:00
  • 6d6f59de5c Minor renaming Crista Lopes 2014-01-26 08:39:38 -08:00
  • bff0e4b6d7 Merge pull request #21 from mgiorgio/master crista 2014-01-26 08:29:39 -08:00
  • dcf6e6426a Eliminate the use of global variables; makes the example cleaner. Crista Lopes 2014-01-26 08:28:17 -08:00
  • e2a8d8f017 Avoid creating word_freqs outside and passing it around. Matías 2014-01-24 21:11:38 -08:00
  • 390126b6f6 Moved the sh script that was in the candy factory style to the The One style, because pipes are really monadic in nature. Great example too. Crista Lopes 2014-01-24 17:08:06 -08:00
  • ed25b5a778 Merge pull request #20 from bravelittlescientist/master crista 2014-01-22 20:56:13 -08:00
  • 6bbf023586 Changes print formatting statement, removing some characters Eugenia Gabrielova 2014-01-21 22:04:36 -08:00
  • cfa820c394 Adds Java interop and changes remove to checking set Eugenia Gabrielova 2014-01-21 21:48:26 -08:00
  • 71fe15b79d Added my clojure code golf, passes tests Eugenia Gabrielova 2014-01-21 21:11:57 -08:00
  • 0514124aa2 Merge pull request #19 from mgiorgio/master crista 2014-01-17 08:19:22 -08:00
  • 0ffe4b3fd6 Adding documentation for print_all Matías 2014-01-16 21:47:54 -08:00
  • fdf9a855f2 Using function composition to print the results as well. Matías 2014-01-16 21:45:45 -08:00
  • c309e8bca5 Minor cleanups Crista Lopes 2014-01-15 08:02:49 -08:00
  • 72b62229fe Undo one of the last changes regarding the print out Crista Lopes 2014-01-12 21:29:28 -08:00
  • 56f05355a9 Compact a bit by removing empty lines Crista Lopes 2014-01-12 07:28:26 -08:00
  • f32942d452 Merge pull request #17 from smtriplett/master crista 2014-01-12 07:19:49 -08:00
  • f0eed1acd2 Merge pull request #16 from mgiorgio/master crista 2014-01-12 07:19:13 -08:00
  • 4d3ba0ba1a Add a check to handle input text with fewer than 25 words. smtriplett 2014-01-11 18:19:32 -08:00
  • 84f3db6a71 Support input files that do not finish with CRLF. Matías 2014-01-10 23:19:53 -08:00
  • ebff0a19b6 Update README.md crista 2014-01-07 14:17:55 -08:00
  • c7d0ab8b3d Update README.md crista 2014-01-07 14:17:28 -08:00
  • 999e4ff6e5 Update README.md crista 2014-01-07 14:16:53 -08:00
  • 2354104798 Update README.md crista 2014-01-07 14:16:30 -08:00
  • 63716dd935 Update README.md crista 2014-01-07 14:16:02 -08:00
  • d8de0bce95 Update README.md crista 2014-01-07 14:15:36 -08:00
  • 5a480b576b Update README.md crista 2014-01-07 14:15:06 -08:00
  • 0d0eb72d57 Update README.md crista 2014-01-07 14:14:45 -08:00
  • 6c85a78756 Update README.md crista 2014-01-07 14:14:25 -08:00
  • cff850c693 Update README.md crista 2014-01-07 14:14:00 -08:00
  • 74955a7326 Update README.md crista 2014-01-07 14:13:29 -08:00
  • 7803a599fa Update README.md crista 2014-01-07 14:13:08 -08:00
  • 32f9778c9c Update README.md crista 2014-01-07 14:12:40 -08:00
  • f883174361 Update README.md crista 2014-01-07 14:12:15 -08:00
  • 454d7366f5 Update README.md crista 2014-01-07 14:11:49 -08:00
  • f6abb80fe8 Update README.md crista 2014-01-07 14:11:24 -08:00
  • 08ce183f1c Update README.md crista 2014-01-07 14:10:51 -08:00
  • 7c005045df Update README.md crista 2014-01-07 14:10:24 -08:00
  • bc9ef1872e Update README.md crista 2014-01-07 14:10:00 -08:00
  • 8596096e61 Update README.md crista 2014-01-07 14:08:39 -08:00
  • 991e756d79 Merge pull request #13 from davidfstr/patch-1 crista 2014-01-07 13:59:59 -08:00
  • 5b5c40ef42 Merge pull request #14 from davidfstr/things-in-java crista 2014-01-07 13:59:25 -08:00
  • bd47a04afe Merge pull request #15 from davidfstr/things-refactor crista 2014-01-07 13:56:31 -08:00
  • d28cc63b4b things: Refactor DataStorageManager to be more idiomatic. David Foster 2014-01-05 20:47:26 -08:00
  • 331b841a5c things: Port to Java. David Foster 2014-01-05 20:42:47 -08:00
  • 737aa9ef0d things: Refactor. David Foster 2014-01-05 20:54:14 -08:00
  • a01535250c Add .gitignore David Foster 2014-01-05 20:42:10 -08:00
  • ebad839634 Wordsmith comments about word-frequency records. David Foster 2014-01-05 16:00:32 -08:00
  • 03dfe92fa3 Fixed numbers in READMEs Crista Lopes 2014-01-05 07:43:22 -08:00
  • 54998e68d8 Merge branch 'master' of https://github.com/crista/exercises-in-programming-style Crista Lopes 2014-01-05 07:40:36 -08:00
  • f0445b3c61 Renumber to make the flow better Crista Lopes 2014-01-05 07:40:17 -08:00