There are no reviews yet. Be the first to send feedback to the community and the maintainers!
texas_real_state
A Real Estate app made with Flutter for my Software Engineering Project class at Texas State University, hence the name, Texas Real State.flutter-idle-clicker-game
Incremental clicker game created in FlutterAutoEmailsInPython
My professor for my online summer class required us to send him an email for participation if we "participated" during the lecture (i.e. asking/answering questions, typing in zoom chat, etc). I got a little tired of copy and pasting the email everyday, sometimes forgetting to change the date and having to follow up with an extra email correcting the date (he made us put the date in the email, even though emails show the date they were sent on them). So, my solution was automating my outlook email to send him an email everyday. All i have to do now is press one button and my professor gets an email sent to him.MIPS-Assembly-Recursive-Exponential
This program will find a^b, such that 1<=a<=21 and 1<=b<=7. This is written in MIPS Assembly Language and uses recursion to compute the resultNon-Recursive-Factorial-in-MIPS-Assembly
This program finds the factorial of a user input of n (1 - 10), and then outputs it to the console.mac-mood-app
This is my first React Native project. The app asks you which mood you are in, and then gives the name of a random song that evokes that moodSieve-of-Erathosthenes-Algorithm
Finds all prime numbers from 0 to n (user given command line argument) and outputs it to a .txt file (also given through command line argument)DiscordStockPriceCheckerBot
This discord bot/webhook will add a message to a specific discord channel telling you the new price of McDonald's stock every time the stock changes price!Java-Binary-Tree
Implementation of Binary Search Tree in Java, with recursive InOrder walk implementationSudoku-Solver
This program will solve any Sudoku board almost instantly using a backtracking algorithmPacman-in-Pygame
Remake of Pacman in Python using the Pygame libraryGame-of-Life
Conway's Game of Life created with Reactcovid19-tracker-website
This website was made with React and it tracks the amount of Infected, Recovered, and Deaths caused from Coronavirus.Order-Dominos-With-Python
This program uses the pizzapi for Dominos to allow you to place a Dominos orderA-Star-Pathfinding-Visualization-Project
[Not Complete] A-Star Pathfinding AlgorithmResume-Website-in-Python
This is my first website and it double as my resume! I made this in Python/Django/HTMLTicTacToe
TicTacToe in Python. This is my first program I've written that creates AI (the computers moves)InstagramBot
Find out who isn't following you back on Instagram with this Python scriptnoahfoe.github.io
This is my fully responsive portfolio website built with FlutterRecursive-Exponent-Using-a-Multiplication-Recursive-Function-in-MIPS
๐ ๐๐ข๐๐ก(๐, ๐) = { ๐ if ๐ = 1 ๐ + ๐ ๐๐ข๐๐ก(๐, ๐ โ โ) If 1 < ๐ ๐ ๐๐ฅ๐(๐, ๐) = { ๐ if ๐ = 1 ๐ ๐๐ข๐๐ก(๐, ๐ ๐๐ฅ๐(๐, ๐ โ โ)) if 1 < ๐Machine-Learning-Flappy-Bird-AI
Starts with a population size of 50, then uses NEAT framework inside of Python to create a neural network (3 inputs: the birds y position, the top pipes position, and the bottom pipes position. 1 output: jump/dont jump.) that takes the best birds of each generation, and breeds them to create 50 new, smarter, birds. usually after 2 or 3 generations, the program will run infinity because the bird has mastered when to jump and when not to jumpMin-or-Max-of-MIPS-Array
Finds either the minimum or maximum value in an array. Written in MIPS Assembly LanguageLove Open Source and this site? Check out how you can help us