- Nashville, TN
- https://www.linkedin.com/in/alex-liddle-a8099287
-
assets Public
Forked from trustwallet/assetsA comprehensive, up-to-date collection of information about several thousands (!) of crypto tokens.
TypeScript MIT License UpdatedOct 13, 2021 -
-
django-customizable-blog Public
This is a workshop I created for a group of students on Senior Career Day to teach them about the beauty of web frameworks, specifically Django. Note, this workshop builds on the tutorial here: htt…
Python UpdatedSep 22, 2021 -
-
-
-
COMP4449 Public
Capstone project course from the MS in Data Science program at the University of Denver, COMP4449 Spring 2021
Jupyter Notebook UpdatedApr 26, 2021 -
jpg2png Public
This module attempts to remove a background of constant color from a jpeg, e.g. product images, converting the image into a png with a transparent background
Python UpdatedApr 10, 2021 -
Final Project for COMP4448 as part of the MS in Data Science program at the University of Denver
Jupyter Notebook UpdatedMar 12, 2021 -
This repo contains two mini projects, completed as part of COMP4448 at the University of Denver
Jupyter Notebook UpdatedMar 11, 2021 -
Airline_Delay_Prediction_SGD Public
This is a self-guided project for COMP4442 at the University of Denver
UpdatedMar 10, 2021 -
This is a self-guided mini project for COMP4448 at the University of Denver
Jupyter Notebook UpdatedFeb 20, 2021 -
git-tutorial Public
A brief tutorial on git usage, including branch workflows, handling merge conflicts, and reverting to previous commits, which I delivered to my software developers.
Python UpdatedMar 6, 2020 -
docker-python-workshop Public
This is a workshop utilizing python and docker-compose to familiarize oneself in architecture and containerization.
Python UpdatedFeb 25, 2020 -
-
double_precision Public
This repo compares the accuracy of using floating point precision with standard functions and modified versions with subtractions a - b where b is approximately equal to a
C++ UpdatedSep 14, 2018 -
terraform_project Public
This repo follows my progress as I go through "Terraform: Up and Running" by Yevgeniy Brikman
-
jenkins_project Public
This repo follows my progress in a DevOps tutorial from Udemy.com
Java UpdatedSep 4, 2018 -
-
mLearning_2D Public
This is an ongoing project to create a machine learning model for data in the form of 2D arrays
Python UpdatedAug 19, 2018 -
SparseMatrixCompression Public
Classes and methods for compressing and manipulating sparse matrices
Python UpdatedJul 29, 2018 -
-
Gravitational_Wave_Analysis Public
Purpose: Analyze gravitational-wave data, find signals, and study their parameters. The program pulls strain data from the two LIGO detectors for 100% quality data files for the S6 data release. Th…
-
simple_BST_cipher Public
This is a simple encryption/decryption program that utilizes a binary search tree