Pinned Repositories
2d-game-engine
engine for 2d top-down games that uses procedural generation for world creation. may use this in the near future to start making a game!
bash-generator
Go tool that uses ollama/llama3 to generate bash commands for the user. Also is helpful for learning, as it explains how the command works, what each argument does, etc.
chess-ai-minmax
simple chess ai based on minimax decision making
code-duel
app that allows users to compete and race over solving leetcode-style coding challenges
fallout-terminal
Fallout terminal, including the "hacking" minigame
mail-assistant
Mail assistant AI that helps review emails in your inbox, summarizing them and drafting responses for you, all using customized personalities
memory-card-share
Gamecube memory card sharing utility for friends
p2p-file-share
A distributed peer-to-peer file sharing system to connect your computers on your local network
task
Traveling-Salesman-Problem
simulated annealing algorithm to solve TSP
webbben's Repositories
webbben/memory-card-share
Gamecube memory card sharing utility for friends
webbben/p2p-file-share
A distributed peer-to-peer file sharing system to connect your computers on your local network
webbben/Traveling-Salesman-Problem
simulated annealing algorithm to solve TSP
webbben/2d-game-engine
engine for 2d top-down games that uses procedural generation for world creation. may use this in the near future to start making a game!
webbben/bash-generator
Go tool that uses ollama/llama3 to generate bash commands for the user. Also is helpful for learning, as it explains how the command works, what each argument does, etc.
webbben/chess-ai-minmax
simple chess ai based on minimax decision making
webbben/code-duel
app that allows users to compete and race over solving leetcode-style coding challenges
webbben/code-exec-microservice
A simple microservice API for executing code snippets and returning their output
webbben/fallout-terminal
Fallout terminal, including the "hacking" minigame
webbben/globe-go
Interactive ASCII globe generator, ported to Go
webbben/Hiragana-Classification
Neural Network that classifies hiragana characters (a writing system in Japanese)
webbben/mail-assistant
Mail assistant AI that helps review emails in your inbox, summarizing them and drafting responses for you, all using customized personalities
webbben/task
webbben/Kmeans-Lloyds
webbben/leetcode75
Documenting my solutions and learning process as I solve the Leetcode 75 problem set.
webbben/LinkedIn-Web-Scraper
Gets the keywords and tech terms currently popular in LinkedIn job postings for Software Developer jobs
webbben/Maze-Traversal
webbben/ollama-wrapper
Go wrapper on ollama api client to facilitate generating completions. Mainly made this so I don't have to rewrite this code everytime I want to make an AI tool with ollama and Go.
webbben/Sudoku-Solver
solves any possible 9x9 sudoku puzzle
webbben/tools
Tools I've built for daily life
webbben/webbben