An open API service indexing awesome lists of open source software.

https://github.com/sjmiller609/samplecode

some code that I have written
https://github.com/sjmiller609/samplecode

Last synced: about 2 months ago
JSON representation

some code that I have written

Awesome Lists containing this project

README

        

# README
### Steven Miller

I have organized some code I have written in this directory's subdirectories so that potential employers (or anyone) can get an idea of my progress.

There is also a detailed summary of my education in this directory.

# Favorites

* **Network programming samples**
- Alternating Bit Protocol: Python
- "Harry Potter" Protocol: not very nice to the network (Python)
- Business Intelligence: reports sales data of CVS (Python)
- HTTP Server: minimal server in Ruby
- TCP implemented with UDP: work in progress
* **System programming samples**
- Matrix Multiplication: using POSIX threads in C
- Assembly Programming: a simple little Y86 assembly program
- Producer / Consumer: C
- Binary Search Tree: It doesn't do anything that interesting but it is a good example of C code
* **Object Oriented**
- Interpreter: an interpreter written in Python (I consider this a well organized project)

NOTE: I now consider most this code to have poor readability. I think the interpreter is pretty good though.(2/1/2017)

# History

### 8/23/16
* added a craigslist notifier script in Python

### 2/17/16
* timer-process is working in the TCPwithUDP project

### 2/12/16
* added TCP implemented with UDP project, still in progress

### 2/11/16
* added multithreaded matrix mutliplication from spring 15

### 2/2/16
* added python web scraper: collects real-time inventory and sales data from CVS

### 12/03/15
* added an python file transfer protocol I wrote in spring 2015

### 11/16/2015
* added an interpreter written in python
* added a web-scraping server in Ruby

### 10/8/15
* added one python project - tokenizer I just finished writing, added more to the education summary

### 9/29/15
* added one python project - alternating bit protocol from last semester

### 4/15/15
* created this repository, added C / Java / Assembly sample code and a summary of my education