
Ride-Share
A ride-share program that looks at data of drivers and their ride history. Takes data stored in a CSV file and organizes it into one single variable that is one single nested data structure.
A ride-share program that looks at data of drivers and their ride history. Takes data stored in a CSV file and organizes it into one single variable that is one single nested data structure.
A Ruby implementation of Adagrams (anagrams) that runs in the command line.
A command line interface that allows a user to interact with a solar system model.
Library code that grocery stores would use to keep track of the orders that folks make in the store.
A command line interface (CLI) that allows a user to interact with Slack. Uses the Slack API in order to list users and channels, get details on users and channels, and send messages to users or channels, all from a Ruby program.