Skip to content
View TheMatt2's full-sized avatar
Block or Report

Block or report TheMatt2

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

  1. wordle-solver wordle-solver Public

    A solver for the game Wordle.

    Python

  2. analyzer-tests analyzer-tests Public

    A set of example C programs that demonstrate common programming mistakes, and provides results on which static code analyzers can detect these mistakes.

    C

  3. A python function to do an os.walk()... A python function to do an os.walk(), but only to a certain depth. A negative depth indicates full depth.
    1
    # MIT License
    2
    #
    3
    # Copyright (c) 2021 Matthew Schweiss
    4
    #
    5
    # Permission is hereby granted, free of charge, to any person obtaining a copy
  4. Simplier PathType object for helping... Simplier PathType object for helping parse argparse inputs. Takes up less lines of code and removes rarely used features (still present on pathtype_v2.py)
    1
    """
    2
    Simplified PathType
    3
     - Simplify for common case
    4
     - Only one type, no more (never used really)
    5
     - No dash support, just simplier