Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new print stat function #16

Commits on Oct 17, 2021

  1. Add new count parameter:

    add new count parameter. It's number of sorted results. It can be useful for a large number of identical results. It's acceptable to use numbers with minus sign(-5 as example), then results will be from the end of results list.
    timeforplanb123 committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    ebd2f72 View commit details
    Browse the repository at this point in the history
  2. Add new print_stat function:

    print_stat prints statistic for Result object
    timeforplanb123 committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    6f7851c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Change print_result.py

    add new count parameter to print the number of results. Useful for a lot of identical results
    timeforplanb123 committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    0bb264c View commit details
    Browse the repository at this point in the history
  2. Add print_stat function

    print_stat prints statistic for Result object
    timeforplanb123 committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    3d52b4f View commit details
    Browse the repository at this point in the history
  3. Change print_result

    add new count parameter to print the number of results. Useful for a lot of identical results
    timeforplanb123 committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    bbc9651 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48c9a0a View commit details
    Browse the repository at this point in the history
  5. Add print_stat function

    print_stat prints statistic for Result object
    timeforplanb123 committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    13b7cc5 View commit details
    Browse the repository at this point in the history