Skip to content
View noahpaden1's full-sized avatar
  • Chapel Hill, NC
  • 13:19 (UTC -04:00)

Block or report noahpaden1

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. weather-web-app weather-web-app Public

    A web app that allows you to look at the current weather and what its predicted to do for the rest of the day in a given city. This web app uses a weather API and allows you to either search the we…

    JavaScript

  2. mini-robotic-arm mini-robotic-arm Public

    A mini robotic arm I made powered by servo motors and custom 3D-printed parts. This arm is controlled by a remote that reads rotational movement from a dial on a potentiometer and translates this m…

    G-code

  3. punnett-square-generator punnett-square-generator Public

    A punnett square generator I made for an AP Biology extra credit opportunity. The punnett square is generated through an algorithm I wrote that orders each trait combination from highest to lowest …

    Python

  4. gmail-bot gmail-bot Public

    A bot that allows you to mass email people through gmail. Just put in your sender account's gmail, your gmail account ID, and your recipient's emails, and its ready to go.

    Python

  5. predicting-sinusoidal-relationship-with-ml predicting-sinusoidal-relationship-with-ml Public

    A python program that generates randomized data following a sinusoidal pattern and then uses gradient descent to train a model to create an equation for the line of best fit for the data.

    Python

  6. predicting-linear-relationship-with-ml predicting-linear-relationship-with-ml Public

    A python program that generates randomized data following a linear pattern and then uses gradient descent to train a model to create an equation for the line of best fit for the data.

    Python