Skip to content
View aliyahscoding's full-sized avatar
💻
💻

Block or report aliyahscoding

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

Pinned Loading

  1. aliyahscoding.github.io aliyahscoding.github.io Public

    Personal portfolio website showcasing my data science, math, and computer science projects — designed and developed from scratch with responsive layouts, dark/light themes, and an integrated resume…

    CSS

  2. sorting-visualizer sorting-visualizer Public

    Sorting Algorithm Visualizer in Python using Matplotlib FuncAnimation; insertion & selection with GIF/MP4 output.

    Python

  3. img-to-ascii img-to-ascii Public

    Convert images into ASCII art with a simple Python CLI. Intelligent resizing, selectable charsets, and saves both plain-text and rendered PNG outputs.

    Python

  4. cpp-csv-stats cpp-csv-stats Public

    Single-file C++17 tool that reads a CSV, extracts a numeric column, and prints stats (count, invalid rows, min, max, mean, median, stddev). No external libs. Includes sample data and CI.

    C++

  5. tiny-recommender tiny-recommender Public

    Tiny item-item recommender in Python using cosine similarity over a toy user–item matrix. Simple CLI to print top-N recommendations.

    Python

  6. weather-insights weather-insights Public

    End-to-end weather mini-suite: fetch, clean, feature, backtest (naive vs SARIMA vs ML), and Streamlit dashboard. Reproducible, fast, no API keys.

    Python