1591 Commits (11d4baf648ce1f9e4e9b8157f391768918bbc74f)
 

Author SHA1 Message Date
Dan Buch 593c551085 first version of ex8.c
13 years ago
Dan Buch 3a7ae25fa3 messing around with the size of "universe_of_defects"
13 years ago
Dan Buch 3b34c6ce0d breaking stuff and futzing with null
13 years ago
Dan Buch 5328793953 first draft of ex7.c
13 years ago
Dan Buch 0bca534c3e futzing with redis a bit
13 years ago
Dan Buch cd54bb1c46 adding a README to appease the octocat
13 years ago
Dan Buch 67d44d78dd doing 7.3 extra credit
13 years ago
Dan Buch 5e41db6c13 adding exercise 6 to makefile
13 years ago
Dan Buch 997b3784c7 working version of ex6.c
13 years ago
Dan Buch 6a0e1ba5e6 done up to chapter 8
13 years ago
Dan Buch 357323bdc8 up to chapter 7
13 years ago
Dan Buch a1902d9af4 adding an "all" target and marking both it and "clean" as phony
13 years ago
Dan Buch e511657898 adding makefile for ch. 4
13 years ago
Dan Buch 9ed30444e2 extra credit stuff
13 years ago
Dan Buch e83c2a0f10 adding include so that "puts" is not implicitly declared
13 years ago
Dan Buch be57a974c9 working through exercise 1
13 years ago
Dan Buch 048b3881f9 moving the simple query thingy into a different method/view so that I can turn the index method/view into something more like the Solr builtin browse view
13 years ago
Dan Buch b47a145ef6 moving the solr-accessing stuff into helper module, which probably isn't the right place but it's better than having it in the controller, right?
13 years ago
Dan Buch d819d87268 pulling stuff out of xml for display
13 years ago
Dan Buch 4407d92899 removing unused method
13 years ago
Dan Buch 1699dce6cb simple passthrough query version
13 years ago
Dan Buch 95591f4484 adding index and browse views
13 years ago
Dan Buch 9046917ed1 adding controller for futzing with solr
13 years ago
Dan Buch 8562d71bbb making a rails app for playing with solr
13 years ago
Dan Buch 0b723f2ae0 testing in Ruby the more right-er way
13 years ago
Dan Buch 43db7108aa futzing around with C and Ruby implementations
13 years ago
Dan Buch c8d657d3c1 adding a benching script to compare sort algorithms
13 years ago
Dan Buch a7f7b48a77 working through merge sort
13 years ago
Dan Buch 7f555fbe56 renaming now that I am going to be adding merge sort
13 years ago
Dan Buch 828a0287fd futzing mostly
13 years ago
Dan Buch 59465b1152 adding some more tests for insertion sort to compare performance given inputs of varying sizes
13 years ago
Dan Buch f0e703c695 adding a test for first example
13 years ago
Dan Buch d5f68eaef2 adding a readme dangit
13 years ago
Dan Buch d5e7f537e6 working through mit intro to algorithms, first with insertion sort
13 years ago
Dan Buch 2ed6806e6e breaking out into a partial view
13 years ago
Dan Buch 36c69e95a4 more crap for 15.14
13 years ago
Dan Buch 7329bcdeb4 starting in on 15.14
13 years ago
Dan Buch 066433a22d filling in the helper function bits + using "html_safe" method since I am on Rails 3
13 years ago
Dan Buch cb8e89de30 cleaning up based on "rake test" feedback
13 years ago
Dan Buch aac108a50d working through 15.13
13 years ago
Dan Buch feaea1636c futzing with cookies in 15.12, although my cookie counter is getting called twice per request... perhaps the "before_filter" method is applied for each filter in a chain?
13 years ago
Dan Buch 785c1cfe20 skipping on to 15.11 in which we play with session crap
13 years ago
Dan Buch e7a3ab7a73 updating the test fixtures ... 15.9 does not appear to be working as advertised, but I will assume it is my fault (for now)
13 years ago
Dan Buch feb4a513e8 adding a derping keepfile for the log dir
13 years ago
Dan Buch 843061e5f3 adding generated schema file (trying again at doing the migration thing right)
13 years ago
Dan Buch a25c05ecf6 modifying user model to match what is wanted in 15.9, plus trashing foray into using new-style db: tasks to do awesomeness (sigh)
13 years ago
Dan Buch 58568a570b starting in on 15.9
13 years ago
Dan Buch b3d2c45c36 filling in everything needed to login and view the account page, wheeeee.
13 years ago
Dan Buch 7ca80880a8 adding the user controller for futzing with login bits
13 years ago
Dan Buch 6f9519fce9 filling in the user model
13 years ago