Commit Graph

  • bf6752edd6 using separate funcs for each way of looping/printing Dan Buch 2011-09-19 23:05:31 -04:00
  • 0a0fc453c5 back to version with long main func Dan Buch 2011-09-19 22:59:40 -04:00
  • 728a7c5bd8 using separate func for printing different formats, but still need to write different funcs for different ways of looping? Dan Buch 2011-09-19 22:58:45 -04:00
  • 9dfa986b5d printing addresses of argv members Dan Buch 2011-09-19 22:49:41 -04:00
  • 971363ba89 printing members of argv with pointer arithmetic Dan Buch 2011-09-19 22:41:32 -04:00
  • c1ab498db3 back to mixed pointers and arrays version Dan Buch 2011-09-19 19:08:19 -04:00
  • 1b7572c786 using only pointers instead of array indexing Dan Buch 2011-09-19 19:06:10 -04:00
  • 22e3ed5406 back to working Dan Buch 2011-09-19 13:19:28 -04:00
  • bdeaaf48f5 breaking by pointing at wrong array Dan Buch 2011-09-19 13:19:12 -04:00
  • 8c6e140dad adding in comments so that line numbers match up (which I should have been doing all along) Dan Buch 2011-09-18 13:34:09 -04:00
  • 9158c349b3 first version of exercise 15 Dan Buch 2011-09-18 13:30:03 -04:00
  • 1e1ffb3f9d back to printing alpha and blanks Dan Buch 2011-09-18 10:41:52 -04:00
  • f7f7f29a59 printing alnum and not just alpha Dan Buch 2011-09-18 10:41:35 -04:00
  • c9de7b1c13 using strlen instead of null terminator Dan Buch 2011-09-18 10:40:21 -04:00
  • 20da5c59fd removing "can_print_it" Dan Buch 2011-09-18 10:37:53 -04:00
  • f380dab295 first working version of ex14 Dan Buch 2011-09-18 10:35:00 -04:00
  • d4c567fd4d back to using switch Dan Buch 2011-09-13 23:07:39 -04:00
  • 9f7dd8283f using if-statement instead of switch-statement Dan Buch 2011-09-13 23:07:15 -04:00
  • 4c87139ab0 handling all args passed Dan Buch 2011-09-13 23:05:09 -04:00
  • d85c6d97eb converting to lowercase and eliminating doubled-up case labels Dan Buch 2011-09-13 23:01:10 -04:00
  • 0b7dbc78b4 fixing again Dan Buch 2011-09-13 22:51:08 -04:00
  • 4bbd9c87a5 switching on non-ascii value Dan Buch 2011-09-13 22:51:00 -04:00
  • 80c1c5d5f3 fixing again Dan Buch 2011-09-13 22:49:31 -04:00
  • 49383187bb omitting default: Dan Buch 2011-09-13 22:49:26 -04:00
  • bfe47afbf2 fixing again Dan Buch 2011-09-13 22:45:59 -04:00
  • cbd2bc9cf5 commenting out a break Dan Buch 2011-09-13 22:45:49 -04:00
  • 64879fb2ad minor touchup, covering other case(s) for "y" Dan Buch 2011-09-13 22:44:00 -04:00
  • 049e7d4825 first working version of ex13 Dan Buch 2011-09-13 21:43:47 -04:00
  • 2a59add795 first version of ex12 Dan Buch 2011-09-10 11:54:21 -04:00
  • 34d54382d4 Merge branch 'master' of github.com:meatballhat/lcthw-remnants Dan Buch 2011-09-10 01:16:14 -04:00
  • 5f06f804b1 cleaning up gitignore and Makefile so that they don't have to be updated every time a new .c file is added Dan Buch 2011-09-10 01:15:38 -04:00
  • 84ee0d0ecb fixed inconsistent python compatibility guarding :P Dan Buch 2011-09-10 02:09:53 -03:00
  • 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 Dan Buch 2011-09-10 01:06:06 -04:00
  • de57b63f46 just doing pointer copy again Dan Buch 2011-09-10 00:33:57 -04:00
  • c5e4c2cf26 using strcpy instead of just copying pointers Dan Buch 2011-09-10 00:33:38 -04:00
  • 1a1c89af7a "copying" strings into other array Dan Buch 2011-09-10 00:29:54 -04:00
  • 933a9a04fc back to a more normal while-loop Dan Buch 2011-09-10 00:27:04 -04:00
  • 1d4044d586 counting backwards instead Dan Buch 2011-09-10 00:26:24 -04:00
  • 6c210c9b40 working version of ex11.c Dan Buch 2011-09-10 00:22:25 -04:00
  • 45ca45c9e1 back to initial state Dan Buch 2011-09-09 14:37:10 -04:00
  • 947ce04319 assigning back and forth between char arrays Dan Buch 2011-09-09 14:36:58 -04:00
  • 2830ca4774 using num_states again Dan Buch 2011-09-09 14:34:40 -04:00
  • 5b7748c99a using NULL sentinel instead of num_states Dan Buch 2011-09-09 14:34:26 -04:00
  • 16785fe9f2 cleaning up for-loops again Dan Buch 2011-09-09 14:32:33 -04:00
  • 7fbe80ce25 making a mess in my for-loops Dan Buch 2011-09-09 14:31:50 -04:00
  • e580f39207 assigning within TEST of for-loop Dan Buch 2011-09-09 14:26:54 -04:00
  • 8f7bd1099c extracting evil Dan Buch 2011-09-09 14:25:01 -04:00
  • 41e45ff12a putting evil into my for-loop Dan Buch 2011-09-09 14:24:47 -04:00
  • 5a86af46b0 breaking ex10 Dan Buch 2011-09-09 09:17:53 -04:00
  • da1b3f8508 more int/char playing around, casting name as int Dan Buch 2011-09-08 22:52:39 -04:00
  • 3be4117ef1 assigning chars to numbers array Dan Buch 2011-09-08 22:47:27 -04:00
  • c23968939a better again Dan Buch 2011-09-08 22:45:09 -04:00
  • 458ed013bc breaking it by not initializing the name Dan Buch 2011-09-08 22:42:39 -04:00
  • 34505c7200 working version of exercise 9 Dan Buch 2011-09-08 22:41:34 -04:00
  • 7998233c9b extra credit for ch. 9 Dan Buch 2011-09-08 22:33:37 -04:00
  • cfd8e8cca0 more in how to break it for chapter 9 Dan Buch 2011-09-08 22:28:01 -04:00
  • 593c551085 first version of ex8.c Dan Buch 2011-09-08 16:10:21 -04:00
  • 3a7ae25fa3 messing around with the size of "universe_of_defects" Dan Buch 2011-09-08 15:57:49 -04:00
  • 3b34c6ce0d breaking stuff and futzing with null Dan Buch 2011-09-05 21:03:40 -04:00
  • 5328793953 first draft of ex7.c Dan Buch 2011-09-05 20:50:39 -04:00
  • 0bca534c3e futzing with redis a bit Dan Buch 2011-09-05 20:42:39 -04:00
  • cd54bb1c46 adding a README to appease the octocat Dan Buch 2011-09-05 09:17:01 -04:00
  • 67d44d78dd doing 7.3 extra credit Dan Buch 2011-09-05 09:10:19 -04:00
  • 5e41db6c13 adding exercise 6 to makefile Dan Buch 2011-09-05 08:20:20 -04:00
  • 997b3784c7 working version of ex6.c Dan Buch 2011-09-05 08:14:12 -04:00
  • 6a0e1ba5e6 done up to chapter 8 Dan Buch 2011-09-04 22:33:10 -04:00
  • 357323bdc8 up to chapter 7 Dan Buch 2011-09-04 22:18:49 -04:00
  • a1902d9af4 adding an "all" target and marking both it and "clean" as phony Dan Buch 2011-09-03 21:03:26 -07:00
  • e511657898 adding makefile for ch. 4 Dan Buch 2011-09-03 21:00:55 -07:00
  • 9ed30444e2 extra credit stuff Dan Buch 2011-09-03 20:50:44 -07:00
  • e83c2a0f10 adding include so that "puts" is not implicitly declared Dan Buch 2011-09-03 20:47:36 -07:00
  • be57a974c9 working through exercise 1 Dan Buch 2011-09-03 20:46:12 -07:00
  • 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 Dan Buch 2011-08-31 15:46:18 -04:00
  • 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? Dan Buch 2011-08-31 12:11:37 -04:00
  • d819d87268 pulling stuff out of xml for display Dan Buch 2011-08-31 11:55:10 -04:00
  • 4407d92899 removing unused method Dan Buch 2011-08-31 09:15:50 -04:00
  • 1699dce6cb simple passthrough query version Dan Buch 2011-08-31 09:13:52 -04:00
  • 95591f4484 adding index and browse views Dan Buch 2011-08-31 08:23:25 -04:00
  • 9046917ed1 adding controller for futzing with solr Dan Buch 2011-08-31 08:19:44 -04:00
  • 8562d71bbb making a rails app for playing with solr Dan Buch 2011-08-31 07:52:24 -04:00
  • 0b723f2ae0 testing in Ruby the more right-er way Dan Buch 2011-08-18 00:07:47 -04:00
  • 43db7108aa futzing around with C and Ruby implementations Dan Buch 2011-08-17 23:07:18 -04:00
  • c8d657d3c1 adding a benching script to compare sort algorithms Dan Buch 2011-08-15 23:04:56 -04:00
  • a7f7b48a77 working through merge sort Dan Buch 2011-08-15 22:34:46 -04:00
  • 7f555fbe56 renaming now that I am going to be adding merge sort Dan Buch 2011-08-15 22:01:05 -04:00
  • 828a0287fd futzing mostly Dan Buch 2011-08-15 21:59:50 -04:00
  • 59465b1152 adding some more tests for insertion sort to compare performance given inputs of varying sizes Dan Buch 2011-08-15 06:57:09 -04:00
  • f0e703c695 adding a test for first example Dan Buch 2011-08-15 06:47:22 -04:00
  • d5f68eaef2 adding a readme dangit Dan Buch 2011-08-15 06:40:22 -04:00
  • d5e7f537e6 working through mit intro to algorithms, first with insertion sort Dan Buch 2011-08-15 06:35:27 -04:00
  • 2ed6806e6e breaking out into a partial view Dan Buch 2011-08-10 22:54:10 -04:00
  • 36c69e95a4 more crap for 15.14 Dan Buch 2011-08-10 22:51:14 -04:00
  • 7329bcdeb4 starting in on 15.14 Dan Buch 2011-08-10 22:36:51 -04:00
  • 066433a22d filling in the helper function bits + using "html_safe" method since I am on Rails 3 Dan Buch 2011-08-10 22:32:18 -04:00
  • cb8e89de30 cleaning up based on "rake test" feedback Dan Buch 2011-08-10 22:09:24 -04:00
  • aac108a50d working through 15.13 Dan Buch 2011-08-10 22:06:36 -04:00
  • 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? Dan Buch 2011-08-10 22:02:04 -04:00
  • 785c1cfe20 skipping on to 15.11 in which we play with session crap Dan Buch 2011-08-10 21:51:14 -04:00
  • 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) Dan Buch 2011-08-10 21:46:27 -04:00
  • feb4a513e8 adding a derping keepfile for the log dir Dan Buch 2011-08-10 21:39:26 -04:00