Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rdpeng/ProgrammingAssignment2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: asudell/ProgrammingAssignment2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 5 files changed
  • 1 contributor

Commits on Jul 24, 2014

  1. Compute the inverse of a matrix while caching the results.

    Also add a simple script to exercise the code.
    asudell committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    7b1d4e4 View commit details
    Browse the repository at this point in the history
  2. Rename the original readme, since it's not so much my readme,

    as the instructions for the problem.
    asudell committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    935b5e8 View commit details
    Browse the repository at this point in the history
  3. Add my own readme.

    asudell committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    a6b2f59 View commit details
    Browse the repository at this point in the history
  4. Add a link to a good sha/revision to the readme. That may make

    it easier for peer review.  Add a gitignore while in the neighborhood.
    asudell committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    cfedb4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b74e0e7 View commit details
    Browse the repository at this point in the history
  6. Try again to make sha a link

    asudell committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    d65009b View commit details
    Browse the repository at this point in the history
  7. Kill the attempt to link to the commit. That works in pull requsts,

    but apparently readme is plain-old, not git-flavored markdown.
    So it will probably confuses things.  We'll just use the head.
    asudell committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    7cafd39 View commit details
    Browse the repository at this point in the history
Loading