Skip to content
View LightningStalker's full-sized avatar

Block or report LightningStalker

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. hamulehamulePublic

    A collection of calculators for electronics engineering and amateur radio

    C

  2. calcpluscalcplusPublic

    Calculators and stuff in C++ for electronics, physic, design, ham radio, hifi, etc.

    C++

  3. Med-TimerMed-TimerPublic

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

    Arduino 1

  4. 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 */
  5. levileviPublic

    📡 Beacon Levi is a programmable CW keyer

    C++

  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
    ;