Skip to content
View stanwww99's full-sized avatar

Highlights

  • Pro

Block or report stanwww99

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. python-ET-4314028 python-ET-4314028 Public

    Forked from LinkedInLearning/python-ET-4314028

    This repo is for linkedin learning course: Python Essential Training (UPDATE FY24 Q4)

    Jupyter Notebook

  2. FtcRobotController FtcRobotController Public

    Forked from FIRST-Tech-Challenge/FtcRobotController

    This repository is my FTC Robot Controller Workspace, built for Android Studio. Having a proper workspace is the foundation of every successful FTC robotics project. My FtcRobotController setup fol…

    Java

  3. soccer soccer Public

    A smart table‑soccer build is exciting to replicate because it transforms a classic game into an interactive STEM project. Sensors, scoring logic, and real‑time feedback make the game feel alive, w…

    TypeScript

  4. flappy-bird-game flappy-bird-game Public

    Flappy Bird on a micro:bit is a simplified version of the classic game, adapted to the tiny 5×5 LED display. Because the screen is extremely small, every element of the game is represented using si…

    TypeScript

  5. speaker speaker Public

    This project demonstrates how a micro:bit can safely control lower or higher‑power devices using a relay module. Since the micro:bit’s GPIO pins can’t directly drive speakers or other loads, the re…

    TypeScript

  6. hieroglyphs hieroglyphs Public

    Given sequences A (length N) and B (length M), find a universal common subsequence U: a common subsequence of A and B that contains every other common subsequence as a subsequence. Output U if it e…

    C++