├── .gitignore ├── C++ Primer Plus ├── listings │ ├── carinfo.txt │ ├── scores.txt │ ├── planets.dat │ └── tobuy.txt ├── .gitignore ├── ch16 │ └── words.txt └── ch6 │ └── contributions.txt ├── Learning Node ├── main.txt ├── secondary.txt └── ex3-1.js ├── Learning Python ├── .gitignore ├── pt6ex-2 │ ├── #mylist# │ └── mylistsub.py ├── ch23 │ ├── test │ │ ├── pkg │ │ │ ├── __init__.py │ │ │ ├── string.py │ │ │ ├── spam.py~ │ │ │ ├── spam.py │ │ │ └── eggs.py │ │ ├── string.py~ │ │ └── main.py │ └── dir1 │ │ ├── __init__.py │ │ └── dir2 │ │ ├── __init__.py │ │ └── mod.py ├── pt5ex │ ├── mypkg │ │ ├── __init__.py~ │ │ └── __init__.py │ ├── test~ │ ├── test │ ├── myclient.py │ └── myclient.py~ ├── ch4 │ └── data.txt ├── pt4ex │ ├── test │ ├── mypkg │ │ └── __init__.py │ └── myclient.py ├── tester ├── ch22 │ ├── small.py │ ├── module1.py │ ├── changer.py~ │ ├── changer.py │ └── module2.py ├── ch30 │ └── spam.txt ├── pt2ex │ ├── myfile.txt │ ├── reader.py │ ├── reader.py~ │ └── maker.py ├── ch3 │ ├── module1.py~ │ ├── myfile.py │ ├── module1.py │ ├── brian~ │ ├── brian │ ├── threenames.py │ ├── threenames.py~ │ ├── saveit.txt │ ├── script1.py~ │ └── script1.py ├── ch24 │ ├── recur1.py │ └── recur2.py ├── ch9 │ ├── myfile.txt │ └── datafile.pkl ├── pt3ex │ ├── backslash.py │ ├── dictsort.py │ └── dictsort.py~ ├── ch27 │ └── persondb.db ├── ch20 │ └── dicts.py~ ├── ch18 │ └── print30.py~ ├── ch10 │ └── mathinput.py~ ├── pt6ex │ └── meta.py └── ch15 │ └── docstrings.py~ ├── Learning Ruby ├── SongList.rb ├── name.rb ├── proc.rb ├── repeat.rb ├── show_regex.rb ├── goodnight.rb ├── matz.rb ├── block.rb └── songdata ├── C++ Concurrency in Action ├── .gitignore └── .vscode │ └── settings.json ├── The RSpec Book └── cb │ ├── 10 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 11 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 12 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 13 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 14 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 15 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 16 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 17 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 18 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 19 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 20 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 21 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 22 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 24 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 25 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 26 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 27 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 28 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 30 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 31 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 32 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 33 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 34 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 35 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 37 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 38 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 39 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 40 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 41 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 42 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 43 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 44 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 45 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 46 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 47 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 325 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 391 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 392 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 393 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 394 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 411 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 412 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 413 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 414 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 415 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ └── codebreaker.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 01 │ └── features │ │ └── support │ │ └── env.rb │ ├── 02 │ └── features │ │ ├── support │ │ └── env.rb │ │ └── step_definitions │ │ └── codebreaker_steps.rb │ ├── 03 │ └── features │ │ ├── support │ │ └── env.rb │ │ └── step_definitions │ │ └── codebreaker_steps.rb │ ├── 08 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ ├── codebreaker.rb │ │ └── codebreaker │ │ │ └── game.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 09 │ ├── spec │ │ └── spec_helper.rb │ ├── lib │ │ ├── codebreaker.rb │ │ └── codebreaker │ │ │ └── game.rb │ └── features │ │ └── support │ │ └── env.rb │ ├── 04 │ ├── lib │ │ ├── codebreaker.rb │ │ └── codebreaker │ │ │ └── game.rb │ └── features │ │ ├── support │ │ └── env.rb │ │ └── step_definitions │ │ └── codebreaker_steps.rb │ ├── 06 │ ├── lib │ │ ├── codebreaker.rb │ │ └── codebreaker │ │ │ └── game.rb │ └── features │ │ └── support │ │ └── env.rb │ └── 07 │ ├── lib │ ├── codebreaker.rb │ └── codebreaker │ │ └── game.rb │ └── features │ └── support │ └── env.rb ├── Scons User Manual ├── SConstruct ├── hello.c └── notes.md ├── Agile Web Development with Rails ├── code │ ├── e1 │ │ ├── ar │ │ │ ├── public │ │ │ │ ├── favicon.ico │ │ │ │ └── images │ │ │ │ │ └── rails.png │ │ │ └── script │ │ │ │ ├── destroy │ │ │ │ ├── plugin │ │ │ │ ├── runner │ │ │ │ └── generate │ │ ├── cookies │ │ │ ├── public │ │ │ │ └── favicon.ico │ │ │ └── script │ │ │ │ ├── breakpointer │ │ │ │ └── runner │ │ ├── routing │ │ │ ├── public │ │ │ │ ├── favicon.ico │ │ │ │ └── images │ │ │ │ │ └── rails.png │ │ │ ├── app │ │ │ │ └── views │ │ │ │ │ └── store │ │ │ │ │ ├── index.html.erb │ │ │ │ │ └── add_to_cart.html.erb │ │ │ └── script │ │ │ │ ├── destroy │ │ │ │ ├── plugin │ │ │ │ ├── runner │ │ │ │ └── generate │ │ └── views │ │ │ ├── public │ │ │ ├── favicon.ico │ │ │ └── images │ │ │ │ └── rails.png │ │ │ ├── app │ │ │ └── views │ │ │ │ ├── partial │ │ │ │ ├── _spacer.html.erb │ │ │ │ ├── _animal.html.erb │ │ │ │ └── _partial.html.erb │ │ │ │ ├── test │ │ │ │ ├── date_dump.html.erb │ │ │ │ ├── example1.reval │ │ │ │ ├── date_format.reval │ │ │ │ ├── objects.xml.builder │ │ │ │ └── calc.html.erb │ │ │ │ ├── upload │ │ │ │ ├── save.html.erb │ │ │ │ └── show.html.erb │ │ │ │ ├── form_for │ │ │ │ └── create.html.erb │ │ │ │ └── products │ │ │ │ └── create.html.erb │ │ │ └── script │ │ │ ├── plugin │ │ │ ├── runner │ │ │ ├── destroy │ │ │ └── generate │ ├── views │ │ ├── lib │ │ │ └── tasks │ │ │ │ └── .gitkeep │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── stylesheets │ │ │ │ └── .gitkeep │ │ │ └── images │ │ │ │ └── rails.png │ │ └── .gitignore │ ├── depot_a │ │ ├── lib │ │ │ └── tasks │ │ │ │ └── .gitkeep │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── stylesheets │ │ │ │ └── .gitkeep │ │ │ └── images │ │ │ │ └── rails.png │ │ ├── .gitignore │ │ └── app │ │ │ └── views │ │ │ └── products │ │ │ └── new.html.erb │ ├── depot_b │ │ ├── lib │ │ │ └── tasks │ │ │ │ └── .gitkeep │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── stylesheets │ │ │ │ └── .gitkeep │ │ │ └── images │ │ │ │ ├── .htaccess │ │ │ │ ├── logo.png │ │ │ │ ├── rtp.jpg │ │ │ │ ├── ruby.jpg │ │ │ │ ├── wd4d.jpg │ │ │ │ ├── debug.jpg │ │ │ │ └── rails.png │ │ ├── .gitignore │ │ └── app │ │ │ └── views │ │ │ └── products │ │ │ └── new.html.erb │ ├── depot_c │ │ ├── lib │ │ │ └── tasks │ │ │ │ └── .gitkeep │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── stylesheets │ │ │ │ └── .gitkeep │ │ │ └── images │ │ │ │ ├── logo.png │ │ │ │ ├── rtp.jpg │ │ │ │ ├── ruby.jpg │ │ │ │ ├── wd4d.jpg │ │ │ │ ├── debug.jpg │ │ │ │ └── rails.png │ │ ├── .gitignore │ │ └── app │ │ │ └── views │ │ │ └── products │ │ │ └── new.html.erb │ ├── depot_d │ │ ├── lib │ │ │ └── tasks │ │ │ │ └── .gitkeep │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── stylesheets │ │ │ │ └── .gitkeep │ │ │ └── images │ │ │ │ ├── logo.png │ │ │ │ ├── rtp.jpg │ │ │ │ ├── ruby.jpg │ │ │ │ ├── wd4d.jpg │ │ │ │ ├── debug.jpg │ │ │ │ └── rails.png │ │ ├── .gitignore │ │ └── app │ │ │ └── views │ │ │ └── products │ │ │ └── new.html.erb │ ├── depot_e │ │ ├── lib │ │ │ └── tasks │ │ │ │ └── .gitkeep │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── stylesheets │ │ │ │ └── .gitkeep │ │ │ └── images │ │ │ │ ├── logo.png │ │ │ │ ├── rtp.jpg │ │ │ │ ├── ruby.jpg │ │ │ │ ├── wd4d.jpg │ │ │ │ ├── debug.jpg │ │ │ │ └── rails.png │ │ ├── .gitignore │ │ └── app │ │ │ └── views │ │ │ └── products │ │ │ └── new.html.erb │ ├── depot_f │ │ ├── lib │ │ │ └── tasks │ │ │ │ └── .gitkeep │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── stylesheets │ │ │ │ └── .gitkeep │ │ │ └── images │ │ │ │ ├── logo.png │ │ │ │ ├── rtp.jpg │ │ │ │ ├── ruby.jpg │ │ │ │ ├── wd4d.jpg │ │ │ │ ├── debug.jpg │ │ │ │ └── rails.png │ │ ├── .gitignore │ │ └── app │ │ │ └── views │ │ │ ├── carts │ │ │ └── new.html.erb │ │ │ ├── products │ │ │ └── new.html.erb │ │ │ └── line_items │ │ │ └── new.html.erb │ ├── depot_g │ │ ├── lib │ │ │ └── tasks │ │ │ │ └── .gitkeep │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── stylesheets │ │ │ │ └── .gitkeep │ │ │ └── images │ │ │ │ ├── logo.png │ │ │ │ ├── rtp.jpg │ │ │ │ ├── ruby.jpg │ │ │ │ ├── wd4d.jpg │ │ │ │ ├── debug.jpg │ │ │ │ └── rails.png │ │ ├── .gitignore │ │ └── app │ │ │ └── views │ │ │ ├── carts │ │ │ └── new.html.erb │ │ │ ├── products │ │ │ └── new.html.erb │ │ │ └── line_items │ │ │ └── new.html.erb │ ├── depot_h │ │ ├── lib │ │ │ └── tasks │ │ │ │ └── .gitkeep │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── stylesheets │ │ │ │ └── .gitkeep │ │ │ └── images │ │ │ │ ├── logo.png │ │ │ │ ├── rtp.jpg │ │ │ │ ├── ruby.jpg │ │ │ │ ├── wd4d.jpg │ │ │ │ ├── debug.jpg │ │ │ │ └── rails.png │ │ ├── .gitignore │ │ └── app │ │ │ └── views │ │ │ ├── carts │ │ │ └── new.html.erb │ │ │ ├── products │ │ │ └── new.html.erb │ │ │ └── line_items │ │ │ └── new.html.erb │ ├── depot_i │ │ ├── lib │ │ │ └── tasks │ │ │ │ └── .gitkeep │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── stylesheets │ │ │ │ └── .gitkeep │ │ │ └── images │ │ │ │ ├── logo.png │ │ │ │ ├── rtp.jpg │ │ │ │ ├── ruby.jpg │ │ │ │ ├── wd4d.jpg │ │ │ │ ├── debug.jpg │ │ │ │ └── rails.png │ │ ├── .gitignore │ │ └── app │ │ │ └── views │ │ │ ├── carts │ │ │ └── new.html.erb │ │ │ ├── products │ │ │ └── new.html.erb │ │ │ └── line_items │ │ │ └── new.html.erb │ ├── depot_j │ │ ├── lib │ │ │ └── tasks │ │ │ │ └── .gitkeep │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── stylesheets │ │ │ │ └── .gitkeep │ │ │ └── images │ │ │ │ ├── logo.png │ │ │ │ ├── rtp.jpg │ │ │ │ ├── ruby.jpg │ │ │ │ ├── wd4d.jpg │ │ │ │ ├── debug.jpg │ │ │ │ └── rails.png │ │ ├── .gitignore │ │ └── app │ │ │ └── views │ │ │ ├── carts │ │ │ └── new.html.erb │ │ │ ├── products │ │ │ └── new.html.erb │ │ │ └── line_items │ │ │ └── new.html.erb │ ├── depot_k │ │ ├── lib │ │ │ └── tasks │ │ │ │ └── .gitkeep │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── stylesheets │ │ │ │ └── .gitkeep │ │ │ └── images │ │ │ │ ├── logo.png │ │ │ │ ├── rtp.jpg │ │ │ │ ├── ruby.jpg │ │ │ │ ├── wd4d.jpg │ │ │ │ ├── debug.jpg │ │ │ │ └── rails.png │ │ ├── .gitignore │ │ └── app │ │ │ └── views │ │ │ ├── carts │ │ │ ├── show.html.erb │ │ │ └── new.html.erb │ │ │ ├── products │ │ │ └── new.html.erb │ │ │ └── line_items │ │ │ └── new.html.erb │ ├── depot_l │ │ ├── lib │ │ │ └── tasks │ │ │ │ └── .gitkeep │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── stylesheets │ │ │ │ └── .gitkeep │ │ │ └── images │ │ │ │ ├── logo.png │ │ │ │ ├── rtp.jpg │ │ │ │ ├── ruby.jpg │ │ │ │ ├── wd4d.jpg │ │ │ │ ├── debug.jpg │ │ │ │ └── rails.png │ │ ├── .gitignore │ │ └── app │ │ │ └── views │ │ │ ├── line_items │ │ │ ├── create.js.rjs │ │ │ └── new.html.erb │ │ │ ├── carts │ │ │ ├── show.html.erb │ │ │ └── new.html.erb │ │ │ └── products │ │ │ └── new.html.erb │ ├── depot_m │ │ ├── lib │ │ │ └── tasks │ │ │ │ └── .gitkeep │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── stylesheets │ │ │ │ └── .gitkeep │ │ │ └── images │ │ │ │ ├── logo.png │ │ │ │ ├── rtp.jpg │ │ │ │ ├── ruby.jpg │ │ │ │ ├── wd4d.jpg │ │ │ │ ├── debug.jpg │ │ │ │ └── rails.png │ │ ├── .gitignore │ │ └── app │ │ │ └── views │ │ │ ├── carts │ │ │ ├── show.html.erb │ │ │ └── new.html.erb │ │ │ ├── products │ │ │ └── new.html.erb │ │ │ └── line_items │ │ │ └── new.html.erb │ ├── depot_n │ │ ├── lib │ │ │ └── tasks │ │ │ │ └── .gitkeep │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── stylesheets │ │ │ │ └── .gitkeep │ │ │ └── images │ │ │ │ ├── logo.png │ │ │ │ ├── rtp.jpg │ │ │ │ ├── ruby.jpg │ │ │ │ ├── wd4d.jpg │ │ │ │ ├── debug.jpg │ │ │ │ └── rails.png │ │ ├── .gitignore │ │ └── app │ │ │ └── views │ │ │ ├── carts │ │ │ ├── show.html.erb │ │ │ └── new.html.erb │ │ │ ├── products │ │ │ └── new.html.erb │ │ │ └── line_items │ │ │ └── new.html.erb │ ├── depot_o │ │ ├── lib │ │ │ └── tasks │ │ │ │ └── .gitkeep │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── stylesheets │ │ │ │ └── .gitkeep │ │ │ └── images │ │ │ │ ├── logo.png │ │ │ │ ├── rtp.jpg │ │ │ │ ├── ruby.jpg │ │ │ │ ├── wd4d.jpg │ │ │ │ ├── debug.jpg │ │ │ │ └── rails.png │ │ ├── .gitignore │ │ └── app │ │ │ └── views │ │ │ ├── carts │ │ │ ├── show.html.erb │ │ │ └── new.html.erb │ │ │ ├── products │ │ │ └── new.html.erb │ │ │ └── line_items │ │ │ └── new.html.erb │ ├── depot_p │ │ ├── lib │ │ │ └── tasks │ │ │ │ └── .gitkeep │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── stylesheets │ │ │ │ └── .gitkeep │ │ │ └── images │ │ │ │ ├── logo.png │ │ │ │ ├── rtp.jpg │ │ │ │ ├── ruby.jpg │ │ │ │ ├── wd4d.jpg │ │ │ │ ├── debug.jpg │ │ │ │ └── rails.png │ │ ├── .gitignore │ │ └── app │ │ │ └── views │ │ │ ├── carts │ │ │ ├── show.html.erb │ │ │ └── new.html.erb │ │ │ ├── products │ │ │ └── new.html.erb │ │ │ ├── line_items │ │ │ └── new.html.erb │ │ │ └── notifier │ │ │ ├── order_received.text.erb │ │ │ └── order_shipped.text.erb │ ├── depot_q │ │ ├── lib │ │ │ └── tasks │ │ │ │ └── .gitkeep │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── stylesheets │ │ │ │ └── .gitkeep │ │ │ └── images │ │ │ │ ├── logo.png │ │ │ │ ├── rtp.jpg │ │ │ │ ├── ruby.jpg │ │ │ │ ├── wd4d.jpg │ │ │ │ ├── debug.jpg │ │ │ │ └── rails.png │ │ ├── .gitignore │ │ └── app │ │ │ └── views │ │ │ ├── carts │ │ │ ├── show.html.erb │ │ │ └── new.html.erb │ │ │ ├── products │ │ │ └── new.html.erb │ │ │ ├── line_items │ │ │ └── new.html.erb │ │ │ └── notifier │ │ │ └── order_shipped.text.erb │ ├── depot_r │ │ ├── lib │ │ │ └── tasks │ │ │ │ └── .gitkeep │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── stylesheets │ │ │ │ └── .gitkeep │ │ │ └── images │ │ │ │ ├── logo.png │ │ │ │ ├── rtp.jpg │ │ │ │ ├── ruby.jpg │ │ │ │ ├── wd4d.jpg │ │ │ │ ├── debug.jpg │ │ │ │ └── rails.png │ │ ├── .gitignore │ │ └── app │ │ │ └── views │ │ │ ├── carts │ │ │ ├── show.html.erb │ │ │ └── new.html.erb │ │ │ ├── sessions │ │ │ ├── create.html.erb │ │ │ └── destroy.html.erb │ │ │ ├── users │ │ │ └── new.html.erb │ │ │ ├── products │ │ │ └── new.html.erb │ │ │ ├── admin │ │ │ └── index.html.erb │ │ │ ├── line_items │ │ │ └── new.html.erb │ │ │ └── notifier │ │ │ └── order_shipped.text.erb │ ├── depot_s │ │ ├── lib │ │ │ └── tasks │ │ │ │ └── .gitkeep │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── stylesheets │ │ │ │ └── .gitkeep │ │ │ └── images │ │ │ │ ├── logo.png │ │ │ │ ├── rtp.jpg │ │ │ │ ├── ruby.jpg │ │ │ │ ├── wd4d.jpg │ │ │ │ ├── debug.jpg │ │ │ │ └── rails.png │ │ ├── .gitignore │ │ └── app │ │ │ └── views │ │ │ ├── carts │ │ │ ├── show.html.erb │ │ │ └── new.html.erb │ │ │ ├── sessions │ │ │ ├── create.html.erb │ │ │ └── destroy.html.erb │ │ │ ├── users │ │ │ └── new.html.erb │ │ │ ├── products │ │ │ └── new.html.erb │ │ │ ├── admin │ │ │ └── index.html.erb │ │ │ ├── line_items │ │ │ └── new.html.erb │ │ │ └── notifier │ │ │ └── order_shipped.text.erb │ ├── depot_t │ │ ├── lib │ │ │ └── tasks │ │ │ │ └── .gitkeep │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── stylesheets │ │ │ │ └── .gitkeep │ │ │ └── images │ │ │ │ ├── logo.png │ │ │ │ ├── rtp.jpg │ │ │ │ ├── ruby.jpg │ │ │ │ ├── wd4d.jpg │ │ │ │ ├── debug.jpg │ │ │ │ └── rails.png │ │ ├── .gitignore │ │ └── app │ │ │ └── views │ │ │ ├── carts │ │ │ ├── show.html.erb │ │ │ └── new.html.erb │ │ │ ├── sessions │ │ │ ├── create.html.erb │ │ │ └── destroy.html.erb │ │ │ ├── users │ │ │ └── new.html.erb │ │ │ ├── products │ │ │ └── new.html.erb │ │ │ ├── admin │ │ │ └── index.html.erb │ │ │ ├── line_items │ │ │ └── new.html.erb │ │ │ └── notifier │ │ │ └── order_shipped.text.erb │ ├── depot_u │ │ ├── lib │ │ │ └── tasks │ │ │ │ └── .gitkeep │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── stylesheets │ │ │ │ └── .gitkeep │ │ │ └── images │ │ │ │ ├── logo.png │ │ │ │ ├── rtp.jpg │ │ │ │ ├── ruby.jpg │ │ │ │ ├── wd4d.jpg │ │ │ │ ├── debug.jpg │ │ │ │ └── rails.png │ │ ├── .gitignore │ │ └── app │ │ │ └── views │ │ │ ├── carts │ │ │ ├── show.html.erb │ │ │ └── new.html.erb │ │ │ ├── sessions │ │ │ ├── create.html.erb │ │ │ └── destroy.html.erb │ │ │ ├── users │ │ │ └── new.html.erb │ │ │ ├── products │ │ │ └── new.html.erb │ │ │ ├── admin │ │ │ └── index.html.erb │ │ │ ├── line_items │ │ │ └── new.html.erb │ │ │ └── notifier │ │ │ └── order_shipped.text.erb │ ├── depot_v │ │ ├── lib │ │ │ └── tasks │ │ │ │ └── .gitkeep │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── stylesheets │ │ │ │ └── .gitkeep │ │ │ └── images │ │ │ │ ├── logo.png │ │ │ │ ├── rtp.jpg │ │ │ │ ├── ruby.jpg │ │ │ │ ├── wd4d.jpg │ │ │ │ ├── debug.jpg │ │ │ │ └── rails.png │ │ ├── .gitignore │ │ └── app │ │ │ └── views │ │ │ ├── carts │ │ │ ├── show.html.erb │ │ │ └── new.html.erb │ │ │ ├── sessions │ │ │ ├── create.html.erb │ │ │ └── destroy.html.erb │ │ │ ├── users │ │ │ └── new.html.erb │ │ │ ├── products │ │ │ └── new.html.erb │ │ │ ├── admin │ │ │ └── index.html.erb │ │ │ ├── line_items │ │ │ └── new.html.erb │ │ │ └── notifier │ │ │ └── order_shipped.text.erb │ ├── work │ │ ├── demo1 │ │ │ ├── lib │ │ │ │ └── tasks │ │ │ │ │ └── .gitkeep │ │ │ ├── public │ │ │ │ ├── favicon.ico │ │ │ │ ├── stylesheets │ │ │ │ │ └── .gitkeep │ │ │ │ └── images │ │ │ │ │ └── rails.png │ │ │ ├── app │ │ │ │ └── views │ │ │ │ │ └── say │ │ │ │ │ ├── hello.html.erb │ │ │ │ │ └── goodbye.html.erb │ │ │ └── .gitignore │ │ ├── demo2 │ │ │ ├── lib │ │ │ │ └── tasks │ │ │ │ │ └── .gitkeep │ │ │ ├── public │ │ │ │ ├── favicon.ico │ │ │ │ ├── stylesheets │ │ │ │ │ └── .gitkeep │ │ │ │ └── images │ │ │ │ │ └── rails.png │ │ │ ├── .gitignore │ │ │ └── app │ │ │ │ └── views │ │ │ │ └── say │ │ │ │ └── goodbye.html.erb │ │ ├── demo3 │ │ │ ├── lib │ │ │ │ └── tasks │ │ │ │ │ └── .gitkeep │ │ │ ├── public │ │ │ │ ├── favicon.ico │ │ │ │ ├── stylesheets │ │ │ │ │ └── .gitkeep │ │ │ │ └── images │ │ │ │ │ └── rails.png │ │ │ ├── .gitignore │ │ │ └── app │ │ │ │ └── views │ │ │ │ └── say │ │ │ │ └── goodbye.html.erb │ │ ├── demo4 │ │ │ ├── lib │ │ │ │ └── tasks │ │ │ │ │ └── .gitkeep │ │ │ ├── public │ │ │ │ ├── favicon.ico │ │ │ │ ├── stylesheets │ │ │ │ │ └── .gitkeep │ │ │ │ └── images │ │ │ │ │ └── rails.png │ │ │ ├── .gitignore │ │ │ └── app │ │ │ │ └── views │ │ │ │ └── say │ │ │ │ └── goodbye.html.erb │ │ └── demo5 │ │ │ ├── lib │ │ │ └── tasks │ │ │ │ └── .gitkeep │ │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── stylesheets │ │ │ │ └── .gitkeep │ │ │ └── images │ │ │ │ └── rails.png │ │ │ └── .gitignore │ └── depot_client │ │ ├── lib │ │ └── tasks │ │ │ └── .gitkeep │ │ ├── public │ │ ├── favicon.ico │ │ ├── stylesheets │ │ │ └── .gitkeep │ │ └── images │ │ │ └── rails.png │ │ └── .gitignore ├── work │ ├── demo │ │ ├── lib │ │ │ └── tasks │ │ │ │ └── .gitkeep │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── stylesheets │ │ │ │ └── .gitkeep │ │ │ └── images │ │ │ │ └── rails.png │ │ ├── vendor │ │ │ └── plugins │ │ │ │ └── .gitkeep │ │ ├── app │ │ │ ├── helpers │ │ │ │ ├── say_helper.rb │ │ │ │ └── application_helper.rb │ │ │ └── controllers │ │ │ │ └── application_controller.rb │ │ ├── .gitignore │ │ └── test │ │ │ └── unit │ │ │ └── helpers │ │ │ └── say_helper_test.rb │ └── depot │ │ ├── lib │ │ └── tasks │ │ │ └── .gitkeep │ │ ├── public │ │ ├── favicon.ico │ │ ├── stylesheets │ │ │ └── .gitkeep │ │ └── images │ │ │ ├── rtp.jpg │ │ │ ├── debug.jpg │ │ │ ├── logo.png │ │ │ ├── rails.png │ │ │ ├── ruby.jpg │ │ │ └── wd4d.jpg │ │ ├── vendor │ │ └── plugins │ │ │ └── .gitkeep │ │ ├── rake │ │ └── ruby │ │ │ └── 1.9.1 │ │ │ └── gems │ │ │ ├── arel-2.0.10 │ │ │ ├── .gemtest │ │ │ └── lib │ │ │ │ └── arel │ │ │ │ ├── expression.rb │ │ │ │ ├── sql_literal.rb │ │ │ │ ├── deprecated.rb │ │ │ │ └── nodes │ │ │ │ ├── in.rb │ │ │ │ ├── and.rb │ │ │ │ ├── as.rb │ │ │ │ ├── not.rb │ │ │ │ ├── on.rb │ │ │ │ ├── or.rb │ │ │ │ ├── top.rb │ │ │ │ ├── avg.rb │ │ │ │ ├── group.rb │ │ │ │ ├── having.rb │ │ │ │ ├── lock.rb │ │ │ │ ├── max.rb │ │ │ │ ├── min.rb │ │ │ │ ├── not_in.rb │ │ │ │ └── sum.rb │ │ │ ├── rake-0.9.2 │ │ │ ├── .gemtest │ │ │ ├── test │ │ │ │ ├── data │ │ │ │ │ ├── extra │ │ │ │ │ │ └── Rakefile │ │ │ │ │ ├── imports │ │ │ │ │ │ └── deps.mf │ │ │ │ │ ├── deprecated_import │ │ │ │ │ │ └── Rakefile │ │ │ │ │ ├── unittest │ │ │ │ │ │ └── Rakefile │ │ │ │ │ ├── rbext │ │ │ │ │ │ └── rakefile.rb │ │ │ │ │ ├── rakelib │ │ │ │ │ │ └── test1.rb │ │ │ │ │ └── statusreturn │ │ │ │ │ │ └── Rakefile │ │ │ │ ├── reqfile.rb │ │ │ │ ├── reqfile2.rb │ │ │ │ ├── shellcommand.rb │ │ │ │ ├── check_expansion.rb │ │ │ │ └── check_no_expansion.rb │ │ │ ├── lib │ │ │ │ └── rake │ │ │ │ │ └── pathmap.rb │ │ │ └── doc │ │ │ │ └── example │ │ │ │ ├── a.c │ │ │ │ └── b.c │ │ │ ├── rdoc-3.9.3 │ │ │ ├── .gemtest │ │ │ ├── test │ │ │ │ ├── test.txt │ │ │ │ ├── hidden.zip.txt │ │ │ │ └── README │ │ │ ├── lib │ │ │ │ └── rdoc │ │ │ │ │ ├── generator │ │ │ │ │ └── template │ │ │ │ │ │ └── darkfish │ │ │ │ │ │ └── .document │ │ │ │ │ └── ri │ │ │ │ │ └── formatter.rb │ │ │ └── .document │ │ │ ├── sqlite3-1.3.4 │ │ │ ├── .gemtest │ │ │ └── test │ │ │ │ └── helper.rb │ │ │ ├── rack-1.2.3 │ │ │ ├── test │ │ │ │ ├── multipart │ │ │ │ │ └── file1.txt │ │ │ │ └── cgi │ │ │ │ │ ├── sample_rackup.ru │ │ │ │ │ └── test.ru │ │ │ ├── bin │ │ │ │ └── rackup │ │ │ └── example │ │ │ │ └── lobster.ru │ │ │ ├── thor-0.14.6 │ │ │ ├── spec │ │ │ │ └── fixtures │ │ │ │ │ ├── path with spaces │ │ │ │ │ ├── doc │ │ │ │ │ ├── components │ │ │ │ │ │ └── .empty_directory │ │ │ │ │ ├── config.rb │ │ │ │ │ ├── %file_name%.rb.tt │ │ │ │ │ ├── README │ │ │ │ │ └── block_helper.rb │ │ │ │ │ ├── application.rb │ │ │ │ │ └── bundle │ │ │ │ │ └── main.thor │ │ │ └── lib │ │ │ │ └── thor │ │ │ │ └── version.rb │ │ │ ├── rack-test-0.5.7 │ │ │ ├── spec │ │ │ │ └── fixtures │ │ │ │ │ ├── bar.txt │ │ │ │ │ ├── foo.txt │ │ │ │ │ └── config.ru │ │ │ ├── .gitignore │ │ │ ├── .document │ │ │ └── Gemfile │ │ │ ├── i18n-0.5.0 │ │ │ ├── test │ │ │ │ └── test_data │ │ │ │ │ └── locales │ │ │ │ │ ├── invalid │ │ │ │ │ └── empty.yml │ │ │ │ │ ├── en.yml │ │ │ │ │ └── en.rb │ │ │ ├── lib │ │ │ │ └── i18n │ │ │ │ │ └── version.rb │ │ │ └── ci │ │ │ │ └── Gemfile.no-rails │ │ │ ├── treetop-1.4.10 │ │ │ ├── examples │ │ │ │ └── lambda_calculus │ │ │ │ │ └── lambda_calculus │ │ │ ├── lib │ │ │ │ ├── treetop │ │ │ │ │ └── ruby_extensions.rb │ │ │ │ └── treetop.rb │ │ │ └── spec │ │ │ │ └── compiler │ │ │ │ └── test_grammar.tt │ │ │ ├── erubis-2.6.6 │ │ │ ├── doc-api │ │ │ │ └── created.rid │ │ │ ├── benchmark │ │ │ │ ├── templates │ │ │ │ │ └── _footer.html │ │ │ │ └── Makefile │ │ │ └── test │ │ │ │ └── data │ │ │ │ └── users-guide │ │ │ │ ├── tailnewline.rhtml │ │ │ │ ├── def_method.result │ │ │ │ ├── example9.eruby │ │ │ │ ├── example4.eruby │ │ │ │ ├── printenabled-example.eruby │ │ │ │ ├── stderr.log │ │ │ │ ├── tail_260.result │ │ │ │ └── percentline-example.rhtml │ │ │ ├── mail-2.2.19 │ │ │ └── lib │ │ │ │ └── VERSION │ │ │ ├── railties-3.0.10 │ │ │ └── lib │ │ │ │ └── rails │ │ │ │ └── generators │ │ │ │ └── rails │ │ │ │ ├── app │ │ │ │ └── templates │ │ │ │ │ ├── public │ │ │ │ │ ├── favicon.ico │ │ │ │ │ └── stylesheets │ │ │ │ │ │ └── .empty_directory │ │ │ │ │ ├── test │ │ │ │ │ ├── unit │ │ │ │ │ │ └── .empty_directory │ │ │ │ │ ├── fixtures │ │ │ │ │ │ └── .empty_directory │ │ │ │ │ ├── functional │ │ │ │ │ │ └── .empty_directory │ │ │ │ │ └── integration │ │ │ │ │ │ └── .empty_directory │ │ │ │ │ ├── app │ │ │ │ │ ├── mailers │ │ │ │ │ │ └── .empty_directory │ │ │ │ │ ├── models │ │ │ │ │ │ └── .empty_directory │ │ │ │ │ └── helpers │ │ │ │ │ │ └── application_helper.rb │ │ │ │ │ └── gitignore │ │ │ │ ├── generator │ │ │ │ └── templates │ │ │ │ │ └── templates │ │ │ │ │ └── .empty_directory │ │ │ │ ├── plugin │ │ │ │ └── templates │ │ │ │ │ ├── init.rb │ │ │ │ │ ├── install.rb │ │ │ │ │ ├── uninstall.rb │ │ │ │ │ └── lib │ │ │ │ │ └── %file_name%.rb.tt │ │ │ │ └── helper │ │ │ │ └── templates │ │ │ │ └── helper.rb │ │ │ ├── activemodel-3.0.10 │ │ │ └── lib │ │ │ │ └── active_model │ │ │ │ └── railtie.rb │ │ │ ├── abstract-1.0.0 │ │ │ └── ChangeLog │ │ │ ├── rack-mount-0.6.14 │ │ │ └── lib │ │ │ │ └── rack │ │ │ │ └── mount │ │ │ │ ├── version.rb │ │ │ │ └── vendor │ │ │ │ └── regin │ │ │ │ └── regin │ │ │ │ ├── version.rb │ │ │ │ └── anchor.rb │ │ │ ├── activesupport-3.0.10 │ │ │ └── lib │ │ │ │ └── active_support │ │ │ │ ├── core_ext │ │ │ │ ├── float.rb │ │ │ │ ├── process.rb │ │ │ │ ├── cgi.rb │ │ │ │ └── big_decimal.rb │ │ │ │ └── json.rb │ │ │ └── actionpack-3.0.10 │ │ │ └── lib │ │ │ └── action_controller │ │ │ └── deprecated │ │ │ └── performance_test.rb │ │ ├── app │ │ ├── views │ │ │ ├── carts │ │ │ │ ├── show.html.erb │ │ │ │ ├── destroy.js.rjs │ │ │ │ ├── new.html.erb │ │ │ │ └── edit.html.erb │ │ │ ├── admin │ │ │ │ └── index.html.erb │ │ │ ├── sessions │ │ │ │ ├── create.html.erb │ │ │ │ └── destroy.html.erb │ │ │ ├── users │ │ │ │ ├── new.html.erb │ │ │ │ └── edit.html.erb │ │ │ ├── products │ │ │ │ └── new.html.erb │ │ │ └── line_items │ │ │ │ └── new.html.erb │ │ ├── helpers │ │ │ ├── admin_helper.rb │ │ │ ├── carts_helper.rb │ │ │ ├── store_helper.rb │ │ │ ├── users_helper.rb │ │ │ ├── orders_helper.rb │ │ │ ├── products_helper.rb │ │ │ ├── sessions_helper.rb │ │ │ └── line_items_helper.rb │ │ └── controllers │ │ │ └── admin_controller.rb │ │ ├── .gitignore │ │ └── test │ │ └── unit │ │ └── helpers │ │ ├── admin_helper_test.rb │ │ ├── carts_helper_test.rb │ │ ├── orders_helper_test.rb │ │ ├── store_helper_test.rb │ │ ├── users_helper_test.rb │ │ ├── products_helper_test.rb │ │ ├── sessions_helper_test.rb │ │ └── line_items_helper_test.rb └── ruby_code.rb ├── MongoDB in Action ├── README ├── config.rb └── update.rb ├── Node: Up and Running ├── example-2-18 │ └── views │ │ └── partials │ │ ├── chirp.ejs │ │ └── stylesheet.ejs ├── README └── .gitignore ├── The C++ Programming Language ├── minimal.cpp └── hello_world.cpp ├── Autotools └── jupiter │ ├── src │ ├── jupiter │ ├── jupiter.dSYM │ │ └── Contents │ │ │ └── Resources │ │ │ └── DWARF │ │ │ └── jupiter │ └── main.c │ └── jupiter-1.0.tar.gz ├── The C Programming Language ├── hello.c ├── ex1-7.c ├── calc │ └── calc.h └── ex1-6.c ├── Practical Object Oriented Design in Ruby └── README ├── Rust for Rubyists └── chapter_7 │ └── tasks.rs ├── Effective C++ └── test.cpp └── Ruby Under a Microscope ├── lex1.rb ├── sexp.rb └── lex2.rb /.gitignore: -------------------------------------------------------------------------------- 1 | build 2 | -------------------------------------------------------------------------------- /C++ Primer Plus/listings/carinfo.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Learning Node/main.txt: -------------------------------------------------------------------------------- 1 | ello gubnah 2 | -------------------------------------------------------------------------------- /Learning Python/.gitignore: -------------------------------------------------------------------------------- 1 | *.pyc 2 | -------------------------------------------------------------------------------- /Learning Python/pt6ex-2/#mylist#: -------------------------------------------------------------------------------- 1 | class -------------------------------------------------------------------------------- /Learning Ruby/SongList.rb: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /C++ Concurrency in Action/.gitignore: -------------------------------------------------------------------------------- 1 | build -------------------------------------------------------------------------------- /Learning Python/ch23/test/pkg/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Learning Python/pt5ex/mypkg/__init__.py~: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /C++ Primer Plus/.gitignore: -------------------------------------------------------------------------------- 1 | a.out 2 | *.o 3 | -------------------------------------------------------------------------------- /Learning Python/ch4/data.txt: -------------------------------------------------------------------------------- 1 | Hello 2 | world 3 | -------------------------------------------------------------------------------- /Learning Python/pt5ex/test~: -------------------------------------------------------------------------------- 1 | hello test! 2 | Tyler -------------------------------------------------------------------------------- /The RSpec Book/cb/01/features/support/env.rb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /The RSpec Book/cb/02/features/support/env.rb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /The RSpec Book/cb/03/features/support/env.rb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Learning Python/pt4ex/test: -------------------------------------------------------------------------------- 1 | hello test! 2 | Tyler 3 | -------------------------------------------------------------------------------- /Learning Python/pt5ex/test: -------------------------------------------------------------------------------- 1 | hello test! 2 | Tyler 3 | -------------------------------------------------------------------------------- /Learning Python/tester: -------------------------------------------------------------------------------- 1 | hello 2 | test 3 | bye 4 | -------------------------------------------------------------------------------- /Scons User Manual/SConstruct: -------------------------------------------------------------------------------- 1 | Program('hello.c') 2 | -------------------------------------------------------------------------------- /Learning Node/secondary.txt: -------------------------------------------------------------------------------- 1 | secondarrrrrryyyy dude 2 | -------------------------------------------------------------------------------- /Learning Python/ch22/small.py: -------------------------------------------------------------------------------- 1 | x = 1 2 | y = [1, 2] 3 | -------------------------------------------------------------------------------- /Learning Python/ch23/test/pkg/string.py: -------------------------------------------------------------------------------- 1 | print 'ni' * 8 2 | -------------------------------------------------------------------------------- /Learning Python/ch30/spam.txt: -------------------------------------------------------------------------------- 1 | spam 2 | Spam 3 | SPAM! 4 | -------------------------------------------------------------------------------- /Learning Python/pt2ex/myfile.txt: -------------------------------------------------------------------------------- 1 | Hello file world! 2 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/ar/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/views/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/views/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/demo/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/demo/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Learning Python/ch23/test/string.py~: -------------------------------------------------------------------------------- 1 | print 'string * 8' 2 | -------------------------------------------------------------------------------- /Learning Python/ch3/module1.py~: -------------------------------------------------------------------------------- 1 | print 'Hello module world!' 2 | -------------------------------------------------------------------------------- /Learning Python/ch3/myfile.py: -------------------------------------------------------------------------------- 1 | title = "The Meaning of Life" 2 | -------------------------------------------------------------------------------- /Learning Python/pt4ex/mypkg/__init__.py: -------------------------------------------------------------------------------- 1 | print "hello mypkg" 2 | -------------------------------------------------------------------------------- /Learning Python/pt5ex/mypkg/__init__.py: -------------------------------------------------------------------------------- 1 | print "hello mypkg" 2 | -------------------------------------------------------------------------------- /The RSpec Book/cb/08/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/09/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/10/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/11/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/12/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/13/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/14/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/15/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/16/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/17/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/18/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/19/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/20/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/21/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/22/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/24/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/25/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/26/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/27/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/28/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/30/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/31/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/32/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/325/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/33/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/34/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/35/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/37/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/38/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/39/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/391/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/392/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/393/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/394/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/40/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/41/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/411/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/412/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/413/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/414/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/415/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/42/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/43/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/44/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/45/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/46/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/47/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker' -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_a/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_a/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_b/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_b/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_c/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_c/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_d/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_d/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_e/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_e/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_f/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_f/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_g/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_g/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_h/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_h/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_i/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_i/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_j/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_j/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_k/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_k/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_l/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_l/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_m/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_m/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_n/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_n/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_o/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_o/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_p/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_p/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_q/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_q/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_r/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_r/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_s/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_s/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_t/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_t/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_u/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_u/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_v/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_v/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/cookies/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/routing/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/views/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo1/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo1/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo2/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo2/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo3/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo3/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo4/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo4/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo5/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo5/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/demo/vendor/plugins/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/vendor/plugins/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Learning Python/ch22/module1.py: -------------------------------------------------------------------------------- 1 | def printer(x): 2 | print x 3 | -------------------------------------------------------------------------------- /Learning Python/ch23/dir1/__init__.py: -------------------------------------------------------------------------------- 1 | print 'dir1 init' 2 | x=1 3 | -------------------------------------------------------------------------------- /Learning Python/ch23/test/main.py: -------------------------------------------------------------------------------- 1 | import string 2 | print string 3 | -------------------------------------------------------------------------------- /Learning Python/ch24/recur1.py: -------------------------------------------------------------------------------- 1 | X = 1 2 | import recur2 3 | Y = 2 4 | -------------------------------------------------------------------------------- /MongoDB in Action/README: -------------------------------------------------------------------------------- 1 | MongoDB in Action 2 | by Kyle Banker 3 | -------------------------------------------------------------------------------- /The RSpec Book/cb/04/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/06/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/07/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/08/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/09/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/10/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/11/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/12/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/13/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/14/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/15/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/16/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/17/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/18/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/19/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/20/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/21/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/22/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/24/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/25/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/26/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/27/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/28/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/30/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/31/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/32/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/325/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/33/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/34/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/35/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/37/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/38/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/39/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/391/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/392/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/393/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/394/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/40/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/41/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/411/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/412/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/413/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/414/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /The RSpec Book/cb/415/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_a/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_b/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_c/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_client/lib/tasks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_client/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_d/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_e/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_f/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_g/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_h/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_i/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_j/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_k/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_l/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_m/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_n/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_o/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_p/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_q/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_r/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_s/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_t/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_u/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_v/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/views/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/demo/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /C++ Primer Plus/ch16/words.txt: -------------------------------------------------------------------------------- 1 | tyler 2 | brock 3 | awesome 4 | sauce 5 | -------------------------------------------------------------------------------- /Learning Python/ch23/dir1/dir2/__init__.py: -------------------------------------------------------------------------------- 1 | print 'dir2 init' 2 | y=2 3 | -------------------------------------------------------------------------------- /Learning Python/ch23/dir1/dir2/mod.py: -------------------------------------------------------------------------------- 1 | print 'in mod.py' 2 | z = 3 3 | -------------------------------------------------------------------------------- /Learning Python/ch23/test/pkg/spam.py~: -------------------------------------------------------------------------------- 1 | import eggs 2 | print(eggs.X) 3 | -------------------------------------------------------------------------------- /Learning Python/ch9/myfile.txt: -------------------------------------------------------------------------------- 1 | hello text file 2 | goodbye text file 3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_client/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo1/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo2/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo3/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo4/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo5/public/stylesheets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Learning Python/ch23/test/pkg/spam.py: -------------------------------------------------------------------------------- 1 | from . import eggs 2 | print(eggs.X) 3 | -------------------------------------------------------------------------------- /Learning Python/pt2ex/reader.py: -------------------------------------------------------------------------------- 1 | f = open('myfile.txt') 2 | print f.read() 3 | -------------------------------------------------------------------------------- /Node: Up and Running/example-2-18/views/partials/chirp.ejs: -------------------------------------------------------------------------------- 1 |
<%= chirp %>
-------------------------------------------------------------------------------- /Learning Python/ch24/recur2.py: -------------------------------------------------------------------------------- 1 | from recur1 import X 2 | from recur1 import Y 3 | -------------------------------------------------------------------------------- /Learning Python/pt2ex/reader.py~: -------------------------------------------------------------------------------- 1 | f = open('myfile.txt') 2 | print f.readline() 3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/views/app/views/partial/_spacer.html.erb: -------------------------------------------------------------------------------- 1 |The animal is <%= animal %>
-------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rake-0.9.2/test/data/extra/Rakefile: -------------------------------------------------------------------------------- 1 | task :default 2 | -------------------------------------------------------------------------------- /Learning Python/ch22/changer.py: -------------------------------------------------------------------------------- 1 | message = 'second version' 2 | def printer(): 3 | print 'reloaded:', message 4 | -------------------------------------------------------------------------------- /Learning Python/ch27/persondb.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Learning Python/ch27/persondb.db -------------------------------------------------------------------------------- /Learning Python/pt3ex/dictsort.py: -------------------------------------------------------------------------------- 1 | D = dict(enumerate(vars())) 2 | for k in sorted(D): 3 | print k, '->', D[k] 4 | -------------------------------------------------------------------------------- /Learning Python/pt3ex/dictsort.py~: -------------------------------------------------------------------------------- 1 | D = dict(enumerate(vars())) 2 | for k in sorted(D): 3 | print k, '->', d[k] 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/views/app/views/partial/_partial.html.erb: -------------------------------------------------------------------------------- 1 |2 | Here's the article 3 |
-------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/i18n-0.5.0/test/test_data/locales/invalid/empty.yml: -------------------------------------------------------------------------------- 1 | en: -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rake-0.9.2/test/data/imports/deps.mf: -------------------------------------------------------------------------------- 1 | default: other 2 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rdoc-3.9.3/lib/rdoc/generator/template/darkfish/.document: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/thor-0.14.6/spec/fixtures/doc/components/.empty_directory: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/treetop-1.4.10/examples/lambda_calculus/lambda_calculus: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Learning Python/ch3/saveit.txt: -------------------------------------------------------------------------------- 1 | darwin 2 | 1267650600228229401496703205376 3 | Spam!Spam!Spam!Spam!Spam!Spam!Spam!Spam! 4 | -------------------------------------------------------------------------------- /MongoDB in Action/config.rb: -------------------------------------------------------------------------------- 1 | DATABASE_NAME = "twitter-archive" 2 | COLLECTION_NAME = "tweets" 3 | TAGS = ["mongodb", "ruby"] -------------------------------------------------------------------------------- /The C Programming Language/hello.c: -------------------------------------------------------------------------------- 1 | #includeFind me in app/views/upload/save.rhtml
3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo4/app/views/say/goodbye.html.erb: -------------------------------------------------------------------------------- 1 |3 | It was nice having you here. 4 |
5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/activemodel-3.0.10/lib/active_model/railtie.rb: -------------------------------------------------------------------------------- 1 | require "active_model" 2 | require "rails" -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rack-test-0.5.7/.gitignore: -------------------------------------------------------------------------------- 1 | pkg 2 | doc 3 | coverage 4 | VERSION 5 | *.rbc 6 | .bundle -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/railties-3.0.10/lib/rails/generators/rails/app/templates/app/mailers/.empty_directory: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/railties-3.0.10/lib/rails/generators/rails/app/templates/app/models/.empty_directory: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/railties-3.0.10/lib/rails/generators/rails/app/templates/test/fixtures/.empty_directory: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rake-0.9.2/test/reqfile.rb: -------------------------------------------------------------------------------- 1 | # For --require testing 2 | 3 | TESTING_REQUIRE << 1 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rake-0.9.2/test/reqfile2.rb: -------------------------------------------------------------------------------- 1 | # For --require testing 2 | 3 | TESTING_REQUIRE << 2 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rdoc-3.9.3/.document: -------------------------------------------------------------------------------- 1 | History.txt 2 | LICENSE.txt 3 | README.txt 4 | RI.txt 5 | lib 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/thor-0.14.6/lib/thor/version.rb: -------------------------------------------------------------------------------- 1 | class Thor 2 | VERSION = "0.14.6".freeze 3 | end 4 | -------------------------------------------------------------------------------- /Learning Python/ch20/dicts.py~: -------------------------------------------------------------------------------- 1 | def copyDict(old): 2 | new = {} 3 | for key in old.keys(): 4 | new[key] = old[key] 5 | return new 6 | -------------------------------------------------------------------------------- /Learning Python/ch3/script1.py~: -------------------------------------------------------------------------------- 1 | # A first Python script 2 | import sys 3 | print(sys.platform) 4 | print(2 ** 100) 5 | x = 'Spam!' 6 | print(x * 8) 7 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_k/app/views/carts/show.html.erb: -------------------------------------------------------------------------------- 1 | 2 | <%= render @cart %> 3 | 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_l/app/views/carts/show.html.erb: -------------------------------------------------------------------------------- 1 | 2 | <%= render @cart %> 3 | 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_m/app/views/carts/show.html.erb: -------------------------------------------------------------------------------- 1 | 2 | <%= render @cart %> 3 | 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_n/app/views/carts/show.html.erb: -------------------------------------------------------------------------------- 1 | 2 | <%= render @cart %> 3 | 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_o/app/views/carts/show.html.erb: -------------------------------------------------------------------------------- 1 | 2 | <%= render @cart %> 3 | 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_p/app/views/carts/show.html.erb: -------------------------------------------------------------------------------- 1 | 2 | <%= render @cart %> 3 | 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_q/app/views/carts/show.html.erb: -------------------------------------------------------------------------------- 1 | 2 | <%= render @cart %> 3 | 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_r/app/views/carts/show.html.erb: -------------------------------------------------------------------------------- 1 | 2 | <%= render @cart %> 3 | 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_s/app/views/carts/show.html.erb: -------------------------------------------------------------------------------- 1 | 2 | <%= render @cart %> 3 | 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_t/app/views/carts/show.html.erb: -------------------------------------------------------------------------------- 1 | 2 | <%= render @cart %> 3 | 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_u/app/views/carts/show.html.erb: -------------------------------------------------------------------------------- 1 | 2 | <%= render @cart %> 3 | 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_v/app/views/carts/show.html.erb: -------------------------------------------------------------------------------- 1 | 2 | <%= render @cart %> 3 | 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/routing/app/views/store/index.html.erb: -------------------------------------------------------------------------------- 1 |Find me in app/views/store/index.html.erb
3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo1/app/views/say/goodbye.html.erb: -------------------------------------------------------------------------------- 1 |Find me in app/views/say/goodbye.html.erb
3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo2/app/views/say/goodbye.html.erb: -------------------------------------------------------------------------------- 1 |Find me in app/views/say/goodbye.html.erb
3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo3/app/views/say/goodbye.html.erb: -------------------------------------------------------------------------------- 1 |Find me in app/views/say/goodbye.html.erb
3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/arel-2.0.10/lib/arel/expression.rb: -------------------------------------------------------------------------------- 1 | module Arel 2 | module Expression 3 | end 4 | end 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/erubis-2.6.6/benchmark/templates/_footer.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |