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: mxv2/python3-examples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: program-ls
Choose a base ref
...
head repository: mxv2/python3-examples
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.
  • 17 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 9, 2019

  1. Merge pull request #1 from mxv2/program-ls

    Program ls
    mxv2 authored Mar 9, 2019
    Configuration menu
    Copy the full SHA
    93618d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. add Point class in Shape module

    mxv2 committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    2d69585 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. add Circle class to Shape module

    Maksim Kiryanov committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    7c3842c View commit details
    Browse the repository at this point in the history
  2. add FuzzyBool class

    Maksim Kiryanov committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    df8e09f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. implement special functions

    * casting to bool, int, float
    * bitwise operations
    * fix repr function
    mxv2 committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    2244481 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. add format method

    mxv2 committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    7bb6cc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5863d81 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. add FuzzyBoolAlt.py

    * implement FuzzyBool by subclassing float
    * use meta programming tricks for unimplementing methods
    mxv2 committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    f0c304f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2019

  1. add Image.py

    class Image provides simple abstraction for pixels and colors with possible save context
    mxv2 committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    ec68c41 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2019

  1. add SortedList.py

    class SortedList provides runtime-sorting list by specified key function
    mxv2 committed May 5, 2019
    Configuration menu
    Copy the full SHA
    bd1f4e7 View commit details
    Browse the repository at this point in the history
  2. add SortedDict.py

    class SortedDict provides runtime-sorting dict (keys) by specified key
    function
    mxv2 committed May 5, 2019
    Configuration menu
    Copy the full SHA
    6b0609e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c50180d View commit details
    Browse the repository at this point in the history

Commits on May 18, 2019

  1. Merge branch 'fuzzybool'

    Maksim Kiryanov committed May 18, 2019
    Configuration menu
    Copy the full SHA
    edfc181 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2019

  1. implement Transaction class

    Maksim Kiryanov committed May 19, 2019
    Configuration menu
    Copy the full SHA
    a2fb1a8 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. fix Transaction#usd calculation

    Maksim Kiryanov committed May 22, 2019
    Configuration menu
    Copy the full SHA
    c0644b2 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. implement Account class

    Maksim Kiryanov committed May 28, 2019
    Configuration menu
    Copy the full SHA
    0415b98 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from mxv2/ch06-3-transaction

    Ch06 3 transaction
    mxv2 authored May 28, 2019
    Configuration menu
    Copy the full SHA
    98a9d37 View commit details
    Browse the repository at this point in the history
Loading