Pinned Repositories
ansible-ml-dsktp
Ansible playbook to configure a machine learning workspace in Ubuntu desktop
bolton
Java library for human skin detection in digital images.
cluster-strategy-main
Data clustering algorithms implemented in Java with Strategy design pattern.
ELA
Java program to perform error level analysis on images
ERATOS-FORTRAN
Fortran 95 implementation of the Sieve of Eratosthenes
goto-jail-py
A Python script to find the lat/lon coordinates of all prisons/jails in a geographic polygon from USGS service.
JCanny
A Java program for detecting edges in an image using the Canny method.
sqlserver-copy-java
A Java utility to copy data from a SQL Server table, save it to CSV files, and upload to another SQL Server database.
uncanny
Java library to detect edges in images using the Canny algorithm with variable parameters.
rstreet85's Repositories
rstreet85/JCanny
A Java program for detecting edges in an image using the Canny method.
rstreet85/ELA
Java program to perform error level analysis on images
rstreet85/bolton
Java library for human skin detection in digital images.
rstreet85/ERATOS-FORTRAN
Fortran 95 implementation of the Sieve of Eratosthenes
rstreet85/uncanny
Java library to detect edges in images using the Canny algorithm with variable parameters.
rstreet85/sqlserver-copy-java
A Java utility to copy data from a SQL Server table, save it to CSV files, and upload to another SQL Server database.
rstreet85/ansible-ml-dsktp
Ansible playbook to configure a machine learning workspace in Ubuntu desktop
rstreet85/cluster-strategy-main
Data clustering algorithms implemented in Java with Strategy design pattern.
rstreet85/goto-jail-py
A Python script to find the lat/lon coordinates of all prisons/jails in a geographic polygon from USGS service.
rstreet85/ansible-dev-rpi4
Quickly set up a decent dev environment on Raspberry Pi 4.
rstreet85/EratosPlusPlus
C++ implementation of the Sieve of Eratosthenes algorithm
rstreet85/EratosPy
Sieve of Eratosthenes in Python 2 and Python 3
rstreet85/image-diff
Create image differential between two images
rstreet85/java-distance-strategy
Java example of Strategy design pattern applied to geometric distances.
rstreet85/JKmeans
A Java program for clustering data with the k-means algorithm.
rstreet85/rstreet85.github.io
Website for my various projects and résumé.
rstreet85/SundaramF90
Fortran 95 implementation of the Sieve of Sundaram.
rstreet85/SundaramPlusPlus
C++ implementation of the Sieve of Sundaram algorithm