Skip to content
View maxstreitberger's full-sized avatar

Highlights

  • Pro

Block or report maxstreitberger

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 Loading

  1. Small interpreter for basic mathemat... Small interpreter for basic mathematical operations in python.
    1
    # Token types
    2
    INTEGER = 'INTEGER'
    3
    PLUS = 'PLUS'
    4
    MINUS = "MINUS"
    5
    MUL = "MUL"
  2. anarchuser/rose anarchuser/rose Public

    An operating system built from scratch for the Raspberry Pi 4 model B

    C 5 1

  3. search-engine search-engine Public

    Modular search engine

    C++