Updated 10 months ago

https://github.com/ausgerechnet/bratutils • Science 10%

A collection of utilities for manipulating data and calculating inter-annotator agreement in brat annotation files.

Updated 10 months ago

https://github.com/austin-s-h/pyjams • Science 13%

A collaborative Spotify playlist webapp

Updated 10 months ago

https://github.com/austinjhunt/austinjhunt • Science 13%

Special repository for adding a README to my GitHub profile

Updated 10 months ago

https://github.com/austinjhunt/predictx • Science 23%

Training and testing some predictive models. Namely, Linear Support Vector Classification and K Nearest Neighbor classification models. This repo does NOT include the data, just my approach at building accurate models for predicting whether or not expenses are being fraudulently filed as "food" expenses.

Updated 10 months ago

https://github.com/austinjhunt/462stonoapp • Science 13%

This is an access management tool for the Stono River Preserve, built for the CS 462 Capstone class upon the request of Dr. Sebastian Van Delden. In short, it is a tool to help manage the usage of College of Charleston’s Stono River Preserve – about 1000 acres of land governed by a conservation easement - and improve security.

Updated 10 months ago

https://github.com/austinjhunt/reactactoe • Science 13%

A small react project for playing a game of TicTacToe, built following the tutorial at https://reactjs.org/tutorial/tutorial.html

Updated 10 months ago

https://github.com/austinjhunt/docker-compose-trust • Science 13%

Docker Compose is not compatible with Docker Content Trust, meaning you can't say 'docker-compose trust sign'. You instead have to use 'docker trust sign <image>:<tag>' for every image in your compose file, and for each of them, pass in the root signing key passphrase AND the repo signing key passphrase. This project handles that automatically.

Updated 10 months ago

https://github.com/austinjhunt/django-rest-framework-api-template • Science 13%

Django REST Framework API template with pre-built logic for token-based auth, AWS Cloudwatch logging, Sentry and Slack error reporting, Stripe payment processing, ReCAPTCHA verification, password management, profile editing, logging middleware, and more. Topics

Updated 10 months ago

https://github.com/austinjhunt/go-gemini • Science 13%

Golang approach to a Gemini API SDK

Updated 10 months ago

https://github.com/austinjhunt/ctheworld • Science 13%

Repo of C code. Created for centralizing my C programming education.

Updated 10 months ago

https://github.com/austinjhunt/datastructurescode • Science 13%

This is a series of coding assignments that I .completed for CSCI 230: Data Structures and Algorithms my freshman year at CofC

Updated 10 months ago

https://github.com/austinjhunt/dailycodingproblem • Science 13%

This is a repository for storing all of my answers to the Daily Coding Problem that I subscribed to in October 2018.

Updated 10 months ago

https://github.com/austinjhunt/html_automation • Science 13%

Nifty little tool for automating the creation of a digital portfolio consisting of potentially hundreds of lines of html

Updated 10 months ago

https://github.com/austinjhunt/mayaanimation • Science 13%

This is an action-filled animation of a classic Nicolas Cage-esque car-helicopter chase in the middle of a city on a stormy night. My objective with this project is to do as MUCH as I can (or that I have time to do) with Python code: object movements/rotations, camera aiming and dollying, physics simulations, texture mapping, keyframing, and more. I don't want to use the Maya UI at all, since it consistently crashes when the UI is used with crowded scenes. This code, together with its home folder of images and object files, is portable, functional, and self-contained. Its development took between 30 and 40 hours (lots of trial and error modifications of variables like accelerations, velocities, positions, rotations, etc.) It can be run on both Mac OS and Windows. It requires no additional interface interactions within the Maya application aside from pasting and executing the code.

Updated 10 months ago

https://github.com/austinjhunt/findance • Science 13%

A project for financial data compilation and analysis using freely provided Nasdaq market data and the open source project "yfinance"

Updated 10 months ago

https://github.com/austinjhunt/dpvisualizationtool • Science 13%

This is a tool written in Python to visualize the Dining Philosophers problem; the timings are set to create eventual deadlock, but decreasing or removing the time of holding the second chopstick will greatly reduce likelihood of deadlock.

Updated 10 months ago

https://github.com/austinjhunt/shors • Science 36%

Implementing Shor's algorithm for prime factorization of large numbers using quantum computing.