X Tutup
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: talkpython/100daysofcode-with-python-course
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: masaimahapa/100daysofcode-with-python-course
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.
  • 12 commits
  • 15 files changed
  • 1 contributor

Commits on Aug 7, 2019

  1. Add files via upload

    This is basically an app which allows you to keep track of time you spent holding your breath.
    masaimahapa authored Aug 7, 2019
    Configuration menu
    Copy the full SHA
    f94b773 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Add files via upload

    masaimahapa authored Aug 13, 2019
    Configuration menu
    Copy the full SHA
    21c4e88 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2019

  1. Update hold_breath.py

    masaimahapa authored Aug 18, 2019
    Configuration menu
    Copy the full SHA
    5ddc0fd View commit details
    Browse the repository at this point in the history
  2. Update hold_breath.py

    masaimahapa authored Aug 18, 2019
    Configuration menu
    Copy the full SHA
    22d96ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b9e4f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08c58da View commit details
    Browse the repository at this point in the history
  5. Add files via upload

    masaimahapa authored Aug 18, 2019
    Configuration menu
    Copy the full SHA
    b7cfa9a View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Add files via upload

    masaimahapa authored Aug 26, 2019
    Configuration menu
    Copy the full SHA
    3cbe52d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Add files via upload

    masaimahapa authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    0fa9dae View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2019

  1. Add files via upload

    masaimahapa authored Sep 22, 2019
    Configuration menu
    Copy the full SHA
    d185fbd View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Add files via upload

    masaimahapa authored Sep 26, 2019
    Configuration menu
    Copy the full SHA
    7a57cee View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Add files via upload

    This program copies everything which you copy in your computer. It then creates a textfile which all the history is stored. This can be anything in the form of text. It is an infinite loop, that doesn't eat up a lot of memory.
    
    I hope you like it. Don't use it for malicious acts.
    
    With great power comes great responsibility.
    masaimahapa authored Oct 25, 2019
    Configuration menu
    Copy the full SHA
    4e85631 View commit details
    Browse the repository at this point in the history
Loading
X Tutup