Commit Graph

1200 Commits

Author SHA1 Message Date
Dan Buch
41e45ff12a putting evil into my for-loop 2011-09-09 14:24:47 -04:00
Dan Buch
5a86af46b0 breaking ex10 2011-09-09 09:17:53 -04:00
Dan Buch
da1b3f8508 more int/char playing around, casting name as int 2011-09-08 22:52:39 -04:00
Dan Buch
3be4117ef1 assigning chars to numbers array 2011-09-08 22:47:27 -04:00
Dan Buch
c23968939a better again 2011-09-08 22:45:09 -04:00
Dan Buch
458ed013bc breaking it by not initializing the name 2011-09-08 22:42:39 -04:00
Dan Buch
34505c7200 working version of exercise 9 2011-09-08 22:41:34 -04:00
Dan Buch
7998233c9b extra credit for ch. 9 2011-09-08 22:33:37 -04:00
Dan Buch
cfd8e8cca0 more in how to break it for chapter 9 2011-09-08 22:28:01 -04:00
Dan Buch
593c551085 first version of ex8.c 2011-09-08 16:10:21 -04:00
Dan Buch
3a7ae25fa3 messing around with the size of "universe_of_defects" 2011-09-08 15:57:49 -04:00
Dan Buch
3b34c6ce0d breaking stuff and futzing with null 2011-09-05 21:03:40 -04:00
Dan Buch
5328793953 first draft of ex7.c 2011-09-05 20:50:39 -04:00
Dan Buch
0bca534c3e futzing with redis a bit 2011-09-05 20:42:39 -04:00
Dan Buch
cd54bb1c46 adding a README to appease the octocat 2011-09-05 09:17:01 -04:00
Dan Buch
67d44d78dd doing 7.3 extra credit 2011-09-05 09:10:19 -04:00
Dan Buch
5e41db6c13 adding exercise 6 to makefile 2011-09-05 08:20:20 -04:00
Dan Buch
997b3784c7 working version of ex6.c 2011-09-05 08:14:12 -04:00
Dan Buch
6a0e1ba5e6 done up to chapter 8 2011-09-04 22:33:10 -04:00
Dan Buch
357323bdc8 up to chapter 7 2011-09-04 22:18:49 -04:00
Dan Buch
a1902d9af4 adding an "all" target and marking both it and "clean" as phony 2011-09-03 21:03:26 -07:00
Dan Buch
e511657898 adding makefile for ch. 4 2011-09-03 21:00:55 -07:00
Dan Buch
9ed30444e2 extra credit stuff 2011-09-03 20:50:44 -07:00
Dan Buch
e83c2a0f10 adding include so that "puts" is not implicitly declared 2011-09-03 20:47:36 -07:00
Dan Buch
be57a974c9 working through exercise 1 2011-09-03 20:46:12 -07:00
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 2011-08-31 15:46:18 -04:00
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? 2011-08-31 12:11:37 -04:00
Dan Buch
d819d87268 pulling stuff out of xml for display 2011-08-31 11:55:10 -04:00
Dan Buch
4407d92899 removing unused method 2011-08-31 09:15:50 -04:00
Dan Buch
1699dce6cb simple passthrough query version 2011-08-31 09:13:52 -04:00
Dan Buch
95591f4484 adding index and browse views 2011-08-31 08:23:25 -04:00
Dan Buch
9046917ed1 adding controller for futzing with solr 2011-08-31 08:19:44 -04:00
Dan Buch
8562d71bbb making a rails app for playing with solr 2011-08-31 07:52:24 -04:00
Dan Buch
0b723f2ae0 testing in Ruby the more right-er way 2011-08-18 00:07:47 -04:00
Dan Buch
43db7108aa futzing around with C and Ruby implementations 2011-08-17 23:07:18 -04:00
Dan Buch
c8d657d3c1 adding a benching script to compare sort algorithms 2011-08-15 23:04:56 -04:00
Dan Buch
a7f7b48a77 working through merge sort 2011-08-15 22:34:46 -04:00
Dan Buch
7f555fbe56 renaming now that I am going to be adding merge sort 2011-08-15 22:01:05 -04:00
Dan Buch
828a0287fd futzing mostly 2011-08-15 21:59:50 -04:00
Dan Buch
59465b1152 adding some more tests for insertion sort to compare performance given inputs of varying sizes 2011-08-15 06:57:09 -04:00
Dan Buch
f0e703c695 adding a test for first example 2011-08-15 06:47:22 -04:00
Dan Buch
d5f68eaef2 adding a readme dangit 2011-08-15 06:40:22 -04:00
Dan Buch
d5e7f537e6 working through mit intro to algorithms, first with insertion sort 2011-08-15 06:35:27 -04:00
Dan Buch
2ed6806e6e breaking out into a partial view 2011-08-10 22:54:10 -04:00
Dan Buch
36c69e95a4 more crap for 15.14 2011-08-10 22:51:14 -04:00
Dan Buch
7329bcdeb4 starting in on 15.14 2011-08-10 22:36:51 -04:00
Dan Buch
066433a22d filling in the helper function bits + using "html_safe" method since I am on Rails 3 2011-08-10 22:32:18 -04:00
Dan Buch
cb8e89de30 cleaning up based on "rake test" feedback 2011-08-10 22:09:24 -04:00
Dan Buch
aac108a50d working through 15.13 2011-08-10 22:06:36 -04:00
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? 2011-08-10 22:02:04 -04:00