Skip to content
View LightningStalker's full-sized avatar

Block or report LightningStalker

Report abuse

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

Report abuse

Pinned Loading

  1. hamule hamule Public

    A collection of calculators for electronics engineering and amateur radio

    C

  2. Med-Timer Med-Timer Public

    💊 Proof-of-concept timer to help the ill remember to take their medicine

    Arduino 1

  3. Examine binary representations of fl... Examine binary representations of floating point numbers on your machine
    1
    /* Compile with gcc -Wall -o floperation floperation.c -lquadmath*/
    2
     
    3
    /* Examine binary representations of floating point numbers
    4
     on your machine
    5
     Project Crew 8/10/2024 */
  4. levi levi Public

    📡 Beacon Levi is a programmable CW keyer

    C++

  5. TV-Shut-Up TV-Shut-Up Public

    📺 Universal TV mute button

    C 2

  6. "wc" - wordcount in asm for DOS, 8086 + "wc" - wordcount in asm for DOS, 8086 +
    1
     name wc
    2
     title WC.COM--word count
    3
     
    4
    ;--- assemble: uasm -bin -Fo WC.COM WC.ASM
    5