Skip to content

macmaster/code_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Sample

By: Ronald Macmaster / Ronny Macmaster

Default git directory I like to push in
Random samples of my side / school code

Sections Breakdown

  1. C#
  • Sorting algorithms implementations (bubble, merge, etc..)
  • Habbo Hotel Scripts (Tanji Extensions)
  1. C++
  • EE 312 Utilities project
  • LRU Cache implementation
  • Investing / Math console calculators
  1. C
  • EE 319K Music player code for TM4C123 Microcontroller
  • Hexmsg - a string msg to hexadecimal converter (command line)
  1. Java
  • TextEditor - A text editor with auto correct and a markov word generator
  • MapGraphs - Search visualization of route planning software
    (Similar to Google Maps Directions planner)
  • UnfoldingMaps - Geodata visualization (population and earthquakes)
  • Max Continuous Subset Sum - O(n^3), O(n^2) and O(n) solution
  1. Javascript
  • Matching Smilies - Memory-based web game
  1. Python
  • Stock Scraper - basic stock scraper work in python
  • py_scratch_work - Data structs, regular expressions, SQLite, urls, and webservices
  1. misc
  • Really hacky stuff lol