Pinned Repositories
.dotfiles
Repo with my custom config and setting files
aoc-in-zig
Completing some of the Advent of Code 2023 in the Zig Programming Language
doubly-linked-list-cpp
An implementation of a doubly linked-list written in C++
erikmortimer
Github profile for erikmortimer
hugo-blog-theme
Based off of PaperMod, but customized for me
learning-c-sharp
My repo for learning c sharp via Pluralsight
learning-vuex
Learning how to implement and use Vuex 4 in a Vue 3 project (Pluralsight tut)
lynion
Lynion - a basic blockchain implementation
mimire
A tool to help track hosts and directories while conducting security assessments
movieWatcher
A CRUD movie watcher application using an AVL data structure
bytefl0w's Repositories
bytefl0w/.dotfiles
Repo with my custom config and setting files
bytefl0w/aoc-in-zig
Completing some of the Advent of Code 2023 in the Zig Programming Language
bytefl0w/doubly-linked-list-cpp
An implementation of a doubly linked-list written in C++
bytefl0w/erikmortimer
Github profile for erikmortimer
bytefl0w/hugo-blog-theme
Based off of PaperMod, but customized for me
bytefl0w/learning-c-sharp
My repo for learning c sharp via Pluralsight
bytefl0w/learning-vuex
Learning how to implement and use Vuex 4 in a Vue 3 project (Pluralsight tut)
bytefl0w/lynion
Lynion - a basic blockchain implementation
bytefl0w/mach-one
My test bed for learning how to build a game in Zig using Mach
bytefl0w/mimire
A tool to help track hosts and directories while conducting security assessments
bytefl0w/movieWatcher
A CRUD movie watcher application using an AVL data structure
bytefl0w/ModalDialog
Creating a modal dialog to be used in other Blazor projects
bytefl0w/mojochat
bytefl0w/Mythix
Online Multiplayer game
bytefl0w/pico-test
bytefl0w/raylib-zig-test
Testing out the Raylib binding to Zig before building my 2D game
bytefl0w/real-world-vue3-tut
Real World Vue 3 Tutorial from Vue Mastery
bytefl0w/server-agro
A game server listing web application used to promote and bring new players into public/private game servers
bytefl0w/slainte
A Simple 2D platformer coded in Zig
bytefl0w/SpeakingQueue
A speaking queue application written in Python with Tkinter
bytefl0w/vue-3-forms
Repo for going through the Vue 3 Forms tut
bytefl0w/vue-router
Touring vue router tutorial from Vue Mastery
bytefl0w/zigboy
Yet another Gameboy Emulator. Mostly for learning zig and how to make an emulator