Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.14 KB

Documentation - Ryan's Sumbmitted Work

These files contained in this archive are samples of work performed by Ryan Fleck. The majority of these were created as personal experiments or hackathons, but some files (which are denoted by a .uni extension on the folder) were made during courses.

Notable Contents:

JAVA folder:

  • Clustering.uni, run Clusters2DTest123 to see my implementation of the Kruskal Algorithm.
  • Huffman.uni, run TestHuffmanWithStrings to see my implementation of Huffman Algs.
  • RPG.Experiment, an unfinished chronicling RPG that records a story as you play.
  • Data Structure Testing, where I create and apply data structures as learned in CSI courses.

LINUX folder:

  • setupOS.sh, a script I regularly use when I reinstall Fedora.
  • classDirMaker.sh, which sets up a filesystem for a university course.

ANDROID folder:

  • CookHelper, an android application designed in SEG2105.
  • Arduino Control ROM, couldn't actually find the finished .zip.
  • Simple Pebble Smartwatch Face.

AGILE folder:

  • Includes a brief explanation of what I know about agile.

PYTHON folder:

  • BusTime, uses OCTranspo API to fetch time until next bus arrives.