Pinned Repositories
AddressBook
A desktop application that stores the addresses of users in a database written in Python and using a MySQL database. GUI made using TKinter.
animalSimulation
This small app simulates animals wandering on a grid.
BullsEye
An iOS game where you try to use the slider to match the value shown!
SnaqTime
The Tinder for food. Swipe to find a restaurant for you! Progressive Web Application (PWA)
yelpSearch
API endpoint to return Yelp search results using current location and radius. Made with Python Flask and Heroku.
desktop
The desktop vault (Windows, macOS, & Linux).
circleci-cli
Use CircleCI from the command line
container-runner-helm-chart
league-for-good
An open source sports league management tool
ghostery-extension
Ghostery Browser Extension for Firefox, Chrome, Opera, Edge and Safari
afranco07's Repositories
afranco07/yelpSearch
API endpoint to return Yelp search results using current location and radius. Made with Python Flask and Heroku.
afranco07/AddressBook
A desktop application that stores the addresses of users in a database written in Python and using a MySQL database. GUI made using TKinter.
afranco07/animalSimulation
This small app simulates animals wandering on a grid.
afranco07/BullsEye
An iOS game where you try to use the slider to match the value shown!
afranco07/circleci-cli
Use CircleCI from the command line
afranco07/SnaqTime
The Tinder for food. Swipe to find a restaurant for you! Progressive Web Application (PWA)
afranco07/clojure-koans
A set of exercises for learning Clojure
afranco07/codePlayer
Website site for typing in HTML, CSS, Javascript and seeing the results. Similar to sites like CodePen, html-online, etc.
afranco07/desktop
The desktop vault (Windows, macOS, & Linux).
afranco07/ex
Common Go packages for the execution teams
afranco07/ex-service-template
Service template for projects using ex
afranco07/FileBrowserMac
Utitlity that lists the files within a directory you pass in. Requires my Golang File Lister to be running to use this app
afranco07/FileLister
Golang utility that lists all the files in the directory you choose. Starts a TCP server that allows you to send the directory as a message, and responds with the the files within the directory.
afranco07/first-unity-project
First project made in Unity
afranco07/gifImageStorage
A repo to hold all the gifs and screenshots for all my other projects. This helps keep unnecessary files out of my other repos
afranco07/kickstart.nvim
A launch point for your personal nvim configuration
afranco07/league-for-good
An open source sports league management tool
afranco07/mailgun-email-proxy
Email proxy that automates the task of sending emails to IGTP Contractors on the landing page.
afranco07/movieViewer
An iOS app that shows current movies in theaters. The movie poster, title, and short description is shown.
afranco07/new_portfolio_site
Updated portfolio site. Uses django instead of flask. Also uses material design from material css, and animation from animate css.
afranco07/nvim-config
My Neovim Configuration
afranco07/PythonMultiThread
This project is an example of multithreading in python. Simulates students rushing into a class room and trying to occupy the seats inside the class room. There is a student thread and instructor thread. They share the classroom object in which controls their synchronization. Similar to my java semaphore project.
afranco07/tippy
iOS app that calculates the tip percentage based on 3 different options. Enter the bill amount and the percent for tip, total and total + tip is displayed