1191 Commits (8367040a976280cd11e0abbe44d51466e64daec6)
 

Author SHA1 Message Date
Dan Buch 45ac55d14c ex5!
13 years ago
Dan Buch 17a02e5f3d ex4!
13 years ago
Dan Buch d7b4f60519 ex3!
13 years ago
Dan Buch 02d0a5b41e Through ex2
13 years ago
Dan Buch bc93719831 Back-filling ex4
13 years ago
Dan Buch e5be159ad4 Back-filling ex3 so that I can actually talk about it at the next meeting
13 years ago
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.
13 years ago
Dan Buch 67b1aff3bc adding ex6
13 years ago
Dan Buch 593c16025c Continuing on ... seemingly missed ex3 and ex4
13 years ago
Dan Buch cdbef84b5b ex1
13 years ago
Dan Buch 89393c390f Retroactive TDD! :-P
13 years ago
Dan Buch c4122c3643 Moving more toward being an actual library/script thing... mostly for practice since I'm no longer doing Python full-time
13 years ago
Dan Buch f0381040dc Starting to fill in bits for detecting duplicate uploads
13 years ago
Dan Buch 7ec57759fa Fixing sillyness with fetching all photos. Weirdness encountered earlier with `.findall` must have been my imagination.
13 years ago
Dan Buch 7addaa6552 Making flickr client setup func more sane, adding convenience func for futzing in the repl
13 years ago
Dan Buch ab492e70d0 Now with less embarrassment!
13 years ago
Dan Buch 64a22993bc Adding a silly little readme
13 years ago
Dan Buch b2cad7976d Adding timewarp script used to adjust upload dates in bulk. Very much geared toward solving the problem at hand.
13 years ago
Dan Buch a863dc99fc Abandoning the architecture nonsense now that jars are not tracked.
13 years ago
Dan Buch 8bbee73f6c Not tracking jar changes anymore (whoops.)
13 years ago
Dan Buch 04e8529e41 Minor cleanup, mostly...
13 years ago
Dan Buch 3b82919d3e Fresh start without too many jars
13 years ago
Dan Buch b01c682613 Bogus example for 16.4?
13 years ago
Dan Buch b68f6c759d Working through chapter 16, though skipping past less-interesting exercises 1 and 2
13 years ago
Dan Buch 76e1cfa8c2 Ignoring rbenv file
13 years ago
Dan Buch 313b7e6e44 Filling in the devpkg main executable, almost ready for challenge and mid-term (?)
13 years ago
Dan Buch 61c100d6dc Finally fixing the compilation error related to apr by defining _LARGEFILE64_SOURCE
13 years ago
Dan Buch 8e5f3ee27d Done up through the commands.* files, but still getting compilation errors related to apr (?)
13 years ago
Dan Buch 4d9a65545c Working through ch27 devpkg, though still having compilation problems with apr_errno.h
13 years ago
Dan Buch e4ce3ea6cc First version of makefile for devpkg
13 years ago
Dan Buch fcef08e87e Stubbing in layout for devpkg
13 years ago
Dan Buch ee0d1a4319 Shell script to install the APR stuff that will be used while making devpkg in ch27 ex26
13 years ago
Dan Buch d727621c46 Using spork with watchr and all that jazz... though still not feeling like the tests are "blazingly fast" (sigh)
13 years ago
Dan Buch 99b84ea0c9 Up through using watchr (but why so many child processes?)
13 years ago
Dan Buch 21ce651984 Adding scaffolding for "Person"
13 years ago
Dan Buch 93951515f2 New rails app for working through http://www.rubyinside.com/how-to-rails-3-and-rspec-2-4336.html
13 years ago
Dan Buch 499f82221a Adding some fuzzing input for doing mem check stuff in ex25
13 years ago
Dan Buch 21ecef64a6 First working version of ch26 ex25
13 years ago
Dan Buch e1a390dd08 One more exercise with IO functions.
13 years ago
Dan Buch 1789da0d74 Playing with freopen to redirect stdout.
13 years ago
Dan Buch b1260e7f5c adding a script to help me check for my uses of the io functions
13 years ago
Dan Buch 3b738faa65 Trying and failing to use `fcloseall`.
13 years ago
Dan Buch 11139d2f67 Adding another io functions exercise for ch25
13 years ago
Dan Buch 2e0a5d5c99 Breaking out ex24 iofunctions files and writing a shell-based test thingy
13 years ago
Dan Buch b5b0213c5d Working on more example usages of io functions for ch25
13 years ago
Dan Buch 912eb6a143 Working through usages of all I/O functions whil in chapter 25
13 years ago
Dan Buch 340b1f207d Using atoi and strtod instead of fscanf
13 years ago
Dan Buch ef128a996f a little futzing around with sockets while reading through the linux programming interface book
13 years ago
Dan Buch 74e3d00e44 Setting back to correct version using fgets
13 years ago
Dan Buch 6f8c69f763 Crappy version using gets instead of fgets
13 years ago