Pinned Repositories
algos
Simple implementations of algorithms and data structures.
Application_Evaluation
auto-multivariate-regression
HackGSU 2016. This program makes multivariate regression easier. Predict outcomes with the help of dependent variables.
fault-tolerant-key-value-store
ftp-client-server
File-transfer-protocol server with client interface. Multi-threaded to handle multiple clients sending requests to the server at once.
gossip-protocol-java
Gossip protocol implementation in java.
jet-java-twitter-feed-microservice
A microservice that reads Twitter feeds. Originally deployed and tested on the Oracle Container Cloud. This program was done with the assistance of Oracle during the Oracle Microservices Hackathon.
membership_protocol
Coursera project based on emulating a membership protocol, a fundamental concept of cloud computing in distributed systems.
multicast-magic
Persistent asynchronous multicast system built on top of TCP. Coordinator and participants are both implemented
secure-your-mappers
Simple hadoop map-reduce project.
justintumale's Repositories
justintumale/membership_protocol
Coursera project based on emulating a membership protocol, a fundamental concept of cloud computing in distributed systems.
justintumale/fault-tolerant-key-value-store
justintumale/ftp-client-server
File-transfer-protocol server with client interface. Multi-threaded to handle multiple clients sending requests to the server at once.
justintumale/gossip-protocol-java
Gossip protocol implementation in java.
justintumale/jet-java-twitter-feed-microservice
A microservice that reads Twitter feeds. Originally deployed and tested on the Oracle Container Cloud. This program was done with the assistance of Oracle during the Oracle Microservices Hackathon.
justintumale/multicast-magic
Persistent asynchronous multicast system built on top of TCP. Coordinator and participants are both implemented
justintumale/secure-your-mappers
Simple hadoop map-reduce project.
justintumale/algos
Simple implementations of algorithms and data structures.
justintumale/Application_Evaluation
justintumale/auto-multivariate-regression
HackGSU 2016. This program makes multivariate regression easier. Predict outcomes with the help of dependent variables.
justintumale/beam
Apache Beam
justintumale/casino-dice-decoder
Using dynamic programming, predict whether a dice roll was made using a fair dice or a loaded dice given a sequence of rolls and probabilities of each roll.
justintumale/ConfigData
justintumale/content-slider
A sleek content-slider using HTML5 and JQuery.
justintumale/coursera-dl
Script for downloading Coursera.org videos and naming them.
justintumale/currency-converter
A Web-based application that converts a given amount of money in one currency to an equal value in a different currency.
justintumale/ethernet-blaise-it
Simulating early Ethernet technology using CSMA/CD (carrier sense multiple access with collision detection)
justintumale/Google_Maps
A basic implementation of Google Maps that uses several techniques to find the shortest path from one vertex to another.
justintumale/link-state-routing
Implements an overlay network using link state routing and forwarding.
justintumale/Microservices-With-Spring-Student-Files
Student Files for Microservices with Spring course
justintumale/operating-systems-course
Udacity's Intro to OS course assignments.
justintumale/physical-web
The Physical Web: walk up and use anything
justintumale/Projects
:page_with_curl: A list of practical projects that anyone can solve in any programming language.
justintumale/Rec-Dawgs
The complete system design for our project in Software Engineering. We've spent 5-6 months working on the specifications and creating the final product.
justintumale/sheer-cold
Freeze your drinks instantly!
justintumale/simple-javascript-quiz
A simple quiz on javascript built using javascript.
justintumale/taxonomy-client-server
A taxonomy system where a client can insert and retrieve taxonomies from a server.