Skip to content
View Kwunch's full-sized avatar

Block or report Kwunch

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

    Circular Doubly Linked List where a new String type was created (see string.rs) and then a linked list was created around it. Just a goof project challenge from a professor.

    Rust

  2. Rust-Arduino-VPN-Handler Rust-Arduino-VPN-Handler Public

    Configured a basic arduino switch to communicate with a Rust Daemon so that when switch on automatically connets me to a saved ovpn file. When flicked off disconnects from said vpn. This consists o…

    Rust

  3. rust_prodcons_with_semaphores rust_prodcons_with_semaphores Public

    Implementation of Producer-Consumer Problem. This contains an implementation for both Binary Semaphores and Counting Semaphores

    Rust

  4. tiny_core_graphics_library tiny_core_graphics_library Public

    This was a project from my Operating Systems class at the University of Pittsburgh. It implements a basic graphics driver for Tiny Core Linux running on Qemu-Arm

    C