Skip to content
View casperx's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report casperx

Report abuse

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

Report abuse

Pinned Loading

  1. countdown-nextyear countdown-nextyear Public

    TypeScript 1

  2. websocket-client websocket-client Public archive

    Simple WebSocket client

    JavaScript

  3. atmega328p-peripheral-driver atmega328p-peripheral-driver Public

    Collection of my ATmega328P peripheral driver

    C 1

  4. verilog verilog Public

    Collection of my Verilog modules

    Verilog

  5. getc and putc but it's unicode getc and putc but it's unicode
    1
    #include <stdio.h>
    2
    
                  
    3
    int readc( FILE *f ) {
    4
      int c;
    5
      short d;
  6. packet sniffing and parsing packet sniffing and parsing
    1
    import struct
    2
    import socket
    3
    
                  
    4
    class BitFlag:
    5
        def __init__(self, value, values, empty='none', sep=' '):