Skip to content
View casperx's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report casperx

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. 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=' '):