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: ktseng/holdem_calc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: souzatharsis/holdem_calc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 11 commits
  • 8 files changed
  • 1 contributor

Commits on May 5, 2020

  1. Update README.md

    souzatharsis authored May 5, 2020
    Copy the full SHA
    7c0db71 View commit details
  2. Update README.md

    souzatharsis authored May 5, 2020
    Copy the full SHA
    6c70a33 View commit details
  3. Integrates ktseng/holdem_calc with python package Poker for odds calc…

    …ulation of Combos and Ranges
    souzatharsis committed May 5, 2020
    Copy the full SHA
    1aa3bc7 View commit details
  4. Copy the full SHA
    f435f77 View commit details
  5. Copy the full SHA
    3d2c85b View commit details

Commits on May 6, 2020

  1. Update README.md

    souzatharsis authored May 6, 2020
    Copy the full SHA
    328d502 View commit details
  2. Update README.md

    souzatharsis authored May 6, 2020
    Copy the full SHA
    9133165 View commit details
  3. Update README.md

    souzatharsis authored May 6, 2020
    Copy the full SHA
    8449993 View commit details
  4. Copy the full SHA
    44c6517 View commit details
  5. Update README.md

    souzatharsis authored May 6, 2020
    Copy the full SHA
    0974977 View commit details

Commits on May 8, 2020

  1. Update README.md

    souzatharsis authored May 8, 2020
    Copy the full SHA
    4c09121 View commit details
Showing with 862 additions and 564 deletions.
  1. +3 −1 .gitignore
  2. +710 −0 Night at the venetian.ipynb
  3. +44 −334 README.md
  4. +16 −16 holdem_argparser.py
  5. +58 −20 holdem_calc.py
  6. +30 −11 holdem_functions.py
  7. +0 −182 parallel_holdem_calc.py
  8. +1 −0 requirements.txt
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
*.pyc
output_*
_*
.*
Loading