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: johnathan79717/codeforces-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: MatthiasKauer/codeforces-parser
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.
  • 11 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 2, 2015

  1. parse.py now successfully downloads on win7 (replaced two system call…

    …s w/ Python funcs) and will only execute chmod on unix
    unknown committed Feb 2, 2015
    Copy the full SHA
    b21b51a View commit details

Commits on Feb 24, 2015

  1. Copy the full SHA
    6684cca View commit details
  2. Copy the full SHA
    33f1001 View commit details
  3. myprog.py updated

    matthias committed Feb 24, 2015
    Copy the full SHA
    cf1a52d View commit details
  4. Copy the full SHA
    baec04c View commit details
  5. adjusted filenames; all are main.cc / main.py now so I don't have to

    adjust testing script
    matthias committed Feb 24, 2015
    Copy the full SHA
    dce1e9b View commit details
  6. added to python template

    matthias committed Feb 24, 2015
    Copy the full SHA
    649d6c0 View commit details
  7. renamed python template

    matthias committed Feb 24, 2015
    Copy the full SHA
    1628444 View commit details
  8. adjusted parse.py for name change

    matthias committed Feb 24, 2015
    Copy the full SHA
    31813bb View commit details
  9. adjusted debug print in pyton template

    matthias committed Feb 24, 2015
    Copy the full SHA
    a3484ae View commit details
  10. Copy the full SHA
    7fe9fb1 View commit details
Loading