Pinned Repositories
acs_slicer
Basic slicer for accessing basic American Community Survey
advent-of-code
adventofcode_2019
Code for solving the problems from the 2019 Advent of Code challenge
api_developer_technical_project
benchmark_levenshtein
Levenshtein in D, but with a benchmark input for faster processing.
calebjcourtney
census
A Python wrapper for the US Census API
chess-endgame-training
Generates a checkmating pattern in chess.
emsi_open_skills
A python library for accessing Emsi's open skills library.
EmsiApiPy
An unofficial library of Python Code for connecting to Emsi APIs.
calebjcourtney's Repositories
calebjcourtney/chess-endgame-training
Generates a checkmating pattern in chess.
calebjcourtney/EmsiApiPy
An unofficial library of Python Code for connecting to Emsi APIs.
calebjcourtney/emsi_open_skills
A python library for accessing Emsi's open skills library.
calebjcourtney/advent-of-code
calebjcourtney/census
A Python wrapper for the US Census API
calebjcourtney/acs_slicer
Basic slicer for accessing basic American Community Survey
calebjcourtney/adventofcode_2019
Code for solving the problems from the 2019 Advent of Code challenge
calebjcourtney/api_developer_technical_project
calebjcourtney/benchmark_levenshtein
Levenshtein in D, but with a benchmark input for faster processing.
calebjcourtney/calebjcourtney
calebjcourtney/ce_interview_project
Interview project for base C&E developer position
calebjcourtney/chess-scripts
A repo with random python scripts for processing some chess stuff.
calebjcourtney/data_engineer_technical_project
calebjcourtney/enron_adjacency
Python script for looping through the Enron emails and creating an adjacency list of who emailed whom.
calebjcourtney/enron_analysis
An analysis of a sample of the emails between Enron employees, conducted as part of a course project.
calebjcourtney/ep-mate-library
Library of chess games from Lichess that end in checkmate via en passant.
calebjcourtney/etl
Basic example of using ETL standards on public BLS Unemployment data.
calebjcourtney/fuzzywuzzy
Fuzzy String Matching in Python
calebjcourtney/levenshtein-d
A simple D implementation to calculate the Levenshtein distance for two strings
calebjcourtney/natural_spline
Finds the natural cubic spline between a set of points.
calebjcourtney/NNfSiX
Neural Networks from Scratch in other languages
calebjcourtney/python-chesscom-wrapper
Python wrapper for getting data from the chess.com API
calebjcourtney/random_file_sample
Outputs a random sample of a given input file, based on a percent input by the user
calebjcourtney/sudoku_solver
Solve a sudoku puzzle using d!