1217 Commits (fe3e5495fde669fd4465c36930fdc4f72c49d3b2)
 

Author SHA1 Message Date
Dan Buch 5f06f804b1 cleaning up gitignore and Makefile so that they don't have to be updated every time a new .c file is added
13 years ago
Dan Buch 84ee0d0ecb fixed inconsistent python compatibility guarding :P
13 years ago
Dan Buch 7cb0c4aab5 using strlen and strncpy to make copies of strings instead of just copying pointers, although the need for (char *) makes me think I don't have the right idea
13 years ago
Dan Buch de57b63f46 just doing pointer copy again
13 years ago
Dan Buch c5e4c2cf26 using strcpy instead of just copying pointers
13 years ago
Dan Buch 1a1c89af7a "copying" strings into other array
13 years ago
Dan Buch 933a9a04fc back to a more normal while-loop
13 years ago
Dan Buch 1d4044d586 counting backwards instead
13 years ago
Dan Buch 6c210c9b40 working version of ex11.c
13 years ago
Dan Buch 45ca45c9e1 back to initial state
13 years ago
Dan Buch 947ce04319 assigning back and forth between char arrays
13 years ago
Dan Buch 2830ca4774 using num_states again
13 years ago
Dan Buch 5b7748c99a using NULL sentinel instead of num_states
13 years ago
Dan Buch 16785fe9f2 cleaning up for-loops again
13 years ago
Dan Buch 7fbe80ce25 making a mess in my for-loops
13 years ago
Dan Buch e580f39207 assigning within TEST of for-loop
13 years ago
Dan Buch 8f7bd1099c extracting evil
13 years ago
Dan Buch 41e45ff12a putting evil into my for-loop
13 years ago
Dan Buch 5a86af46b0 breaking ex10
13 years ago
Dan Buch da1b3f8508 more int/char playing around, casting name as int
13 years ago
Dan Buch 3be4117ef1 assigning chars to numbers array
13 years ago
Dan Buch c23968939a better again
13 years ago
Dan Buch 458ed013bc breaking it by not initializing the name
13 years ago
Dan Buch 34505c7200 working version of exercise 9
13 years ago
Dan Buch 7998233c9b extra credit for ch. 9
13 years ago
Dan Buch cfd8e8cca0 more in how to break it for chapter 9
13 years ago
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