Skip to content
View warniel08's full-sized avatar

Block or report warniel08

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. TLSLite TLSLite Public

    A lite version of TLS (school assignment, not to be used in the wild)

    Java 1

  2. DNSResolver DNSResolver Public

    DNSResolver with local server built in Java

    Java 1

  3. MSDScriptInterpreter MSDScriptInterpreter Public

    Programming language interpreter from scratch. Can parse arithmetic operations, if/else expressions, and functions.

    C++ 1 1

  4. UnixShellWannabe UnixShellWannabe Public

    Unix shell that runs on Unix/Posix OS. Includes OS system calls and file descriptor manipulation.

    C++ 1

  5. encfs encfs Public

    Simple encrypted file system using Python and the FUSE framework

    Python