Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View Bachsau's full-sized avatar

Block or report Bachsau

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Mixtool Mixtool Public

    An editor for Westwood Studios’ MIX files

    Python 4

  2. Webtools Webtools Public

    The toolbox found on https://tools.bachsau.com/

    PHP

  3. A simple abstraction of Python’s Con... A simple abstraction of Python’s ConfigParser
    1
    #!/usr/bin/env python3
    2
    # -*- coding: utf-8 -*-
    3
    
                  
    4
    # A simple abstraction of Python’s ConfigParser.
    5
    # It features implicit type conversion and defaults through prior
  4. A custom exception class that closel... A custom exception class that closely resembles Python’s OSError
    1
    #!/usr/bin/env python3
    2
    # -*- coding: utf-8 -*-
    3
    
                  
    4
    # A custom exception class that closely resembles the behavior of
    5
    # Python’s built-in OSError, including arguments and automatic