Pinned Repositories
accompanist
A collection of extension libraries for Jetpack Compose
AndroidLabsDustyn
ByteBoard
Going to build a tech/dev related forum service called ByteBoard. This will be the backend utilizing ktor & netty. Front-end framework will either be Svelte or Vue.
byteboard-web-client
Starting to build the byteboard web client. Have the enum uris plotted so can begin to build the user interface
c_basics
Going to use this just to go through basic C functionality to get more aquainted with it so I can get ready to do more lower level stuff, Commenting as well as I can so you can hopefully follow along and learn something .
DionysOS
An x86_64 Operating System.
i386-XV6-Rework
This is my custom rework of MITs xv6 i386 operating system based off of unix v6 as per the source in Lions Commentary on UNIX v6.This will be my toy for intro to kernel programming and learning how the underbelly of a kernel works
Ironcrypt
This will be my asymmetrically pgp-centric encrypted file sharing service backend written in kotlin utilizing ktor with netty as an engine
UnixCustomTransportLayer
WIP Custom transport layer implementation utilizing raw sockets in UNIX. Giving this it's own repo since this will be large and take a lot of effort and time given the learning and thinking I need to do..
justmedusty's Repositories
justmedusty/c_basics
Going to use this just to go through basic C functionality to get more aquainted with it so I can get ready to do more lower level stuff, Commenting as well as I can so you can hopefully follow along and learn something .
justmedusty/i386-XV6-Rework
This is my custom rework of MITs xv6 i386 operating system based off of unix v6 as per the source in Lions Commentary on UNIX v6.This will be my toy for intro to kernel programming and learning how the underbelly of a kernel works
justmedusty/ByteBoard
Going to build a tech/dev related forum service called ByteBoard. This will be the backend utilizing ktor & netty. Front-end framework will either be Svelte or Vue.
justmedusty/byteboard-web-client
Starting to build the byteboard web client. Have the enum uris plotted so can begin to build the user interface
justmedusty/DionysOS
An x86_64 Operating System.
justmedusty/Ironcrypt
This will be my asymmetrically pgp-centric encrypted file sharing service backend written in kotlin utilizing ktor with netty as an engine
justmedusty/UnixCustomTransportLayer
WIP Custom transport layer implementation utilizing raw sockets in UNIX. Giving this it's own repo since this will be large and take a lot of effort and time given the learning and thinking I need to do..
justmedusty/CST8276-Final-Project
justmedusty/Encryptix
This will be the backend for my messaging service where users may create accounts with a unique username and a password, once the user logs in they are able to change account information and more importantly they are able to upload a public key (must be unique), once their public key has been uploaded other users are able to send that user messages
justmedusty/EncryptixClient
client for my encryptix application
justmedusty/freebsd-src
The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests....
justmedusty/inotifydaemon-intro-to-unix-systems-programming
File Event Watch Linux Daemon
justmedusty/ironcrypt-webclient
This will be the web client for my ironcrypt encrypted file hosting app
justmedusty/Kernel-Playground-linux-6.8.7
This will be my playground to poke around inside the kernel to learn, will compile and test changes on my kernel testing machine
justmedusty/KVault
This is an encrypted vault multiplat desktop application. You can create vaults with a password and then store files you want to keep safe, the vault with be encrypted with a generated password locked key. You only need to remember the password to open the vault.
justmedusty/LanguageResearchProject
justmedusty/linux
Linux kernel source tree
justmedusty/minix
Official MINIX sources - Automatically replicated from gerrit.minix3.org
justmedusty/REST-ACMECollege-Skeleton
justmedusty/riscv-isa-manual
RISC-V Instruction Set Manual
justmedusty/RustPlayground
Going to be messing with Rust a bit here to see if I can get to know it
justmedusty/syscallsintro
justmedusty/t2sde
T2 SDE Linux
justmedusty/unix-history-repo
Continuous Unix commit history from 1970 until today
justmedusty/UnixCustomTransportLayerClient
WIP : This is the client for my custom transport protocol using raw sockets
justmedusty/UnixRemoteShellClient
Going to use this to work on a client for my multiplexing remote tcp shell server
justmedusty/UnixRemoteShellServer
This will be an insecure remote shell server. Not safe to be used to connect hosts outside of your LAN.
justmedusty/UNIXTelnetChatServerOverTCP
Also sharing this in it's own repo so I can work on it more as I please and keep it separate
justmedusty/UNIXTelnetClient
I am giving this it's own repo instead of just a file in my C basics repo so I can work on it more
justmedusty/xv6-riscv-Dustyn
Xv6 for RISC-V