Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore notes #2

Closed
wants to merge 161 commits into from
Closed

Ignore notes #2

wants to merge 161 commits into from

Conversation

PBarmby
Copy link
Collaborator

@PBarmby PBarmby commented Dec 10, 2013

Hey Dave,

I made a few small changes - over to "vanilla" git status, and changing the name of the subdirectory to results/
instead of data/. Did not do anything about where the material gets included (as separate page or callout section) since there didn't seem to be consensus about this.

I would have changed the files in the PR directly but I didn't know how to do this (maybe it's not possible)? I will try to add you as a collaborator to my repo and then we can skip one merge step, I think.

Will Trimble and others added 30 commits October 28, 2013 12:19
*   `group by` in aggregation
*   data hygiene
*   explain the `%%sqlite` magic
2. Put data hygiene in discussion of joins.
3. Got rid of 'next steps' sections.
gvwilson and others added 25 commits December 4, 2013 06:35
…-orgs-badges

Removing includes and images for instructors, orgs, and badges (which were almost never used).
…en building on linux mint (ubuntu derivative).

* ipython is too old -> install 1.1 via pip
* some python packages are required -> install via apt-get
Comments on problems with building bc under linux
…edits

Incorporating many of @wking's changes (but not all); still unsure what to say about `-u`
- use Git when talking about the command
- fix typo
- unix directory slashes
- line lengths
@PBarmby PBarmby closed this Dec 10, 2013
@dmj111
Copy link
Owner

dmj111 commented Dec 10, 2013

Hi Pauline,

Yeah, I guess I need a github course too :)

I don't know if there is a way for other people to modify the code on a PR,
unless the PR is owned by a group. Maybe If I add you, you can change it
directly? As it is, I think I pushed your changes....

On Mon, Dec 9, 2013 at 7:49 PM, Pauline Barmby notifications@github.comwrote:

Hey Dave,

I made a few small changes - over to "vanilla" git status, and changing
the name of the subdirectory to results/
instead of data/. Did not do anything about where the material gets
included (as separate page or callout section) since there didn't seem to
be consensus about this.

I would have changed the files in the PR directly but I didn't know how to
do this (maybe it's not possible)? I will try to add you as a collaborator

to my repo and then we can skip one merge step, I think.

You can merge this Pull Request by running

git pull https://github.com/PBarmby/bc ignore-notes

Or view, comment on, or merge it at:

#2
Commit Summary

  • Spell fixes for expanded functions-modules
  • Transfered expanded function-definition exposition
  • Laying out new material
  • Starting beginner's lessons on Python
  • Second beginner's lesson on Python
  • Third beginner's lesson on Python
  • Fourth beginner's lesson on Python
  • Added example multi-line indented block
  • Spelling and markup
  • More code markup
  • Renaming file to be consistent with hyphenation convention
  • Final two lessons on Python (still need challenges)
  • Removing .pyc files when cleaning
  • Updating based on feedback from @jdblischak
  • Adding challenges to the last two notebooks in the series
  • Updating based on feedback from @ahmadia
  • typographic fixes
  • First three lessons on SQL for beginners
  • More database lessons for novices. To do:
    1. Filled in 'group by'.
  • Cleaning up before submitting pull request
  • Merge branch 'master' into new-sql-beginner-lessons
  • Merge branch 'master' into new-python-beginner-lessons
  • Importing shell lesson for novices
  • Fixing title (needs to be H1, not H2)
  • Importing lessons on Git
  • Adding John Wilbanks quote
  • Fixing intro and backup lectures on Git for novices
  • Revising (shortening) Git intro for novices
  • Starting work on glossary
  • renamed expanded funcitonsandmodules, removed duplicated files
  • Corrected name
  • Moving assertions and unit testing to intermediate; not sure what to
    teach about defensive programming here
  • Material on QA from novice for recycling
  • Re-introducing unit testing
  • Example files for intro to shell
  • Merge branch 'master' into new-shell-beginner-lessons
  • Fixing headers and image links
  • First draft of glossary
  • Rewriting material on testing
  • Defensive programming
  • Added make links target
  • Merge pull request New Python beginner lessons swcarpentry/DEPRECATED-bc#132 from gvwilson/new-python-beginner-lessons
  • Merge pull request New beginner lessons on SQL swcarpentry/DEPRECATED-bc#135 from gvwilson/new-sql-beginner-lessons
  • Merge branch 'master' of github.com:swcarpentry/bc
  • Tidying up shell lesson
  • Merge branch 'master' into new-shell-beginner-lessons
  • Merge pull request Master swcarpentry/DEPRECATED-bc#162 from gvwilson/master
  • Merge branch 'master' into new-shell-beginner-lessons
  • Merge pull request New shell beginner lessons swcarpentry/DEPRECATED-bc#139 from gvwilson/new-shell-beginner-lessons
  • Modfiying links to glossary in notebook files
  • Trying to teach nbconvert to make pages from our notebooks, but
    tripping over Unicode characters
  • Added line in makefile with linklint url
  • Adding rules to Makefile to build HTML versions of IPython notebooks
  • Merge branch 'gh-pages' into thw-indentedcblock
  • Inserting keypoints and objectives (but they're not formatting
    properly)
  • Fixed bugs in challenges
  • Added missing files for 05-script.md lesson
  • Added some of Nelle Nemo's data files
  • Changed haiku.txt so it matches the 06-find.md lesson
  • Replacing unit testing with debugging
  • Putting titles etc. into page headers
  • Adding objectives and key points with tagged cells to the intro
    Python notebook
  • Tagging cells in a few more notebooks
  • Merge branch 'tagging-novice-python-lessons' into
    converting-notebooks-to-html
  • Merge pull request Tagging novice python lessons swcarpentry/DEPRECATED-bc#178 from gvwilson/tagging-novice-python-lessons
  • Incorporating fix from @r-gaia-cs that generates plain .html instead
    of .ipynb.html
  • Merge pull request Converting notebooks to html swcarpentry/DEPRECATED-bc#166 from gvwilson/converting-notebooks-to-html
  • Fixing example explaining why people shouldn't use spaces in
    filenames
  • Merge pull request Added make links target swcarpentry/DEPRECATED-bc#160 from wltrimbl/linkstarget
  • Merging updates to gh-pages with link checking material
  • Merge branch 'adding-instructor-notes-to-novice-bash' into
    switching-to-kramdown
  • Experimenting with Kramdown
  • Making Make smarter
  • Put randomly generated data in files
  • Merge branch 'master' into new-git-beginner-lessons
  • Merge branch 'building-whats-needed'
  • Importing updated Makefile
  • Merge pull request Moving page metadata into YAML headers. swcarpentry/DEPRECATED-bc#177 from
    gvwilson/adding-instructor-notes-to-novice-bash
  • Merge pull request Small edits/additions to the novice shell lessons - take 2 swcarpentry/DEPRECATED-bc#170 from DamienIrving/shell-edits
  • Adding rules file, fixing links to rules, updating Makefile
  • Commenting Makefile to explain logic
  • Adding target to look for FIXMEs
  • Removing a few FIXME markers in Git lessons
  • Updating index files
  • Renaming directories with example files
  • Merge branch 'master' into fixing-spaces-in-filenames-example
  • Incorporating Raniere's fixes
  • Instructor's guide for SQL
  • Instructor's guide for Python
  • Updating index file and moving utility scripts to the right place
  • Updating index for novice Python with resources
  • Updating SQL notes and guide
  • Starting the bibliography
  • Adding another rule
  • Merge branch 'master' into switching-to-kramdown
  • Adding section headers inside div blocks in Markdown files
  • Jekyll uses Redcarpet by default for translating Markdown to HTML,
    but
  • SQL reference sheet
  • Python cheat sheet
  • Adding shell cheat sheet
  • Cheat sheet for novice Git
  • swc-installation-test-2.py: Prefer pip to easy_install
  • Merge pull request Harmonized expanded thw-functions modules swcarpentry/DEPRECATED-bc#109 from wltrimbl/functiondef
  • Merge branch 'master' into bc-namespaced
  • Merge gh-pages into wltrimbl-thw-indentedcblock
  • merging in gh-pages
  • Stand-alone lesson on plyr
  • Typos
  • New example for modeling across sites
  • Added an intro, expectations and some more examples
  • Addressing @jdbilshack comments in issue/91
  • Hard wraps and wrapped long code lines
  • Changes suggested by @jdblischak
  • Merge pull request swc-installation-test-2.py: Prefer pip to easy_install swcarpentry/DEPRECATED-bc#184 from wking/installation-test-bc-namespaced
  • Merge branch 'wking2/stand-alone-plyr-lesson'
  • Merge branch 'gh-pages'
  • Merge branch 'master' of github.com:swcarpentry/bc
  • Instructor's guide for Git
  • Merge branch 'adding-cheat-sheets'
  • Putting YAML header in LICENSE
  • Building tool to check glossary entries
  • Ignoring 'tmp' directory when building site
  • Fixing typo in reference to glossary entry
  • Updating glossary tool and glossary entries
  • Filling in glossary entries
  • Only two bootcamps ever included instructor bios and pictures in
    their homepages, and it would be better in any case to come up with a way
    to link to the team.html page on the main Software Carpentry website so
    that we don't have to maintain two parallel copies of this material. The
    same is true of sponsoring organizations and badges.
  • Updating README
  • Filling in another 40-odd glossary entries
  • Incorporating many of the changes recommended by @wking, but still
  • Switching to numbered list for lesson links in index files
  • Merge pull request Switching to kramdown swcarpentry/DEPRECATED-bc#183 from gvwilson/switching-to-kramdown
  • Merge branch 'master' of github.com:swcarpentry/bc into
    checking-glossary
  • Notes on what diagrams need to be drawn
  • Merge branch 'master' of github.com:swcarpentry/bc
  • Adding more edits by @wking
  • Diagrams for novice Git tutorial
  • Diagrams for novice Python tutorial
  • Adding diagrams to novice SQL lessons
  • Adding images for novice Bash lecture
  • Merge pull request First version of glossary. swcarpentry/DEPRECATED-bc#190 from gvwilson/checking-glossary
  • Merge pull request Removing includes and images for instructors, orgs, and badges (which were almost never used). swcarpentry/DEPRECATED-bc#189 from
    gvwilson/removing-instructors-orgs-badges
  • Merge branch 'master' of github.com:swcarpentry/bc
  • Merge branch 'master' of github.com:swcarpentry/bc
  • Merge branch 'checking-glossary'
  • Resizing bounding boxes of SVGs (manually, since LibreOffice doesn't
    do it)
  • Using 'img/' instead of './img/' for image paths
  • Building a tool to generate a contact sheet of images, and fixing
    some unsized images as a result
  • Merge pull request Adding diagrams for novice lessons. swcarpentry/DEPRECATED-bc#196 from gvwilson/adding-novice-diagrams
  • Resolving conflict in Makefile (two new targets added)
  • Adding explanatory echo to Makefile
  • added some hints on how to solve 'make check' problems encountered
    when building on linux mint (ubuntu derivative).
  • incorporating pr comments
  • missing word in git novice guide
  • Merge pull request Comments on problems with building bc under linux swcarpentry/DEPRECATED-bc#197 from twitwi/master
  • Merge pull request Incorporating many of @wking's changes (but not all); still unsure what to say about -u swcarpentry/DEPRECATED-bc#191 from gvwilson/incorporating-wking-edits
  • Explaining away the -u flag
  • Add first pass at ignore file information.
  • Added more ignore material
  • Update based on feedback from @wking.
  • Updated gitignore material based on feedback to PR 202

File Changes

  • M .gitignore https://github.com/dmj111/bc/pull/2/files#diff-0(2)
  • M LICENSE.md https://github.com/dmj111/bc/pull/2/files#diff-1(2)
  • M Makefile https://github.com/dmj111/bc/pull/2/files#diff-2(104)
  • A NEW_MATERIAL.mdhttps://github.com/Ignore notes #2/files#diff-3(37)
  • M README.md https://github.com/dmj111/bc/pull/2/files#diff-4(46)
  • M _config.yml https://github.com/dmj111/bc/pull/2/files#diff-5(9)
  • D _includes/orgs/continuum.htmlhttps://github.com/Ignore notes #2/files#diff-6(9)
  • D _includes/orgs/enthought.htmlhttps://github.com/Ignore notes #2/files#diff-7(9)
  • D _includes/orgs/indiana-u.htmlhttps://github.com/Ignore notes #2/files#diff-8(9)
  • D _includes/orgs/intel.htmlhttps://github.com/Ignore notes #2/files#diff-9(9)
  • D _includes/orgs/jpmorgan.htmlhttps://github.com/Ignore notes #2/files#diff-10(11)
  • D _includes/orgs/kaust.htmlhttps://github.com/Ignore notes #2/files#diff-11(9)
  • D _includes/orgs/mathworks.htmlhttps://github.com/Ignore notes #2/files#diff-12(7)
  • D _includes/orgs/michigan-state.htmlhttps://github.com/Ignore notes #2/files#diff-13(9)
  • D _includes/orgs/microsoft.htmlhttps://github.com/Ignore notes #2/files#diff-14(9)
  • D _includes/orgs/mitacs.htmlhttps://github.com/Ignore notes #2/files#diff-15(8)
  • D _includes/orgs/mozilla.htmlhttps://github.com/Ignore notes #2/files#diff-16(8)
  • D _includes/orgs/numfocus.htmlhttps://github.com/Ignore notes #2/files#diff-17(12)
  • D _includes/orgs/psf.htmlhttps://github.com/Ignore notes #2/files#diff-18(9)
  • D _includes/orgs/qmul.htmlhttps://github.com/Ignore notes #2/files#diff-19(9)
  • D _includes/orgs/scimatic.htmlhttps://github.com/Ignore notes #2/files#diff-20(8)
  • D _includes/orgs/scinet.htmlhttps://github.com/Ignore notes #2/files#diff-21(9)
  • D _includes/orgs/sharcnet.htmlhttps://github.com/Ignore notes #2/files#diff-22(8)
  • D _includes/orgs/sloan.htmlhttps://github.com/Ignore notes #2/files#diff-23(7)
  • D _includes/orgs/ssi.htmlhttps://github.com/Ignore notes #2/files#diff-24(8)
  • D _includes/orgs/ukmo.htmlhttps://github.com/Ignore notes #2/files#diff-25(9)
  • D _includes/people/ahmadia.a.htmlhttps://github.com/Ignore notes #2/files#diff-26(11)
  • D _includes/people/anderson.c.htmlhttps://github.com/Ignore notes #2/files#diff-27(11)
  • D _includes/people/aranda.j.htmlhttps://github.com/Ignore notes #2/files#diff-28(10)
  • D _includes/people/aruliah.d.htmlhttps://github.com/Ignore notes #2/files#diff-29(11)
  • D _includes/people/barneche.diego.htmlhttps://github.com/Ignore notes #2/files#diff-30(9)
  • D _includes/people/blischak.j.htmlhttps://github.com/Ignore notes #2/files#diff-31(11)
  • D _includes/people/bostroem.a.htmlhttps://github.com/Ignore notes #2/files#diff-32(15)
  • D _includes/people/bray.e.htmlhttps://github.com/Ignore notes #2/files#diff-33(11)
  • D _includes/people/brown.amy.htmlhttps://github.com/Ignore notes #2/files#diff-34(10)
  • D _includes/people/brown.ct.htmlhttps://github.com/Ignore notes #2/files#diff-35(9)
  • D _includes/people/bryan.j.htmlhttps://github.com/Ignore notes #2/files#diff-36(11)
  • D _includes/people/cabral.sheeri.htmlhttps://github.com/Ignore notes #2/files#diff-37(13)
  • D _includes/people/canino-koning.r.htmlhttps://github.com/Ignore notes #2/files#diff-38(11)
  • D _includes/people/cannam.c.htmlhttps://github.com/Ignore notes #2/files#diff-39(10)
  • D _includes/people/chen.e.htmlhttps://github.com/Ignore notes #2/files#diff-40(11)
  • D _includes/people/cholia.s.htmlhttps://github.com/Ignore notes #2/files#diff-41(12)
  • D _includes/people/chuang-howe.a.htmlhttps://github.com/Ignore notes #2/files#diff-42(10)
  • D _includes/people/chue-hong.n.htmlhttps://github.com/Ignore notes #2/files#diff-43(12)
  • D _includes/people/cozzini.s.htmlhttps://github.com/Ignore notes #2/files#diff-44(11)
  • D _includes/people/cranston.k.htmlhttps://github.com/Ignore notes #2/files#diff-45(14)
  • D _includes/people/crouch.s.htmlhttps://github.com/Ignore notes #2/files#diff-46(12)
  • D _includes/people/davis.m.htmlhttps://github.com/Ignore notes #2/files#diff-47(12)
  • D _includes/people/dickson.r.htmlhttps://github.com/Ignore notes #2/files#diff-48(11)
  • D _includes/people/dursi.j.htmlhttps://github.com/Ignore notes #2/files#diff-49(13)
  • D _includes/people/ely.j.htmlhttps://github.com/Ignore notes #2/files#diff-50(11)
  • D _includes/people/enbody.r.htmlhttps://github.com/Ignore notes #2/files#diff-51(13)
  • D _includes/people/falster.daniel.htmlhttps://github.com/Ignore notes #2/files#diff-52(9)
  • D _includes/people/foertter.f.htmlhttps://github.com/Ignore notes #2/files#diff-53(12)
  • D _includes/people/goble.c.htmlhttps://github.com/Ignore notes #2/files#diff-54(13)
  • D _includes/people/gustavsen.j.htmlhttps://github.com/Ignore notes #2/files#diff-55(10)
  • D _includes/people/guy.t.htmlhttps://github.com/Ignore notes #2/files#diff-56(12)
  • D _includes/people/haddock.s.htmlhttps://github.com/Ignore notes #2/files#diff-57(12)
  • D _includes/people/hansen.m.htmlhttps://github.com/Ignore notes #2/files#diff-58(11)
  • D _includes/people/hart.t.htmlhttps://github.com/Ignore notes #2/files#diff-59(11)
  • D _includes/people/hinsen.k.htmlhttps://github.com/Ignore notes #2/files#diff-60(12)
  • D _includes/people/huff.k.htmlhttps://github.com/Ignore notes #2/files#diff-61(10)
  • D _includes/people/imran.s.htmlhttps://github.com/Ignore notes #2/files#diff-62(12)
  • D _includes/people/ivanov.p.htmlhttps://github.com/Ignore notes #2/files#diff-63(8)
  • D _includes/people/jackson.m.htmlhttps://github.com/Ignore notes #2/files#diff-64(11)
  • D _includes/people/kerr.j.htmlhttps://github.com/Ignore notes #2/files#diff-65(10)
  • D _includes/people/king.w.htmlhttps://github.com/Ignore notes #2/files#diff-66(13)
  • D _includes/people/kitzes.j.htmlhttps://github.com/Ignore notes #2/files#diff-67(11)
  • D _includes/people/koenig.steven.htmlhttps://github.com/Ignore notes #2/files#diff-68(12)
  • D _includes/people/konrad.b.htmlhttps://github.com/Ignore notes #2/files#diff-69(11)
  • D _includes/people/lagesen.k.htmlhttps://github.com/Ignore notes #2/files#diff-70(12)
  • D _includes/people/langmore.i.htmlhttps://github.com/Ignore notes #2/files#diff-71(10)
  • D _includes/people/lasher.c.htmlhttps://github.com/Ignore notes #2/files#diff-72(12)
  • D _includes/people/latornell.d.htmlhttps://github.com/Ignore notes #2/files#diff-73(15)
  • D _includes/people/le.w.htmlhttps://github.com/Ignore notes #2/files#diff-74(11)
  • D _includes/people/mcgough.s.htmlhttps://github.com/Ignore notes #2/files#diff-75(12)
  • D _includes/people/mckellar.j.htmlhttps://github.com/Ignore notes #2/files#diff-76(13)
  • D _includes/people/mctavish.ej.htmlhttps://github.com/Ignore notes #2/files#diff-77(13)
  • D _includes/people/mitchell.i.htmlhttps://github.com/Ignore notes #2/files#diff-78(10)
  • D _includes/people/montojo.jason.htmlhttps://github.com/Ignore notes #2/files#diff-79(10)
  • D _includes/people/morris.b.htmlhttps://github.com/Ignore notes #2/files#diff-80(11)
  • D _includes/people/nederbragt.l.htmlhttps://github.com/Ignore notes #2/files#diff-81(10)
  • D _includes/people/nielsen.c.htmlhttps://github.com/Ignore notes #2/files#diff-82(14)
  • D _includes/people/olson.r.htmlhttps://github.com/Ignore notes #2/files#diff-83(14)
  • D _includes/people/pawlik.a.htmlhttps://github.com/Ignore notes #2/files#diff-84(6)
  • D _includes/people/pell.j.htmlhttps://github.com/Ignore notes #2/files#diff-85(11)
  • D _includes/people/perez.f.htmlhttps://github.com/Ignore notes #2/files#diff-86(13)
  • D _includes/people/petre.m.htmlhttps://github.com/Ignore notes #2/files#diff-87(14)
  • D _includes/people/pickens.c.htmlhttps://github.com/Ignore notes #2/files#diff-88(10)
  • D _includes/people/pipitone.j.htmlhttps://github.com/Ignore notes #2/files#diff-89(9)
  • D _includes/people/plumbley.m.htmlhttps://github.com/Ignore notes #2/files#diff-90(13)
  • D _includes/people/ram.k.htmlhttps://github.com/Ignore notes #2/files#diff-91(10)
  • D _includes/people/rich.a.htmlhttps://github.com/Ignore notes #2/files#diff-92(15)
  • D _includes/people/rokem.a.htmlhttps://github.com/Ignore notes #2/files#diff-93(12)
  • D _includes/people/schossau.j.htmlhttps://github.com/Ignore notes #2/files#diff-94(10)
  • D _includes/people/scopatz.a.htmlhttps://github.com/Ignore notes #2/files#diff-95(11)
  • D _includes/people/shelton.j.htmlhttps://github.com/Ignore notes #2/files#diff-96(12)
  • D _includes/people/silverstein.k.htmlhttps://github.com/Ignore notes #2/files#diff-97(9)
  • D _includes/people/smith.j.htmlhttps://github.com/Ignore notes #2/files#diff-98(13)
  • D _includes/people/supp.s.htmlhttps://github.com/Ignore notes #2/files#diff-99(10)
  • D _includes/people/teal.t.htmlhttps://github.com/Ignore notes #2/files#diff-100(12)
  • D _includes/people/varoquaux.n.htmlhttps://github.com/Ignore notes #2/files#diff-101(11)
  • D _includes/people/viana.a.htmlhttps://github.com/Ignore notes #2/files#diff-102(11)
  • D _includes/people/vonderlinden.jens.htmlhttps://github.com/Ignore notes #2/files#diff-103(11)
  • D _includes/people/waugh.b.htmlhttps://github.com/Ignore notes #2/files#diff-104(13)
  • D _includes/people/white.e.htmlhttps://github.com/Ignore notes #2/files#diff-105(12)
  • D _includes/people/williams.l.htmlhttps://github.com/Ignore notes #2/files#diff-106(12)
  • D _includes/people/wilson.g.htmlhttps://github.com/Ignore notes #2/files#diff-107(10)
  • D _includes/people/wilson.p.htmlhttps://github.com/Ignore notes #2/files#diff-108(12)
  • D _includes/people/wolever.d.htmlhttps://github.com/Ignore notes #2/files#diff-109(11)
  • D _includes/people/woods.c.htmlhttps://github.com/Ignore notes #2/files#diff-110(12)
  • A bash/intermediate/README.mdhttps://github.com/Ignore notes #2/files#diff-111(7)
  • A bash/novice/00-intro.mdhttps://github.com/Ignore notes #2/files#diff-112(137)
  • A bash/novice/01-filedir.mdhttps://github.com/Ignore notes #2/files#diff-113(403)
  • A bash/novice/02-create.mdhttps://github.com/Ignore notes #2/files#diff-114(316)
  • A bash/novice/03-pipefilter.mdhttps://github.com/Ignore notes #2/files#diff-115(454)
  • A bash/novice/04-loop.mdhttps://github.com/Ignore notes #2/files#diff-116(382)
  • A bash/novice/05-script.mdhttps://github.com/Ignore notes #2/files#diff-117(335)
  • A bash/novice/06-find.mdhttps://github.com/Ignore notes #2/files#diff-118(356)
  • A bash/novice/creatures/basilisk.dathttps://github.com/Ignore notes #2/files#diff-119(163)
  • A bash/novice/creatures/unicorn.dathttps://github.com/Ignore notes #2/files#diff-120(163)
  • A bash/novice/filesystem/data/access.loghttps://github.com/Ignore notes #2/files#diff-121(1)
  • A bash/novice/filesystem/data/hardware.cfghttps://github.com/Ignore notes #2/files#diff-122(2)
  • A bash/novice/filesystem/data/network.cfghttps://github.com/Ignore notes #2/files#diff-123(1)
  • A
    bash/novice/filesystem/users/nelle/north-pacific-gyre/2012-07-03/NENE01729A.txthttps://github.com/Ignore notes #2/files#diff-124(300)
  • A
    bash/novice/filesystem/users/nelle/north-pacific-gyre/2012-07-03/NENE01729B.txthttps://github.com/Ignore notes #2/files#diff-125(300)
  • A
    bash/novice/filesystem/users/nelle/north-pacific-gyre/2012-07-03/NENE01736A.txthttps://github.com/Ignore notes #2/files#diff-126(300)
  • A
    bash/novice/filesystem/users/nelle/north-pacific-gyre/2012-07-03/NENE01751A.txthttps://github.com/Ignore notes #2/files#diff-127(300)
  • A
    bash/novice/filesystem/users/nelle/north-pacific-gyre/2012-07-03/NENE01751B.txthttps://github.com/Ignore notes #2/files#diff-128(300)
  • A
    bash/novice/filesystem/users/nelle/north-pacific-gyre/2012-07-03/NENE01812A.txthttps://github.com/Ignore notes #2/files#diff-129(300)
  • A
    bash/novice/filesystem/users/nelle/north-pacific-gyre/2012-07-03/NENE01843A.txthttps://github.com/Ignore notes #2/files#diff-130(300)
  • A
    bash/novice/filesystem/users/nelle/north-pacific-gyre/2012-07-03/NENE01843B.txthttps://github.com/Ignore notes #2/files#diff-131(300)
  • A
    bash/novice/filesystem/users/nelle/north-pacific-gyre/2012-07-03/NENE01971Z.txthttps://github.com/Ignore notes #2/files#diff-132(300)
  • A
    bash/novice/filesystem/users/nelle/north-pacific-gyre/2012-07-03/NENE01978A.txthttps://github.com/Ignore notes #2/files#diff-133(300)
  • A
    bash/novice/filesystem/users/nelle/north-pacific-gyre/2012-07-03/NENE01978B.txthttps://github.com/Ignore notes #2/files#diff-134(300)
  • A
    bash/novice/filesystem/users/nelle/north-pacific-gyre/2012-07-03/NENE02018B.txthttps://github.com/Ignore notes #2/files#diff-135(240)
  • A
    bash/novice/filesystem/users/nelle/north-pacific-gyre/2012-07-03/NENE02040A.txthttps://github.com/Ignore notes #2/files#diff-136(300)
  • A
    bash/novice/filesystem/users/nelle/north-pacific-gyre/2012-07-03/NENE02040B.txthttps://github.com/Ignore notes #2/files#diff-137(300)
  • A
    bash/novice/filesystem/users/nelle/north-pacific-gyre/2012-07-03/NENE02040Z.txthttps://github.com/Ignore notes #2/files#diff-138(300)
  • A
    bash/novice/filesystem/users/nelle/north-pacific-gyre/2012-07-03/NENE02043A.txthttps://github.com/Ignore notes #2/files#diff-139(300)
  • A
    bash/novice/filesystem/users/nelle/north-pacific-gyre/2012-07-03/NENE02043B.txthttps://github.com/Ignore notes #2/files#diff-140(300)
  • A bash/novice/filesystem/users/vlad/data/amino-acids.txthttps://github.com/Ignore notes #2/files#diff-141(20)
  • A bash/novice/filesystem/users/vlad/data/elements/Ac.xmlhttps://github.com/Ignore notes #2/files#diff-142(8)
  • A bash/novice/filesystem/users/vlad/data/elements/Ag.xmlhttps://github.com/Ignore notes #2/files#diff-143(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Al.xmlhttps://github.com/Ignore notes #2/files#diff-144(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Am.xmlhttps://github.com/Ignore notes #2/files#diff-145(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Ar.xmlhttps://github.com/Ignore notes #2/files#diff-146(9)
  • A bash/novice/filesystem/users/vlad/data/elements/As.xmlhttps://github.com/Ignore notes #2/files#diff-147(9)
  • A bash/novice/filesystem/users/vlad/data/elements/At.xmlhttps://github.com/Ignore notes #2/files#diff-148(8)
  • A bash/novice/filesystem/users/vlad/data/elements/Au.xmlhttps://github.com/Ignore notes #2/files#diff-149(9)
  • A bash/novice/filesystem/users/vlad/data/elements/B.xmlhttps://github.com/Ignore notes #2/files#diff-150(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Ba.xmlhttps://github.com/Ignore notes #2/files#diff-151(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Be.xmlhttps://github.com/Ignore notes #2/files#diff-152(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Bi.xmlhttps://github.com/Ignore notes #2/files#diff-153(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Bk.xmlhttps://github.com/Ignore notes #2/files#diff-154(7)
  • A bash/novice/filesystem/users/vlad/data/elements/Br.xmlhttps://github.com/Ignore notes #2/files#diff-155(9)
  • A bash/novice/filesystem/users/vlad/data/elements/C.xmlhttps://github.com/Ignore notes #2/files#diff-156(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Ca.xmlhttps://github.com/Ignore notes #2/files#diff-157(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Cd.xmlhttps://github.com/Ignore notes #2/files#diff-158(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Ce.xmlhttps://github.com/Ignore notes #2/files#diff-159(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Cf.xmlhttps://github.com/Ignore notes #2/files#diff-160(7)
  • A bash/novice/filesystem/users/vlad/data/elements/Cl.xmlhttps://github.com/Ignore notes #2/files#diff-161(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Cm.xmlhttps://github.com/Ignore notes #2/files#diff-162(7)
  • A bash/novice/filesystem/users/vlad/data/elements/Co.xmlhttps://github.com/Ignore notes #2/files#diff-163(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Cr.xmlhttps://github.com/Ignore notes #2/files#diff-164(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Cs.xmlhttps://github.com/Ignore notes #2/files#diff-165(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Cu.xmlhttps://github.com/Ignore notes #2/files#diff-166(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Dy.xmlhttps://github.com/Ignore notes #2/files#diff-167(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Er.xmlhttps://github.com/Ignore notes #2/files#diff-168(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Es.xmlhttps://github.com/Ignore notes #2/files#diff-169(7)
  • A bash/novice/filesystem/users/vlad/data/elements/Eu.xmlhttps://github.com/Ignore notes #2/files#diff-170(9)
  • A bash/novice/filesystem/users/vlad/data/elements/F.xmlhttps://github.com/Ignore notes #2/files#diff-171(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Fe.xmlhttps://github.com/Ignore notes #2/files#diff-172(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Fm.xmlhttps://github.com/Ignore notes #2/files#diff-173(7)
  • A bash/novice/filesystem/users/vlad/data/elements/Fr.xmlhttps://github.com/Ignore notes #2/files#diff-174(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Ga.xmlhttps://github.com/Ignore notes #2/files#diff-175(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Gd.xmlhttps://github.com/Ignore notes #2/files#diff-176(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Ge.xmlhttps://github.com/Ignore notes #2/files#diff-177(9)
  • A bash/novice/filesystem/users/vlad/data/elements/H.xmlhttps://github.com/Ignore notes #2/files#diff-178(9)
  • A bash/novice/filesystem/users/vlad/data/elements/He.xmlhttps://github.com/Ignore notes #2/files#diff-179(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Hf.xmlhttps://github.com/Ignore notes #2/files#diff-180(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Hg.xmlhttps://github.com/Ignore notes #2/files#diff-181(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Ho.xmlhttps://github.com/Ignore notes #2/files#diff-182(9)
  • A bash/novice/filesystem/users/vlad/data/elements/I.xmlhttps://github.com/Ignore notes #2/files#diff-183(9)
  • A bash/novice/filesystem/users/vlad/data/elements/In.xmlhttps://github.com/Ignore notes #2/files#diff-184(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Ir.xmlhttps://github.com/Ignore notes #2/files#diff-185(9)
  • A bash/novice/filesystem/users/vlad/data/elements/K.xmlhttps://github.com/Ignore notes #2/files#diff-186(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Kr.xmlhttps://github.com/Ignore notes #2/files#diff-187(9)
  • A bash/novice/filesystem/users/vlad/data/elements/La.xmlhttps://github.com/Ignore notes #2/files#diff-188(8)
  • A bash/novice/filesystem/users/vlad/data/elements/Li.xmlhttps://github.com/Ignore notes #2/files#diff-189(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Lr.xmlhttps://github.com/Ignore notes #2/files#diff-190(7)
  • A bash/novice/filesystem/users/vlad/data/elements/Lu.xmlhttps://github.com/Ignore notes #2/files#diff-191(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Md.xmlhttps://github.com/Ignore notes #2/files#diff-192(7)
  • A bash/novice/filesystem/users/vlad/data/elements/Mg.xmlhttps://github.com/Ignore notes #2/files#diff-193(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Mn.xmlhttps://github.com/Ignore notes #2/files#diff-194(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Mo.xmlhttps://github.com/Ignore notes #2/files#diff-195(9)
  • A bash/novice/filesystem/users/vlad/data/elements/N.xmlhttps://github.com/Ignore notes #2/files#diff-196(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Na.xmlhttps://github.com/Ignore notes #2/files#diff-197(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Nb.xmlhttps://github.com/Ignore notes #2/files#diff-198(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Nd.xmlhttps://github.com/Ignore notes #2/files#diff-199(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Ne.xmlhttps://github.com/Ignore notes #2/files#diff-200(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Ni.xmlhttps://github.com/Ignore notes #2/files#diff-201(9)
  • A bash/novice/filesystem/users/vlad/data/elements/No.xmlhttps://github.com/Ignore notes #2/files#diff-202(7)
  • A bash/novice/filesystem/users/vlad/data/elements/Np.xmlhttps://github.com/Ignore notes #2/files#diff-203(9)
  • A bash/novice/filesystem/users/vlad/data/elements/O.xmlhttps://github.com/Ignore notes #2/files#diff-204(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Os.xmlhttps://github.com/Ignore notes #2/files#diff-205(9)
  • A bash/novice/filesystem/users/vlad/data/elements/P.xmlhttps://github.com/Ignore notes #2/files#diff-206(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Pa.xmlhttps://github.com/Ignore notes #2/files#diff-207(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Pb.xmlhttps://github.com/Ignore notes #2/files#diff-208(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Pd.xmlhttps://github.com/Ignore notes #2/files#diff-209(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Pm.xmlhttps://github.com/Ignore notes #2/files#diff-210(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Po.xmlhttps://github.com/Ignore notes #2/files#diff-211(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Pr.xmlhttps://github.com/Ignore notes #2/files#diff-212(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Pt.xmlhttps://github.com/Ignore notes #2/files#diff-213(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Pu.xmlhttps://github.com/Ignore notes #2/files#diff-214(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Ra.xmlhttps://github.com/Ignore notes #2/files#diff-215(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Rb.xmlhttps://github.com/Ignore notes #2/files#diff-216(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Re.xmlhttps://github.com/Ignore notes #2/files#diff-217(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Rh.xmlhttps://github.com/Ignore notes #2/files#diff-218(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Rn.xmlhttps://github.com/Ignore notes #2/files#diff-219(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Ru.xmlhttps://github.com/Ignore notes #2/files#diff-220(9)
  • A bash/novice/filesystem/users/vlad/data/elements/S.xmlhttps://github.com/Ignore notes #2/files#diff-221(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Sb.xmlhttps://github.com/Ignore notes #2/files#diff-222(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Sc.xmlhttps://github.com/Ignore notes #2/files#diff-223(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Se.xmlhttps://github.com/Ignore notes #2/files#diff-224(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Si.xmlhttps://github.com/Ignore notes #2/files#diff-225(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Sm.xmlhttps://github.com/Ignore notes #2/files#diff-226(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Sn.xmlhttps://github.com/Ignore notes #2/files#diff-227(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Sr.xmlhttps://github.com/Ignore notes #2/files#diff-228(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Ta.xmlhttps://github.com/Ignore notes #2/files#diff-229(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Tb.xmlhttps://github.com/Ignore notes #2/files#diff-230(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Tc.xmlhttps://github.com/Ignore notes #2/files#diff-231(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Te.xmlhttps://github.com/Ignore notes #2/files#diff-232(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Th.xmlhttps://github.com/Ignore notes #2/files#diff-233(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Ti.xmlhttps://github.com/Ignore notes #2/files#diff-234(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Tl.xmlhttps://github.com/Ignore notes #2/files#diff-235(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Tm.xmlhttps://github.com/Ignore notes #2/files#diff-236(9)
  • A bash/novice/filesystem/users/vlad/data/elements/U.xmlhttps://github.com/Ignore notes #2/files#diff-237(9)
  • A bash/novice/filesystem/users/vlad/data/elements/V.xmlhttps://github.com/Ignore notes #2/files#diff-238(9)
  • A bash/novice/filesystem/users/vlad/data/elements/W.xmlhttps://github.com/Ignore notes #2/files#diff-239(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Xe.xmlhttps://github.com/Ignore notes #2/files#diff-240(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Y.xmlhttps://github.com/Ignore notes #2/files#diff-241(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Yb.xmlhttps://github.com/Ignore notes #2/files#diff-242(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Zn.xmlhttps://github.com/Ignore notes #2/files#diff-243(9)
  • A bash/novice/filesystem/users/vlad/data/elements/Zr.xmlhttps://github.com/Ignore notes #2/files#diff-244(9)
  • A bash/novice/filesystem/users/vlad/data/morse.txthttps://github.com/Ignore notes #2/files#diff-245(50)
  • A bash/novice/filesystem/users/vlad/data/pdb/aldrin.pdbhttps://github.com/Ignore notes #2/files#diff-246(30)
  • A bash/novice/filesystem/users/vlad/data/pdb/ammonia.pdbhttps://github.com/Ignore notes #2/files#diff-247(8)
  • A bash/novice/filesystem/users/vlad/data/pdb/ascorbic-acid.pdbhttps://github.com/Ignore notes #2/files#diff-248(24)
  • A bash/novice/filesystem/users/vlad/data/pdb/benzaldehyde.pdbhttps://github.com/Ignore notes #2/files#diff-249(18)
  • A bash/novice/filesystem/users/vlad/data/pdb/camphene.pdbhttps://github.com/Ignore notes #2/files#diff-250(30)
  • A bash/novice/filesystem/users/vlad/data/pdb/cholesterol.pdbhttps://github.com/Ignore notes #2/files#diff-251(78)
  • A bash/novice/filesystem/users/vlad/data/pdb/cinnamaldehyde.pdbhttps://github.com/Ignore notes #2/files#diff-252(22)
  • A bash/novice/filesystem/users/vlad/data/pdb/citronellal.pdbhttps://github.com/Ignore notes #2/files#diff-253(33)
  • A bash/novice/filesystem/users/vlad/data/pdb/codeine.pdbhttps://github.com/Ignore notes #2/files#diff-254(47)
  • A bash/novice/filesystem/users/vlad/data/pdb/cubane.pdbhttps://github.com/Ignore notes #2/files#diff-255(20)
  • A bash/novice/filesystem/users/vlad/data/pdb/cyclobutane.pdbhttps://github.com/Ignore notes #2/files#diff-256(16)
  • A bash/novice/filesystem/users/vlad/data/pdb/cyclohexanol.pdbhttps://github.com/Ignore notes #2/files#diff-257(23)
  • A bash/novice/filesystem/users/vlad/data/pdb/cyclopropane.pdbhttps://github.com/Ignore notes #2/files#diff-258(13)
  • A bash/novice/filesystem/users/vlad/data/pdb/ethane.pdbhttps://github.com/Ignore notes #2/files#diff-259(12)
  • A bash/novice/filesystem/users/vlad/data/pdb/ethanol.pdbhttps://github.com/Ignore notes #2/files#diff-260(13)
  • A bash/novice/filesystem/users/vlad/data/pdb/ethylcyclohexane.pdbhttps://github.com/Ignore notes #2/files#diff-261(54)
  • A bash/novice/filesystem/users/vlad/data/pdb/glycol.pdbhttps://github.com/Ignore notes #2/files#diff-262(14)
  • A bash/novice/filesystem/users/vlad/data/pdb/heme.pdbhttps://github.com/Ignore notes #2/files#diff-263(79)
  • A bash/novice/filesystem/users/vlad/data/pdb/lactic-acid.pdbhttps://github.com/Ignore notes #2/files#diff-264(15)
  • A bash/novice/filesystem/users/vlad/data/pdb/lactose.pdbhttps://github.com/Ignore notes #2/files#diff-265(49)
  • A bash/novice/filesystem/users/vlad/data/pdb/lanoxin.pdbhttps://github.com/Ignore notes #2/files#diff-266(248)
  • A bash/novice/filesystem/users/vlad/data/pdb/lsd.pdbhttps://github.com/Ignore notes #2/files#diff-267(53)
  • A bash/novice/filesystem/users/vlad/data/pdb/maltose.pdbhttps://github.com/Ignore notes #2/files#diff-268(49)
  • A bash/novice/filesystem/users/vlad/data/pdb/menthol.pdbhttps://github.com/Ignore notes #2/files#diff-269(35)
  • A bash/novice/filesystem/users/vlad/data/pdb/methane.pdbhttps://github.com/Ignore notes #2/files#diff-270(9)
  • A bash/novice/filesystem/users/vlad/data/pdb/methanol.pdbhttps://github.com/Ignore notes #2/files#diff-271(10)
  • A bash/novice/filesystem/users/vlad/data/pdb/mint.pdbhttps://github.com/Ignore notes #2/files#diff-272(36)
  • A bash/novice/filesystem/users/vlad/data/pdb/morphine.pdbhttps://github.com/Ignore notes #2/files#diff-273(44)
  • A bash/novice/filesystem/users/vlad/data/pdb/mustard.pdbhttps://github.com/Ignore notes #2/files#diff-274(41)
  • A bash/novice/filesystem/users/vlad/data/pdb/nerol.pdbhttps://github.com/Ignore notes #2/files#diff-275(33)
  • A bash/novice/filesystem/users/vlad/data/pdb/norethindrone.pdbhttps://github.com/Ignore notes #2/files#diff-276(51)
  • A bash/novice/filesystem/users/vlad/data/pdb/octane.pdbhttps://github.com/Ignore notes #2/files#diff-277(30)
  • A bash/novice/filesystem/users/vlad/data/pdb/pentane.pdbhttps://github.com/Ignore notes #2/files#diff-278(21)
  • A bash/novice/filesystem/users/vlad/data/pdb/piperine.pdbhttps://github.com/Ignore notes #2/files#diff-279(44)
  • A bash/novice/filesystem/users/vlad/data/pdb/propane.pdbhttps://github.com/Ignore notes #2/files#diff-280(15)
  • A bash/novice/filesystem/users/vlad/data/pdb/pyridoxal.pdbhttps://github.com/Ignore notes #2/files#diff-281(25)
  • A bash/novice/filesystem/users/vlad/data/pdb/quinine.pdbhttps://github.com/Ignore notes #2/files#diff-282(52)
  • A bash/novice/filesystem/users/vlad/data/pdb/strychnine.pdbhttps://github.com/Ignore notes #2/files#diff-283(51)
  • A bash/novice/filesystem/users/vlad/data/pdb/styrene.pdbhttps://github.com/Ignore notes #2/files#diff-284(20)
  • A bash/novice/filesystem/users/vlad/data/pdb/sucrose.pdbhttps://github.com/Ignore notes #2/files#diff-285(49)
  • A bash/novice/filesystem/users/vlad/data/pdb/testosterone.pdbhttps://github.com/Ignore notes #2/files#diff-286(53)
  • A bash/novice/filesystem/users/vlad/data/pdb/thiamine.pdbhttps://github.com/Ignore notes #2/files#diff-287(42)
  • A bash/novice/filesystem/users/vlad/data/pdb/tnt.pdbhttps://github.com/Ignore notes #2/files#diff-288(25)
  • A bash/novice/filesystem/users/vlad/data/pdb/tuberin.pdbhttps://github.com/Ignore notes #2/files#diff-289(54)
  • A bash/novice/filesystem/users/vlad/data/pdb/tyrian-purple.pdbhttps://github.com/Ignore notes #2/files#diff-290(34)
  • A bash/novice/filesystem/users/vlad/data/pdb/vanillin.pdbhttps://github.com/Ignore notes #2/files#diff-291(23)
  • A bash/novice/filesystem/users/vlad/data/pdb/vinyl-chloride.pdbhttps://github.com/Ignore notes #2/files#diff-292(10)
  • A bash/novice/filesystem/users/vlad/data/pdb/vitamin-a.pdbhttps://github.com/Ignore notes #2/files#diff-293(55)
  • A bash/novice/filesystem/users/vlad/data/planets.txthttps://github.com/Ignore notes #2/files#diff-294(230)
  • A bash/novice/filesystem/users/vlad/data/sunspot.txthttps://github.com/Ignore notes #2/files#diff-295(3080)
  • A bash/novice/filesystem/users/vlad/notes.txthttps://github.com/Ignore notes #2/files#diff-296(3)
  • A bash/novice/filesystem/users/vlad/pizza.cfghttps://github.com/Ignore notes #2/files#diff-297(3)
  • A bash/novice/filesystem/users/vlad/solar.pdfhttps://github.com/Ignore notes #2/files#diff-298(0)
  • A bash/novice/finding/haiku.txthttps://github.com/Ignore notes #2/files#diff-299(11)
  • A bash/novice/finding/vlad/data/first.txthttps://github.com/Ignore notes #2/files#diff-300(1)
  • A bash/novice/finding/vlad/data/second.txthttps://github.com/Ignore notes #2/files#diff-301(1)
  • A bash/novice/finding/vlad/notes.txthttps://github.com/Ignore notes #2/files#diff-302(1)
  • A bash/novice/finding/vlad/tools/formathttps://github.com/Ignore notes #2/files#diff-303(1)
  • A bash/novice/finding/vlad/tools/statshttps://github.com/Ignore notes #2/files#diff-304(1)
  • A bash/novice/guide.mdhttps://github.com/Ignore notes #2/files#diff-305(114)
  • A bash/novice/img/filesystem-challenge.odghttps://github.com/Ignore notes #2/files#diff-306(0)
  • A bash/novice/img/filesystem-challenge.svghttps://github.com/Ignore notes #2/files#diff-307(763)
  • A bash/novice/img/filesystem.odghttps://github.com/Ignore notes #2/files#diff-308(0)
  • A bash/novice/img/filesystem.svghttps://github.com/Ignore notes #2/files#diff-309(485)
  • A bash/novice/img/find-file-tree.odghttps://github.com/Ignore notes #2/files#diff-310(0)
  • A bash/novice/img/find-file-tree.svghttps://github.com/Ignore notes #2/files#diff-311(1038)
  • A bash/novice/img/home-directories.odghttps://github.com/Ignore notes #2/files#diff-312(0)
  • A bash/novice/img/home-directories.svghttps://github.com/Ignore notes #2/files#diff-313(643)
  • A bash/novice/img/nano-screenshot.pnghttps://github.com/Ignore notes #2/files#diff-314(0)
  • A bash/novice/img/vlad-homedir.odghttps://github.com/Ignore notes #2/files#diff-315(0)
  • A bash/novice/img/vlad-homedir.svghttps://github.com/Ignore notes #2/files#diff-316(988)
  • A bash/novice/index.mdhttps://github.com/Ignore notes #2/files#diff-317(36)
  • A bash/novice/molecules/cubane.pdbhttps://github.com/Ignore notes #2/files#diff-318(20)
  • A bash/novice/molecules/ethane.pdbhttps://github.com/Ignore notes #2/files#diff-319(12)
  • A bash/novice/molecules/methane.pdbhttps://github.com/Ignore notes #2/files#diff-320(9)
  • A bash/novice/molecules/octane.pdbhttps://github.com/Ignore notes #2/files#diff-321(30)
  • A bash/novice/molecules/pentane.pdbhttps://github.com/Ignore notes #2/files#diff-322(21)
  • A bash/novice/molecules/propane.pdbhttps://github.com/Ignore notes #2/files#diff-323(15)
  • A bash/novice/reference.mdhttps://github.com/Ignore notes #2/files#diff-324(53)
  • A bash/novice/scripting/backup/chloratin.dathttps://github.com/Ignore notes #2/files#diff-325(89)
  • A bash/novice/scripting/backup/sphag-merged.dathttps://github.com/Ignore notes #2/files#diff-326(172)
  • A bash/novice/scripting/chloratin.dathttps://github.com/Ignore notes #2/files#diff-327(29)
  • A bash/novice/scripting/cholesterol.pdbhttps://github.com/Ignore notes #2/files#diff-328(78)
  • A bash/novice/scripting/girmanis.dathttps://github.com/Ignore notes #2/files#diff-329(182)
  • A bash/novice/scripting/sphag2.dathttps://github.com/Ignore notes #2/files#diff-330(156)
  • A bash/novice/scripting/sphagnoi.dathttps://github.com/Ignore notes #2/files#diff-331(91)
  • A bash/novice/scripting/vitamin-a.pdbhttps://github.com/Ignore notes #2/files#diff-332(55)
  • A bash/util/gen-nene.pyhttps://github.com/Ignore notes #2/files#diff-333(27)
  • A bash/util/gen-sequence.pyhttps://github.com/Ignore notes #2/files#diff-334(12)
  • A bib.md https://github.com/dmj111/bc/pull/2/files#diff-335(115)
  • A bin/gloss.py https://github.com/dmj111/bc/pull/2/files#diff-336(103)
  • A bin/linklint https://github.com/dmj111/bc/pull/2/files#diff-337(4107)
  • A bin/make-image-page.pyhttps://github.com/Ignore notes #2/files#diff-338(42)
  • A git/intermediate/README.mdhttps://github.com/Ignore notes #2/files#diff-339(7)
  • A git/novice/00-intro.mdhttps://github.com/Ignore notes #2/files#diff-340(39)
  • A git/novice/01-backup.mdhttps://github.com/Ignore notes #2/files#diff-341(637)
  • A git/novice/02-collab.mdhttps://github.com/Ignore notes #2/files#diff-342(189)
  • A git/novice/03-conflict.mdhttps://github.com/Ignore notes #2/files#diff-343(237)
  • A git/novice/04-open.mdhttps://github.com/Ignore notes #2/files#diff-344(236)
  • A git/novice/guide.mdhttps://github.com/Ignore notes #2/files#diff-345(76)
  • A git/novice/img/git-after-change-to-duplicate-repo.odghttps://github.com/Ignore notes #2/files#diff-346(0)
  • A git/novice/img/git-after-change-to-duplicate-repo.svghttps://github.com/Ignore notes #2/files#diff-347(1936)
  • A git/novice/img/git-after-duplicate-clone.odghttps://github.com/Ignore notes #2/files#diff-348(0)
  • A git/novice/img/git-after-duplicate-clone.svghttps://github.com/Ignore notes #2/files#diff-349(1651)
  • A git/novice/img/git-after-first-conflicting-change.odghttps://github.com/Ignore notes #2/files#diff-350(0)
  • A git/novice/img/git-after-first-conflicting-change.svghttps://github.com/Ignore notes #2/files#diff-351(1886)
  • A git/novice/img/git-after-merging.odghttps://github.com/Ignore notes #2/files#diff-352(0)
  • A git/novice/img/git-after-merging.svghttps://github.com/Ignore notes #2/files#diff-353(2144)
  • A git/novice/img/git-after-pushing-merge.odghttps://github.com/Ignore notes #2/files#diff-354(0)
  • A git/novice/img/git-after-pushing-merge.svghttps://github.com/Ignore notes #2/files#diff-355(2224)
  • A git/novice/img/git-after-second-conflicting-change.odghttps://github.com/Ignore notes #2/files#diff-356(0)
  • A git/novice/img/git-after-second-conflicting-change.svghttps://github.com/Ignore notes #2/files#diff-357(1867)
  • A git/novice/img/git-freshly-made-github-repo.odghttps://github.com/Ignore notes #2/files#diff-358(0)
  • A git/novice/img/git-freshly-made-github-repo.svghttps://github.com/Ignore notes #2/files#diff-359(1207)
  • A git/novice/img/git-staging-area.odghttps://github.com/Ignore notes #2/files#diff-360(0)
  • A git/novice/img/git-staging-area.svghttps://github.com/Ignore notes #2/files#diff-361(571)
  • A git/novice/img/git-when-revisions-updated.odghttps://github.com/Ignore notes #2/files#diff-362(0)
  • A git/novice/img/git-when-revisions-updated.svghttps://github.com/Ignore notes #2/files#diff-363(535)
  • A git/novice/img/github-create-repo-01.pnghttps://github.com/Ignore notes #2/files#diff-364(0)
  • A git/novice/img/github-create-repo-02.pnghttps://github.com/Ignore notes #2/files#diff-365(0)
  • A git/novice/img/github-create-repo-03.pnghttps://github.com/Ignore notes #2/files#diff-366(0)
  • A git/novice/img/github-find-repo-string.pnghttps://github.com/Ignore notes #2/files#diff-367(0)
  • A git/novice/img/github-repo-after-first-push.odghttps://github.com/Ignore notes #2/files#diff-368(0)
  • A git/novice/img/github-repo-after-first-push.svghttps://github.com/Ignore notes #2/files#diff-369(1294)
  • A git/novice/index.mdhttps://github.com/Ignore notes #2/files#diff-370(34)
  • A git/novice/reference.mdhttps://github.com/Ignore notes #2/files#diff-371(103)
  • A gloss.md https://github.com/dmj111/bc/pull/2/files#diff-372(517)
  • D img/badges/creator.pnghttps://github.com/Ignore notes #2/files#diff-373(0)
  • D img/badges/helper.pnghttps://github.com/Ignore notes #2/files#diff-374(0)
  • D img/badges/instructor.pnghttps://github.com/Ignore notes #2/files#diff-375(0)
  • D img/badges/learner.pnghttps://github.com/Ignore notes #2/files#diff-376(0)
  • D img/badges/organizer.pnghttps://github.com/Ignore notes #2/files#diff-377(0)
  • D img/orgs/continuum.pnghttps://github.com/Ignore notes #2/files#diff-378(0)
  • D img/orgs/enthought.pnghttps://github.com/Ignore notes #2/files#diff-379(0)
  • D img/orgs/indiana-u.jpghttps://github.com/Ignore notes #2/files#diff-380(0)
  • D img/orgs/intel.pnghttps://github.com/Ignore notes #2/files#diff-381(0)
  • D img/orgs/jpmorgan.pnghttps://github.com/Ignore notes #2/files#diff-382(0)
  • D img/orgs/kaust.pnghttps://github.com/Ignore notes #2/files#diff-383(0)
  • D img/orgs/mathworks.gifhttps://github.com/Ignore notes #2/files#diff-384(0)
  • D img/orgs/michigan-state.jpghttps://github.com/Ignore notes #2/files#diff-385(0)
  • D img/orgs/microsoft.pnghttps://github.com/Ignore notes #2/files#diff-386(0)
  • D img/orgs/mitacs.jpghttps://github.com/Ignore notes #2/files#diff-387(0)
  • D img/orgs/mozilla.pnghttps://github.com/Ignore notes #2/files#diff-388(0)
  • D img/orgs/numfocus.jpghttps://github.com/Ignore notes #2/files#diff-389(0)
  • D img/orgs/psf.pnghttps://github.com/Ignore notes #2/files#diff-390(0)
  • D img/orgs/qmul.gifhttps://github.com/Ignore notes #2/files#diff-391(0)
  • D img/orgs/scimatic.pnghttps://github.com/Ignore notes #2/files#diff-392(0)
  • D img/orgs/scinet.jpghttps://github.com/Ignore notes #2/files#diff-393(0)
  • D img/orgs/sharcnet.jpghttps://github.com/Ignore notes #2/files#diff-394(0)
  • D img/orgs/sloan.pnghttps://github.com/Ignore notes #2/files#diff-395(0)
  • D img/orgs/ssi.pnghttps://github.com/Ignore notes #2/files#diff-396(0)
  • D img/orgs/ukmo.jpghttps://github.com/Ignore notes #2/files#diff-397(0)
  • D img/people/ahmadia.a.jpghttps://github.com/Ignore notes #2/files#diff-398(0)
  • D img/people/anderson.c.jpghttps://github.com/Ignore notes #2/files#diff-399(0)
  • D img/people/aranda.j.jpghttps://github.com/Ignore notes #2/files#diff-400(0)
  • D img/people/aruliah.d.jpghttps://github.com/Ignore notes #2/files#diff-401(0)
  • D img/people/barneche.diego.jpghttps://github.com/Ignore notes #2/files#diff-402(0)
  • D img/people/blischak.j.jpghttps://github.com/Ignore notes #2/files#diff-403(0)
  • D img/people/bostroem.a.jpghttps://github.com/Ignore notes #2/files#diff-404(0)
  • D img/people/bray.e.jpghttps://github.com/Ignore notes #2/files#diff-405(0)
  • D img/people/brown.amy.jpghttps://github.com/Ignore notes #2/files#diff-406(0)
  • D img/people/brown.t.jpghttps://github.com/Ignore notes #2/files#diff-407(0)
  • D img/people/bryan.j.jpghttps://github.com/Ignore notes #2/files#diff-408(0)
  • D img/people/cabral.sheeri.jpghttps://github.com/Ignore notes #2/files#diff-409(0)
  • D img/people/canino-koning.r.jpghttps://github.com/Ignore notes #2/files#diff-410(0)
  • D img/people/cannam.c.pnghttps://github.com/Ignore notes #2/files#diff-411(0)
  • D img/people/chen.e.jpghttps://github.com/Ignore notes #2/files#diff-412(0)
  • D img/people/cholia.s.jpghttps://github.com/Ignore notes #2/files#diff-413(0)
  • D img/people/chuang-howe.a.jpghttps://github.com/Ignore notes #2/files#diff-414(0)
  • D img/people/chue-hong.n.jpghttps://github.com/Ignore notes #2/files#diff-415(0)
  • D img/people/conley.m.jpghttps://github.com/Ignore notes #2/files#diff-416(0)
  • D img/people/cozzini.s.pnghttps://github.com/Ignore notes #2/files#diff-417(0)
  • D img/people/cranston.k.pnghttps://github.com/Ignore notes #2/files#diff-418(0)
  • D img/people/crouch.s.jpghttps://github.com/Ignore notes #2/files#diff-419(0)
  • D img/people/davis.m.jpghttps://github.com/Ignore notes #2/files#diff-420(0)
  • D img/people/dickson.r.pnghttps://github.com/Ignore notes #2/files#diff-421(0)
  • D img/people/dursi.j.jpghttps://github.com/Ignore notes #2/files#diff-422(0)
  • D img/people/ely.j.jpghttps://github.com/Ignore notes #2/files#diff-423(0)
  • D img/people/enbody.r.jpghttps://github.com/Ignore notes #2/files#diff-424(0)
  • D img/people/falster.daniel.jpghttps://github.com/Ignore notes #2/files#diff-425(0)
  • D img/people/foertter.f.pnghttps://github.com/Ignore notes #2/files#diff-426(0)
  • D img/people/goble.c.jpghttps://github.com/Ignore notes #2/files#diff-427(0)
  • D img/people/gustavsen.j.jpghttps://github.com/Ignore notes #2/files#diff-428(0)
  • D img/people/guy.t.jpghttps://github.com/Ignore notes #2/files#diff-429(0)
  • D img/people/haddock.s.jpghttps://github.com/Ignore notes #2/files#diff-430(0)
  • D img/people/hansen.m.jpghttps://github.com/Ignore notes #2/files#diff-431(0)
  • D img/people/hart.t.jpghttps://github.com/Ignore notes #2/files#diff-432(0)
  • D img/people/hinsen.k.jpghttps://github.com/Ignore notes #2/files#diff-433(0)
  • D img/people/huff.k.pnghttps://github.com/Ignore notes #2/files#diff-434(0)
  • D img/people/imran.s.pnghttps://github.com/Ignore notes #2/files#diff-435(0)
  • D img/people/ivanov.p.jpghttps://github.com/Ignore notes #2/files#diff-436(0)
  • D img/people/jackson.m.jpghttps://github.com/Ignore notes #2/files#diff-437(0)
  • D img/people/kerr.j.jpghttps://github.com/Ignore notes #2/files#diff-438(0)
  • D img/people/king.t.jpghttps://github.com/Ignore notes #2/files#diff-439(0)
  • D img/people/kitzes.j.jpghttps://github.com/Ignore notes #2/files#diff-440(0)
  • D img/people/koenig.steven.jpghttps://github.com/Ignore notes #2/files#diff-441(0)
  • D img/people/konrad.b.jpghttps://github.com/Ignore notes #2/files#diff-442(0)
  • D img/people/lagesen.k.jpghttps://github.com/Ignore notes #2/files#diff-443(0)
  • D img/people/langmore.i.jpghttps://github.com/Ignore notes #2/files#diff-444(0)
  • D img/people/lasher.c.pnghttps://github.com/Ignore notes #2/files#diff-445(0)
  • D img/people/latornell.d.jpghttps://github.com/Ignore notes #2/files#diff-446(0)
  • D img/people/le.w.jpghttps://github.com/Ignore notes #2/files#diff-447(0)
  • D img/people/mcgough.s.jpghttps://github.com/Ignore notes #2/files#diff-448(0)
  • D img/people/mckellar.j.jpghttps://github.com/Ignore notes #2/files#diff-449(0)
  • D img/people/mctavish.ej.jpghttps://github.com/Ignore notes #2/files#diff-450(0)
  • D img/people/mitchell.i.jpghttps://github.com/Ignore notes #2/files#diff-451(0)
  • D img/people/montojo.j.pnghttps://github.com/Ignore notes #2/files#diff-452(0)
  • D img/people/morris.b.pnghttps://github.com/Ignore notes #2/files#diff-453(0)
  • D img/people/nederbragt.l.jpghttps://github.com/Ignore notes #2/files#diff-454(0)
  • D img/people/nielsen.c.pnghttps://github.com/Ignore notes #2/files#diff-455(0)
  • D img/people/olson.r.jpghttps://github.com/Ignore notes #2/files#diff-456(0)
  • D img/people/pawlik.a.jpghttps://github.com/Ignore notes #2/files#diff-457(0)
  • D img/people/pell.j.jpghttps://github.com/Ignore notes #2/files#diff-458(0)
  • D img/people/perez.f.jpghttps://github.com/Ignore notes #2/files#diff-459(0)
  • D img/people/petre.m.jpghttps://github.com/Ignore notes #2/files#diff-460(0)
  • D img/people/pickens.c.jpghttps://github.com/Ignore notes #2/files#diff-461(0)
  • D img/people/pipitone.j.jpghttps://github.com/Ignore notes #2/files#diff-462(0)
  • D img/people/plumbley.m.jpghttps://github.com/Ignore notes #2/files#diff-463(0)
  • D img/people/ram.k.jpghttps://github.com/Ignore notes #2/files#diff-464(0)
  • D img/people/rich.a.jpghttps://github.com/Ignore notes #2/files#diff-465(0)
  • D img/people/rokem.a.jpghttps://github.com/Ignore notes #2/files#diff-466(0)
  • D img/people/schossau.j.jpghttps://github.com/Ignore notes #2/files#diff-467(0)
  • D img/people/scopatz.a.pnghttps://github.com/Ignore notes #2/files#diff-468(0)
  • D img/people/shelton.j.jpghttps://github.com/Ignore notes #2/files#diff-469(0)
  • D img/people/silverstein.k.jpghttps://github.com/Ignore notes #2/files#diff-470(0)
  • D img/people/smith.j.jpghttps://github.com/Ignore notes #2/files#diff-471(0)
  • D img/people/supp.s.jpghttps://github.com/Ignore notes #2/files#diff-472(0)
  • D img/people/teal.t.jpghttps://github.com/Ignore notes #2/files#diff-473(0)
  • D img/people/varoquaux.n.jpghttps://github.com/Ignore notes #2/files#diff-474(0)
  • D img/people/viana.a.jpghttps://github.com/Ignore notes #2/files#diff-475(0)
  • D img/people/vonderlinden.jens.jpghttps://github.com/Ignore notes #2/files#diff-476(0)
  • D img/people/waugh.b.jpghttps://github.com/Ignore notes #2/files#diff-477(0)
  • D img/people/white.e.jpghttps://github.com/Ignore notes #2/files#diff-478(0)
  • D img/people/williams.l.jpghttps://github.com/Ignore notes #2/files#diff-479(0)
  • D img/people/wilson.g.jpghttps://github.com/Ignore notes #2/files#diff-480(0)
  • D img/people/wilson.p.jpghttps://github.com/Ignore notes #2/files#diff-481(0)
  • D img/people/wolever.d.jpghttps://github.com/Ignore notes #2/files#diff-482(0)
  • D img/people/woods.c.pnghttps://github.com/Ignore notes #2/files#diff-483(0)
  • A lessons/misc-r/plyr/plyr.Rmdhttps://github.com/Ignore notes #2/files#diff-484(228)
  • M lessons/swc-git/tutorial.mdhttps://github.com/Ignore notes #2/files#diff-485(4)
  • M lessons/thw-python/flow-control/python_flow_control.ipynbhttps://github.com/Ignore notes #2/files#diff-486(133)
  • A
    lessons/thw-python/functions-and-modules/python_functions_and_modules-expanded.ipynbhttps://github.com/Ignore notes #2/files#diff-487(1354)
  • M
    lessons/thw-python/functions-and-modules/python_functions_and_modules.ipynbhttps://github.com/Ignore notes #2/files#diff-488(818)
  • D lessons/thw-python/functions-modules/functions_and_modules.pyhttps://github.com/Ignore notes #2/files#diff-489(99)
  • D
    lessons/thw-python/functions-modules/python_functions_and_modules.ipynbhttps://github.com/Ignore notes #2/files#diff-490(567)
  • D lessons/thw-python/functions-modules/tutorial.mdhttps://github.com/Ignore notes #2/files#diff-491(15)
  • M lessons/thw-python/vars-types/variables.ipynbhttps://github.com/Ignore notes #2/files#diff-492(22)
  • A python/intermediate/05-qa.ipynbhttps://github.com/Ignore notes #2/files#diff-493(1286)
  • A python/intermediate/README.mdhttps://github.com/Ignore notes #2/files#diff-494(7)
  • A python/intermediate/ears.pyhttps://github.com/Ignore notes #2/files#diff-495(79)
  • A python/novice/01-numpy.ipynbhttps://github.com/Ignore notes #2/files#diff-496(1501)
  • A python/novice/02-func.ipynbhttps://github.com/Ignore notes #2/files#diff-497(1602)
  • A python/novice/03-loop.ipynbhttps://github.com/Ignore notes #2/files#diff-498(864)
  • A python/novice/04-cond.ipynbhttps://github.com/Ignore notes #2/files#diff-499(1390)
  • A python/novice/05-defensive.ipynbhttps://github.com/Ignore notes #2/files#diff-500(960)
  • A python/novice/06-cmdline.ipynbhttps://github.com/Ignore notes #2/files#diff-501(1249)
  • A python/novice/argv-list.pyhttps://github.com/Ignore notes #2/files#diff-502(2)
  • A python/novice/count-stdin.pyhttps://github.com/Ignore notes #2/files#diff-503(7)
  • A python/novice/guide.mdhttps://github.com/Ignore notes #2/files#diff-504(50)
  • A python/novice/img/color-cube.pnghttps://github.com/Ignore notes #2/files#diff-505(0)
  • A python/novice/img/python-call-stack-01.odghttps://github.com/Ignore notes #2/files#diff-506(0)
  • A python/novice/img/python-call-stack-01.svghttps://github.com/Ignore notes #2/files#diff-507(929)
  • A python/novice/img/python-call-stack-02.odghttps://github.com/Ignore notes #2/files#diff-508(0)
  • A python/novice/img/python-call-stack-02.svghttps://github.com/Ignore notes #2/files#diff-509(1360)
  • A python/novice/img/python-call-stack-03.odghttps://github.com/Ignore notes #2/files#diff-510(0)
  • A python/novice/img/python-call-stack-03.svghttps://github.com/Ignore notes #2/files#diff-511(1791)
  • A python/novice/img/python-call-stack-04.odghttps://github.com/Ignore notes #2/files#diff-512(0)
  • A python/novice/img/python-call-stack-04.svghttps://github.com/Ignore notes #2/files#diff-513(1431)
  • A python/novice/img/python-call-stack-05.odghttps://github.com/Ignore notes #2/files#diff-514(0)
  • A python/novice/img/python-call-stack-05.svghttps://github.com/Ignore notes #2/files#diff-515(1962)
  • A python/novice/img/python-call-stack-06.odghttps://github.com/Ignore notes #2/files#diff-516(0)
  • A python/novice/img/python-call-stack-06.svghttps://github.com/Ignore notes #2/files#diff-517(1602)
  • A python/novice/img/python-call-stack-07.odghttps://github.com/Ignore notes #2/files#diff-518(0)
  • A python/novice/img/python-call-stack-07.svghttps://github.com/Ignore notes #2/files#diff-519(930)
  • A python/novice/img/python-flowchart-conditional.odghttps://github.com/Ignore notes #2/files#diff-520(0)
  • A python/novice/img/python-flowchart-conditional.svghttps://github.com/Ignore notes #2/files#diff-521(373)
  • A python/novice/img/python-flowchart-nested-loops.odghttps://github.com/Ignore notes #2/files#diff-522(0)
  • A python/novice/img/python-flowchart-nested-loops.svghttps://github.com/Ignore notes #2/files#diff-523(1724)
  • A python/novice/img/python-operations-across-axes.odg<https://g

@ahmadia
Copy link

ahmadia commented Dec 10, 2013

I don't know if there is a way for other people to modify the code on a PR,
unless the PR is owned by a group.

If multiple users have write access to the repository that the PR branch originates from, they can update the branch and the PR will update automatically.

dmj111 pushed a commit that referenced this pull request Feb 24, 2014
dmj111 pushed a commit that referenced this pull request Feb 24, 2014
added table and some MD formatting to 01-backup.md, deleted 05-undo.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants