bradwj's Stars
practical-tutorials/project-based-learning
Curated list of project-based tutorials
danielmiessler/SecLists
SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.
localstack/localstack
💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline
appwrite/appwrite
Your backend, minus the hassle.
karanpratapsingh/system-design
Learn how to design systems at scale and prepare for system design interviews
t3-oss/create-t3-app
The best way to start a full-stack, typesafe Next.js app
amplication/amplication
Amplication brings order to the chaos of large-scale software development by creating Golden Paths for developers - streamlined workflows that drive consistency, enable high-quality code practices, simplify onboarding, and accelerate standardized delivery across teams.
openai/DALL-E
PyTorch package for the discrete VAE used for DALL·E.
mxgmn/MarkovJunior
Probabilistic language based on pattern matching and constraint propagation, 153 examples
msiemens/tinydb
TinyDB is a lightweight document oriented database optimized for your happiness :)
nhivp/Awesome-Embedded
A curated list of awesome embedded programming.
batnoter/batnoter
An open source, markdown-based, self-hosted note taking webapp.
KiKaraage/ArcWTF
A userChrome.css theme to bring Arc Browser look on Windows to Firefox. Work with Windows, Linux and macOS ✨
clerk/t3-turbo-and-clerk
A t3 Turbo starter with Clerk as the auth provider.
eatonphil/gosql
An early PostgreSQL implementation in Go
Western-OC2-Lab/Intrusion-Detection-System-Using-Machine-Learning
Code for IDS-ML: intrusion detection system development using machine learning algorithms (Decision tree, random forest, extra trees, XGBoost, stacking, k-means, Bayesian optimization..)
OpenFusionProject/OpenFusion
Open source server for the FusionFall client
underpig1/widget-builder
Build HTML widgets for your desktop
markriedl/weirdai
Weird A.I. Yankovic neural-net based lyrics parody generator
nitinankad/utdegree-planner
A drag and drop degree planner for UTDallas courses
sunnyguan/whiteboard
Blackboard, but better
demonlexe/sk.edge
the all-in-one registration tool. by students, for students.
UTDNebula/skedge
Make good choices, choose the perfect classes for you
bradwj/cli-tcp-chat-server
A command-line interface where you can send and receive messages through a TCP chat server built with Go.
bradwj/mips-stacker
An endless 2D stacker game implemented with MIPS Assembly using the MARS 4.5.1 Bitmap and Keyboard MMIO Simulator
gsainsbury86/fightclub-5e-fill
Take Lion's Den iOS fightclub 5e XML character sheets and use that to populate form-fillable D&D character sheets.
heartgg/integra
A HackDFW 2022 project to eliminate the mundane tasks of medical professionals such as data entry and speed up the patient check in process.
mattj2025/chess
A simple chess game I've been creating with several variants, local multiplayer, music, and saving
bradwj/Intrusion-Detection-System-Using-Machine-Learning
Code for IDS-ML: intrusion detection system development using machine learning algorithms (Decision tree, random forest, extra trees, XGBoost, stacking, k-means, Bayesian optimization..)
bradwj/sqlite-clone
A clone of the SQLite database, written in C.