├── .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 |
-------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/arel-2.0.10/.gemtest: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rake-0.9.2/.gemtest: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rdoc-3.9.3/.gemtest: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/sqlite3-1.3.4/.gemtest: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Learning Python/ch23/test/pkg/eggs.py: -------------------------------------------------------------------------------- 1 | X = 9999 2 | import string 3 | print string 4 | -------------------------------------------------------------------------------- /Learning Python/ch3/module1.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | print 'Hello module world!' 3 | -------------------------------------------------------------------------------- /The C++ Programming Language/minimal.cpp: -------------------------------------------------------------------------------- 1 | int main() {} // the minimal C++ program 2 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_b/public/images/.htaccess: -------------------------------------------------------------------------------- 1 | Options +Indexes 2 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/app/views/carts/show.html.erb: -------------------------------------------------------------------------------- 1 | <%= render @cart %> -------------------------------------------------------------------------------- /C++ Primer Plus/listings/scores.txt: -------------------------------------------------------------------------------- 1 | 18 19 18.5 13.5 14 2 | 16 19.5 20 18 12 18.5 3 | 17.5 4 | -------------------------------------------------------------------------------- /Learning Python/ch3/brian~: -------------------------------------------------------------------------------- 1 | #!/usr/bin/python 2 | print('The Bright Side ' + 'of Life...') 3 | -------------------------------------------------------------------------------- /Learning Python/pt3ex/backslash.py: -------------------------------------------------------------------------------- 1 | for i in range(50): 2 | print 'hello %d\n\a' % i 3 | -------------------------------------------------------------------------------- /Learning Ruby/name.rb: -------------------------------------------------------------------------------- 1 | puts "Hello what is your name?" 2 | name = gets 3 | puts "Hello", name -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/demo/app/helpers/say_helper.rb: -------------------------------------------------------------------------------- 1 | module SayHelper 2 | end 3 | -------------------------------------------------------------------------------- /Learning Python/ch3/brian: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | print('The Bright Side ' + 'of Life...') 3 | -------------------------------------------------------------------------------- /The RSpec Book/cb/42/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' 2 | require 'codebreaker/marker' -------------------------------------------------------------------------------- /The RSpec Book/cb/43/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' 2 | require 'codebreaker/marker' -------------------------------------------------------------------------------- /The RSpec Book/cb/44/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' 2 | require 'codebreaker/marker' -------------------------------------------------------------------------------- /The RSpec Book/cb/45/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' 2 | require 'codebreaker/marker' -------------------------------------------------------------------------------- /The RSpec Book/cb/46/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' 2 | require 'codebreaker/marker' -------------------------------------------------------------------------------- /The RSpec Book/cb/47/lib/codebreaker.rb: -------------------------------------------------------------------------------- 1 | require 'codebreaker/game' 2 | require 'codebreaker/marker' -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/views/app/views/test/date_dump.html.erb: -------------------------------------------------------------------------------- 1 | <%= debug(@params) %> -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/app/helpers/admin_helper.rb: -------------------------------------------------------------------------------- 1 | module AdminHelper 2 | end 3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/app/helpers/carts_helper.rb: -------------------------------------------------------------------------------- 1 | module CartsHelper 2 | end 3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/app/helpers/store_helper.rb: -------------------------------------------------------------------------------- 1 | module StoreHelper 2 | end 3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/app/helpers/users_helper.rb: -------------------------------------------------------------------------------- 1 | module UsersHelper 2 | end 3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rdoc-3.9.3/test/test.txt: -------------------------------------------------------------------------------- 1 | test file 2 | -------------------------------------------------------------------------------- /Learning Python/ch22/changer.py~: -------------------------------------------------------------------------------- 1 | message = 'first version' 2 | def printer(): 3 | print message 4 | -------------------------------------------------------------------------------- /Learning Python/ch3/threenames.py: -------------------------------------------------------------------------------- 1 | a = 'dead' 2 | b = 'parrot' 3 | c = 'sketch' 4 | print a, b, c 5 | -------------------------------------------------------------------------------- /Learning Python/ch3/threenames.py~: -------------------------------------------------------------------------------- 1 | a = 'dead' 2 | b = 'parrot' 3 | c = 'sketch' 4 | print a b c 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_a/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_b/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_c/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_d/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_e/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_f/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_g/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_h/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_i/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_j/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_k/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_l/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_m/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_n/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_o/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_p/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_q/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_r/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_s/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_t/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_u/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_v/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/views/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo1/app/views/say/hello.html.erb: -------------------------------------------------------------------------------- 1 |

Hello from Rails!

2 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/demo/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/app/helpers/orders_helper.rb: -------------------------------------------------------------------------------- 1 | module OrdersHelper 2 | end 3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/app/helpers/products_helper.rb: -------------------------------------------------------------------------------- 1 | module ProductsHelper 2 | end 3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/app/helpers/sessions_helper.rb: -------------------------------------------------------------------------------- 1 | module SessionsHelper 2 | end 3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rack-1.2.3/test/multipart/file1.txt: -------------------------------------------------------------------------------- 1 | contents -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rdoc-3.9.3/test/hidden.zip.txt: -------------------------------------------------------------------------------- 1 | PK 2 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/thor-0.14.6/spec/fixtures/path with spaces: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /The RSpec Book/cb/02/features/step_definitions/codebreaker_steps.rb: -------------------------------------------------------------------------------- 1 | Given /^I am not yet playing$/ do 2 | end -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_client/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo1/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo2/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo3/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo4/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo5/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/demo/app/helpers/application_helper.rb: -------------------------------------------------------------------------------- 1 | module ApplicationHelper 2 | end 3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/app/helpers/line_items_helper.rb: -------------------------------------------------------------------------------- 1 | module LineItemsHelper 2 | end 3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/app/views/carts/destroy.js.rjs: -------------------------------------------------------------------------------- 1 | page[:cart].visual_effect :blind_up -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rack-test-0.5.7/spec/fixtures/bar.txt: -------------------------------------------------------------------------------- 1 | baz 2 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rack-test-0.5.7/spec/fixtures/foo.txt: -------------------------------------------------------------------------------- 1 | bar 2 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rdoc-3.9.3/test/README: -------------------------------------------------------------------------------- 1 | you don't have to 2 | -------------------------------------------------------------------------------- /Autotools/jupiter/src/jupiter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Autotools/jupiter/src/jupiter -------------------------------------------------------------------------------- /Learning Python/pt2ex/maker.py: -------------------------------------------------------------------------------- 1 | f = open('myfile.txt','w') 2 | f.write('Hello file world!\n') 3 | f.close() 4 | -------------------------------------------------------------------------------- /Scons User Manual/hello.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | printf("Hello, world!\n"); 5 | } 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/views/app/views/partial/_animal.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 | #include 2 | 3 | main() 4 | { 5 | printf("hello, world\n"); 6 | } 7 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_l/app/views/line_items/create.js.rjs: -------------------------------------------------------------------------------- 1 | page.replace_html('cart', render(@cart)) 2 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rake-0.9.2/lib/rake/pathmap.rb: -------------------------------------------------------------------------------- 1 | require 'rake/ext/string' 2 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rake-0.9.2/test/data/deprecated_import/Rakefile: -------------------------------------------------------------------------------- 1 | import "a" 2 | -------------------------------------------------------------------------------- /Autotools/jupiter/jupiter-1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Autotools/jupiter/jupiter-1.0.tar.gz -------------------------------------------------------------------------------- /C++ Primer Plus/listings/planets.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/C++ Primer Plus/listings/planets.dat -------------------------------------------------------------------------------- /C++ Primer Plus/listings/tobuy.txt: -------------------------------------------------------------------------------- 1 | sardines:chocolate ice cream:pop corn:leeks: 2 | cottage cheese:olive oil:butter:tofu: 3 | -------------------------------------------------------------------------------- /Learning Ruby/proc.rb: -------------------------------------------------------------------------------- 1 | def n_times(thing) 2 | return lambda {|n| thing * n} 3 | end 4 | 5 | p1 = n_times(23) 6 | p p1.call(3) -------------------------------------------------------------------------------- /Learning Ruby/repeat.rb: -------------------------------------------------------------------------------- 1 | def repeat ( word="Hello! ", times=3) 2 | puts word * 3 3 | end 4 | 5 | repeat 6 | repeat "tyler", 5 -------------------------------------------------------------------------------- /Node: Up and Running/example-2-18/views/partials/stylesheet.ejs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Practical Object Oriented Design in Ruby/README: -------------------------------------------------------------------------------- 1 | Practical Object Oriented-Design in Ruby (an Agile Primer) 2 | by Sandi Metz 3 | -------------------------------------------------------------------------------- /The RSpec Book/cb/04/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/04/lib/codebreaker/game.rb: -------------------------------------------------------------------------------- 1 | module Codebreaker 2 | class Game 3 | def start 4 | end 5 | end 6 | end -------------------------------------------------------------------------------- /The RSpec Book/cb/06/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/06/lib/codebreaker/game.rb: -------------------------------------------------------------------------------- 1 | module Codebreaker 2 | class Game 3 | def start 4 | end 5 | end 6 | end -------------------------------------------------------------------------------- /The RSpec Book/cb/07/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/08/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/09/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/10/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/11/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/12/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/13/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/14/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/15/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/16/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/17/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/18/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/19/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/20/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/21/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/22/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/24/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/25/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/26/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/27/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/28/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/30/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/31/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/32/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/325/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/33/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/34/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/35/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/37/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/38/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/39/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/391/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/392/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/393/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/394/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/40/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/41/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/411/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/412/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/413/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/414/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/415/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/42/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/43/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/44/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/45/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/46/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /The RSpec Book/cb/47/features/support/env.rb: -------------------------------------------------------------------------------- 1 | $LOAD_PATH << File.expand_path('../../../lib', __FILE__) 2 | require 'codebreaker' -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/erubis-2.6.6/doc-api/created.rid: -------------------------------------------------------------------------------- 1 | Sun, 27 Jun 2010 16:10:15 +0900 2 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/thor-0.14.6/spec/fixtures/doc/config.rb: -------------------------------------------------------------------------------- 1 | class <%= @klass %>; end 2 | -------------------------------------------------------------------------------- /Learning Python/ch9/datafile.pkl: -------------------------------------------------------------------------------- 1 | (lp0 2 | (dp1 3 | S'a' 4 | p2 5 | I1 6 | sS'b' 7 | p3 8 | I2 9 | saS'tyler' 10 | p4 11 | a. -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/views/app/views/test/example1.reval: -------------------------------------------------------------------------------- 1 | Time.now 2 | request.path 3 | a = 1 4 | b = 2 5 | a + b 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/i18n-0.5.0/test/test_data/locales/en.yml: -------------------------------------------------------------------------------- 1 | en: 2 | foo: 3 | bar: baz -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/mail-2.2.19/lib/VERSION: -------------------------------------------------------------------------------- 1 | major:2 2 | minor:2 3 | patch:19 4 | build: 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rake-0.9.2/test/data/unittest/Rakefile: -------------------------------------------------------------------------------- 1 | # Empty Rakefile for Unit Test 2 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/thor-0.14.6/spec/fixtures/doc/%file_name%.rb.tt: -------------------------------------------------------------------------------- 1 | FOO = <%= "FOO" %> 2 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/thor-0.14.6/spec/fixtures/doc/README: -------------------------------------------------------------------------------- 1 | __start__ 2 | README 3 | __end__ 4 | -------------------------------------------------------------------------------- /Learning Ruby/show_regex.rb: -------------------------------------------------------------------------------- 1 | def show_regexp(a, re) 2 | if a =~ re 3 | "#{$`}<<#{$&}>>#{$'}" 4 | else 5 | "no match" 6 | end 7 | end -------------------------------------------------------------------------------- /Scons User Manual/notes.md: -------------------------------------------------------------------------------- 1 | Scons Flags 2 | -c clean 3 | -Q quiet mode 4 | 5 | Builders 6 | Program() 7 | Object() 8 | Java() 9 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/i18n-0.5.0/lib/i18n/version.rb: -------------------------------------------------------------------------------- 1 | module I18n 2 | VERSION = "0.5.0" 3 | end 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/railties-3.0.10/lib/rails/generators/rails/app/templates/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/thor-0.14.6/spec/fixtures/application.rb: -------------------------------------------------------------------------------- 1 | class Application < Base 2 | end 3 | -------------------------------------------------------------------------------- /Learning Ruby/goodnight.rb: -------------------------------------------------------------------------------- 1 | def say_goodnight(name) 2 | result = "Good night, #{name.capitalize}" 3 | end 4 | 5 | puts say_goodnight("tyler") -------------------------------------------------------------------------------- /Node: Up and Running/README: -------------------------------------------------------------------------------- 1 | Node: Up and Running (Scalable Server-Side Code with JavaScript) 2 | by Tom Hughes-Croucher and Mike Wilson 3 | -------------------------------------------------------------------------------- /The C Programming Language/ex1-7.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main(void) 4 | { 5 | printf("The value of EOF is %d\n", EOF); 6 | } 7 | -------------------------------------------------------------------------------- /The C++ Programming Language/hello_world.cpp: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() 4 | { 5 | std::cout << "Hello, World!\n"; 6 | } 7 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/railties-3.0.10/lib/rails/generators/rails/app/templates/test/unit/.empty_directory: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rake-0.9.2/test/data/rbext/rakefile.rb: -------------------------------------------------------------------------------- 1 | task :default do 2 | puts "OK" 3 | end 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/views/app/views/upload/save.html.erb: -------------------------------------------------------------------------------- 1 |

Upload#save

2 |

Find me in app/views/upload/save.rhtml

3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo4/app/views/say/goodbye.html.erb: -------------------------------------------------------------------------------- 1 |

Goodbye!

2 |

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 |

Store#index

2 |

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 |

Say#goodbye

2 |

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 |

Say#goodbye

2 |

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 |

Say#goodbye

2 |

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 | 4 | 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/erubis-2.6.6/test/data/users-guide/tailnewline.rhtml: -------------------------------------------------------------------------------- 1 |
2 | <%= @var -%> 3 |
4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rack-1.2.3/bin/rackup: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | 3 | require "rack" 4 | Rack::Server.start 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rack-test-0.5.7/.document: -------------------------------------------------------------------------------- 1 | README.rdoc 2 | lib/**/*.rb 3 | History.txt 4 | MIT-LICENSE.txt 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/railties-3.0.10/lib/rails/generators/rails/app/templates/public/stylesheets/.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/functional/.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/integration/.empty_directory: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/railties-3.0.10/lib/rails/generators/rails/generator/templates/templates/.empty_directory: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rake-0.9.2/test/data/rakelib/test1.rb: -------------------------------------------------------------------------------- 1 | 2 | task :default do 3 | puts "TEST1" 4 | end 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rake-0.9.2/test/shellcommand.rb: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | 3 | exit((ARGV[0] || "0").to_i) 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/thor-0.14.6/spec/fixtures/doc/block_helper.rb: -------------------------------------------------------------------------------- 1 | <% world do -%> 2 | Hello 3 | <% end -%> 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/treetop-1.4.10/lib/treetop/ruby_extensions.rb: -------------------------------------------------------------------------------- 1 | require 'treetop/ruby_extensions/string' 2 | -------------------------------------------------------------------------------- /C++ Concurrency in Action/.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "clangd.arguments": [ 3 | "-compile-commands-dir=build/compile_commands.json" 4 | ] 5 | } -------------------------------------------------------------------------------- /C++ Primer Plus/ch6/contributions.txt: -------------------------------------------------------------------------------- 1 | 4 2 | Sam Stone 3 | 2000 4 | Freida Flass 5 | 100500 6 | Tammy Tubbs 7 | 5000 8 | Rich Raptor 9 | 55000 10 | -------------------------------------------------------------------------------- /Learning Node/ex3-1.js: -------------------------------------------------------------------------------- 1 | process.stdin.resume(); 2 | process.stdin.on('data', function (chunk) { 3 | process.stdout.write('data: ' + chunk); 4 | }); 5 | -------------------------------------------------------------------------------- /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 | 8 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/views/app/views/form_for/create.html.erb: -------------------------------------------------------------------------------- 1 |

FormFor#create

2 |

Find me in app/views/form_for/create.rhtml

3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/abstract-1.0.0/ChangeLog: -------------------------------------------------------------------------------- 1 | : release 1.0.0 (2006-03-12) 2 | - first release (1.0.0) 3 | 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rack-test-0.5.7/Gemfile: -------------------------------------------------------------------------------- 1 | source :rubygems 2 | 3 | gem 'rspec' 4 | gem "rack" 5 | gem "sinatra" 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rack-test-0.5.7/spec/fixtures/config.ru: -------------------------------------------------------------------------------- 1 | require "fake_app" 2 | 3 | run Rack::Test::FakeApp 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/railties-3.0.10/lib/rails/generators/rails/plugin/templates/init.rb: -------------------------------------------------------------------------------- 1 | # Include hook code here 2 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/sqlite3-1.3.4/test/helper.rb: -------------------------------------------------------------------------------- 1 | require 'sqlite3' 2 | require 'test/unit' 3 | require 'iconv' 4 | -------------------------------------------------------------------------------- /Learning Python/ch18/print30.py~: -------------------------------------------------------------------------------- 1 | """ 2 | Emulate most of the 3.0 print function for use in 2.X 3 | call signature: print30(*args, sep=' ', end='\n', file=None) 4 | -------------------------------------------------------------------------------- /Learning Ruby/matz.rb: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | # a nice greeting for Matz 3 | puts "Hello, Matz!" 4 | puts "Hello, " + "Matz!" 5 | puts "Hello, #{ARGV[0]}!" 6 | -------------------------------------------------------------------------------- /Rust for Rubyists/chapter_7/tasks.rs: -------------------------------------------------------------------------------- 1 | fn main() { 2 | for 100.times { 3 | do spawn { 4 | println("hello"); 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_r/app/views/sessions/create.html.erb: -------------------------------------------------------------------------------- 1 |

Sessions#create

2 |

Find me in app/views/sessions/create.html.erb

3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_s/app/views/sessions/create.html.erb: -------------------------------------------------------------------------------- 1 |

Sessions#create

2 |

Find me in app/views/sessions/create.html.erb

3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_t/app/views/sessions/create.html.erb: -------------------------------------------------------------------------------- 1 |

Sessions#create

2 |

Find me in app/views/sessions/create.html.erb

3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_u/app/views/sessions/create.html.erb: -------------------------------------------------------------------------------- 1 |

Sessions#create

2 |

Find me in app/views/sessions/create.html.erb

3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_v/app/views/sessions/create.html.erb: -------------------------------------------------------------------------------- 1 |

Sessions#create

2 |

Find me in app/views/sessions/create.html.erb

3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/views/app/views/products/create.html.erb: -------------------------------------------------------------------------------- 1 |

Products#create

2 |

Find me in app/views/products/create.rhtml

3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/demo/test/unit/helpers/say_helper_test.rb: -------------------------------------------------------------------------------- 1 | require 'test_helper' 2 | 3 | class SayHelperTest < ActionView::TestCase 4 | end 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/app/views/admin/index.html.erb: -------------------------------------------------------------------------------- 1 |

Welcome

2 | It's <%= Time.now %> 3 | We have <%= pluralize(@total_orders, "order") %> -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/app/views/carts/new.html.erb: -------------------------------------------------------------------------------- 1 |

New cart

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', carts_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/app/views/sessions/create.html.erb: -------------------------------------------------------------------------------- 1 |

Sessions#create

2 |

Find me in app/views/sessions/create.html.erb

3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/app/views/sessions/destroy.html.erb: -------------------------------------------------------------------------------- 1 |

Sessions#destroy

2 |

Find me in app/views/sessions/destroy.html.erb

3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/app/views/users/new.html.erb: -------------------------------------------------------------------------------- 1 |

New user

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', users_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rack-mount-0.6.14/lib/rack/mount/version.rb: -------------------------------------------------------------------------------- 1 | module Rack::Mount 2 | Version = '0.6.13' 3 | end 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/railties-3.0.10/lib/rails/generators/rails/plugin/templates/install.rb: -------------------------------------------------------------------------------- 1 | # Install hook code here 2 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/railties-3.0.10/lib/rails/generators/rails/plugin/templates/uninstall.rb: -------------------------------------------------------------------------------- 1 | # Uninstall hook code here 2 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rake-0.9.2/test/check_expansion.rb: -------------------------------------------------------------------------------- 1 | if ARGV[0] != ARGV[1] 2 | exit 1 3 | else 4 | exit 0 5 | end 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/thor-0.14.6/spec/fixtures/bundle/main.thor: -------------------------------------------------------------------------------- 1 | require File.join(File.dirname(__FILE__), 'execute') 2 | -------------------------------------------------------------------------------- /Effective C++/test.cpp: -------------------------------------------------------------------------------- 1 | // Some sample code 2 | 3 | class GamePlayer { 4 | private: 5 | static const int NumTurns = 5; 6 | int scores [NumTurns]; 7 | }; 8 | -------------------------------------------------------------------------------- /Learning Python/pt4ex/myclient.py: -------------------------------------------------------------------------------- 1 | import sys 2 | from mymod import test, countChars, countLines 3 | print test('test') 4 | import mymod 5 | print mymod.test('test') 6 | -------------------------------------------------------------------------------- /Learning Python/pt5ex/myclient.py: -------------------------------------------------------------------------------- 1 | import sys 2 | from mymod import test, countChars, countLines 3 | print test('test') 4 | import mymod 5 | print mymod.test('test') 6 | -------------------------------------------------------------------------------- /MongoDB in Action/update.rb: -------------------------------------------------------------------------------- 1 | require './config' 2 | require './archiver' 3 | 4 | TAGS.each do |tag| 5 | archive = TweetArchiver.new(tag) 6 | archive.update 7 | end -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_f/app/views/carts/new.html.erb: -------------------------------------------------------------------------------- 1 |

New cart

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', carts_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_g/app/views/carts/new.html.erb: -------------------------------------------------------------------------------- 1 |

New cart

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', carts_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_h/app/views/carts/new.html.erb: -------------------------------------------------------------------------------- 1 |

New cart

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', carts_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_i/app/views/carts/new.html.erb: -------------------------------------------------------------------------------- 1 |

New cart

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', carts_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_j/app/views/carts/new.html.erb: -------------------------------------------------------------------------------- 1 |

New cart

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', carts_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_k/app/views/carts/new.html.erb: -------------------------------------------------------------------------------- 1 |

New cart

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', carts_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_l/app/views/carts/new.html.erb: -------------------------------------------------------------------------------- 1 |

New cart

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', carts_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_m/app/views/carts/new.html.erb: -------------------------------------------------------------------------------- 1 |

New cart

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', carts_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_n/app/views/carts/new.html.erb: -------------------------------------------------------------------------------- 1 |

New cart

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', carts_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_o/app/views/carts/new.html.erb: -------------------------------------------------------------------------------- 1 |

New cart

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', carts_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_p/app/views/carts/new.html.erb: -------------------------------------------------------------------------------- 1 |

New cart

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', carts_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_q/app/views/carts/new.html.erb: -------------------------------------------------------------------------------- 1 |

New cart

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', carts_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_r/app/views/carts/new.html.erb: -------------------------------------------------------------------------------- 1 |

New cart

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', carts_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_r/app/views/sessions/destroy.html.erb: -------------------------------------------------------------------------------- 1 |

Sessions#destroy

2 |

Find me in app/views/sessions/destroy.html.erb

3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_r/app/views/users/new.html.erb: -------------------------------------------------------------------------------- 1 |

New user

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', users_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_s/app/views/carts/new.html.erb: -------------------------------------------------------------------------------- 1 |

New cart

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', carts_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_s/app/views/sessions/destroy.html.erb: -------------------------------------------------------------------------------- 1 |

Sessions#destroy

2 |

Find me in app/views/sessions/destroy.html.erb

3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_s/app/views/users/new.html.erb: -------------------------------------------------------------------------------- 1 |

New user

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', users_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_t/app/views/carts/new.html.erb: -------------------------------------------------------------------------------- 1 |

New cart

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', carts_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_t/app/views/sessions/destroy.html.erb: -------------------------------------------------------------------------------- 1 |

Sessions#destroy

2 |

Find me in app/views/sessions/destroy.html.erb

3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_t/app/views/users/new.html.erb: -------------------------------------------------------------------------------- 1 |

New user

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', users_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_u/app/views/carts/new.html.erb: -------------------------------------------------------------------------------- 1 |

New cart

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', carts_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_u/app/views/sessions/destroy.html.erb: -------------------------------------------------------------------------------- 1 |

Sessions#destroy

2 |

Find me in app/views/sessions/destroy.html.erb

3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_u/app/views/users/new.html.erb: -------------------------------------------------------------------------------- 1 |

New user

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', users_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_v/app/views/carts/new.html.erb: -------------------------------------------------------------------------------- 1 |

New cart

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', carts_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_v/app/views/sessions/destroy.html.erb: -------------------------------------------------------------------------------- 1 |

Sessions#destroy

2 |

Find me in app/views/sessions/destroy.html.erb

3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_v/app/views/users/new.html.erb: -------------------------------------------------------------------------------- 1 |

New user

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', users_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/i18n-0.5.0/ci/Gemfile.no-rails: -------------------------------------------------------------------------------- 1 | source :rubygems 2 | 3 | gem 'mocha' 4 | gem 'test_declarative' 5 | 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/i18n-0.5.0/test/test_data/locales/en.rb: -------------------------------------------------------------------------------- 1 | # encoding: utf-8 2 | 3 | { :en => { :fuh => { :bah => "bas" } } } -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/railties-3.0.10/lib/rails/generators/rails/plugin/templates/lib/%file_name%.rb.tt: -------------------------------------------------------------------------------- 1 | # <%= class_name %> 2 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rake-0.9.2/test/check_no_expansion.rb: -------------------------------------------------------------------------------- 1 | if ARGV[0] != ARGV[1] 2 | exit 0 3 | else 4 | exit 1 5 | end 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/test/unit/helpers/admin_helper_test.rb: -------------------------------------------------------------------------------- 1 | require 'test_helper' 2 | 3 | class AdminHelperTest < ActionView::TestCase 4 | end 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/test/unit/helpers/carts_helper_test.rb: -------------------------------------------------------------------------------- 1 | require 'test_helper' 2 | 3 | class CartsHelperTest < ActionView::TestCase 4 | end 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/test/unit/helpers/orders_helper_test.rb: -------------------------------------------------------------------------------- 1 | require 'test_helper' 2 | 3 | class OrdersHelperTest < ActionView::TestCase 4 | end 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/test/unit/helpers/store_helper_test.rb: -------------------------------------------------------------------------------- 1 | require 'test_helper' 2 | 3 | class StoreHelperTest < ActionView::TestCase 4 | end 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/test/unit/helpers/users_helper_test.rb: -------------------------------------------------------------------------------- 1 | require 'test_helper' 2 | 3 | class UsersHelperTest < ActionView::TestCase 4 | end 5 | -------------------------------------------------------------------------------- /Learning Python/ch10/mathinput.py~: -------------------------------------------------------------------------------- 1 | while True: 2 | reply = raw_input('Enter Text:') 3 | if reply == 'stop': break 4 | print int(reply) ** 2 5 | print 'Bye' 6 | -------------------------------------------------------------------------------- /Learning Python/pt6ex/meta.py: -------------------------------------------------------------------------------- 1 | class Meta: 2 | def __getattr__(self, name): 3 | print "get", name 4 | def __setattr__(self, name, value): 5 | print "set", name, value -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_a/app/views/products/new.html.erb: -------------------------------------------------------------------------------- 1 |

New product

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', products_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_b/app/views/products/new.html.erb: -------------------------------------------------------------------------------- 1 |

New product

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', products_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_c/app/views/products/new.html.erb: -------------------------------------------------------------------------------- 1 |

New product

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', products_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_d/app/views/products/new.html.erb: -------------------------------------------------------------------------------- 1 |

New product

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', products_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_e/app/views/products/new.html.erb: -------------------------------------------------------------------------------- 1 |

New product

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', products_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_f/app/views/products/new.html.erb: -------------------------------------------------------------------------------- 1 |

New product

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', products_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_g/app/views/products/new.html.erb: -------------------------------------------------------------------------------- 1 |

New product

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', products_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_h/app/views/products/new.html.erb: -------------------------------------------------------------------------------- 1 |

New product

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', products_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_i/app/views/products/new.html.erb: -------------------------------------------------------------------------------- 1 |

New product

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', products_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_j/app/views/products/new.html.erb: -------------------------------------------------------------------------------- 1 |

New product

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', products_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_k/app/views/products/new.html.erb: -------------------------------------------------------------------------------- 1 |

New product

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', products_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_l/app/views/products/new.html.erb: -------------------------------------------------------------------------------- 1 |

New product

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', products_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_m/app/views/products/new.html.erb: -------------------------------------------------------------------------------- 1 |

New product

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', products_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_n/app/views/products/new.html.erb: -------------------------------------------------------------------------------- 1 |

New product

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', products_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_o/app/views/products/new.html.erb: -------------------------------------------------------------------------------- 1 |

New product

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', products_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_p/app/views/products/new.html.erb: -------------------------------------------------------------------------------- 1 |

New product

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', products_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_q/app/views/products/new.html.erb: -------------------------------------------------------------------------------- 1 |

New product

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', products_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_r/app/views/products/new.html.erb: -------------------------------------------------------------------------------- 1 |

New product

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', products_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_s/app/views/products/new.html.erb: -------------------------------------------------------------------------------- 1 |

New product

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', products_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_t/app/views/products/new.html.erb: -------------------------------------------------------------------------------- 1 |

New product

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', products_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_u/app/views/products/new.html.erb: -------------------------------------------------------------------------------- 1 |

New product

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', products_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_v/app/views/products/new.html.erb: -------------------------------------------------------------------------------- 1 |

New product

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', products_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/routing/app/views/store/add_to_cart.html.erb: -------------------------------------------------------------------------------- 1 |

Store#add_to_cart

2 |

Find me in app/views/store/add_to_cart.html.erb

3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/demo/app/controllers/application_controller.rb: -------------------------------------------------------------------------------- 1 | class ApplicationController < ActionController::Base 2 | protect_from_forgery 3 | end 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/app/views/products/new.html.erb: -------------------------------------------------------------------------------- 1 |

New product

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', products_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/activesupport-3.0.10/lib/active_support/core_ext/float.rb: -------------------------------------------------------------------------------- 1 | require 'active_support/core_ext/float/rounding' 2 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/activesupport-3.0.10/lib/active_support/core_ext/process.rb: -------------------------------------------------------------------------------- 1 | require 'active_support/core_ext/process/daemon' 2 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/arel-2.0.10/lib/arel/sql_literal.rb: -------------------------------------------------------------------------------- 1 | module Arel 2 | class SqlLiteral < Nodes::SqlLiteral 3 | end 4 | end 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/erubis-2.6.6/test/data/users-guide/def_method.result: -------------------------------------------------------------------------------- 1 | $ ruby def_method.rb 2 | "hello world" 3 | "hello world" 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rack-mount-0.6.14/lib/rack/mount/vendor/regin/regin/version.rb: -------------------------------------------------------------------------------- 1 | module Regin 2 | Version = '0.3.7' 3 | end 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/railties-3.0.10/lib/rails/generators/rails/helper/templates/helper.rb: -------------------------------------------------------------------------------- 1 | module <%= class_name %>Helper 2 | end 3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/test/unit/helpers/products_helper_test.rb: -------------------------------------------------------------------------------- 1 | require 'test_helper' 2 | 3 | class ProductsHelperTest < ActionView::TestCase 4 | end 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/test/unit/helpers/sessions_helper_test.rb: -------------------------------------------------------------------------------- 1 | require 'test_helper' 2 | 3 | class SessionsHelperTest < ActionView::TestCase 4 | end 5 | -------------------------------------------------------------------------------- /Learning Python/ch15/docstrings.py~: -------------------------------------------------------------------------------- 1 | "Module level documentation" 2 | 3 | papaya = 10 4 | 5 | def square(x): 6 | "Function that squares things" 7 | return x ** 2 8 | -------------------------------------------------------------------------------- /Learning Python/pt6ex-2/mylistsub.py: -------------------------------------------------------------------------------- 1 | from mylist import MyList 2 | 3 | class MyListSub(MyList): 4 | count = 0 5 | def __getattr__(self): 6 | print "Overload" 7 | -------------------------------------------------------------------------------- /The RSpec Book/cb/07/lib/codebreaker/game.rb: -------------------------------------------------------------------------------- 1 | module Codebreaker 2 | class Game 3 | def initialize(output) 4 | end 5 | 6 | def start 7 | end 8 | end 9 | end -------------------------------------------------------------------------------- /The RSpec Book/cb/08/lib/codebreaker/game.rb: -------------------------------------------------------------------------------- 1 | module Codebreaker 2 | class Game 3 | def initialize(output) 4 | end 5 | 6 | def start 7 | end 8 | end 9 | end -------------------------------------------------------------------------------- /The RSpec Book/cb/09/lib/codebreaker/game.rb: -------------------------------------------------------------------------------- 1 | module Codebreaker 2 | class Game 3 | def initialize(output) 4 | end 5 | 6 | def start 7 | end 8 | end 9 | end -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_r/app/views/admin/index.html.erb: -------------------------------------------------------------------------------- 1 |

Welcome

2 | 3 | It's <%= Time.now %> 4 | We have <%= pluralize(@total_orders, "order") %>. 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_s/app/views/admin/index.html.erb: -------------------------------------------------------------------------------- 1 |

Welcome

2 | 3 | It's <%= Time.now %> 4 | We have <%= pluralize(@total_orders, "order") %>. 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_t/app/views/admin/index.html.erb: -------------------------------------------------------------------------------- 1 |

Welcome

2 | 3 | It's <%= Time.now %> 4 | We have <%= pluralize(@total_orders, "order") %>. 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_u/app/views/admin/index.html.erb: -------------------------------------------------------------------------------- 1 |

Welcome

2 | 3 | It's <%= Time.now %> 4 | We have <%= pluralize(@total_orders, "order") %>. 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_v/app/views/admin/index.html.erb: -------------------------------------------------------------------------------- 1 |

Welcome

2 | 3 | It's <%= Time.now %> 4 | We have <%= pluralize(@total_orders, "order") %>. 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/cookies/script/breakpointer: -------------------------------------------------------------------------------- 1 | #!/Users/dave/ruby1.8/bin/ruby 2 | require 'rubygems' 3 | require_gem 'rails' 4 | require 'breakpoint_client' 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/cookies/script/runner: -------------------------------------------------------------------------------- 1 | #!/Users/dave/ruby1.8/bin/ruby 2 | 3 | require File.dirname(__FILE__) + '/../config/environment' 4 | eval(ARGV.first) -------------------------------------------------------------------------------- /Agile Web Development with Rails/ruby_code.rb: -------------------------------------------------------------------------------- 1 | def say_goodnight(name) 2 | "Goodnight, #{name.capitalize}" 3 | end 4 | 5 | puts say_goodnight 'tyler' 6 | puts say_goodnight 'sam' -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/app/views/line_items/new.html.erb: -------------------------------------------------------------------------------- 1 |

New line_item

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', line_items_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/public/images/rtp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/work/depot/public/images/rtp.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/erubis-2.6.6/benchmark/Makefile: -------------------------------------------------------------------------------- 1 | 2 | bench: 3 | ruby bench.rb -n 10000 4 | 5 | clean: 6 | rm -rf bench_*.rhtml* 7 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/erubis-2.6.6/test/data/users-guide/example9.eruby: -------------------------------------------------------------------------------- 1 | <% for item in @list %> 2 | <%= item %> 3 | <% end %> 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rack-1.2.3/example/lobster.ru: -------------------------------------------------------------------------------- 1 | require 'rack/lobster' 2 | 3 | use Rack::ShowExceptions 4 | run Rack::Lobster.new 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rack-1.2.3/test/cgi/sample_rackup.ru: -------------------------------------------------------------------------------- 1 | # -*- ruby -*- 2 | 3 | require '../testrequest' 4 | 5 | run TestRequest.new 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/railties-3.0.10/lib/rails/generators/rails/app/templates/gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | db/*.sqlite3 3 | log/*.log 4 | tmp/ 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rake-0.9.2/doc/example/a.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | void a() 4 | { 5 | printf ("In function a\n"); 6 | } 7 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rake-0.9.2/doc/example/b.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | void b() 4 | { 5 | printf ("In function b\n"); 6 | } 7 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rake-0.9.2/test/data/statusreturn/Rakefile: -------------------------------------------------------------------------------- 1 | task :exit5 do 2 | exit(5) 3 | end 4 | 5 | task :normal do 6 | end 7 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/test/unit/helpers/line_items_helper_test.rb: -------------------------------------------------------------------------------- 1 | require 'test_helper' 2 | 3 | class LineItemsHelperTest < ActionView::TestCase 4 | end 5 | -------------------------------------------------------------------------------- /Learning Python/pt5ex/myclient.py~: -------------------------------------------------------------------------------- 1 | import sys 2 | from mymod import test, countChars, countLines 3 | print test(sys.argv[1]) 4 | import mymod 5 | print mymod.test(sys.argv[1]) 6 | -------------------------------------------------------------------------------- /The C Programming Language/calc/calc.h: -------------------------------------------------------------------------------- 1 | #define NUMBER '0' 2 | 3 | void push(double); 4 | double pop(void); 5 | int getop(char []); 6 | int getch(void); 7 | void ungetch(int); 8 | -------------------------------------------------------------------------------- /The C Programming Language/ex1-6.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main(void) 4 | { 5 | printf("Evaluation of getchar() != EOF: %d\n", getchar() != EOF); 6 | return 0; 7 | } 8 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_b/public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_b/public/images/logo.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_b/public/images/rtp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_b/public/images/rtp.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_b/public/images/ruby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_b/public/images/ruby.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_b/public/images/wd4d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_b/public/images/wd4d.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_c/public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_c/public/images/logo.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_c/public/images/rtp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_c/public/images/rtp.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_c/public/images/ruby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_c/public/images/ruby.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_c/public/images/wd4d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_c/public/images/wd4d.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_d/public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_d/public/images/logo.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_d/public/images/rtp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_d/public/images/rtp.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_d/public/images/ruby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_d/public/images/ruby.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_d/public/images/wd4d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_d/public/images/wd4d.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_e/public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_e/public/images/logo.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_e/public/images/rtp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_e/public/images/rtp.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_e/public/images/ruby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_e/public/images/ruby.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_e/public/images/wd4d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_e/public/images/wd4d.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_f/app/views/line_items/new.html.erb: -------------------------------------------------------------------------------- 1 |

New line_item

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', line_items_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_f/public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_f/public/images/logo.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_f/public/images/rtp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_f/public/images/rtp.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_f/public/images/ruby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_f/public/images/ruby.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_f/public/images/wd4d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_f/public/images/wd4d.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_g/app/views/line_items/new.html.erb: -------------------------------------------------------------------------------- 1 |

New line_item

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', line_items_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_g/public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_g/public/images/logo.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_g/public/images/rtp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_g/public/images/rtp.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_g/public/images/ruby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_g/public/images/ruby.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_g/public/images/wd4d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_g/public/images/wd4d.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_h/app/views/line_items/new.html.erb: -------------------------------------------------------------------------------- 1 |

New line_item

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', line_items_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_h/public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_h/public/images/logo.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_h/public/images/rtp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_h/public/images/rtp.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_h/public/images/ruby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_h/public/images/ruby.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_h/public/images/wd4d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_h/public/images/wd4d.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_i/app/views/line_items/new.html.erb: -------------------------------------------------------------------------------- 1 |

New line_item

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', line_items_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_i/public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_i/public/images/logo.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_i/public/images/rtp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_i/public/images/rtp.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_i/public/images/ruby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_i/public/images/ruby.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_i/public/images/wd4d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_i/public/images/wd4d.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_j/app/views/line_items/new.html.erb: -------------------------------------------------------------------------------- 1 |

New line_item

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', line_items_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_j/public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_j/public/images/logo.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_j/public/images/rtp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_j/public/images/rtp.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_j/public/images/ruby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_j/public/images/ruby.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_j/public/images/wd4d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_j/public/images/wd4d.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_k/app/views/line_items/new.html.erb: -------------------------------------------------------------------------------- 1 |

New line_item

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', line_items_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_k/public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_k/public/images/logo.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_k/public/images/rtp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_k/public/images/rtp.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_k/public/images/ruby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_k/public/images/ruby.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_k/public/images/wd4d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_k/public/images/wd4d.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_l/app/views/line_items/new.html.erb: -------------------------------------------------------------------------------- 1 |

New line_item

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', line_items_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_l/public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_l/public/images/logo.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_l/public/images/rtp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_l/public/images/rtp.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_l/public/images/ruby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_l/public/images/ruby.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_l/public/images/wd4d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_l/public/images/wd4d.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_m/app/views/line_items/new.html.erb: -------------------------------------------------------------------------------- 1 |

New line_item

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', line_items_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_m/public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_m/public/images/logo.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_m/public/images/rtp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_m/public/images/rtp.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_m/public/images/ruby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_m/public/images/ruby.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_m/public/images/wd4d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_m/public/images/wd4d.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_n/app/views/line_items/new.html.erb: -------------------------------------------------------------------------------- 1 |

New line_item

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', line_items_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_n/public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_n/public/images/logo.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_n/public/images/rtp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_n/public/images/rtp.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_n/public/images/ruby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_n/public/images/ruby.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_n/public/images/wd4d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_n/public/images/wd4d.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_o/app/views/line_items/new.html.erb: -------------------------------------------------------------------------------- 1 |

New line_item

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', line_items_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_o/public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_o/public/images/logo.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_o/public/images/rtp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_o/public/images/rtp.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_o/public/images/ruby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_o/public/images/ruby.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_o/public/images/wd4d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_o/public/images/wd4d.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_p/app/views/line_items/new.html.erb: -------------------------------------------------------------------------------- 1 |

New line_item

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', line_items_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_p/public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_p/public/images/logo.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_p/public/images/rtp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_p/public/images/rtp.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_p/public/images/ruby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_p/public/images/ruby.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_p/public/images/wd4d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_p/public/images/wd4d.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_q/app/views/line_items/new.html.erb: -------------------------------------------------------------------------------- 1 |

New line_item

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', line_items_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_q/public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_q/public/images/logo.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_q/public/images/rtp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_q/public/images/rtp.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_q/public/images/ruby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_q/public/images/ruby.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_q/public/images/wd4d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_q/public/images/wd4d.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_r/app/views/line_items/new.html.erb: -------------------------------------------------------------------------------- 1 |

New line_item

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', line_items_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_r/public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_r/public/images/logo.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_r/public/images/rtp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_r/public/images/rtp.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_r/public/images/ruby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_r/public/images/ruby.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_r/public/images/wd4d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_r/public/images/wd4d.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_s/app/views/line_items/new.html.erb: -------------------------------------------------------------------------------- 1 |

New line_item

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', line_items_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_s/public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_s/public/images/logo.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_s/public/images/rtp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_s/public/images/rtp.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_s/public/images/ruby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_s/public/images/ruby.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_s/public/images/wd4d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_s/public/images/wd4d.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_t/app/views/line_items/new.html.erb: -------------------------------------------------------------------------------- 1 |

New line_item

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', line_items_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_t/public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_t/public/images/logo.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_t/public/images/rtp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_t/public/images/rtp.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_t/public/images/ruby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_t/public/images/ruby.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_t/public/images/wd4d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_t/public/images/wd4d.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_u/app/views/line_items/new.html.erb: -------------------------------------------------------------------------------- 1 |

New line_item

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', line_items_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_u/public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_u/public/images/logo.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_u/public/images/rtp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_u/public/images/rtp.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_u/public/images/ruby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_u/public/images/ruby.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_u/public/images/wd4d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_u/public/images/wd4d.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_v/app/views/line_items/new.html.erb: -------------------------------------------------------------------------------- 1 |

New line_item

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Back', line_items_path %> 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_v/public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_v/public/images/logo.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_v/public/images/rtp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_v/public/images/rtp.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_v/public/images/ruby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_v/public/images/ruby.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_v/public/images/wd4d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_v/public/images/wd4d.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/ar/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/e1/ar/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/ar/script/destroy: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | require File.expand_path('../../config/environment', __FILE__) 3 | require 'rails/commands/destroy' 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/ar/script/plugin: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | require File.expand_path('../../config/application', __FILE__) 3 | require 'rails/commands/plugin' 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/ar/script/runner: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | require File.expand_path('../../config/environment', __FILE__) 3 | require 'rails/commands/runner' 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/views/script/plugin: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | require File.expand_path('../../config/application', __FILE__) 3 | require 'rails/commands/plugin' 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/views/script/runner: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | require File.expand_path('../../config/environment', __FILE__) 3 | require 'rails/commands/runner' 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/views/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/views/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/demo/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/work/demo/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/public/images/debug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/work/depot/public/images/debug.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/work/depot/public/images/logo.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/work/depot/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/public/images/ruby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/work/depot/public/images/ruby.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/public/images/wd4d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/work/depot/public/images/wd4d.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/activesupport-3.0.10/lib/active_support/core_ext/cgi.rb: -------------------------------------------------------------------------------- 1 | require 'active_support/core_ext/cgi/escape_skipping_slashes' 2 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rack-mount-0.6.14/lib/rack/mount/vendor/regin/regin/anchor.rb: -------------------------------------------------------------------------------- 1 | module Regin 2 | class Anchor < Atom 3 | end 4 | end 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/treetop-1.4.10/lib/treetop.rb: -------------------------------------------------------------------------------- 1 | require 'treetop/runtime' 2 | require 'treetop/compiler' 3 | require 'treetop/polyglot' 4 | -------------------------------------------------------------------------------- /Autotools/jupiter/src/jupiter.dSYM/Contents/Resources/DWARF/jupiter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Autotools/jupiter/src/jupiter.dSYM/Contents/Resources/DWARF/jupiter -------------------------------------------------------------------------------- /Learning Python/ch22/module2.py: -------------------------------------------------------------------------------- 1 | print 'starting to load...' 2 | import sys 3 | name = 42 4 | 5 | def func(): pass 6 | 7 | class klass: pass 8 | 9 | print 'done loading.' 10 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_a/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_a/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_b/public/images/debug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_b/public/images/debug.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_b/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_b/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_c/public/images/debug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_c/public/images/debug.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_c/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_c/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_d/public/images/debug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_d/public/images/debug.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_d/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_d/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_e/public/images/debug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_e/public/images/debug.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_e/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_e/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_f/public/images/debug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_f/public/images/debug.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_f/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_f/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_g/public/images/debug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_g/public/images/debug.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_g/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_g/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_h/public/images/debug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_h/public/images/debug.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_h/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_h/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_i/public/images/debug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_i/public/images/debug.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_i/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_i/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_j/public/images/debug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_j/public/images/debug.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_j/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_j/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_k/public/images/debug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_k/public/images/debug.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_k/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_k/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_l/public/images/debug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_l/public/images/debug.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_l/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_l/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_m/public/images/debug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_m/public/images/debug.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_m/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_m/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_n/public/images/debug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_n/public/images/debug.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_n/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_n/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_o/public/images/debug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_o/public/images/debug.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_o/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_o/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_p/public/images/debug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_p/public/images/debug.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_p/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_p/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_q/public/images/debug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_q/public/images/debug.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_q/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_q/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_r/public/images/debug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_r/public/images/debug.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_r/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_r/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_s/public/images/debug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_s/public/images/debug.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_s/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_s/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_t/public/images/debug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_t/public/images/debug.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_t/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_t/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_u/public/images/debug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_u/public/images/debug.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_u/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_u/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_v/public/images/debug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_v/public/images/debug.jpg -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_v/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/depot_v/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/ar/script/generate: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | require File.expand_path('../../config/environment', __FILE__) 3 | require 'rails/commands/generate' 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/routing/script/destroy: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | require File.expand_path('../../config/environment', __FILE__) 3 | require 'rails/commands/destroy' 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/routing/script/plugin: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | require File.expand_path('../../config/application', __FILE__) 3 | require 'rails/commands/plugin' 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/routing/script/runner: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | require File.expand_path('../../config/environment', __FILE__) 3 | require 'rails/commands/runner' 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/views/app/views/test/date_format.reval: -------------------------------------------------------------------------------- 1 | distance_of_time_in_words(Time.now, Time.local(2005, 12, 25)) 2 | time_ago_in_words(Time.utc(2004, 12, 25)) 3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/views/app/views/test/objects.xml.builder: -------------------------------------------------------------------------------- 1 | controller.headers["Content-Type"] = "text/plain" 2 | 3 | xml.dl do 4 | show(xml, "debug(@params)") 5 | end -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/views/app/views/upload/show.html.erb: -------------------------------------------------------------------------------- 1 |

<%= @picture.comment %>

2 | 3 | 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/views/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/e1/views/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/views/script/destroy: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | require File.expand_path('../../config/environment', __FILE__) 3 | require 'rails/commands/destroy' 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/views/script/generate: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | require File.expand_path('../../config/environment', __FILE__) 3 | require 'rails/commands/generate' 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/activesupport-3.0.10/lib/active_support/core_ext/big_decimal.rb: -------------------------------------------------------------------------------- 1 | require 'active_support/core_ext/big_decimal/conversions' 2 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/arel-2.0.10/lib/arel/deprecated.rb: -------------------------------------------------------------------------------- 1 | module Arel 2 | InnerJoin = Nodes::InnerJoin 3 | OuterJoin = Nodes::OuterJoin 4 | end 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/arel-2.0.10/lib/arel/nodes/in.rb: -------------------------------------------------------------------------------- 1 | module Arel 2 | module Nodes 3 | class In < Equality 4 | end 5 | end 6 | end 7 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rack-1.2.3/test/cgi/test.ru: -------------------------------------------------------------------------------- 1 | #!../../bin/rackup 2 | # -*- ruby -*- 3 | 4 | require '../testrequest' 5 | run TestRequest.new 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/railties-3.0.10/lib/rails/generators/rails/app/templates/app/helpers/application_helper.rb: -------------------------------------------------------------------------------- 1 | module ApplicationHelper 2 | end 3 | -------------------------------------------------------------------------------- /Autotools/jupiter/src/main.c: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | 4 | int main(int argc, char * argv[]) { 5 | printf("Hello from %s!\n", argv[0]); 6 | return 0; 7 | } 8 | -------------------------------------------------------------------------------- /The RSpec Book/cb/03/features/step_definitions/codebreaker_steps.rb: -------------------------------------------------------------------------------- 1 | Given /^I am not yet playing$/ do 2 | end 3 | 4 | When /^I start a new game$/ do 5 | Codebreaker::Game.new.start 6 | end -------------------------------------------------------------------------------- /The RSpec Book/cb/04/features/step_definitions/codebreaker_steps.rb: -------------------------------------------------------------------------------- 1 | Given /^I am not yet playing$/ do 2 | end 3 | 4 | When /^I start a new game$/ do 5 | Codebreaker::Game.new.start 6 | end -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/routing/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/e1/routing/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/e1/routing/script/generate: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | require File.expand_path('../../config/environment', __FILE__) 3 | require 'rails/commands/generate' 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo1/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/work/demo1/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo2/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/work/demo2/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo3/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/work/demo3/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo4/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/work/demo4/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/work/demo5/public/images/rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerBrock/books/HEAD/Agile Web Development with Rails/code/work/demo5/public/images/rails.png -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/activesupport-3.0.10/lib/active_support/json.rb: -------------------------------------------------------------------------------- 1 | require 'active_support/json/decoding' 2 | require 'active_support/json/encoding' 3 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/erubis-2.6.6/test/data/users-guide/example4.eruby: -------------------------------------------------------------------------------- 1 | 2 |

3 | 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/erubis-2.6.6/test/data/users-guide/printenabled-example.eruby: -------------------------------------------------------------------------------- 1 | <% for item in @list %> 2 | <% print item %> 3 | <% end %> 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/erubis-2.6.6/test/data/users-guide/stderr.log: -------------------------------------------------------------------------------- 1 | *** debug: item="" 2 | *** debug: item="b&b" 3 | *** debug: item="\"ccc\"" 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/erubis-2.6.6/test/data/users-guide/tail_260.result: -------------------------------------------------------------------------------- 1 | $ erubis -c '{var: "AAA\n"}' tailnewline.rhtml 2 |
3 | AAA 4 |
5 | -------------------------------------------------------------------------------- /Node: Up and Running/.gitignore: -------------------------------------------------------------------------------- 1 | lib-cov 2 | *.seed 3 | *.log 4 | *.csv 5 | *.dat 6 | *.out 7 | *.pid 8 | *.gz 9 | 10 | pids 11 | logs 12 | results 13 | 14 | node_modules 15 | npm-debug.log -------------------------------------------------------------------------------- /Ruby Under a Microscope/lex1.rb: -------------------------------------------------------------------------------- 1 | require 'ripper' 2 | require 'pp' 3 | 4 | code = < :calculate) do %> 2 | 3 | <%= text_field_tag(:arg1, @params[:arg1], :size => 3) %> 4 | 5 | <% end %> -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/arel-2.0.10/lib/arel/nodes/and.rb: -------------------------------------------------------------------------------- 1 | module Arel 2 | module Nodes 3 | class And < Arel::Nodes::Binary 4 | end 5 | end 6 | end 7 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/arel-2.0.10/lib/arel/nodes/as.rb: -------------------------------------------------------------------------------- 1 | module Arel 2 | module Nodes 3 | class As < Arel::Nodes::Binary 4 | end 5 | end 6 | end 7 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/arel-2.0.10/lib/arel/nodes/not.rb: -------------------------------------------------------------------------------- 1 | module Arel 2 | module Nodes 3 | class Not < Arel::Nodes::Unary 4 | end 5 | end 6 | end 7 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/arel-2.0.10/lib/arel/nodes/on.rb: -------------------------------------------------------------------------------- 1 | module Arel 2 | module Nodes 3 | class On < Arel::Nodes::Unary 4 | end 5 | end 6 | end 7 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/arel-2.0.10/lib/arel/nodes/or.rb: -------------------------------------------------------------------------------- 1 | module Arel 2 | module Nodes 3 | class Or < Arel::Nodes::Binary 4 | end 5 | end 6 | end 7 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/arel-2.0.10/lib/arel/nodes/top.rb: -------------------------------------------------------------------------------- 1 | module Arel 2 | module Nodes 3 | class Top < Arel::Nodes::Unary 4 | end 5 | end 6 | end 7 | -------------------------------------------------------------------------------- /Learning Ruby/block.rb: -------------------------------------------------------------------------------- 1 | def call_block 2 | puts "Start of method" 3 | yield("Ashole1") 4 | yield("Ashole2") 5 | puts "End of method" 6 | end 7 | 8 | call_block { |word| puts "In the block #{word}" } -------------------------------------------------------------------------------- /Ruby Under a Microscope/lex2.rb: -------------------------------------------------------------------------------- 1 | require 'ripper' 2 | require 'pp' 3 | 4 | code = <, find me in app/views/app/views/notifier/order_received.text.erb 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_p/app/views/notifier/order_shipped.text.erb: -------------------------------------------------------------------------------- 1 | Notifier#order_shipped 2 | 3 | <%= @greeting %>, find me in app/views/app/views/notifier/order_shipped.text.erb 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_q/app/views/notifier/order_shipped.text.erb: -------------------------------------------------------------------------------- 1 | Notifier#order_shipped 2 | 3 | <%= @greeting %>, find me in app/views/app/views/notifier/order_shipped.text.erb 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_r/app/views/notifier/order_shipped.text.erb: -------------------------------------------------------------------------------- 1 | Notifier#order_shipped 2 | 3 | <%= @greeting %>, find me in app/views/app/views/notifier/order_shipped.text.erb 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_s/app/views/notifier/order_shipped.text.erb: -------------------------------------------------------------------------------- 1 | Notifier#order_shipped 2 | 3 | <%= @greeting %>, find me in app/views/app/views/notifier/order_shipped.text.erb 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_t/app/views/notifier/order_shipped.text.erb: -------------------------------------------------------------------------------- 1 | Notifier#order_shipped 2 | 3 | <%= @greeting %>, find me in app/views/app/views/notifier/order_shipped.text.erb 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_u/app/views/notifier/order_shipped.text.erb: -------------------------------------------------------------------------------- 1 | Notifier#order_shipped 2 | 3 | <%= @greeting %>, find me in app/views/app/views/notifier/order_shipped.text.erb 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/code/depot_v/app/views/notifier/order_shipped.text.erb: -------------------------------------------------------------------------------- 1 | Notifier#order_shipped 2 | 3 | <%= @greeting %>, find me in app/views/app/views/notifier/order_shipped.text.erb 4 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/app/controllers/admin_controller.rb: -------------------------------------------------------------------------------- 1 | class AdminController < ApplicationController 2 | def index 3 | @total_orders = Order.count 4 | end 5 | 6 | end 7 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/app/views/carts/edit.html.erb: -------------------------------------------------------------------------------- 1 |

Editing cart

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Show', @cart %> | 6 | <%= link_to 'Back', carts_path %> 7 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/app/views/users/edit.html.erb: -------------------------------------------------------------------------------- 1 |

Editing user

2 | 3 | <%= render 'form' %> 4 | 5 | <%= link_to 'Show', @user %> | 6 | <%= link_to 'Back', users_path %> 7 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/actionpack-3.0.10/lib/action_controller/deprecated/performance_test.rb: -------------------------------------------------------------------------------- 1 | ActionController::PerformanceTest = ActionDispatch::PerformanceTest 2 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/arel-2.0.10/lib/arel/nodes/avg.rb: -------------------------------------------------------------------------------- 1 | module Arel 2 | module Nodes 3 | class Avg < Arel::Nodes::Function 4 | end 5 | end 6 | end 7 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/arel-2.0.10/lib/arel/nodes/group.rb: -------------------------------------------------------------------------------- 1 | module Arel 2 | module Nodes 3 | class Group < Arel::Nodes::Unary 4 | end 5 | end 6 | end 7 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/arel-2.0.10/lib/arel/nodes/having.rb: -------------------------------------------------------------------------------- 1 | module Arel 2 | module Nodes 3 | class Having < Arel::Nodes::Unary 4 | end 5 | end 6 | end 7 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/arel-2.0.10/lib/arel/nodes/lock.rb: -------------------------------------------------------------------------------- 1 | module Arel 2 | module Nodes 3 | class Lock < Arel::Nodes::Unary 4 | end 5 | end 6 | end 7 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/arel-2.0.10/lib/arel/nodes/max.rb: -------------------------------------------------------------------------------- 1 | module Arel 2 | module Nodes 3 | class Max < Arel::Nodes::Function 4 | end 5 | end 6 | end 7 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/arel-2.0.10/lib/arel/nodes/min.rb: -------------------------------------------------------------------------------- 1 | module Arel 2 | module Nodes 3 | class Min < Arel::Nodes::Function 4 | end 5 | end 6 | end 7 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/arel-2.0.10/lib/arel/nodes/not_in.rb: -------------------------------------------------------------------------------- 1 | module Arel 2 | module Nodes 3 | class NotIn < Arel::Nodes::Binary 4 | end 5 | end 6 | end 7 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/arel-2.0.10/lib/arel/nodes/sum.rb: -------------------------------------------------------------------------------- 1 | module Arel 2 | module Nodes 3 | class Sum < Arel::Nodes::Function 4 | end 5 | end 6 | end 7 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/erubis-2.6.6/test/data/users-guide/percentline-example.rhtml: -------------------------------------------------------------------------------- 1 | % for item in list 2 | <%= item %> 3 | % end 4 | %% lines with '%%' 5 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/rdoc-3.9.3/lib/rdoc/ri/formatter.rb: -------------------------------------------------------------------------------- 1 | ## 2 | # For RubyGems backwards compatibility 3 | 4 | module RDoc::RI::Formatter # :nodoc: 5 | end 6 | -------------------------------------------------------------------------------- /Agile Web Development with Rails/work/depot/rake/ruby/1.9.1/gems/treetop-1.4.10/spec/compiler/test_grammar.tt: -------------------------------------------------------------------------------- 1 | module Test 2 | grammar Grammar 3 | rule foo 4 | 'foo' 5 | end 6 | end 7 | end -------------------------------------------------------------------------------- /Learning Ruby/songdata: -------------------------------------------------------------------------------- 1 | /jazz/j00132.mp3 | 3:45 | Fats Waller | Ain't Misbehavin' 2 | /jazz/j00319.mp3 | 2:58 | Louis Armstrong | Wonderful World 3 | /bgrass/bg0732.mp3| 4:09 | Strength in Numbers | Texas Red --------------------------------------------------------------------------------