Skip to content
View gitSatchP's full-sized avatar

Block or report gitSatchP

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
gitSatchP/README.md

👋 Hi, my name is Satchel Peterson


I am a third year at Columbia University studying Computer Science with a lifelong background as a musician. After many years of engagement on this front, I decided to merge the leadership, creative, and performance skills I've obtained with my tech driven side. Currently, I'm interested in creating engaging user experiences, building informative and interactive data-driven models, and finding imaginative solutions to problems. During my remaining time in school I'm eager to explore these interests further while learning more tools, languages, and skills. In the future I hope to experience life as a software engineer in the industry, build a start-up that will combine my passion of music with computer science, and incorporate electronic music/live coding into my live performances.

Pinned Loading

  1. Common_Word_Finder Common_Word_Finder Public

    A command line Java application to find the 𝑛 most common words in a document.

    Java

  2. Dow_Jones_Model Dow_Jones_Model Public

    An interactive tool that uses musical notation to display financial performance of companies in the Dow Jones, allowing users to experiment with different companies and shares to learn about their …

    Java

  3. 3D_Gravitational_Model 3D_Gravitational_Model Public

    A 3D visualization of data from companies in the Dow Jones, with their relationships being simulated by gravitational attraction

    Java

  4. keyboard_synthesizer keyboard_synthesizer Public

    Program for a playable keyboard on the web

    JavaScript

  5. stock_sonification stock_sonification Public

    Uses MaxPy package to algorithmically connect an abstraction patch to sound-generating objects in a Max patch found on the internet

    Max

  6. plane_tester plane_tester Public

    A program I wrote when I was bored on a flight. Created to understand DP better, it uses the Longest Common Subsequence problem and prints matrix before/after solving it.

    Python