Blake Burnley
Computer Science @ Georgia Tech
Computer Science @ Georgia Tech
A mobile app that enables real-time collaborative travel planning. Users can create shared itineraries, manage destinations, accommodations, and dining plans, with secure authentication and live synchronization for group travelers.
Using C and the GBA engine, I created a fast paced GameBoy game where the player swats flies within a 15 second timer, aiming for a high‑score leaderboard. The game features name entry, simple sprite animation, and basic collision detection.
Dual Meet Lineup Builder is a web based tool that creates optimal swim meet lineups for both single team and strategic dual meet scenarios. It pulls swimmer times from the internet using a headless Chrome + Selenium scraper, cleans and validates the data with pandas, then runs assignment algorithms (round-robin for individual events and strategic optimization for dual meets) to produce the best individual and relay line-ups. The results can be downloaded as Excel, CSV, or plain text files, and the whole service runs in a Docker containerized Flask API with a responsive HTML/JavaScript front end that lets users configure pool size, event selections, and lineup strategies.