Pinned Repositories
Andrew0Hill
Andrew0Hill.github.io
antlr-bq-grammar
Work-in-Progress ANTLR4 grammar for the BigQuery Standard SQL dialect of SQL.
BigQuery_Parser
BigQueryANTLR
SkeletalDataVisualize
Code for visualizing skeletal joint data gathered from a Kinect in Jupyter.
SL2_Patch_Builder
A patch builder/customizer for the Boss SL-2 Slicer effect pedal.
StarDistance
UShapelet_CUDA
A CUDA implementation of UShapelet-based Clustering. Completed as a project for CSCI-5551 (Parallel and Distributed Systems).
ipprl_tools
Python module containing utilities for performing Incremental Privacy Preserving Record Linkage (IPPRL). Contains utilities for synthetic data generation and linkability metric calculation.
Andrew0Hill's Repositories
Andrew0Hill/CSCI1411
Andrew0Hill/CSCI_4202_PA1
Implementation of State Space Search algorithms for solving 8-puzzles.
Andrew0Hill/Dining_Philosophers
Andrew0Hill/GoCalculator
Implementation of a simple command-line calculator in Go. Handles integer and floating-point operations.
Andrew0Hill/inputFileGenerator
Repo for inputFileGenerator
Andrew0Hill/keyboard
The humble hacker keyboard - DEAD REPO
Andrew0Hill/mal
mal - Make a Lisp
Andrew0Hill/PA6
CSCI 3320 PA6: A simple multi-threaded web server.
Andrew0Hill/SearchingAlgorithms
Repository for PA2 in Algorithms