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

Code improvements #9

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Code improvements #9

wants to merge 16 commits into from

Commits on Aug 6, 2024

  1. fix SANE typo

    BJNFNE committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    3c74d9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aaffc10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81a1ee0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95d0332 View commit details
    Browse the repository at this point in the history
  5. fix indentation in SubFile.py

    BJNFNE committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    45b896e View commit details
    Browse the repository at this point in the history
  6. add missing - in Chunk.py

    BJNFNE committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    be37c9c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    773f284 View commit details
    Browse the repository at this point in the history
  8. fix typo and whitespace

    BJNFNE committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4127507 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5acb1c3 View commit details
    Browse the repository at this point in the history
  10. reduce more comment lines

    BJNFNE committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e12df73 View commit details
    Browse the repository at this point in the history
  11. use different bash path

    use as default #!/bin/bash as path instead of #!/usr/bin/env bash or #! bash
    BJNFNE committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    b896a41 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e487f82 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0641e2a View commit details
    Browse the repository at this point in the history
  14. reduce comment line hashtags

    BJNFNE committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    490f62a View commit details
    Browse the repository at this point in the history
  15. use #!/usr/bin/python3

    instead of using python3 only.
    BJNFNE committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    6bcdc65 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c1b6043 View commit details
    Browse the repository at this point in the history