Skip to content
View mtepenner's full-sized avatar

Block or report mtepenner

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. f23-cs302-hierarchydatastructs f23-cs302-hierarchydatastructs Public

    A C++ application implementing hierarchical data structures and Object-Oriented Programming principles to manage a Comic-Con celebrity database, utilizing Circular Linked Lists, Arrays of Linked Li…

    C++

  2. f23-cs302-twothreetree f23-cs302-twothreetree Public

    A C++ implementation of a 2-3 Tree data structure that strictly uses smart pointers to manage a polymorphic database of animal profiles.

    C++

  3. f25-cs423-atc-simulator f25-cs423-atc-simulator Public

    An interactive game that simulates the role of being an ATC. You can clear planes for takeoff, line planes up on the runway, clear planes for landing, clear planes to taxi to or from the terminal. …

    Rust

  4. win24-cs333-clientserver win24-cs333-clientserver Public

    A multi-threaded C client-server application facilitating concurrent file transfers and remote directory listing over TCP sockets.

    C

  5. win24-cs333-encryption win24-cs333-encryption Public

    A multi-threaded C utility for efficiently hashing passwords using various algorithms (DES, SHA, bcrypt, yescrypt) via the crypt_r library.

    C

  6. win24-cs333-stat-n-wc win24-cs333-stat-n-wc Public

    Custom C implementations of the standard Linux stat and wc utilities, designed to retrieve detailed file metadata and compute text line, word, and character counts.

    C