Skip to content
View nicholashook's full-sized avatar

Block or report nicholashook

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

Pinned Loading

  1. task-tracker-cli-python task-tracker-cli-python Public

    A CLI app programmed with python to create a to-do list. Features include commands to add, delete, update (task description), update status (in-progress, done), and list tasks in the to-do list.

    Python

  2. website-portfolio website-portfolio Public

    A landing page for clients of my small website business to learn about my services and reach out.

    CSS

  3. finance-data-pipeline finance-data-pipeline Public

    A financial data pipeline that connects Yahoo Finance to a local PostgreSQL database. Downloads stock data from yfinance, preprocess it with pandas, and inserts or updates it using SQLAlchemy. Incl…

    Python

  4. financial-portfolio-optimizer financial-portfolio-optimizer Public

    Uses Markowitz Mean-Variance Model, pulls data from yfinance, calculates expected returns/covariance using numpy/pandas, solves optimization problem using cvxpy. Solves for ideal asset weights by m…

    Python

  5. random-motion-simulator random-motion-simulator Public

    A collection of various stochastic motion simulators written in python, visualized using matplotlib, including a one dimensional simple symmetric random walk simulator.

    Python

  6. to-do-website to-do-website Public

    An interactive to-do list website programmed with JS and styled with CSS. Add tasks to the to-do list using the add button or pressing 'Enter' and delete tasks by clicking on them.

    CSS