Commit Graph

1204 Commits

Author SHA1 Message Date
Dan Buch
a3133a8672 Adding in comments to match example code 2012-02-13 22:11:10 -05:00
Dan Buch
2e571b4641 Adding comments and modifying code to include changes made since last reading 2012-02-13 22:08:28 -05:00
Dan Buch
2345f4fa0b Adding back in some comments for line number matchiness 2012-02-13 22:03:16 -05:00
Dan Buch
0b956cbf06 Adding back the -std argument to CFLAGS so that we're allowed to use '//' comments 2012-02-13 21:54:10 -05:00
Dan Buch
c2d4d59032 Upgrading to valgrind 3.7.0 since I'm on linux3 2012-02-12 13:24:31 -05:00
Dan Buch
5494981c64 wherps, no shebang line thar 2012-02-12 13:11:30 -05:00
Dan Buch
27b496fbe3 While re-reading through ex4, it seems a shell script has been added for installing valgrind (yay!) 2012-02-12 13:11:03 -05:00
Dan Buch
e5fffdeaf1 Working through more compiler warnings... 2012-02-11 21:44:35 -05:00
Dan Buch
97043b1831 Extending CFLAGS a bit so that stuff breaks if it ain't right 2012-02-11 21:22:19 -05:00
Dan Buch
898c6e4be1 Getting rid of some more compiler warnings 2012-02-11 14:39:50 -05:00
Dan Buch
8ad2b3d4ca Forgot to clean up after myself a bit 2012-02-11 14:33:56 -05:00
Dan Buch
bb0ac185fe Perhaps incorrectly fixing another format sequence warning 2012-02-11 13:26:39 -05:00
Dan Buch
1f224f98ef Fixing some format sequences to get rid of warnings 2012-02-11 13:24:36 -05:00
Dan Buch
45ac55d14c ex5! 2012-02-11 13:05:15 -05:00
Dan Buch
17a02e5f3d ex4! 2012-02-11 13:02:31 -05:00
Dan Buch
d7b4f60519 ex3! 2012-02-11 12:58:40 -05:00
Dan Buch
02d0a5b41e Through ex2 2012-02-11 12:49:03 -05:00
Dan Buch
bc93719831 Back-filling ex4 2012-02-11 12:41:03 -05:00
Dan Buch
e5be159ad4 Back-filling ex3 so that I can actually talk about it at the next meeting 2012-02-11 12:21:58 -05:00
Dan Buch
d8c66a41a8 Working through Learn SQL The Hard Way since we may be using it in a future course for non-programmers at work. 2012-02-11 12:09:19 -05:00
Dan Buch
67b1aff3bc adding ex6 2012-02-07 23:27:20 -05:00
Dan Buch
593c16025c Continuing on ... seemingly missed ex3 and ex4 2012-02-07 22:35:18 -05:00
Dan Buch
cdbef84b5b ex1 2012-02-06 23:19:36 -05:00
Dan Buch
89393c390f Retroactive TDD! :-P 2012-02-06 09:50:03 -05:00
Dan Buch
c4122c3643 Moving more toward being an actual library/script thing... mostly for practice since I'm no longer doing Python full-time 2012-02-06 09:44:30 -05:00
Dan Buch
f0381040dc Starting to fill in bits for detecting duplicate uploads 2012-02-06 08:38:06 -05:00
Dan Buch
7ec57759fa Fixing sillyness with fetching all photos. Weirdness encountered earlier with .findall must have been my imagination. 2012-02-06 08:07:51 -05:00
Dan Buch
7addaa6552 Making flickr client setup func more sane, adding convenience func for futzing in the repl 2012-02-06 08:02:20 -05:00
Dan Buch
ab492e70d0 Now with less embarrassment! 2012-02-05 22:49:57 -05:00
Dan Buch
64a22993bc Adding a silly little readme 2012-02-05 19:12:32 -05:00
Dan Buch
b2cad7976d Adding timewarp script used to adjust upload dates in bulk. Very much geared toward solving the problem at hand. 2012-02-05 19:09:56 -05:00
Dan Buch
a863dc99fc Abandoning the architecture nonsense now that jars are not tracked. 2012-01-02 01:11:50 -05:00
Dan Buch
8bbee73f6c Not tracking jar changes anymore (whoops.) 2012-01-02 00:57:53 -05:00
Dan Buch
04e8529e41 Minor cleanup, mostly... 2012-01-02 00:52:00 -05:00
Dan Buch
3b82919d3e Fresh start without too many jars 2012-01-02 00:32:34 -05:00
Dan Buch
b01c682613 Bogus example for 16.4? 2011-11-18 09:03:28 -05:00
Dan Buch
b68f6c759d Working through chapter 16, though skipping past less-interesting exercises 1 and 2 2011-11-18 08:47:02 -05:00
Dan Buch
76e1cfa8c2 Ignoring rbenv file 2011-11-17 18:54:34 -05:00
Dan Buch
313b7e6e44 Filling in the devpkg main executable, almost ready for challenge and mid-term (?) 2011-11-17 07:55:03 -05:00
Dan Buch
61c100d6dc Finally fixing the compilation error related to apr by defining _LARGEFILE64_SOURCE 2011-11-16 09:10:55 -05:00
Dan Buch
8e5f3ee27d Done up through the commands.* files, but still getting compilation errors related to apr (?) 2011-11-16 08:58:37 -05:00
Dan Buch
4d9a65545c Working through ch27 devpkg, though still having compilation problems with apr_errno.h 2011-11-15 21:44:11 -05:00
Dan Buch
e4ce3ea6cc First version of makefile for devpkg 2011-11-15 19:21:53 -05:00
Dan Buch
fcef08e87e Stubbing in layout for devpkg 2011-11-15 19:15:43 -05:00
Dan Buch
ee0d1a4319 Shell script to install the APR stuff that will be used while making devpkg in ch27 ex26 2011-11-15 19:09:23 -05:00
Dan Buch
d727621c46 Using spork with watchr and all that jazz... though still not feeling like the tests are "blazingly fast" (sigh) 2011-11-14 08:35:09 -05:00
Dan Buch
99b84ea0c9 Up through using watchr (but why so many child processes?) 2011-11-14 08:07:28 -05:00
Dan Buch
21ce651984 Adding scaffolding for "Person" 2011-11-14 07:42:13 -05:00
Dan Buch
93951515f2 New rails app for working through http://www.rubyinside.com/how-to-rails-3-and-rspec-2-4336.html 2011-11-14 07:01:54 -05:00
Dan Buch
499f82221a Adding some fuzzing input for doing mem check stuff in ex25 2011-11-13 09:40:48 -05:00