Pinned Repositories
.dotfiles
:wrench: My configuration files. Vim, Git, Shell
cortado.vim
Import Java classes by name, find unused import statemens, and many other goodies!
find
A find-in-page extension for Chrome and Firefox that supports regular expressions.
gitchat
:speech_balloon: A Git-Based Command-Line Messaging Application
gtags
Dependency Decompiler Plugin for Gradle Projects
node-skeleton
A Real-World Node.js Express App Template with Preconfigured Security Features
steg-png
:mag: Embed and obfuscate data in Portable Network Graphics
brandon1024's Repositories
brandon1024/find
A find-in-page extension for Chrome and Firefox that supports regular expressions.
brandon1024/steg-png
:mag: Embed and obfuscate data in Portable Network Graphics
brandon1024/.dotfiles
:wrench: My configuration files. Vim, Git, Shell
brandon1024/gitchat
:speech_balloon: A Git-Based Command-Line Messaging Application
brandon1024/node-skeleton
A Real-World Node.js Express App Template with Preconfigured Security Features
brandon1024/aoc2018
Advent of Code 2018 Solutions
brandon1024/Java-Simple-Messenger
A Simple Client-Server Command-Line Messaging Application
brandon1024/tetris
Yet another Tetris implementation, written in C with a Curses frontend.
brandon1024/cec2019frontend
brandon1024/obfuscation-paper-2020
LaTeX source and code examples from a research-style paper I co-authored for a school project: "Analysis and Application of Various Machine-Level Obfuscation Techniques"
brandon1024/cortado.vim
Import Java classes by name, find unused import statemens, and many other goodies!
brandon1024/swe-senior-design
Backend for ENGG4000 Capstone Project
brandon1024/aoc2020
Advent of Code 2020 Solutions [Vimscript, Sed, Awk, Perl...]
brandon1024/aoc2023
Advent of Code 2023 Solutions [Awk]
brandon1024/eeprom-loader
Python-based CLI for manipulating data on an AT28C64B Parallel EEPROM :floppy_disk:
brandon1024/fern-renderer-nf.vim
A beautiful and configurable renderer plugin for fern.
brandon1024/mcp-frontend
MCP Mining Frontend
brandon1024/node-exporter-textfile-collector-scripts
Scripts for node-exporter's textfile collector
brandon1024/recipe-manuals
Open recipes, for nerdy chefs. Follow from the terminal or browser.
brandon1024/UNBST
University of New Brunswick Sailing Team Website
brandon1024/vimux
A dumb vim-based terminal multiplexer inspired by tmux.
brandon1024/gtags
Dependency Decompiler Plugin for Gradle Projects
brandon1024/c-workshop
C Workshop Material - Pointers on C
brandon1024/fern.vim
🌿 General purpose asynchronous tree viewer written in Pure Vim script
brandon1024/gradle
Adaptable, fast automation for all
brandon1024/gradle-cyclic-dep-traversal-bug
A sample project used to demonstrate a Gradle defect that causes stack space overflow while traversing dependencies with cyclic relationships
brandon1024/spring-admin-dashboard
A Spring Boot Server Administrative Dashboard, built in Vue.js
brandon1024/Sudoku-Solver
An efficient Sudoku puzzle solver, modeled after a backtracking algorithm