├── book
├── .gitignore
├── novice
│ ├── git
│ │ └── img
│ │ │ ├── phd101212s.png
│ │ │ ├── git-diff-review.pdf
│ │ │ ├── git-file-trees.pdf
│ │ │ ├── git-after-merging.pdf
│ │ │ ├── git-staging-area.pdf
│ │ │ ├── git-commit-add-review.pdf
│ │ │ ├── github-create-repo-01.png
│ │ │ ├── github-create-repo-02.png
│ │ │ ├── github-create-repo-03.png
│ │ │ ├── git-after-duplicate-clone.pdf
│ │ │ ├── git-after-pushing-merge.pdf
│ │ │ ├── github-change-repo-string.png
│ │ │ ├── github-find-repo-string.png
│ │ │ ├── git-when-revisions-updated.pdf
│ │ │ ├── git-freshly-made-github-repo.pdf
│ │ │ ├── github-repo-after-first-push.pdf
│ │ │ ├── git-after-pulling-to-local-repo.pdf
│ │ │ ├── git-after-change-to-duplicate-repo.pdf
│ │ │ ├── git-after-first-conflicting-change.pdf
│ │ │ └── git-after-second-conflicting-change.pdf
│ ├── python
│ │ └── img
│ │ │ ├── grid5x3.png
│ │ │ ├── color_row.png
│ │ │ ├── diagonal.png
│ │ │ ├── color-cube.png
│ │ │ ├── pink_heatmap.png
│ │ │ ├── ave-inflammation.png
│ │ │ ├── heatmap_improved.png
│ │ │ ├── initial-heat-map.png
│ │ │ ├── initial-heatmap.png
│ │ │ ├── initial_heatmap.png
│ │ │ ├── max-inflammation.png
│ │ │ ├── min-inflammation.png
│ │ │ ├── standard_colors.png
│ │ │ ├── combined-inflammation.png
│ │ │ ├── inflammation-loop-01.png
│ │ │ ├── inflammation-loop-02.png
│ │ │ ├── inflammation-loop-03.png
│ │ │ ├── loop-inflammation-01.png
│ │ │ ├── loop-inflammation-02.png
│ │ │ ├── loop-inflammation-03.png
│ │ │ ├── python-call-stack-01.pdf
│ │ │ ├── python-call-stack-02.pdf
│ │ │ ├── python-call-stack-03.pdf
│ │ │ ├── python-call-stack-04.pdf
│ │ │ ├── python-call-stack-05.pdf
│ │ │ ├── python-call-stack-06.pdf
│ │ │ ├── python-call-stack-07.pdf
│ │ │ ├── combined-inflammation-2.png
│ │ │ ├── min-inflammation-per-day.png
│ │ │ ├── ave-inflammation-over-time.png
│ │ │ ├── max-inflammation-over-time.png
│ │ │ ├── python-overlapping-ranges.pdf
│ │ │ ├── combined-inflammation-per-day.png
│ │ │ ├── python-flowchart-conditional.pdf
│ │ │ ├── python-flowchart-nested-loops.pdf
│ │ │ ├── python-operations-across-axes.pdf
│ │ │ ├── python-sticky-note-variables-01.pdf
│ │ │ ├── python-sticky-note-variables-02.pdf
│ │ │ └── python-sticky-note-variables-03.pdf
│ ├── shell
│ │ └── img
│ │ │ ├── homedir.pdf
│ │ │ ├── filesystem.pdf
│ │ │ ├── find-file-tree.pdf
│ │ │ ├── nano-screenshot.png
│ │ │ ├── home-directories.pdf
│ │ │ └── filesystem-challenge.pdf
│ ├── sql
│ │ └── img
│ │ │ ├── sql-filter.pdf
│ │ │ └── sql-aggregation.pdf
│ └── extras
│ │ └── img
│ │ ├── madeleine.jpg
│ │ ├── git-fork-ui.png
│ │ ├── git-forking-01.pdf
│ │ ├── git-forking-02.pdf
│ │ ├── git-forking-03.pdf
│ │ ├── git-branching-01.pdf
│ │ ├── git-branching-02.pdf
│ │ ├── git-branching-03.pdf
│ │ ├── git-branching-04.pdf
│ │ ├── git-branching-05.pdf
│ │ ├── git-branching-06.pdf
│ │ ├── python-alias-01.pdf
│ │ ├── python-alias-02.pdf
│ │ ├── python-alias-03.pdf
│ │ ├── python-alias-04.pdf
│ │ ├── python-alias-05.pdf
│ │ ├── python-alias-06.pdf
│ │ ├── python-alias-07.pdf
│ │ └── x-for-directories.pdf
└── Makefile
├── novice
├── python
│ ├── small-01.csv
│ ├── small-03.csv
│ ├── small-02.csv
│ ├── argv-list.py
│ ├── sys-version.py
│ ├── starry_night.jpg
│ ├── img
│ │ ├── color-cube.png
│ │ ├── initial-heat-map.png
│ │ ├── loop-inflammation-01.png
│ │ ├── loop-inflammation-02.png
│ │ ├── loop-inflammation-03.png
│ │ ├── python-call-stack-01.odg
│ │ ├── python-call-stack-01.png
│ │ ├── python-call-stack-02.odg
│ │ ├── python-call-stack-02.png
│ │ ├── python-call-stack-03.odg
│ │ ├── python-call-stack-03.png
│ │ ├── python-call-stack-04.odg
│ │ ├── python-call-stack-04.png
│ │ ├── python-call-stack-05.odg
│ │ ├── python-call-stack-05.png
│ │ ├── python-call-stack-06.odg
│ │ ├── python-call-stack-06.png
│ │ ├── python-call-stack-07.odg
│ │ ├── python-call-stack-07.png
│ │ ├── combined-inflammation-2.png
│ │ ├── min-inflammation-per-day.png
│ │ ├── ave-inflammation-over-time.png
│ │ ├── max-inflammation-over-time.png
│ │ ├── python-overlapping-ranges.odg
│ │ ├── python-overlapping-ranges.png
│ │ ├── combined-inflammation-per-day.png
│ │ ├── python-flowchart-conditional.odg
│ │ ├── python-flowchart-conditional.png
│ │ ├── python-flowchart-nested-loops.odg
│ │ ├── python-flowchart-nested-loops.png
│ │ ├── python-operations-across-axes.odg
│ │ ├── python-operations-across-axes.png
│ │ ├── python-sticky-note-variables-01.odg
│ │ ├── python-sticky-note-variables-01.png
│ │ ├── python-sticky-note-variables-02.odg
│ │ ├── python-sticky-note-variables-02.png
│ │ ├── python-sticky-note-variables-03.odg
│ │ └── python-sticky-note-variables-03.png
│ ├── rectangle.py
│ ├── count-stdin.py
│ ├── 03-loop_files
│ │ └── novice
│ │ │ └── python
│ │ │ ├── 03-loop_2_0.png
│ │ │ ├── 03-loop_49_1.png
│ │ │ ├── 03-loop_49_3.png
│ │ │ ├── 03-loop_49_5.png
│ │ │ └── 03-loop_4_0.png
│ ├── 01-numpy_files
│ │ └── novice
│ │ │ └── python
│ │ │ ├── 01-numpy_74_0.png
│ │ │ ├── 01-numpy_76_0.png
│ │ │ ├── 01-numpy_78_1.png
│ │ │ ├── 01-numpy_78_3.png
│ │ │ └── 01-numpy_83_0.png
│ ├── errors_01.py
│ ├── readings-01.py
│ ├── readings-02.py
│ └── readings-03.py
├── shell
│ ├── filesystem
│ │ ├── data
│ │ │ ├── backup
│ │ │ │ └── backup.log
│ │ │ ├── network.cfg
│ │ │ ├── access.log
│ │ │ └── hardware.cfg
│ │ └── users
│ │ │ ├── nelle
│ │ │ ├── Desktop
│ │ │ │ └── .my.log
│ │ │ ├── writing
│ │ │ │ ├── old
│ │ │ │ │ └── .my.log
│ │ │ │ ├── tools
│ │ │ │ │ ├── old
│ │ │ │ │ │ └── oldtool
│ │ │ │ │ ├── stats
│ │ │ │ │ └── format
│ │ │ │ ├── thesis
│ │ │ │ │ └── empty-draft.md
│ │ │ │ └── haiku.txt
│ │ │ ├── pizza.cfg
│ │ │ ├── notes.txt
│ │ │ ├── solar.pdf
│ │ │ ├── north-pacific-gyre
│ │ │ │ └── 2012-07-03
│ │ │ │ │ ├── goodiff
│ │ │ │ │ └── goostats
│ │ │ └── data
│ │ │ │ ├── elements
│ │ │ │ ├── Cm.xml
│ │ │ │ ├── Cf.xml
│ │ │ │ ├── Es.xml
│ │ │ │ ├── Fm.xml
│ │ │ │ ├── Lr.xml
│ │ │ │ ├── Md.xml
│ │ │ │ ├── Bk.xml
│ │ │ │ ├── No.xml
│ │ │ │ ├── At.xml
│ │ │ │ ├── Ac.xml
│ │ │ │ ├── La.xml
│ │ │ │ ├── Rn.xml
│ │ │ │ ├── W.xml
│ │ │ │ ├── Ba.xml
│ │ │ │ ├── Cs.xml
│ │ │ │ ├── Hf.xml
│ │ │ │ ├── Ir.xml
│ │ │ │ ├── Os.xml
│ │ │ │ ├── Pb.xml
│ │ │ │ ├── Pt.xml
│ │ │ │ ├── Ta.xml
│ │ │ │ ├── Ar.xml
│ │ │ │ ├── Au.xml
│ │ │ │ ├── B.xml
│ │ │ │ ├── Be.xml
│ │ │ │ ├── Bi.xml
│ │ │ │ ├── Ca.xml
│ │ │ │ ├── Cd.xml
│ │ │ │ ├── Er.xml
│ │ │ │ ├── Fe.xml
│ │ │ │ ├── Fr.xml
│ │ │ │ ├── Ga.xml
│ │ │ │ ├── He.xml
│ │ │ │ ├── Hg.xml
│ │ │ │ ├── In.xml
│ │ │ │ ├── K.xml
│ │ │ │ ├── Kr.xml
│ │ │ │ ├── Lu.xml
│ │ │ │ ├── Mg.xml
│ │ │ │ ├── Mo.xml
│ │ │ │ ├── Nd.xml
│ │ │ │ ├── Ne.xml
│ │ │ │ ├── O.xml
│ │ │ │ ├── Po.xml
│ │ │ │ ├── Ra.xml
│ │ │ │ ├── Rb.xml
│ │ │ │ ├── Re.xml
│ │ │ │ ├── Rh.xml
│ │ │ │ ├── Ru.xml
│ │ │ │ ├── Sn.xml
│ │ │ │ ├── Sr.xml
│ │ │ │ ├── Tl.xml
│ │ │ │ ├── Xe.xml
│ │ │ │ ├── Y.xml
│ │ │ │ ├── Zn.xml
│ │ │ │ ├── Zr.xml
│ │ │ │ ├── Ag.xml
│ │ │ │ ├── Al.xml
│ │ │ │ └── C.xml
│ │ │ │ └── pdb
│ │ │ │ └── ammonia.pdb
│ │ │ ├── backup
│ │ │ ├── original
│ │ │ │ └── backup.log
│ │ │ ├── pnas_final
│ │ │ │ └── backup.log
│ │ │ └── pnas_sub
│ │ │ │ └── backup.log
│ │ │ └── thing
│ │ │ └── backup
│ │ │ ├── 2012-12-01
│ │ │ └── backup.log
│ │ │ ├── 2013-01-08
│ │ │ └── backup.log
│ │ │ └── 2013-01-27
│ │ │ └── backup.log
│ ├── img
│ │ ├── homedir.odg
│ │ ├── filesystem.odg
│ │ ├── filesystem.png
│ │ ├── vlad-homedir.png
│ │ ├── find-file-tree.odg
│ │ ├── find-file-tree.png
│ │ ├── nano-screenshot.png
│ │ ├── home-directories.odg
│ │ ├── home-directories.png
│ │ ├── filesystem-challenge.odg
│ │ └── filesystem-challenge.png
│ ├── README.txt
│ └── gen-sequence.py
├── git
│ ├── README.txt
│ └── img
│ │ ├── conflict.odg
│ │ ├── phd101212s.gif
│ │ ├── phd101212s.png
│ │ ├── git-checkout.odg
│ │ ├── git-checkout.png
│ │ ├── ssh-keychain.png
│ │ ├── git-committing.odg
│ │ ├── git-committing.png
│ │ ├── git-diff-review.png
│ │ ├── git-file-trees.png
│ │ ├── github-ssh-keys.png
│ │ ├── git-staging-area.odg
│ │ ├── git-staging-area.png
│ │ ├── github-add-ssh-key.png
│ │ ├── github-collaboration.odg
│ │ ├── github-ssh-clone-url.png
│ │ ├── git-commit-add-review.png
│ │ ├── github-create-repo-01.png
│ │ ├── github-create-repo-02.png
│ │ ├── github-create-repo-03.png
│ │ ├── github-account-settings.png
│ │ ├── github-add-collaborators.png
│ │ ├── github-add-collaborators.xcf
│ │ ├── github-change-repo-string.png
│ │ ├── github-find-repo-string.png
│ │ ├── git-when-revisions-updated.odg
│ │ ├── git-when-revisions-updated.png
│ │ ├── git-freshly-made-github-repo.odg
│ │ ├── git-freshly-made-github-repo.png
│ │ ├── github-repo-after-first-push.odg
│ │ └── github-repo-after-first-push.png
├── hg
│ ├── README.txt
│ └── img
│ │ ├── phd101212s.gif
│ │ ├── hg-after-merging.odg
│ │ ├── bitbucket-create-repo-01.png
│ │ ├── bitbucket-create-repo-02.png
│ │ ├── bitbucket-create-repo-03.png
│ │ ├── bitbucket-find-repo-string.png
│ │ ├── hg-after-duplicate-clone.odg
│ │ ├── hg-kdiff3-conflict-windows.png
│ │ ├── bitbucket-repo-after-first-push.odg
│ │ ├── hg-after-pulling-to-local-repo.odg
│ │ ├── hg-freshly-made-bitbucket-repo.odg
│ │ ├── hg-after-change-to-duplicate-repo.odg
│ │ ├── hg-after-first-conflicting-change.odg
│ │ ├── hg-after-second-conflicting-change.odg
│ │ └── hg-kdiff3-conflict-windows-resolved.png
├── r
│ ├── ggplot.pdf
│ └── figure
│ │ ├── unnamed-chunk-10.png
│ │ ├── unnamed-chunk-11.png
│ │ ├── unnamed-chunk-12.png
│ │ ├── unnamed-chunk-13.png
│ │ ├── unnamed-chunk-14.png
│ │ ├── unnamed-chunk-15.png
│ │ ├── unnamed-chunk-21.png
│ │ ├── unnamed-chunk-22.png
│ │ ├── unnamed-chunk-23.png
│ │ ├── unnamed-chunk-26.png
│ │ ├── unnamed-chunk-29.png
│ │ ├── unnamed-chunk-3.png
│ │ ├── unnamed-chunk-30.png
│ │ ├── unnamed-chunk-31.png
│ │ ├── unnamed-chunk-32.png
│ │ ├── unnamed-chunk-33.png
│ │ ├── unnamed-chunk-35.png
│ │ ├── unnamed-chunk-36.png
│ │ ├── unnamed-chunk-38.png
│ │ ├── unnamed-chunk-40.png
│ │ ├── unnamed-chunk-5.png
│ │ ├── unnamed-chunk-6.png
│ │ ├── unnamed-chunk-7.png
│ │ ├── unnamed-chunk-81.png
│ │ ├── unnamed-chunk-82.png
│ │ ├── unnamed-chunk-191.png
│ │ ├── unnamed-chunk-192.png
│ │ ├── unnamed-chunk-193.png
│ │ ├── unnamed-chunk-194.png
│ │ ├── unnamed-chunk-195.png
│ │ ├── unnamed-chunk-196.png
│ │ ├── unnamed-chunk-197.png
│ │ ├── unnamed-chunk-198.png
│ │ ├── unnamed-chunk-199.png
│ │ ├── unnamed-chunk-241.png
│ │ ├── unnamed-chunk-242.png
│ │ ├── unnamed-chunk-243.png
│ │ ├── unnamed-chunk-244.png
│ │ ├── unnamed-chunk-245.png
│ │ ├── unnamed-chunk-246.png
│ │ ├── unnamed-chunk-247.png
│ │ ├── unnamed-chunk-248.png
│ │ ├── unnamed-chunk-249.png
│ │ ├── unnamed-chunk-281.png
│ │ ├── unnamed-chunk-282.png
│ │ ├── unnamed-chunk-283.png
│ │ ├── unnamed-chunk-284.png
│ │ ├── unnamed-chunk-285.png
│ │ ├── unnamed-chunk-286.png
│ │ ├── unnamed-chunk-287.png
│ │ ├── unnamed-chunk-288.png
│ │ ├── unnamed-chunk-289.png
│ │ ├── unnamed-chunk-361.png
│ │ ├── unnamed-chunk-362.png
│ │ ├── unnamed-chunk-371.png
│ │ ├── unnamed-chunk-372.png
│ │ ├── unnamed-chunk-391.png
│ │ ├── unnamed-chunk-392.png
│ │ ├── 01-starting-with-data-plot-avg-inflammation.png
│ │ ├── 01-starting-with-data-plot-max-inflammation.png
│ │ └── 01-starting-with-data-plot-min-inflammation.png
├── ref
│ └── img
│ │ ├── r.png
│ │ ├── bash.png
│ │ ├── emacs.png
│ │ ├── less.png
│ │ ├── man.png
│ │ ├── more.png
│ │ ├── nano.png
│ │ ├── vim.png
│ │ ├── ipython.png
│ │ ├── python.png
│ │ ├── emacs-gui.png
│ │ ├── r-unclosed.png
│ │ ├── bash-unclosed.png
│ │ ├── python-unclosed.png
│ │ └── ipython-unclosed.png
├── sql
│ ├── img
│ │ ├── sql-filter.odg
│ │ ├── sql-filter.png
│ │ ├── sql-aggregation.odg
│ │ └── sql-aggregation.png
│ └── README.txt
├── extras
│ └── img
│ │ ├── madeleine.jpg
│ │ ├── git-fork-ui.png
│ │ ├── git-forking-01.odg
│ │ ├── git-forking-01.png
│ │ ├── git-forking-02.odg
│ │ ├── git-forking-02.png
│ │ ├── git-forking-03.odg
│ │ ├── git-forking-03.png
│ │ ├── git-branching-01.odg
│ │ ├── git-branching-01.png
│ │ ├── git-branching-02.odg
│ │ ├── git-branching-02.png
│ │ ├── git-branching-03.odg
│ │ ├── git-branching-03.png
│ │ ├── git-branching-04.odg
│ │ ├── git-branching-04.png
│ │ ├── git-branching-05.odg
│ │ ├── git-branching-05.png
│ │ ├── git-branching-06.odg
│ │ ├── git-branching-06.png
│ │ ├── github-pr-changes.png
│ │ ├── github-pr-compare.png
│ │ ├── github-pr-create.png
│ │ ├── github-pr-initial.png
│ │ ├── python-alias-01.odg
│ │ ├── python-alias-01.png
│ │ ├── python-alias-02.odg
│ │ ├── python-alias-02.png
│ │ ├── python-alias-03.odg
│ │ ├── python-alias-03.png
│ │ ├── python-alias-04.odg
│ │ ├── python-alias-04.png
│ │ ├── python-alias-05.odg
│ │ ├── python-alias-05.png
│ │ ├── python-alias-06.odg
│ │ ├── python-alias-06.png
│ │ ├── python-alias-07.odg
│ │ ├── python-alias-07.png
│ │ ├── x-for-directories.odg
│ │ ├── x-for-directories.png
│ │ ├── debugger-screenshot.png
│ │ ├── github-pr-comment-box.png
│ │ ├── github-pr-comment-icon.png
│ │ ├── github-pr-files-changed.png
│ │ └── github-pr-comment-submitted.png
└── matlab
│ ├── kelvin_to_celsius.m
│ ├── img
│ ├── 01-intro_1.png
│ ├── 01-intro_2.png
│ ├── 01-intro_3.png
│ ├── 01-intro_4.png
│ ├── 01-intro_5.png
│ ├── matrix-base.odg
│ ├── matrix-row.odg
│ ├── matrix-multi-cols.odg
│ ├── matrix-multi-rows.odg
│ ├── matrix-submatrix.odg
│ ├── matrix-strided-rows.odg
│ ├── matrix-single-element.odg
│ ├── matrix-strided-rowncols.odg
│ ├── matlab-operations-across-axes.odg
│ ├── matlab-sticky-note-variables-01.odg
│ ├── matlab-sticky-note-variables-02.odg
│ └── matlab-sticky-note-variables-03.odg
│ ├── fahr_to_kelvin.m
│ ├── fahr_to_celsius.m
│ └── center.m
├── extras
├── r-ggplot2
│ ├── .gitignore
│ └── figure
│ │ ├── qplot1.png
│ │ ├── facetcol.png
│ │ ├── ggfacet.png
│ │ ├── gghexbin.png
│ │ ├── irisbase.png
│ │ ├── basediamond.png
│ │ ├── clarcolor.png
│ │ ├── facetclar.png
│ │ ├── ggboxplots.png
│ │ ├── ggclarcol.png
│ │ ├── ggdiamonds.png
│ │ ├── ggfillhisto.png
│ │ ├── gghexbin2.png
│ │ ├── smoothgam.png
│ │ ├── facetclarcol.png
│ │ ├── smoothlinear.png
│ │ ├── ggdepthdensity.png
│ │ └── facetclarcol_colcut.png
└── python-climate-data
│ ├── cstringio-demo.py
│ ├── csv-demo.py
│ ├── csv-demo-2.py
│ ├── get-data.py
│ └── parse-manually.py
├── intermediate
├── make
│ ├── config.mk
│ ├── paper.tex
│ ├── wildcard.mk
│ ├── hello.mk
│ ├── img
│ │ └── example-dependencies.png
│ ├── variables.mk
│ ├── multiple.mk
│ ├── target-variable.mk
│ ├── reference.md
│ ├── double.mk
│ ├── phony.mk
│ ├── pattern-rule.mk
│ ├── all-patterns.mk
│ ├── false-dependencies.mk
│ ├── with-variables.mk
│ └── use-pattern.mk
├── r
│ ├── chunk_options.R
│ ├── reproducible-research
│ │ ├── exercise.md
│ │ └── README.md
│ ├── R-basics
│ │ ├── data-types.png
│ │ ├── stackoverflow.png
│ │ └── rdocumentation.png
│ ├── data-manipulation
│ │ ├── mutate.png
│ │ ├── sac_full.png
│ │ ├── data
│ │ │ ├── mammals.csv
│ │ │ └── baby-names2.csv.bz2
│ │ ├── split-apply1.png
│ │ ├── splitapply.png
│ │ ├── full_apply_suite.png
│ │ └── sample_workflow.png
│ ├── data-visualization
│ │ ├── ggplot.pdf
│ │ ├── slides.png
│ │ ├── data
│ │ │ └── Grazing.pdf
│ │ └── images
│ │ │ ├── hadley.png
│ │ │ ├── git_repo.png
│ │ │ ├── chang_book.png
│ │ │ ├── color_palette.png
│ │ │ └── color_schemes.png
│ ├── testing-documentation
│ │ ├── inline_documentation.png
│ │ ├── rendered_documentation.png
│ │ └── what_roxygen_generates.png
│ └── functions
│ │ └── README.md
├── regex
│ ├── 06-more-tools.md
│ └── img
│ │ ├── 01-intro-notebook-1.png
│ │ ├── 01-intro-notebook-2.png
│ │ ├── Keyboard-left_keys.jpg
│ │ └── 01-intro-notebook-1-metachars.png
├── python
│ ├── speedup.png
│ ├── decision_tree_example.png
│ ├── decision_tree_example.url
│ ├── 01-intro-python_files
│ │ └── intermediate
│ │ │ └── python
│ │ │ ├── 01-intro-python_66_1.png
│ │ │ └── 01-intro-python_68_0.png
│ ├── 02-modularization-documentation_files
│ │ └── intermediate
│ │ │ └── python
│ │ │ ├── 02-modularization-documentation_19_1.png
│ │ │ ├── 02-modularization-documentation_21_1.png
│ │ │ └── 02-modularization-documentation_64_1.png
│ └── A1_mosquito_data.csv
├── shell
│ ├── 01-perm.md
│ ├── img
│ │ ├── shell-on-shell.png
│ │ ├── direct-shell-usage.png
│ │ ├── public-private-keys.png
│ │ └── remote-shell-usage.png
│ ├── guide.md
│ └── README.md
├── doit
│ ├── clean_directory.sh
│ └── .gitignore
├── git
│ └── README.md
└── sql
│ └── README.md
├── img
├── readme
│ ├── step1.png
│ ├── step2.png
│ └── step3.png
├── rss-icon-blue.png
├── site
│ └── main_shadow.png
├── slides
│ ├── enrolment.png
│ └── workshops.png
├── bootcamps
│ ├── 2012-12-uta.png
│ ├── 2012-11-scripps.png
│ ├── 2013-01-mcgill.png
│ └── 2013-01-mckellar.png
├── mozilla-science-lab.png
├── osi-approved-license.png
├── books
│ └── ray-ray-unix-linux.png
├── software-carpentry-banner.png
├── software-carpentry-large.png
└── creative-commons-attribution-license.png
├── css
├── bootstrap
│ └── img
│ │ ├── glyphicons-halflings.png
│ │ └── glyphicons-halflings-white.png
└── book.css
├── .gitignore
├── setup
└── windows-installer
│ ├── software-carpentry-logo.ico
│ └── setup.py
├── data
├── evil
│ ├── notebook-3.txt
│ ├── notebook-1.txt
│ └── notebook-2.txt
├── chem
│ ├── elements
│ │ ├── Cm.xml
│ │ ├── Cf.xml
│ │ ├── Es.xml
│ │ ├── Fm.xml
│ │ ├── Lr.xml
│ │ ├── Md.xml
│ │ ├── Bk.xml
│ │ ├── No.xml
│ │ ├── At.xml
│ │ ├── Ac.xml
│ │ ├── La.xml
│ │ ├── Ba.xml
│ │ ├── Hf.xml
│ │ ├── Rn.xml
│ │ ├── W.xml
│ │ ├── Ar.xml
│ │ ├── Cs.xml
│ │ ├── Ir.xml
│ │ ├── Os.xml
│ │ ├── Pb.xml
│ │ ├── Po.xml
│ │ ├── Pt.xml
│ │ ├── Ta.xml
│ │ ├── Zn.xml
│ │ ├── Ag.xml
│ │ ├── Au.xml
│ │ ├── B.xml
│ │ ├── Be.xml
│ │ ├── Bi.xml
│ │ ├── Ca.xml
│ │ ├── Cd.xml
│ │ ├── Co.xml
│ │ ├── Dy.xml
│ │ ├── Er.xml
│ │ ├── Fe.xml
│ │ ├── Fr.xml
│ │ ├── Ga.xml
│ │ ├── Gd.xml
│ │ ├── He.xml
│ │ ├── Hg.xml
│ │ ├── Ho.xml
│ │ ├── In.xml
│ │ ├── K.xml
│ │ ├── Kr.xml
│ │ ├── Li.xml
│ │ ├── Lu.xml
│ │ ├── Mg.xml
│ │ ├── Mo.xml
│ │ ├── Nd.xml
│ │ ├── Ne.xml
│ │ ├── Ni.xml
│ │ ├── O.xml
│ │ ├── Ra.xml
│ │ ├── Rb.xml
│ │ ├── Re.xml
│ │ ├── Rh.xml
│ │ ├── Ru.xml
│ │ ├── Sc.xml
│ │ ├── Sn.xml
│ │ ├── Sr.xml
│ │ ├── Tb.xml
│ │ ├── Tl.xml
│ │ ├── Tm.xml
│ │ ├── Xe.xml
│ │ ├── Y.xml
│ │ ├── Zr.xml
│ │ ├── Al.xml
│ │ ├── C.xml
│ │ ├── Ce.xml
│ │ ├── Cr.xml
│ │ ├── Cu.xml
│ │ ├── Eu.xml
│ │ ├── F.xml
│ │ ├── H.xml
│ │ ├── Na.xml
│ │ ├── Nb.xml
│ │ ├── Pd.xml
│ │ ├── Pm.xml
│ │ ├── Pr.xml
│ │ ├── S.xml
│ │ ├── Sm.xml
│ │ ├── Th.xml
│ │ ├── Ti.xml
│ │ ├── Yb.xml
│ │ ├── Br.xml
│ │ ├── Ge.xml
│ │ ├── Mn.xml
│ │ ├── Pa.xml
│ │ ├── Sb.xml
│ │ ├── Se.xml
│ │ ├── Si.xml
│ │ ├── Tc.xml
│ │ ├── Te.xml
│ │ ├── V.xml
│ │ ├── Am.xml
│ │ ├── As.xml
│ │ ├── Cl.xml
│ │ ├── I.xml
│ │ ├── Np.xml
│ │ ├── P.xml
│ │ ├── Pu.xml
│ │ ├── U.xml
│ │ └── N.xml
│ └── pdb
│ │ └── ammonia.pdb
└── bio
│ └── amino_acids.txt
├── bin
└── unwarn.py
└── _includes
├── javascript.html
└── banner.html
/book/.gitignore:
--------------------------------------------------------------------------------
1 | *.aux
2 | *.log
3 | *.toc
4 |
--------------------------------------------------------------------------------
/novice/python/small-01.csv:
--------------------------------------------------------------------------------
1 | 0,0,1
2 | 0,1,2
3 |
--------------------------------------------------------------------------------
/novice/python/small-03.csv:
--------------------------------------------------------------------------------
1 | 0,2,0
2 | 1,1,0
3 |
--------------------------------------------------------------------------------
/novice/shell/filesystem/data/backup/backup.log:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/novice/python/small-02.csv:
--------------------------------------------------------------------------------
1 | 9,17,15
2 | 20,8,5
3 |
--------------------------------------------------------------------------------
/novice/shell/filesystem/users/nelle/Desktop/.my.log:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/extras/r-ggplot2/.gitignore:
--------------------------------------------------------------------------------
1 | *.Rproj
2 | .Rproj.user
3 |
--------------------------------------------------------------------------------
/novice/shell/filesystem/data/network.cfg:
--------------------------------------------------------------------------------
1 | speed: high
2 |
--------------------------------------------------------------------------------
/novice/shell/filesystem/users/backup/original/backup.log:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/novice/shell/filesystem/users/backup/pnas_final/backup.log:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/novice/shell/filesystem/users/backup/pnas_sub/backup.log:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/novice/shell/filesystem/users/nelle/writing/old/.my.log:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/novice/shell/filesystem/data/access.log:
--------------------------------------------------------------------------------
1 | Access forbidden.
2 |
--------------------------------------------------------------------------------
/novice/shell/filesystem/users/nelle/writing/tools/old/oldtool:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/novice/shell/filesystem/users/nelle/writing/thesis/empty-draft.md:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/novice/shell/filesystem/users/thing/backup/2012-12-01/backup.log:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/novice/shell/filesystem/users/thing/backup/2013-01-08/backup.log:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/novice/shell/filesystem/users/thing/backup/2013-01-27/backup.log:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/intermediate/make/config.mk:
--------------------------------------------------------------------------------
1 | # config.mk
2 |
3 | STYLE_DIR=c:/papers/
4 |
--------------------------------------------------------------------------------
/novice/shell/filesystem/data/hardware.cfg:
--------------------------------------------------------------------------------
1 | offset: off
2 | color: off
3 |
--------------------------------------------------------------------------------
/intermediate/r/chunk_options.R:
--------------------------------------------------------------------------------
1 | library(knitr)
2 | opts_chunk$set(tidy = FALSE)
--------------------------------------------------------------------------------
/novice/python/argv-list.py:
--------------------------------------------------------------------------------
1 | import sys
2 | print 'sys.argv is', sys.argv
3 |
--------------------------------------------------------------------------------
/novice/git/README.txt:
--------------------------------------------------------------------------------
1 | # Resources
2 |
3 | * `img`: images used in lessons
4 |
--------------------------------------------------------------------------------
/novice/hg/README.txt:
--------------------------------------------------------------------------------
1 | # Resources
2 |
3 | * `img`: images used in lessons
4 |
--------------------------------------------------------------------------------
/novice/python/sys-version.py:
--------------------------------------------------------------------------------
1 | import sys
2 | print 'version is', sys.version
3 |
--------------------------------------------------------------------------------
/intermediate/make/paper.tex:
--------------------------------------------------------------------------------
1 | I am a dummy .tex file. Add text to update me.
2 |
3 |
--------------------------------------------------------------------------------
/intermediate/r/reproducible-research/exercise.md:
--------------------------------------------------------------------------------
1 | # `knitr` and `make` exercise
2 |
3 |
--------------------------------------------------------------------------------
/novice/r/ggplot.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/ggplot.pdf
--------------------------------------------------------------------------------
/novice/shell/filesystem/users/nelle/writing/tools/stats:
--------------------------------------------------------------------------------
1 | 1.75 is greater than 1.23
2 |
--------------------------------------------------------------------------------
/img/readme/step1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/img/readme/step1.png
--------------------------------------------------------------------------------
/img/readme/step2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/img/readme/step2.png
--------------------------------------------------------------------------------
/img/readme/step3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/img/readme/step3.png
--------------------------------------------------------------------------------
/img/rss-icon-blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/img/rss-icon-blue.png
--------------------------------------------------------------------------------
/novice/ref/img/r.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/ref/img/r.png
--------------------------------------------------------------------------------
/novice/shell/filesystem/users/nelle/pizza.cfg:
--------------------------------------------------------------------------------
1 | alpha: 0.5
2 | beta: 0.2
3 | gamma: off
4 |
--------------------------------------------------------------------------------
/novice/shell/filesystem/users/nelle/writing/tools/format:
--------------------------------------------------------------------------------
1 | This is the format of the file
2 |
--------------------------------------------------------------------------------
/img/site/main_shadow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/img/site/main_shadow.png
--------------------------------------------------------------------------------
/img/slides/enrolment.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/img/slides/enrolment.png
--------------------------------------------------------------------------------
/img/slides/workshops.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/img/slides/workshops.png
--------------------------------------------------------------------------------
/novice/ref/img/bash.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/ref/img/bash.png
--------------------------------------------------------------------------------
/novice/ref/img/emacs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/ref/img/emacs.png
--------------------------------------------------------------------------------
/novice/ref/img/less.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/ref/img/less.png
--------------------------------------------------------------------------------
/novice/ref/img/man.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/ref/img/man.png
--------------------------------------------------------------------------------
/novice/ref/img/more.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/ref/img/more.png
--------------------------------------------------------------------------------
/novice/ref/img/nano.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/ref/img/nano.png
--------------------------------------------------------------------------------
/novice/ref/img/vim.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/ref/img/vim.png
--------------------------------------------------------------------------------
/novice/ref/img/ipython.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/ref/img/ipython.png
--------------------------------------------------------------------------------
/novice/ref/img/python.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/ref/img/python.png
--------------------------------------------------------------------------------
/img/bootcamps/2012-12-uta.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/img/bootcamps/2012-12-uta.png
--------------------------------------------------------------------------------
/img/mozilla-science-lab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/img/mozilla-science-lab.png
--------------------------------------------------------------------------------
/img/osi-approved-license.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/img/osi-approved-license.png
--------------------------------------------------------------------------------
/intermediate/regex/06-more-tools.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: lesson
3 | root: ../..
4 | title: More tools
5 | ---
6 |
--------------------------------------------------------------------------------
/novice/git/img/conflict.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/conflict.odg
--------------------------------------------------------------------------------
/novice/git/img/phd101212s.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/phd101212s.gif
--------------------------------------------------------------------------------
/novice/git/img/phd101212s.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/phd101212s.png
--------------------------------------------------------------------------------
/novice/hg/img/phd101212s.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/hg/img/phd101212s.gif
--------------------------------------------------------------------------------
/novice/ref/img/emacs-gui.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/ref/img/emacs-gui.png
--------------------------------------------------------------------------------
/novice/ref/img/r-unclosed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/ref/img/r-unclosed.png
--------------------------------------------------------------------------------
/novice/shell/img/homedir.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/shell/img/homedir.odg
--------------------------------------------------------------------------------
/novice/sql/img/sql-filter.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/sql/img/sql-filter.odg
--------------------------------------------------------------------------------
/novice/sql/img/sql-filter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/sql/img/sql-filter.png
--------------------------------------------------------------------------------
/intermediate/make/wildcard.mk:
--------------------------------------------------------------------------------
1 | # wildcard.mk
2 |
3 | summary-1.dat : data-1-*.dat
4 | python stats.py $@ $^
5 |
--------------------------------------------------------------------------------
/intermediate/python/speedup.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/python/speedup.png
--------------------------------------------------------------------------------
/novice/extras/img/madeleine.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/madeleine.jpg
--------------------------------------------------------------------------------
/novice/git/img/git-checkout.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/git-checkout.odg
--------------------------------------------------------------------------------
/novice/git/img/git-checkout.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/git-checkout.png
--------------------------------------------------------------------------------
/novice/git/img/ssh-keychain.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/ssh-keychain.png
--------------------------------------------------------------------------------
/novice/matlab/kelvin_to_celsius.m:
--------------------------------------------------------------------------------
1 |
2 | function ctemp = kelvin_to_celsius(ktemp)
3 | ctemp = ktemp - 273.15;
--------------------------------------------------------------------------------
/novice/python/starry_night.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/starry_night.jpg
--------------------------------------------------------------------------------
/novice/shell/img/filesystem.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/shell/img/filesystem.odg
--------------------------------------------------------------------------------
/novice/shell/img/filesystem.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/shell/img/filesystem.png
--------------------------------------------------------------------------------
/book/novice/git/img/phd101212s.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/git/img/phd101212s.png
--------------------------------------------------------------------------------
/book/novice/python/img/grid5x3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/grid5x3.png
--------------------------------------------------------------------------------
/book/novice/shell/img/homedir.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/shell/img/homedir.pdf
--------------------------------------------------------------------------------
/book/novice/sql/img/sql-filter.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/sql/img/sql-filter.pdf
--------------------------------------------------------------------------------
/extras/r-ggplot2/figure/qplot1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/extras/r-ggplot2/figure/qplot1.png
--------------------------------------------------------------------------------
/img/books/ray-ray-unix-linux.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/img/books/ray-ray-unix-linux.png
--------------------------------------------------------------------------------
/img/bootcamps/2012-11-scripps.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/img/bootcamps/2012-11-scripps.png
--------------------------------------------------------------------------------
/img/bootcamps/2013-01-mcgill.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/img/bootcamps/2013-01-mcgill.png
--------------------------------------------------------------------------------
/img/bootcamps/2013-01-mckellar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/img/bootcamps/2013-01-mckellar.png
--------------------------------------------------------------------------------
/img/software-carpentry-banner.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/img/software-carpentry-banner.png
--------------------------------------------------------------------------------
/img/software-carpentry-large.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/img/software-carpentry-large.png
--------------------------------------------------------------------------------
/novice/extras/img/git-fork-ui.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/git-fork-ui.png
--------------------------------------------------------------------------------
/novice/git/img/git-committing.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/git-committing.odg
--------------------------------------------------------------------------------
/novice/git/img/git-committing.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/git-committing.png
--------------------------------------------------------------------------------
/novice/git/img/git-diff-review.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/git-diff-review.png
--------------------------------------------------------------------------------
/novice/git/img/git-file-trees.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/git-file-trees.png
--------------------------------------------------------------------------------
/novice/git/img/github-ssh-keys.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/github-ssh-keys.png
--------------------------------------------------------------------------------
/novice/hg/img/hg-after-merging.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/hg/img/hg-after-merging.odg
--------------------------------------------------------------------------------
/novice/matlab/img/01-intro_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/matlab/img/01-intro_1.png
--------------------------------------------------------------------------------
/novice/matlab/img/01-intro_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/matlab/img/01-intro_2.png
--------------------------------------------------------------------------------
/novice/matlab/img/01-intro_3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/matlab/img/01-intro_3.png
--------------------------------------------------------------------------------
/novice/matlab/img/01-intro_4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/matlab/img/01-intro_4.png
--------------------------------------------------------------------------------
/novice/matlab/img/01-intro_5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/matlab/img/01-intro_5.png
--------------------------------------------------------------------------------
/novice/matlab/img/matrix-base.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/matlab/img/matrix-base.odg
--------------------------------------------------------------------------------
/novice/matlab/img/matrix-row.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/matlab/img/matrix-row.odg
--------------------------------------------------------------------------------
/novice/python/img/color-cube.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/color-cube.png
--------------------------------------------------------------------------------
/novice/ref/img/bash-unclosed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/ref/img/bash-unclosed.png
--------------------------------------------------------------------------------
/novice/ref/img/python-unclosed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/ref/img/python-unclosed.png
--------------------------------------------------------------------------------
/novice/shell/img/vlad-homedir.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/shell/img/vlad-homedir.png
--------------------------------------------------------------------------------
/novice/sql/img/sql-aggregation.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/sql/img/sql-aggregation.odg
--------------------------------------------------------------------------------
/novice/sql/img/sql-aggregation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/sql/img/sql-aggregation.png
--------------------------------------------------------------------------------
/book/novice/extras/img/madeleine.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/extras/img/madeleine.jpg
--------------------------------------------------------------------------------
/book/novice/python/img/color_row.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/color_row.png
--------------------------------------------------------------------------------
/book/novice/python/img/diagonal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/diagonal.png
--------------------------------------------------------------------------------
/book/novice/shell/img/filesystem.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/shell/img/filesystem.pdf
--------------------------------------------------------------------------------
/extras/r-ggplot2/figure/facetcol.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/extras/r-ggplot2/figure/facetcol.png
--------------------------------------------------------------------------------
/extras/r-ggplot2/figure/ggfacet.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/extras/r-ggplot2/figure/ggfacet.png
--------------------------------------------------------------------------------
/extras/r-ggplot2/figure/gghexbin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/extras/r-ggplot2/figure/gghexbin.png
--------------------------------------------------------------------------------
/extras/r-ggplot2/figure/irisbase.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/extras/r-ggplot2/figure/irisbase.png
--------------------------------------------------------------------------------
/novice/extras/img/git-forking-01.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/git-forking-01.odg
--------------------------------------------------------------------------------
/novice/extras/img/git-forking-01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/git-forking-01.png
--------------------------------------------------------------------------------
/novice/extras/img/git-forking-02.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/git-forking-02.odg
--------------------------------------------------------------------------------
/novice/extras/img/git-forking-02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/git-forking-02.png
--------------------------------------------------------------------------------
/novice/extras/img/git-forking-03.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/git-forking-03.odg
--------------------------------------------------------------------------------
/novice/extras/img/git-forking-03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/git-forking-03.png
--------------------------------------------------------------------------------
/novice/git/img/git-staging-area.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/git-staging-area.odg
--------------------------------------------------------------------------------
/novice/git/img/git-staging-area.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/git-staging-area.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-10.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-11.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-11.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-12.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-13.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-13.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-14.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-14.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-15.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-15.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-21.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-21.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-22.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-22.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-23.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-23.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-26.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-26.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-29.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-29.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-3.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-30.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-30.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-31.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-31.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-32.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-33.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-33.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-35.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-35.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-36.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-36.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-38.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-38.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-40.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-5.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-6.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-7.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-81.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-81.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-82.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-82.png
--------------------------------------------------------------------------------
/novice/ref/img/ipython-unclosed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/ref/img/ipython-unclosed.png
--------------------------------------------------------------------------------
/novice/shell/img/find-file-tree.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/shell/img/find-file-tree.odg
--------------------------------------------------------------------------------
/novice/shell/img/find-file-tree.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/shell/img/find-file-tree.png
--------------------------------------------------------------------------------
/novice/shell/img/nano-screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/shell/img/nano-screenshot.png
--------------------------------------------------------------------------------
/book/novice/extras/img/git-fork-ui.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/extras/img/git-fork-ui.png
--------------------------------------------------------------------------------
/book/novice/git/img/git-diff-review.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/git/img/git-diff-review.pdf
--------------------------------------------------------------------------------
/book/novice/git/img/git-file-trees.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/git/img/git-file-trees.pdf
--------------------------------------------------------------------------------
/book/novice/python/img/color-cube.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/color-cube.png
--------------------------------------------------------------------------------
/book/novice/python/img/pink_heatmap.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/pink_heatmap.png
--------------------------------------------------------------------------------
/book/novice/sql/img/sql-aggregation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/sql/img/sql-aggregation.pdf
--------------------------------------------------------------------------------
/extras/r-ggplot2/figure/basediamond.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/extras/r-ggplot2/figure/basediamond.png
--------------------------------------------------------------------------------
/extras/r-ggplot2/figure/clarcolor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/extras/r-ggplot2/figure/clarcolor.png
--------------------------------------------------------------------------------
/extras/r-ggplot2/figure/facetclar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/extras/r-ggplot2/figure/facetclar.png
--------------------------------------------------------------------------------
/extras/r-ggplot2/figure/ggboxplots.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/extras/r-ggplot2/figure/ggboxplots.png
--------------------------------------------------------------------------------
/extras/r-ggplot2/figure/ggclarcol.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/extras/r-ggplot2/figure/ggclarcol.png
--------------------------------------------------------------------------------
/extras/r-ggplot2/figure/ggdiamonds.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/extras/r-ggplot2/figure/ggdiamonds.png
--------------------------------------------------------------------------------
/extras/r-ggplot2/figure/ggfillhisto.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/extras/r-ggplot2/figure/ggfillhisto.png
--------------------------------------------------------------------------------
/extras/r-ggplot2/figure/gghexbin2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/extras/r-ggplot2/figure/gghexbin2.png
--------------------------------------------------------------------------------
/extras/r-ggplot2/figure/smoothgam.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/extras/r-ggplot2/figure/smoothgam.png
--------------------------------------------------------------------------------
/intermediate/r/R-basics/data-types.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/r/R-basics/data-types.png
--------------------------------------------------------------------------------
/novice/extras/img/git-branching-01.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/git-branching-01.odg
--------------------------------------------------------------------------------
/novice/extras/img/git-branching-01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/git-branching-01.png
--------------------------------------------------------------------------------
/novice/extras/img/git-branching-02.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/git-branching-02.odg
--------------------------------------------------------------------------------
/novice/extras/img/git-branching-02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/git-branching-02.png
--------------------------------------------------------------------------------
/novice/extras/img/git-branching-03.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/git-branching-03.odg
--------------------------------------------------------------------------------
/novice/extras/img/git-branching-03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/git-branching-03.png
--------------------------------------------------------------------------------
/novice/extras/img/git-branching-04.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/git-branching-04.odg
--------------------------------------------------------------------------------
/novice/extras/img/git-branching-04.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/git-branching-04.png
--------------------------------------------------------------------------------
/novice/extras/img/git-branching-05.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/git-branching-05.odg
--------------------------------------------------------------------------------
/novice/extras/img/git-branching-05.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/git-branching-05.png
--------------------------------------------------------------------------------
/novice/extras/img/git-branching-06.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/git-branching-06.odg
--------------------------------------------------------------------------------
/novice/extras/img/git-branching-06.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/git-branching-06.png
--------------------------------------------------------------------------------
/novice/extras/img/github-pr-changes.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/github-pr-changes.png
--------------------------------------------------------------------------------
/novice/extras/img/github-pr-compare.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/github-pr-compare.png
--------------------------------------------------------------------------------
/novice/extras/img/github-pr-create.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/github-pr-create.png
--------------------------------------------------------------------------------
/novice/extras/img/github-pr-initial.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/github-pr-initial.png
--------------------------------------------------------------------------------
/novice/extras/img/python-alias-01.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/python-alias-01.odg
--------------------------------------------------------------------------------
/novice/extras/img/python-alias-01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/python-alias-01.png
--------------------------------------------------------------------------------
/novice/extras/img/python-alias-02.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/python-alias-02.odg
--------------------------------------------------------------------------------
/novice/extras/img/python-alias-02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/python-alias-02.png
--------------------------------------------------------------------------------
/novice/extras/img/python-alias-03.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/python-alias-03.odg
--------------------------------------------------------------------------------
/novice/extras/img/python-alias-03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/python-alias-03.png
--------------------------------------------------------------------------------
/novice/extras/img/python-alias-04.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/python-alias-04.odg
--------------------------------------------------------------------------------
/novice/extras/img/python-alias-04.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/python-alias-04.png
--------------------------------------------------------------------------------
/novice/extras/img/python-alias-05.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/python-alias-05.odg
--------------------------------------------------------------------------------
/novice/extras/img/python-alias-05.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/python-alias-05.png
--------------------------------------------------------------------------------
/novice/extras/img/python-alias-06.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/python-alias-06.odg
--------------------------------------------------------------------------------
/novice/extras/img/python-alias-06.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/python-alias-06.png
--------------------------------------------------------------------------------
/novice/extras/img/python-alias-07.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/python-alias-07.odg
--------------------------------------------------------------------------------
/novice/extras/img/python-alias-07.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/python-alias-07.png
--------------------------------------------------------------------------------
/novice/extras/img/x-for-directories.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/x-for-directories.odg
--------------------------------------------------------------------------------
/novice/extras/img/x-for-directories.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/x-for-directories.png
--------------------------------------------------------------------------------
/novice/git/img/github-add-ssh-key.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/github-add-ssh-key.png
--------------------------------------------------------------------------------
/novice/git/img/github-collaboration.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/github-collaboration.odg
--------------------------------------------------------------------------------
/novice/git/img/github-ssh-clone-url.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/github-ssh-clone-url.png
--------------------------------------------------------------------------------
/novice/matlab/img/matrix-multi-cols.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/matlab/img/matrix-multi-cols.odg
--------------------------------------------------------------------------------
/novice/matlab/img/matrix-multi-rows.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/matlab/img/matrix-multi-rows.odg
--------------------------------------------------------------------------------
/novice/matlab/img/matrix-submatrix.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/matlab/img/matrix-submatrix.odg
--------------------------------------------------------------------------------
/novice/python/img/initial-heat-map.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/initial-heat-map.png
--------------------------------------------------------------------------------
/novice/python/rectangle.py:
--------------------------------------------------------------------------------
1 | def rectangle_area(coords):
2 | x0, y0, x1, y1 = coords
3 | return (x1 - x0) * (x1 - y0)
4 |
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-191.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-191.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-192.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-193.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-193.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-194.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-194.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-195.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-195.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-196.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-196.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-197.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-197.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-198.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-198.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-199.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-199.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-241.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-241.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-242.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-242.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-243.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-243.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-244.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-244.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-245.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-245.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-246.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-246.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-247.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-247.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-248.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-248.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-249.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-249.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-281.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-281.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-282.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-282.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-283.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-283.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-284.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-284.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-285.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-285.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-286.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-286.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-287.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-287.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-288.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-288.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-289.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-289.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-361.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-361.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-362.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-362.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-371.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-371.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-372.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-372.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-391.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-391.png
--------------------------------------------------------------------------------
/novice/r/figure/unnamed-chunk-392.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/unnamed-chunk-392.png
--------------------------------------------------------------------------------
/novice/shell/img/home-directories.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/shell/img/home-directories.odg
--------------------------------------------------------------------------------
/novice/shell/img/home-directories.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/shell/img/home-directories.png
--------------------------------------------------------------------------------
/book/novice/extras/img/git-forking-01.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/extras/img/git-forking-01.pdf
--------------------------------------------------------------------------------
/book/novice/extras/img/git-forking-02.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/extras/img/git-forking-02.pdf
--------------------------------------------------------------------------------
/book/novice/extras/img/git-forking-03.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/extras/img/git-forking-03.pdf
--------------------------------------------------------------------------------
/book/novice/git/img/git-after-merging.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/git/img/git-after-merging.pdf
--------------------------------------------------------------------------------
/book/novice/git/img/git-staging-area.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/git/img/git-staging-area.pdf
--------------------------------------------------------------------------------
/book/novice/shell/img/find-file-tree.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/shell/img/find-file-tree.pdf
--------------------------------------------------------------------------------
/book/novice/shell/img/nano-screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/shell/img/nano-screenshot.png
--------------------------------------------------------------------------------
/extras/r-ggplot2/figure/facetclarcol.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/extras/r-ggplot2/figure/facetclarcol.png
--------------------------------------------------------------------------------
/extras/r-ggplot2/figure/smoothlinear.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/extras/r-ggplot2/figure/smoothlinear.png
--------------------------------------------------------------------------------
/intermediate/r/R-basics/stackoverflow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/r/R-basics/stackoverflow.png
--------------------------------------------------------------------------------
/intermediate/shell/01-perm.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: lesson
3 | root: ../..
4 | title: Permissions
5 | level: intermediate
6 | ---
7 | FIXME
--------------------------------------------------------------------------------
/intermediate/shell/img/shell-on-shell.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/shell/img/shell-on-shell.png
--------------------------------------------------------------------------------
/novice/extras/img/debugger-screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/debugger-screenshot.png
--------------------------------------------------------------------------------
/novice/git/img/git-commit-add-review.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/git-commit-add-review.png
--------------------------------------------------------------------------------
/novice/git/img/github-create-repo-01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/github-create-repo-01.png
--------------------------------------------------------------------------------
/novice/git/img/github-create-repo-02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/github-create-repo-02.png
--------------------------------------------------------------------------------
/novice/git/img/github-create-repo-03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/github-create-repo-03.png
--------------------------------------------------------------------------------
/novice/matlab/img/matrix-strided-rows.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/matlab/img/matrix-strided-rows.odg
--------------------------------------------------------------------------------
/novice/shell/img/filesystem-challenge.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/shell/img/filesystem-challenge.odg
--------------------------------------------------------------------------------
/novice/shell/img/filesystem-challenge.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/shell/img/filesystem-challenge.png
--------------------------------------------------------------------------------
/book/novice/extras/img/git-branching-01.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/extras/img/git-branching-01.pdf
--------------------------------------------------------------------------------
/book/novice/extras/img/git-branching-02.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/extras/img/git-branching-02.pdf
--------------------------------------------------------------------------------
/book/novice/extras/img/git-branching-03.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/extras/img/git-branching-03.pdf
--------------------------------------------------------------------------------
/book/novice/extras/img/git-branching-04.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/extras/img/git-branching-04.pdf
--------------------------------------------------------------------------------
/book/novice/extras/img/git-branching-05.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/extras/img/git-branching-05.pdf
--------------------------------------------------------------------------------
/book/novice/extras/img/git-branching-06.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/extras/img/git-branching-06.pdf
--------------------------------------------------------------------------------
/book/novice/extras/img/python-alias-01.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/extras/img/python-alias-01.pdf
--------------------------------------------------------------------------------
/book/novice/extras/img/python-alias-02.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/extras/img/python-alias-02.pdf
--------------------------------------------------------------------------------
/book/novice/extras/img/python-alias-03.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/extras/img/python-alias-03.pdf
--------------------------------------------------------------------------------
/book/novice/extras/img/python-alias-04.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/extras/img/python-alias-04.pdf
--------------------------------------------------------------------------------
/book/novice/extras/img/python-alias-05.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/extras/img/python-alias-05.pdf
--------------------------------------------------------------------------------
/book/novice/extras/img/python-alias-06.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/extras/img/python-alias-06.pdf
--------------------------------------------------------------------------------
/book/novice/extras/img/python-alias-07.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/extras/img/python-alias-07.pdf
--------------------------------------------------------------------------------
/book/novice/extras/img/x-for-directories.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/extras/img/x-for-directories.pdf
--------------------------------------------------------------------------------
/book/novice/python/img/ave-inflammation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/ave-inflammation.png
--------------------------------------------------------------------------------
/book/novice/python/img/heatmap_improved.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/heatmap_improved.png
--------------------------------------------------------------------------------
/book/novice/python/img/initial-heat-map.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/initial-heat-map.png
--------------------------------------------------------------------------------
/book/novice/python/img/initial-heatmap.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/initial-heatmap.png
--------------------------------------------------------------------------------
/book/novice/python/img/initial_heatmap.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/initial_heatmap.png
--------------------------------------------------------------------------------
/book/novice/python/img/max-inflammation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/max-inflammation.png
--------------------------------------------------------------------------------
/book/novice/python/img/min-inflammation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/min-inflammation.png
--------------------------------------------------------------------------------
/book/novice/python/img/standard_colors.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/standard_colors.png
--------------------------------------------------------------------------------
/book/novice/shell/img/home-directories.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/shell/img/home-directories.pdf
--------------------------------------------------------------------------------
/css/bootstrap/img/glyphicons-halflings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/css/bootstrap/img/glyphicons-halflings.png
--------------------------------------------------------------------------------
/extras/r-ggplot2/figure/ggdepthdensity.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/extras/r-ggplot2/figure/ggdepthdensity.png
--------------------------------------------------------------------------------
/img/creative-commons-attribution-license.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/img/creative-commons-attribution-license.png
--------------------------------------------------------------------------------
/intermediate/make/hello.mk:
--------------------------------------------------------------------------------
1 | # hello.mk
2 |
3 | figure-1.svg : summary-1.dat
4 | python create_figure.py figure-1.svg summary-1.dat
5 |
--------------------------------------------------------------------------------
/intermediate/r/R-basics/rdocumentation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/r/R-basics/rdocumentation.png
--------------------------------------------------------------------------------
/intermediate/r/data-manipulation/mutate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/r/data-manipulation/mutate.png
--------------------------------------------------------------------------------
/intermediate/r/data-visualization/ggplot.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/r/data-visualization/ggplot.pdf
--------------------------------------------------------------------------------
/intermediate/r/data-visualization/slides.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/r/data-visualization/slides.png
--------------------------------------------------------------------------------
/intermediate/shell/guide.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: lesson
3 | root: ../..
4 | title: Instructor's Guide
5 | level: intermediate
6 | ---
7 | FIXME
--------------------------------------------------------------------------------
/novice/extras/img/github-pr-comment-box.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/github-pr-comment-box.png
--------------------------------------------------------------------------------
/novice/extras/img/github-pr-comment-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/github-pr-comment-icon.png
--------------------------------------------------------------------------------
/novice/git/img/github-account-settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/github-account-settings.png
--------------------------------------------------------------------------------
/novice/git/img/github-add-collaborators.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/github-add-collaborators.png
--------------------------------------------------------------------------------
/novice/git/img/github-add-collaborators.xcf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/github-add-collaborators.xcf
--------------------------------------------------------------------------------
/novice/git/img/github-change-repo-string.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/github-change-repo-string.png
--------------------------------------------------------------------------------
/novice/git/img/github-find-repo-string.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/github-find-repo-string.png
--------------------------------------------------------------------------------
/novice/hg/img/bitbucket-create-repo-01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/hg/img/bitbucket-create-repo-01.png
--------------------------------------------------------------------------------
/novice/hg/img/bitbucket-create-repo-02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/hg/img/bitbucket-create-repo-02.png
--------------------------------------------------------------------------------
/novice/hg/img/bitbucket-create-repo-03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/hg/img/bitbucket-create-repo-03.png
--------------------------------------------------------------------------------
/novice/hg/img/bitbucket-find-repo-string.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/hg/img/bitbucket-find-repo-string.png
--------------------------------------------------------------------------------
/novice/hg/img/hg-after-duplicate-clone.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/hg/img/hg-after-duplicate-clone.odg
--------------------------------------------------------------------------------
/novice/hg/img/hg-kdiff3-conflict-windows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/hg/img/hg-kdiff3-conflict-windows.png
--------------------------------------------------------------------------------
/novice/matlab/fahr_to_kelvin.m:
--------------------------------------------------------------------------------
1 |
2 | function ktemp = fahr_to_kelvin(ftemp)
3 | ktemp = ((ftemp - 32) * (5/9)) + 273.15;
4 | end
5 |
--------------------------------------------------------------------------------
/novice/matlab/img/matrix-single-element.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/matlab/img/matrix-single-element.odg
--------------------------------------------------------------------------------
/novice/python/img/loop-inflammation-01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/loop-inflammation-01.png
--------------------------------------------------------------------------------
/novice/python/img/loop-inflammation-02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/loop-inflammation-02.png
--------------------------------------------------------------------------------
/novice/python/img/loop-inflammation-03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/loop-inflammation-03.png
--------------------------------------------------------------------------------
/novice/python/img/python-call-stack-01.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-call-stack-01.odg
--------------------------------------------------------------------------------
/novice/python/img/python-call-stack-01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-call-stack-01.png
--------------------------------------------------------------------------------
/novice/python/img/python-call-stack-02.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-call-stack-02.odg
--------------------------------------------------------------------------------
/novice/python/img/python-call-stack-02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-call-stack-02.png
--------------------------------------------------------------------------------
/novice/python/img/python-call-stack-03.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-call-stack-03.odg
--------------------------------------------------------------------------------
/novice/python/img/python-call-stack-03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-call-stack-03.png
--------------------------------------------------------------------------------
/novice/python/img/python-call-stack-04.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-call-stack-04.odg
--------------------------------------------------------------------------------
/novice/python/img/python-call-stack-04.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-call-stack-04.png
--------------------------------------------------------------------------------
/novice/python/img/python-call-stack-05.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-call-stack-05.odg
--------------------------------------------------------------------------------
/novice/python/img/python-call-stack-05.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-call-stack-05.png
--------------------------------------------------------------------------------
/novice/python/img/python-call-stack-06.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-call-stack-06.odg
--------------------------------------------------------------------------------
/novice/python/img/python-call-stack-06.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-call-stack-06.png
--------------------------------------------------------------------------------
/novice/python/img/python-call-stack-07.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-call-stack-07.odg
--------------------------------------------------------------------------------
/novice/python/img/python-call-stack-07.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-call-stack-07.png
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | *.pyc
2 | *~
3 | .DS_Store
4 | .ipynb_checkpoints
5 | _site
6 | book.md
7 | */*/*_files/*/*/*.text
8 | */*/*_files/*/*/*.html
9 |
--------------------------------------------------------------------------------
/book/novice/git/img/git-commit-add-review.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/git/img/git-commit-add-review.pdf
--------------------------------------------------------------------------------
/book/novice/git/img/github-create-repo-01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/git/img/github-create-repo-01.png
--------------------------------------------------------------------------------
/book/novice/git/img/github-create-repo-02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/git/img/github-create-repo-02.png
--------------------------------------------------------------------------------
/book/novice/git/img/github-create-repo-03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/git/img/github-create-repo-03.png
--------------------------------------------------------------------------------
/book/novice/shell/img/filesystem-challenge.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/shell/img/filesystem-challenge.pdf
--------------------------------------------------------------------------------
/intermediate/doit/clean_directory.sh:
--------------------------------------------------------------------------------
1 | #! /bin/sh
2 |
3 | rm *.txt
4 | git checkout -- UK_Sunshine_data.txt UK_Tmean_data.txt
5 | git status
6 |
--------------------------------------------------------------------------------
/intermediate/make/img/example-dependencies.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/make/img/example-dependencies.png
--------------------------------------------------------------------------------
/intermediate/make/variables.mk:
--------------------------------------------------------------------------------
1 | # variables.mk
2 |
3 | summary-1.dat : data-1-1.dat data-1-2.dat data-1-3.dat
4 | python stats.py $@ $^
5 |
--------------------------------------------------------------------------------
/intermediate/python/decision_tree_example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/python/decision_tree_example.png
--------------------------------------------------------------------------------
/intermediate/r/data-manipulation/sac_full.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/r/data-manipulation/sac_full.png
--------------------------------------------------------------------------------
/intermediate/regex/img/01-intro-notebook-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/regex/img/01-intro-notebook-1.png
--------------------------------------------------------------------------------
/intermediate/regex/img/01-intro-notebook-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/regex/img/01-intro-notebook-2.png
--------------------------------------------------------------------------------
/intermediate/regex/img/Keyboard-left_keys.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/regex/img/Keyboard-left_keys.jpg
--------------------------------------------------------------------------------
/intermediate/shell/img/direct-shell-usage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/shell/img/direct-shell-usage.png
--------------------------------------------------------------------------------
/intermediate/shell/img/public-private-keys.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/shell/img/public-private-keys.png
--------------------------------------------------------------------------------
/intermediate/shell/img/remote-shell-usage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/shell/img/remote-shell-usage.png
--------------------------------------------------------------------------------
/novice/extras/img/github-pr-files-changed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/github-pr-files-changed.png
--------------------------------------------------------------------------------
/novice/git/img/git-when-revisions-updated.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/git-when-revisions-updated.odg
--------------------------------------------------------------------------------
/novice/git/img/git-when-revisions-updated.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/git-when-revisions-updated.png
--------------------------------------------------------------------------------
/novice/matlab/img/matrix-strided-rowncols.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/matlab/img/matrix-strided-rowncols.odg
--------------------------------------------------------------------------------
/novice/python/img/combined-inflammation-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/combined-inflammation-2.png
--------------------------------------------------------------------------------
/novice/python/img/min-inflammation-per-day.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/min-inflammation-per-day.png
--------------------------------------------------------------------------------
/novice/shell/filesystem/users/nelle/notes.txt:
--------------------------------------------------------------------------------
1 | - finish experiments
2 | - write thesis
3 | - get post-doc position (pref. with Dr. Horrible)
4 |
--------------------------------------------------------------------------------
/novice/shell/filesystem/users/nelle/solar.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/shell/filesystem/users/nelle/solar.pdf
--------------------------------------------------------------------------------
/book/novice/git/img/git-after-duplicate-clone.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/git/img/git-after-duplicate-clone.pdf
--------------------------------------------------------------------------------
/book/novice/git/img/git-after-pushing-merge.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/git/img/git-after-pushing-merge.pdf
--------------------------------------------------------------------------------
/book/novice/git/img/github-change-repo-string.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/git/img/github-change-repo-string.png
--------------------------------------------------------------------------------
/book/novice/git/img/github-find-repo-string.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/git/img/github-find-repo-string.png
--------------------------------------------------------------------------------
/book/novice/python/img/combined-inflammation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/combined-inflammation.png
--------------------------------------------------------------------------------
/book/novice/python/img/inflammation-loop-01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/inflammation-loop-01.png
--------------------------------------------------------------------------------
/book/novice/python/img/inflammation-loop-02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/inflammation-loop-02.png
--------------------------------------------------------------------------------
/book/novice/python/img/inflammation-loop-03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/inflammation-loop-03.png
--------------------------------------------------------------------------------
/book/novice/python/img/loop-inflammation-01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/loop-inflammation-01.png
--------------------------------------------------------------------------------
/book/novice/python/img/loop-inflammation-02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/loop-inflammation-02.png
--------------------------------------------------------------------------------
/book/novice/python/img/loop-inflammation-03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/loop-inflammation-03.png
--------------------------------------------------------------------------------
/book/novice/python/img/python-call-stack-01.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/python-call-stack-01.pdf
--------------------------------------------------------------------------------
/book/novice/python/img/python-call-stack-02.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/python-call-stack-02.pdf
--------------------------------------------------------------------------------
/book/novice/python/img/python-call-stack-03.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/python-call-stack-03.pdf
--------------------------------------------------------------------------------
/book/novice/python/img/python-call-stack-04.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/python-call-stack-04.pdf
--------------------------------------------------------------------------------
/book/novice/python/img/python-call-stack-05.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/python-call-stack-05.pdf
--------------------------------------------------------------------------------
/book/novice/python/img/python-call-stack-06.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/python-call-stack-06.pdf
--------------------------------------------------------------------------------
/book/novice/python/img/python-call-stack-07.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/python-call-stack-07.pdf
--------------------------------------------------------------------------------
/css/bootstrap/img/glyphicons-halflings-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/css/bootstrap/img/glyphicons-halflings-white.png
--------------------------------------------------------------------------------
/extras/r-ggplot2/figure/facetclarcol_colcut.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/extras/r-ggplot2/figure/facetclarcol_colcut.png
--------------------------------------------------------------------------------
/intermediate/r/data-manipulation/data/mammals.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/r/data-manipulation/data/mammals.csv
--------------------------------------------------------------------------------
/intermediate/r/data-manipulation/split-apply1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/r/data-manipulation/split-apply1.png
--------------------------------------------------------------------------------
/intermediate/r/data-manipulation/splitapply.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/r/data-manipulation/splitapply.png
--------------------------------------------------------------------------------
/novice/extras/img/github-pr-comment-submitted.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/extras/img/github-pr-comment-submitted.png
--------------------------------------------------------------------------------
/novice/git/img/git-freshly-made-github-repo.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/git-freshly-made-github-repo.odg
--------------------------------------------------------------------------------
/novice/git/img/git-freshly-made-github-repo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/git-freshly-made-github-repo.png
--------------------------------------------------------------------------------
/novice/git/img/github-repo-after-first-push.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/github-repo-after-first-push.odg
--------------------------------------------------------------------------------
/novice/git/img/github-repo-after-first-push.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/git/img/github-repo-after-first-push.png
--------------------------------------------------------------------------------
/novice/hg/img/bitbucket-repo-after-first-push.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/hg/img/bitbucket-repo-after-first-push.odg
--------------------------------------------------------------------------------
/novice/hg/img/hg-after-pulling-to-local-repo.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/hg/img/hg-after-pulling-to-local-repo.odg
--------------------------------------------------------------------------------
/novice/hg/img/hg-freshly-made-bitbucket-repo.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/hg/img/hg-freshly-made-bitbucket-repo.odg
--------------------------------------------------------------------------------
/novice/python/img/ave-inflammation-over-time.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/ave-inflammation-over-time.png
--------------------------------------------------------------------------------
/novice/python/img/max-inflammation-over-time.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/max-inflammation-over-time.png
--------------------------------------------------------------------------------
/novice/python/img/python-overlapping-ranges.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-overlapping-ranges.odg
--------------------------------------------------------------------------------
/novice/python/img/python-overlapping-ranges.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-overlapping-ranges.png
--------------------------------------------------------------------------------
/book/novice/git/img/git-when-revisions-updated.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/git/img/git-when-revisions-updated.pdf
--------------------------------------------------------------------------------
/book/novice/python/img/combined-inflammation-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/combined-inflammation-2.png
--------------------------------------------------------------------------------
/book/novice/python/img/min-inflammation-per-day.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/min-inflammation-per-day.png
--------------------------------------------------------------------------------
/intermediate/r/data-visualization/data/Grazing.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/r/data-visualization/data/Grazing.pdf
--------------------------------------------------------------------------------
/intermediate/r/data-visualization/images/hadley.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/r/data-visualization/images/hadley.png
--------------------------------------------------------------------------------
/novice/hg/img/hg-after-change-to-duplicate-repo.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/hg/img/hg-after-change-to-duplicate-repo.odg
--------------------------------------------------------------------------------
/novice/hg/img/hg-after-first-conflicting-change.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/hg/img/hg-after-first-conflicting-change.odg
--------------------------------------------------------------------------------
/novice/matlab/img/matlab-operations-across-axes.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/matlab/img/matlab-operations-across-axes.odg
--------------------------------------------------------------------------------
/novice/python/img/combined-inflammation-per-day.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/combined-inflammation-per-day.png
--------------------------------------------------------------------------------
/novice/python/img/python-flowchart-conditional.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-flowchart-conditional.odg
--------------------------------------------------------------------------------
/novice/python/img/python-flowchart-conditional.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-flowchart-conditional.png
--------------------------------------------------------------------------------
/novice/python/img/python-flowchart-nested-loops.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-flowchart-nested-loops.odg
--------------------------------------------------------------------------------
/novice/python/img/python-flowchart-nested-loops.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-flowchart-nested-loops.png
--------------------------------------------------------------------------------
/novice/python/img/python-operations-across-axes.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-operations-across-axes.odg
--------------------------------------------------------------------------------
/novice/python/img/python-operations-across-axes.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-operations-across-axes.png
--------------------------------------------------------------------------------
/setup/windows-installer/software-carpentry-logo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/setup/windows-installer/software-carpentry-logo.ico
--------------------------------------------------------------------------------
/book/novice/git/img/git-freshly-made-github-repo.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/git/img/git-freshly-made-github-repo.pdf
--------------------------------------------------------------------------------
/book/novice/git/img/github-repo-after-first-push.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/git/img/github-repo-after-first-push.pdf
--------------------------------------------------------------------------------
/book/novice/python/img/ave-inflammation-over-time.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/ave-inflammation-over-time.png
--------------------------------------------------------------------------------
/book/novice/python/img/max-inflammation-over-time.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/max-inflammation-over-time.png
--------------------------------------------------------------------------------
/book/novice/python/img/python-overlapping-ranges.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/python-overlapping-ranges.pdf
--------------------------------------------------------------------------------
/intermediate/r/data-manipulation/full_apply_suite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/r/data-manipulation/full_apply_suite.png
--------------------------------------------------------------------------------
/intermediate/r/data-manipulation/sample_workflow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/r/data-manipulation/sample_workflow.png
--------------------------------------------------------------------------------
/intermediate/r/data-visualization/images/git_repo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/r/data-visualization/images/git_repo.png
--------------------------------------------------------------------------------
/intermediate/shell/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: lesson
3 | root: ../..
4 | title: The Unix Shell
5 | level: intermediate
6 | ---
7 | FIXME: to be written.
8 |
--------------------------------------------------------------------------------
/novice/hg/img/hg-after-second-conflicting-change.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/hg/img/hg-after-second-conflicting-change.odg
--------------------------------------------------------------------------------
/novice/hg/img/hg-kdiff3-conflict-windows-resolved.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/hg/img/hg-kdiff3-conflict-windows-resolved.png
--------------------------------------------------------------------------------
/novice/matlab/img/matlab-sticky-note-variables-01.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/matlab/img/matlab-sticky-note-variables-01.odg
--------------------------------------------------------------------------------
/novice/matlab/img/matlab-sticky-note-variables-02.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/matlab/img/matlab-sticky-note-variables-02.odg
--------------------------------------------------------------------------------
/novice/matlab/img/matlab-sticky-note-variables-03.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/matlab/img/matlab-sticky-note-variables-03.odg
--------------------------------------------------------------------------------
/novice/python/count-stdin.py:
--------------------------------------------------------------------------------
1 | import sys
2 |
3 | count = 0
4 | for line in sys.stdin:
5 | count += 1
6 |
7 | print count, 'lines in standard input'
8 |
--------------------------------------------------------------------------------
/novice/python/img/python-sticky-note-variables-01.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-sticky-note-variables-01.odg
--------------------------------------------------------------------------------
/novice/python/img/python-sticky-note-variables-01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-sticky-note-variables-01.png
--------------------------------------------------------------------------------
/novice/python/img/python-sticky-note-variables-02.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-sticky-note-variables-02.odg
--------------------------------------------------------------------------------
/novice/python/img/python-sticky-note-variables-02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-sticky-note-variables-02.png
--------------------------------------------------------------------------------
/novice/python/img/python-sticky-note-variables-03.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-sticky-note-variables-03.odg
--------------------------------------------------------------------------------
/novice/python/img/python-sticky-note-variables-03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/img/python-sticky-note-variables-03.png
--------------------------------------------------------------------------------
/book/novice/git/img/git-after-pulling-to-local-repo.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/git/img/git-after-pulling-to-local-repo.pdf
--------------------------------------------------------------------------------
/book/novice/python/img/combined-inflammation-per-day.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/combined-inflammation-per-day.png
--------------------------------------------------------------------------------
/book/novice/python/img/python-flowchart-conditional.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/python-flowchart-conditional.pdf
--------------------------------------------------------------------------------
/book/novice/python/img/python-flowchart-nested-loops.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/python-flowchart-nested-loops.pdf
--------------------------------------------------------------------------------
/book/novice/python/img/python-operations-across-axes.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/python-operations-across-axes.pdf
--------------------------------------------------------------------------------
/intermediate/git/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: lesson
3 | root: ../..
4 | title: Version Control with Git
5 | level: intermediate
6 | ---
7 | FIXME: to be written.
8 |
--------------------------------------------------------------------------------
/intermediate/r/data-visualization/images/chang_book.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/r/data-visualization/images/chang_book.png
--------------------------------------------------------------------------------
/intermediate/regex/img/01-intro-notebook-1-metachars.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/regex/img/01-intro-notebook-1-metachars.png
--------------------------------------------------------------------------------
/intermediate/sql/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: lesson
3 | root: ../..
4 | title: Using Databases and SQL
5 | level: intermediate
6 | ---
7 | FIXME: to be written.
8 |
--------------------------------------------------------------------------------
/novice/matlab/fahr_to_celsius.m:
--------------------------------------------------------------------------------
1 |
2 | function ctemp = fahr_to_celsius(ftemp)
3 | ktemp = fahr_to_kelvin(ftemp);
4 | ctemp = kelvin_to_celsius(ktemp);
5 |
--------------------------------------------------------------------------------
/book/novice/git/img/git-after-change-to-duplicate-repo.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/git/img/git-after-change-to-duplicate-repo.pdf
--------------------------------------------------------------------------------
/book/novice/git/img/git-after-first-conflicting-change.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/git/img/git-after-first-conflicting-change.pdf
--------------------------------------------------------------------------------
/book/novice/git/img/git-after-second-conflicting-change.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/git/img/git-after-second-conflicting-change.pdf
--------------------------------------------------------------------------------
/book/novice/python/img/python-sticky-note-variables-01.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/python-sticky-note-variables-01.pdf
--------------------------------------------------------------------------------
/book/novice/python/img/python-sticky-note-variables-02.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/python-sticky-note-variables-02.pdf
--------------------------------------------------------------------------------
/book/novice/python/img/python-sticky-note-variables-03.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/book/novice/python/img/python-sticky-note-variables-03.pdf
--------------------------------------------------------------------------------
/intermediate/r/data-manipulation/data/baby-names2.csv.bz2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/r/data-manipulation/data/baby-names2.csv.bz2
--------------------------------------------------------------------------------
/intermediate/r/data-visualization/images/color_palette.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/r/data-visualization/images/color_palette.png
--------------------------------------------------------------------------------
/intermediate/r/data-visualization/images/color_schemes.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/r/data-visualization/images/color_schemes.png
--------------------------------------------------------------------------------
/novice/python/03-loop_files/novice/python/03-loop_2_0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/03-loop_files/novice/python/03-loop_2_0.png
--------------------------------------------------------------------------------
/novice/python/03-loop_files/novice/python/03-loop_49_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/03-loop_files/novice/python/03-loop_49_1.png
--------------------------------------------------------------------------------
/novice/python/03-loop_files/novice/python/03-loop_49_3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/03-loop_files/novice/python/03-loop_49_3.png
--------------------------------------------------------------------------------
/novice/python/03-loop_files/novice/python/03-loop_49_5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/03-loop_files/novice/python/03-loop_49_5.png
--------------------------------------------------------------------------------
/novice/python/03-loop_files/novice/python/03-loop_4_0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/03-loop_files/novice/python/03-loop_4_0.png
--------------------------------------------------------------------------------
/intermediate/python/decision_tree_example.url:
--------------------------------------------------------------------------------
1 | Google drawing url:
2 | https://docs.google.com/drawings/d/191Ye5tYNtESq7JkVsSgWHufdF05LQElv4KH9smXX9L8/edit?usp=sharing
3 |
--------------------------------------------------------------------------------
/intermediate/r/testing-documentation/inline_documentation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/r/testing-documentation/inline_documentation.png
--------------------------------------------------------------------------------
/novice/python/01-numpy_files/novice/python/01-numpy_74_0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/01-numpy_files/novice/python/01-numpy_74_0.png
--------------------------------------------------------------------------------
/novice/python/01-numpy_files/novice/python/01-numpy_76_0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/01-numpy_files/novice/python/01-numpy_76_0.png
--------------------------------------------------------------------------------
/novice/python/01-numpy_files/novice/python/01-numpy_78_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/01-numpy_files/novice/python/01-numpy_78_1.png
--------------------------------------------------------------------------------
/novice/python/01-numpy_files/novice/python/01-numpy_78_3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/01-numpy_files/novice/python/01-numpy_78_3.png
--------------------------------------------------------------------------------
/novice/python/01-numpy_files/novice/python/01-numpy_83_0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/python/01-numpy_files/novice/python/01-numpy_83_0.png
--------------------------------------------------------------------------------
/intermediate/r/testing-documentation/rendered_documentation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/r/testing-documentation/rendered_documentation.png
--------------------------------------------------------------------------------
/intermediate/r/testing-documentation/what_roxygen_generates.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/r/testing-documentation/what_roxygen_generates.png
--------------------------------------------------------------------------------
/novice/r/figure/01-starting-with-data-plot-avg-inflammation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/01-starting-with-data-plot-avg-inflammation.png
--------------------------------------------------------------------------------
/novice/r/figure/01-starting-with-data-plot-max-inflammation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/01-starting-with-data-plot-max-inflammation.png
--------------------------------------------------------------------------------
/novice/r/figure/01-starting-with-data-plot-min-inflammation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/novice/r/figure/01-starting-with-data-plot-min-inflammation.png
--------------------------------------------------------------------------------
/extras/python-climate-data/cstringio-demo.py:
--------------------------------------------------------------------------------
1 | import cStringIO
2 |
3 | data = 'first\nsecond\nthird\n'
4 | reader = cStringIO.StringIO(data)
5 | for line in reader:
6 | print line
7 |
--------------------------------------------------------------------------------
/intermediate/make/multiple.mk:
--------------------------------------------------------------------------------
1 | # multiple.mk
2 |
3 | summary-1.dat : data-1-1.dat data-1-2.dat data-1-3.dat
4 | python stats.py summary-1.dat data-1-1.dat data-1-2.dat data-1-3.dat
5 |
--------------------------------------------------------------------------------
/setup/windows-installer/setup.py:
--------------------------------------------------------------------------------
1 | from setuptools import setup
2 | import py2exe
3 |
4 | setup(name='swc-windows-installer',
5 | console=['swc-windows-installer.py']
6 | )
7 |
--------------------------------------------------------------------------------
/intermediate/make/target-variable.mk:
--------------------------------------------------------------------------------
1 | # target-variable.mk
2 |
3 | summary-1.dat : data-1-1.dat data-1-2.dat data-1-3.dat
4 | python stats.py $@ $^ #data-1-1.dat data-1-2.dat data-1-3.dat
5 |
--------------------------------------------------------------------------------
/novice/python/errors_01.py:
--------------------------------------------------------------------------------
1 | def favorite_ice_cream():
2 | ice_creams = [
3 | "chocolate",
4 | "vanilla",
5 | "strawberry"
6 | ]
7 | print ice_creams[3]
8 |
--------------------------------------------------------------------------------
/intermediate/doit/.gitignore:
--------------------------------------------------------------------------------
1 | # Ignore doit's database file
2 | .doit.db
3 |
4 | # Ignore the data files, if the lesson works they should be automatically
5 | # downloaded anyway...
6 | *.txt
7 |
--------------------------------------------------------------------------------
/intermediate/make/reference.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: lesson
3 | root: ../..
4 | title: Make Reference
5 | level: Intermediate
6 | ---
7 | * [Gnu Make Manual](https://www.gnu.org/software/make/manual/)
8 |
--------------------------------------------------------------------------------
/intermediate/python/01-intro-python_files/intermediate/python/01-intro-python_66_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/python/01-intro-python_files/intermediate/python/01-intro-python_66_1.png
--------------------------------------------------------------------------------
/intermediate/python/01-intro-python_files/intermediate/python/01-intro-python_68_0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dpsanders/bc/master/intermediate/python/01-intro-python_files/intermediate/python/01-intro-python_68_0.png
--------------------------------------------------------------------------------
/intermediate/make/double.mk:
--------------------------------------------------------------------------------
1 | # double.mk
2 |
3 | figure-1.svg : summary-1.dat
4 | python create_figure.py figure-1.svg summary-1.dat
5 |
6 | figure-2.svg : summary-2.dat
7 | python create_figure.py figure-2.svg summary-2.dat
8 |
--------------------------------------------------------------------------------
/book/Makefile:
--------------------------------------------------------------------------------
1 | LATEX = pdflatex
2 |
3 | ALL_TEX = $(wildcard *.tex)
4 |
5 | all : book.pdf
6 |
7 | book.pdf : $(ALL_TEX)
8 | $(LATEX) book
9 | $(LATEX) book
10 |
11 | clean :
12 | rm -f book.pdf *.aux *.log *.toc *~
13 |
--------------------------------------------------------------------------------
/extras/python-climate-data/csv-demo.py:
--------------------------------------------------------------------------------
1 | import cStringIO
2 | import csv
3 |
4 | data = 'first\nsecond\nthird\n'
5 | reader = cStringIO.StringIO(data)
6 | wrapper = csv.reader(reader)
7 | for record in wrapper:
8 | print record
9 |
--------------------------------------------------------------------------------
/extras/python-climate-data/csv-demo-2.py:
--------------------------------------------------------------------------------
1 | import cStringIO
2 | import csv
3 |
4 | data = '1901,12.3\n1902,45.6\n1903,78.9\n'
5 | reader = cStringIO.StringIO(data)
6 | wrapper = csv.reader(reader)
7 | for record in wrapper:
8 | print record
9 |
--------------------------------------------------------------------------------
/data/evil/notebook-3.txt:
--------------------------------------------------------------------------------
1 | Date Site Evil(mvad)
2 | May 29 2010 (Hartnell) 1029.3
3 | May 30 2010 (Hartnell) 1119.2
4 | June 1 2010 (Hartnell) 1319.4
5 | May 29 2010 (Troughton) 1419.3
6 | May 30 2010 (Troughton) 1420.0
7 | June 1 2010 (Troughton) 1419.8
8 |
9 |
--------------------------------------------------------------------------------
/novice/python/readings-01.py:
--------------------------------------------------------------------------------
1 | import sys
2 | import numpy as np
3 |
4 | def main():
5 | script = sys.argv[0]
6 | filename = sys.argv[1]
7 | data = np.loadtxt(filename, delimiter=',')
8 | for m in data.mean(axis=1):
9 | print m
10 |
--------------------------------------------------------------------------------
/css/book.css:
--------------------------------------------------------------------------------
1 | span.subtitle {
2 | color: #030303;
3 | display: block;
4 | font-family: inherit;
5 | font-size: 31.5px;
6 | font-weight: bold;
7 | line-height: 40px;
8 | margin: 40px 0px 10px 0px;
9 | text-rendering: optimizelegibility;
10 | }
11 |
--------------------------------------------------------------------------------
/intermediate/make/phony.mk:
--------------------------------------------------------------------------------
1 | # phony.mk
2 |
3 | all : figure-1.svg figure-2.svg
4 |
5 | figure-1.svg : summary-1.dat
6 | python create_figure.py figure-1.svg summary-1.dat
7 |
8 | figure-2.svg : summary-2.dat
9 | python create_figure.py figure-2.svg summary-2.dat
10 |
--------------------------------------------------------------------------------
/novice/python/readings-02.py:
--------------------------------------------------------------------------------
1 | import sys
2 | import numpy as np
3 |
4 | def main():
5 | script = sys.argv[0]
6 | filename = sys.argv[1]
7 | data = np.loadtxt(filename, delimiter=',')
8 | for m in data.mean(axis=1):
9 | print m
10 |
11 | main()
12 |
--------------------------------------------------------------------------------
/data/chem/elements/Cm.xml:
--------------------------------------------------------------------------------
1 |