Skip to content
View LeonKarstens's full-sized avatar

Block or report LeonKarstens

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

Popular repositories Loading

  1. c_list_library c_list_library Public

    A C library for a doubly linked list implementation that allows printing, storage, sorting and retrieval of (homogenously typed) generic data.

    C

  2. python_stack_machine python_stack_machine Public

    An implementation of a simple stack machine in Python that shows a text-based GUI for the values of elements on the stack. Supports common stack operations such as MPY, LOADCON, DUP, ADD etc

    Python