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
- Host: GitHub
- URL: https://github.com/sjmiller609/samplecode
- Owner: sjmiller609
- Created: 2015-04-15T02:56:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-02T00:33:59.000Z (over 8 years ago)
- Last Synced: 2025-03-29T09:09:10.576Z (2 months ago)
- Language: Java
- Size: 568 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
### Steven MillerI 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