Pinned Repositories
canonical_args
Python package for providing guaranteed structuring to method calls with abstract positional and key-word arguments.
canonical_args_frontend
A python package associated with canonical_args for auto-generating frontends for argspecs.
DimensionalityReduction
ME.table-top
A brainstorming beginning to a Mass Effect (TM) "table-top" game played via browser.
openmp-travelling-salesman
An implementation of the travelling salesman using OpenMP parallel programming. From college, when answers were more vital than code clarity....
parallel-jacobi-estimator
A scalable, parallel implementation of the Jacobi estimator for systems of linear equations.
py2so
Python module for streamlined Cythonization of python code.
redbeat-example
An example of Dynamic Task Scheduling using the RedBeat python package, and Celery Beat.
shonteag's Repositories
shonteag/redbeat-example
An example of Dynamic Task Scheduling using the RedBeat python package, and Celery Beat.
shonteag/openmp-travelling-salesman
An implementation of the travelling salesman using OpenMP parallel programming. From college, when answers were more vital than code clarity....
shonteag/canonical_args
Python package for providing guaranteed structuring to method calls with abstract positional and key-word arguments.
shonteag/canonical_args_frontend
A python package associated with canonical_args for auto-generating frontends for argspecs.
shonteag/DimensionalityReduction
shonteag/ME.table-top
A brainstorming beginning to a Mass Effect (TM) "table-top" game played via browser.
shonteag/parallel-jacobi-estimator
A scalable, parallel implementation of the Jacobi estimator for systems of linear equations.
shonteag/py2so
Python module for streamlined Cythonization of python code.
shonteag/ParticulateMatter
Forge 1.11 mod concerning charged particles and their various uses.
shonteag/pegasos
Pegasos Support Vector Machine - An old college project from when algorithms were more important than code structure.
shonteag/pegasos_multiclass
multiclass pegasos support vector machine implementation
shonteag/pyaes
Pure-Python implementation of AES block-cipher and common modes of operation.
shonteag/pyback
A pure-python pub-sub module for registering, subscribing, and publishing events.
shonteag/pybundler2.0
A python module for forming single-file "installations" of software environments.
shonteag/pyloot
A macro interpreter for custom loot rolling (RPG) in python.
shonteag/pysettings
Abusing python dictionaries to create package-wide global namespaces.
shonteag/python-flask-template
A basic template for Python-Flask services, using Docker.
shonteag/SecuriCraft
shonteag/spam_predict
Spam predictor using perceptron algorithm. One of my first forays into the python language.
shonteag/TeenBirthPrediction
A repo containing cleaned and documented code and data from final project for the New York University Fall 2013 Machine Learning course.