Skip to content
View ssleert's full-sized avatar
🔴
🔴

Block or report ssleert

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.

Content in all repositories owned by your account will be closed.
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. zfxtop zfxtop Public

    Simple top for linux with small UI in Go

    Go 404 12

  2. nitch nitch Public

    nitch - incredibly fast system fetch written in nim

    Nim 649 64

  3. hywer hywer Public

    🥢 World Smallest, JSX based, Fine Grained Reactive UI Library.

    JavaScript 42

  4. ccc ccc Public

    Linux ram cache dropper in C without *alloc()

    C 16

  5. Super simple stack-only ini parser f... Super simple stack-only ini parser for embedded systems in C
    1
    // Super simple stack-only ini parser
    2
    // for embedded systems in C
    3
    // 2023 Simon Ryabinkov <ssleert@gmail.com>
    4
    
                  
    5
    #include "ini.h"
  6. HttpParser.c HttpParser.c
    1
    // Fast and approachable HTTP 1.1 parser in pure C99
    2
    // 2026 Simon Ryabinkov <ssleert@gmail.com>
    3
    
                  
    4
    #include "HttpParser.h"
    5
    #include <stdlib.h>