Skip to content
View masonrware's full-sized avatar
☯️
陰陽
☯️
陰陽
  • Georgia Institute of Technology
  • LA / Madison
  • 20:46 (UTC -05:00)
  • LinkedIn in/mason-ware
Block or Report

Block or report masonrware

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. minirel-dbms minirel-dbms Public

    This is the codebase for a working single-user DBMS that can execute certain simple SQL queries. The DBMS is implemented in layers: with the topmost layer being a parser of SQL queries, and the low…

    C

  2. klausen-lab-scripts klausen-lab-scripts Public

    These are misc. scripts I am using for my work in the Western Jihadism Lab at Brandeis University.

    Python

  3. brain-bot brain-bot Public

    This is the codebase for the discord bot Brain-Bot

    Python

  4. multithread-http-proxy multithread-http-proxy Public

    Multithreaded HTTP proxy server to handle and serve traffic written in C

    C

  5. fuse-log-fs fuse-log-fs Public

    Single-threaded log-structured filesystem implemented using FUSE (Filesystem in Userspace) C library

    C 1

  6. TCPend TCPend Public

    Implemention a Transmission Control Protocol (TCP) which incorporates the following features on top of the unreliable UDP sockets: reliability (with proper re-transmissions in the event of packet l…

    Java