Pinned Repositories
cs315-alg-and-ds-java
Code base for ERAU CS 315 Data Structures and Algorithms for Stansbury
cs315-sll
ERAU CS 315 Singly Linked List Demo Written in IntelliJ
CS455-search-python
Implementation of search algorithms in Python for ERAU CS 455/595a.
HackerRankPython
Teaching myself Python through HackerRank
Initial_Android_JSON_App
This is an initial app that uses HTTP URLConnection to send an HTTP_POST message to a local web server and receive the JSON reply.
TweetFollow
A simple Android application using twitter4j to follow new tweets with a matching keyword.
TwitterBots
A repository of some twitter bots. Mostly to practice with Python.
AVLTree
Heavily inspired by appoach presented by Eric Roberts in "Programming Abstractions in Java" 2017.
BinarySearchTrees
CS 315 Binary Search Tree code examples
course-nlp
A Code-First Introduction to NLP course
richss's Repositories
richss/matsim-example-project
A small example of how to use MATSim as a library.
richss/SQLDemo
richss/cs315-alg-and-ds-java
Code base for ERAU CS 315 Data Structures and Algorithms for Stansbury
richss/course-nlp
A Code-First Introduction to NLP course
richss/cs455-ga
Implementation of genetic algorithms in python demoed with the N-Queens Problem
richss/CS455-search-python
Implementation of search algorithms in Python for ERAU CS 455/595a.
richss/cs455-ml-demos
Demonstration's by professor stansbury. Credit for source materials will be provided within source code comments.
richss/mapp
richss/Heap
Implementation of maxheap, minheap, and heapsort in Java for CS 315.
richss/AVLTree
Heavily inspired by appoach presented by Eric Roberts in "Programming Abstractions in Java" 2017.
richss/CS315-2019-bst
Implementation of a Binary Search Tree for CS 315 based on algorithm and sample code provided by Textbook Programming Abstractions in Java by Eric Roberts.
richss/DB-CS315
richss/ds-cheatsheets
List of Data Science Cheatsheets to rule the world
richss/handson-ml
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
richss/MVDepthNet
This repository provides PyTorch implementation for 3DV 2018 paper "MVDepthNet: real-time multiview depth estimation neural network"
richss/Graphs
CS 315 source code for graphs - comments needed
richss/HashTables
richss/BinarySearchTrees
CS 315 Binary Search Tree code examples
richss/SortingAlgorithms
Implementation of Soring Algorithms for CS 315
richss/Queues
Implementation of queues for CS 315
richss/Stacks
Implementation of array and list based stacks for CS 315 at ERAU.
richss/cs315-dll
richss/cs315-sll
ERAU CS 315 Singly Linked List Demo Written in IntelliJ
richss/XPlaneConnect
The X-Plane Communications Toolbox is a research tool used to interact with the X-Plane flight simulator
richss/HackerRankLua
A repository for HackerRank challenges completed in Lua for personal training / learning.
richss/dump978
Experimental demodulator/decoder for UAT on 978MHz
richss/GPSMapDisplay
A simple application demonstrating a linear layout, intent, and location sensor.
richss/DemoAndroidNotifications
A demo for SE 395/595 at Embry-Riddle Aeronautical University on Notifications for Android Applications.
richss/HackerRankJS
Solving HackerRank Challenges in Javascript. Learning the language.
richss/TweetFollow
A simple Android application using twitter4j to follow new tweets with a matching keyword.