Pinned Repositories
langchain-google-cloud-sql-mysql-python
alloydb-python-connector
A Python library for connecting securely to your AlloyDB instances.
cloud-sql-proxy
A utility for connecting securely to your Cloud SQL instances
cloud-sql-python-connector
A Python library for connecting securely to your Cloud SQL instances.
python-docs-samples
Code samples used on cloud.google.com
cloud-sql-fastapi
Sample web applications built using FastAPI and Cloud SQL
QWOP_GA
A genetic algorithm to learn and beat the popular flash game QWOP.
TextRecognition
Basic code to implement Tesseract-OCR and OpenCV to preprocess and extract text from an image.
token-generator-app
Simple web-app that uses an auth flow to generate a Google OAuth2 access token.
jackwotherspoon's Repositories
jackwotherspoon/TextRecognition
Basic code to implement Tesseract-OCR and OpenCV to preprocess and extract text from an image.
jackwotherspoon/AirportGates
Greedy algorithm that finds how many gates are needed at an airport based on arrival and departure times of planes.
jackwotherspoon/Convex-Hulll
Geometric Algorithm implementing Graham Scan to create two convex hulls and their bounding circles.
jackwotherspoon/FractionCalculator
A class to overload operators to allow adding of fractions.
jackwotherspoon/InsultGenerator
Shakespearian insult generator as part of course assignment.
jackwotherspoon/MaximumSumSubarray
A divide and conquer algorithm to compute the maximum sum subarray (maximum segment sum) of a given array.
jackwotherspoon/Microprocessor-EmbeddedSystems
Assembly Language and C code to program Nios 2 Altera DEO boards.
jackwotherspoon/Polymorphism
Given a bad hierarchy of classes for drawing shapes. Created a better hierarchy implementing polymorphism.
jackwotherspoon/solitaireAutostart
Auto-starts solitaire forty thieves game, plays all possible moves on the starting piles.
jackwotherspoon/wordJumble
Creates a word search that takes a word and difficulty level to which it hides the word in a grid and counts how long it takes to find it.