Skip to content
View chrislattman's full-sized avatar
Block or Report

Block or report chrislattman

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
chrislattman/README.md

About Me

I am a recent graduate from Virginia Tech, having taken several courses in mathematics and computer science. I have coded in several languages, including Java, C (POSIX and Win32), Python, JavaScript, Go, and Rust.

Topics that I've covered:

Pinned Loading

  1. Cryptography Cryptography Public

    A suite of cryptographic primitives and protocols. They are entirely educational.

    Java

  2. webserver webserver Public

    This is a simple HTTP server which only returns the client's IP address.

    C

  3. test-scapy test-scapy Public

    Demonstrates basic Scapy usage.

    C 1

  4. test-rpc test-rpc Public

    Example RPC client and server

    C

  5. test-ffi test-ffi Public

    Showcases foreign function interfaces (FFIs) for various languages.

    C

  6. DataStructures DataStructures Public

    Collection of implemented data structures and algorithms in Java, some C++, Python, TypeScript, Go, and Rust, as well as multithreading examples. This project is also meant to demonstrate the full …

    Java