Skip to content
View pratzss's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report pratzss

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

Popular repositories

  1. Penn-State-Learning-Factory Penn-State-Learning-Factory Public

    Java 2

  2. CMPSC-221-Microsoft-Paint CMPSC-221-Microsoft-Paint Public

    Designed my own drawing program similar to the Microsoft Paint. The double buffering approach was employed to allow dragging effects and prevent flickering. The program allows window resize without…

    Java

  3. CMPSC-311-Block-Storage CMPSC-311-Block-Storage Public

    Implemented a CRUD block storage device driver that communicates with a CRUD device over a network

    C

  4. CMPEN-331-CPU-Pipeline CMPEN-331-CPU-Pipeline Public

    Implemented a pipeline CPU using the Xilinx design package for FPGAs

    Verilog

  5. CMPSC-461-Lexer-Parser CMPSC-461-Lexer-Parser Public

    Used Java to write a recursive descent parser for a simplified HTML language. The lexical syntax is specified by regular expressions

    Java

  6. CMPSC-473-Malloc CMPSC-473-Malloc Public

    I wrote a dynamic storage allocator for C programs, i.e., my own version of the malloc, free and realloc routines.

    C