Skip to content
View cmfeltgood's full-sized avatar
  • Simmons University

Block or report cmfeltgood

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
cmfeltgood/README.md

Hi, I'm Christine! Currently I'm a CS student at Simmons University, but I graduate in May and am looking for work.

I have my main projects pinned, in order of how I think they represent my code today, but for more specific thoughts:

Green Line - A simulator of the MBTA Green Line

While this is a work in progress, I think this is the cleanest code I've produced. It's taking a bit too long to build up habits around commenting code, but this does it well, and is just generally clean. Much better than the first time I started up this project lol

Prime Number Generator - Generating a list of primes without using '%'

This was a lot of fun to work on, and would probably be first on the list if I didn't feel the need to credit Lee for leading the project. Most of my ideas to optimize the code didn't pan out, but I got to dive back into the math of primes (including prime densities), something I haven't touched in about a year.

De-Railed / Malware Tamagotchi - Software Engineering Project

This is probably my largest project, working on it for an entire semester in a full AGILE system, scrum and all. The idea came about as a combination of what we all wanted to work on. Disclaimer: The Tamagotchi pet is not actually malware, but it likes to think it is.

Silly Clock - Days get shorter closer to winter

This was one of my first major projects, and as such is one of the messiest. Inspect code carefully.

C++ Tutorial - Programming Language Project

This was a tutorial for C++ that I made mostly as I learned it. That semester was a messy semester in general, so I was iffy on some of the details, but it's mostly accurate.

Article Design Game - SharkHack 2024

I think it's obvious how code made during a hackathon is going to be messy. I still don't know why an invisible HTML element helped make the website line up, but whatever, we got it working.

Pinned Loading

  1. green-line-sim green-line-sim Public

    Simulator for the MBTA Green Line

    Python

  2. leekcummings/prime-calculator leekcummings/prime-calculator Public

    Prime finding algorithm in Python

    Python

  3. cressidamichaloski/malgotchi cressidamichaloski/malgotchi Public

    Not malware. Just a project from CS335 at Simmons University.

    Java

  4. cmfeltgood.github.io cmfeltgood.github.io Public

    Github Website (currently Silly Clock)

    JavaScript 1

  5. cs330 cs330 Public

    C++ Tutorial for my programming languages class

    C++

  6. sharkhack_24 sharkhack_24 Public

    Newspaper Article Design Game for Sharkhack 2024

    JavaScript