An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by brendanddev

A curated list of projects in awesome lists by brendanddev .

https://github.com/brendanddev/pokemon-go-trade-calculator

This is a trade calculator program simulating the cost of a trade in the mobile game, Pokemon Go.

Last synced: 09 Apr 2025

https://github.com/brendanddev/number-guessing-game

The code defines a number guessing game with two main modes. In the first mode, the computer randomly selects a number between 1 and 100, and the user attempts to guess it. In the second mode, the user specifies a range for the random number, and then tries to guess it. The code includes input validation, handles exceptions, and ...

Last synced: 09 Apr 2025

https://github.com/brendanddev/javascript-and-bootstrap-component-webpage

The assignment emphasizes practice using Bootstrap’s JavaScript components and solving programming problems with JavaScript. I have created a web application with a single HTML file named 'index.html', a JavaScript file 'website.js', and an CSS file.

Last synced: 09 Apr 2025

https://github.com/brendanddev/iterative-and-sieve-of-eratosthenes-algorithms-python-script

This is the Final Assignment for the Python course at MC.

Last synced: 09 Apr 2025

https://github.com/brendanddev/java-assignment-4-card-dealer-program

This assignment focuses on developing a program that simulates shuffling and dealing playing cards, ultimately generating a histogram of the results. The project involves creating two fundamental classes: one to represent individual playing cards and another to manage a deck of cards.

Last synced: 09 Apr 2025

https://github.com/brendanddev/create-a-robot-in-java

This repository contains a project designed to demonstrate key principles of object-oriented programming, including encapsulation, inheritance, and polymorphism. It includes multiple classes and a simple GUI for interacting with the system. The code is well-structured and documented, providing an excellent foundation for further development.

Last synced: 09 Apr 2025

https://github.com/brendanddev/javafx-farm-wheat-game

This is a wheat farm game, allowing the user to click a piece of wheat, to gain wheat and make various items given the number of wheat the user has harvested. Made in Java.

Last synced: 09 Apr 2025

https://github.com/brendanddev/conditional-loops-python-scripts

Using conditional statements and loops, I have created Python scripts to solve classification and validation problems, such as determining acidity levels, assessing planetary habitability, and verifying triangle properties, all while demonstrating modular programming principles.

Last synced: 09 Apr 2025

https://github.com/brendanddev/ajax-interactive-table-display-webpage

In order for this Assignment to be executed correctly, you must be logged into the college network.

Last synced: 09 Apr 2025

https://github.com/brendanddev/interactive-quote-web-app

Sessions, Cookies, Database,

Last synced: 09 Apr 2025

https://github.com/brendanddev/javascript-randomizing-web-application

A simple, responsive web application that uses JavaScript to handle events, dynamically randomize images, and interact with the DOM. Features include clickable images with animations, automatic and manual refresh options, and user input validation for setting refresh intervals.

Last synced: 17 Jun 2025

https://github.com/brendanddev/faq-bot

A starting point for my FAQ Bot personal project. This implementation performs basic string matching with a list of predefined questions, and responses.

faq machine-learning nlp python

Last synced: 23 Feb 2025

https://github.com/brendanddev/movie-recommendations-database-sql

As I progress in learning SQL Scripts & Queries, I wanted to share my own implementation of how I would structure a database used for movie recommendations.

Last synced: 20 Jan 2026

https://github.com/brendanddev/snake-game-remake

This Python code implements a classic Snake game using Pygame. The main goal is to provide an interactive gaming experience where players control a snake to eat food and grow longer. The game begins with a menu where players can select a difficulty level (easy, medium, hard).

Last synced: 28 Jun 2025

https://github.com/brendanddev/homelab

A collection of scripts, configs, and setup files for managing and automating my personal homelab on a ThinkPad running Ubuntu.

homelab server

Last synced: 05 Aug 2025

https://github.com/brendanddev/kollectbin

An API for everything collecting

expressjs java mongodb nodejs

Last synced: 10 Apr 2026

https://github.com/brendanddev/llemon

Last synced: 22 Aug 2025

https://github.com/brendanddev/simulated-heap

A Java project that simulates manual memory management, similar to how low-level languages like C handle heap memory.

heap java memory-allocation memory-management

Last synced: 22 Aug 2025

https://github.com/brendanddev/learning-path-api

A RESTful API

Last synced: 22 Aug 2025

https://github.com/brendanddev/groovy-scraper

Educational web scraper in Groovy demonstrating ethical scraping practices with JSoup. Perfect for learning HTML parsing, data extraction, and responsible crawling techniques.

Last synced: 22 Aug 2025

https://github.com/brendanddev/discreet-math-calculator

This C++ program was designed to offer a menu-driven interface for performing various discrete mathematical calculations. It includes functions for finding the Greatest Common Factor (GCF), Least Common Multiple (LCM), checking congruence modulo, verifying prime numbers, and identifying Fibonacci sequence numbers.

Last synced: 23 Aug 2025

https://github.com/brendanddev/javascript-2d-game

This game is called 'DodgeBall', and uses JavaScript as the language behind the game. This game forces the user to dodge obstacles using the 'WASD' keys on the keyboard, or the mouse to dodge these obstacles. This is made with JavaScript.

Last synced: 30 Aug 2025

https://github.com/brendanddev/bash-weather-app

The purpose of this Bash script is to retrieve the current weather data and display it for the current location's weather using the OpenWeatherMap API. The script fetches the user's location based on their IP address via the ipinfo API, and then retrieves weather information like temperature and condition.

Last synced: 09 Apr 2025

https://github.com/brendanddev/vending-machine-simulation-in-java

This project simulates a break room with two vending machines, focusing on object-oriented programming principles in Java. Users can interact with the machines to enter coins, vend products, and manage credits through a simple text-based interface. The design separates the model (vending machines) from the view (break room interface) ...

Last synced: 09 Apr 2025

https://github.com/brendanddev/space-animation

This was a exercise for my Java class which I have expanded on and turned into a project of my own.

Last synced: 09 Apr 2025

https://github.com/brendanddev/black-ops-3-round-100-ray-gun-mod

This Black Ops 3 Mod was made in GSC with help from ModMe, and CabCon. The template for the Mod was provided by Cabcon: CabCon Template. I created this mod to allow the player to start a zombies game at round 100, and with the ray gun on any of the Black Ops 3 maps.

blackops3 callofduty codmods

Last synced: 21 Feb 2026

https://github.com/brendanddev/black-ops-3-gsc-mod-menu

Welcome to my first mod menu using GSC, this mod is for Black Ops 3. This mod allows you to manipulate the gameplay, whether it be turning on god mode, noclip, changing zombie speed, you name it. The mod also comes with a timer, and zombie counter. This mod menu also utilizes some Black Ops 2 weapons with the help of Skye's Ports.

gsc gsc-script modding-framework modding-games modding-tools steam

Last synced: 09 Apr 2025

https://github.com/brendanddev/java-ireland-game

This assignment I have constructed a model that reflects the inhabitants of Ballybeg, a small town teeming with mystical creatures - Werewolves, Witches, and Humans. Each inhabitant possesses distinctive attributes and abilities, integral to their existence within this fantastical world.

Last synced: 09 Apr 2025

https://github.com/brendanddev/custom-java-arkanoid-game-screen-builder

JavaFX implementation of a customizable Arkanoid game screen using user-defined inputs for game and display elements.

Last synced: 09 Apr 2025

https://github.com/brendanddev/brendanddev

Config files for my GitHub profile.

config github-config

Last synced: 21 Jan 2026

https://github.com/brendanddev/fantasy-analyzer

Fantasy Analyzer is an unofficial Python wrapper for the Sleeper fantasy football API.

Last synced: 09 Oct 2025

https://github.com/brendanddev/custom-thread-pool

A Java implementation of a custom thread pool that demonstrates how task execution, worker management, and graceful shutdown work under the hood.

thread-pool threads

Last synced: 09 Oct 2025

https://github.com/brendanddev/black-ops-1-camo-pack

This repo consists of various Custom Camos for Call Of Duty Black Ops 1 Zombies & Multiplayer. Each of these camos were made or edited by me. Each camo having a .dds and .iwi file.

Last synced: 30 Jan 2026