Pinned Repositories
bash-git-prompt
An informative and fancy bash prompt for Git users
blog
datasciencecoursera
This is a repository for data science projects.
datasharing
The Leek group guide to data sharing
hyperjump
Hyperjump - simple and quick bookmark tool for bash
MultiThreadedDataFlow
murmurhash-java
32 and 64 bit implementations of the non-crypto murmurhash2
ParallelMatrixMath
This is an implementation of a parallel matrix math routine. Matrix addition and multiplication have tremendous scope for parallelization because each entry of the resulting matrix can be computed independently.
RecommenderSystem
Recommender systems make suggestions for users based on the similarity of their preferences to the similarity of other users preferences. Using the movielens 100k user data set from the grouplens.org website the following code allows a user rate a selection of movies on a scale from 1 - 5 and based on those ratings produce the top 10 recommended movies.
UDP-Protocol
Implementation of client/server communication with UDP protocol. After data has been transmitted a secure hash created with the Message Digest object using "SHA-1" algorithm is sent to verify the contents have not been tampered.
mattbane's Repositories
mattbane/RecommenderSystem
Recommender systems make suggestions for users based on the similarity of their preferences to the similarity of other users preferences. Using the movielens 100k user data set from the grouplens.org website the following code allows a user rate a selection of movies on a scale from 1 - 5 and based on those ratings produce the top 10 recommended movies.
mattbane/UDP-Protocol
Implementation of client/server communication with UDP protocol. After data has been transmitted a secure hash created with the Message Digest object using "SHA-1" algorithm is sent to verify the contents have not been tampered.
mattbane/bash-git-prompt
An informative and fancy bash prompt for Git users
mattbane/blog
mattbane/datasciencecoursera
This is a repository for data science projects.
mattbane/datasharing
The Leek group guide to data sharing
mattbane/hyperjump
Hyperjump - simple and quick bookmark tool for bash
mattbane/MultiThreadedDataFlow
mattbane/murmurhash-java
32 and 64 bit implementations of the non-crypto murmurhash2
mattbane/ParallelMatrixMath
This is an implementation of a parallel matrix math routine. Matrix addition and multiplication have tremendous scope for parallelization because each entry of the resulting matrix can be computed independently.
mattbane/ProgrammingAssignment2
Repository for Programming Assignment 2 for R Programming on Coursera
mattbane/RCode
Various bits of R code.
mattbane/resume
Resume using LaTex
mattbane/simple-binary-encoding
Simple Binary Encoding (SBE)