Skip to content
View wowczarek's full-sized avatar

Organizations

@ptpd

Block or report wowczarek

Report abuse

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

Report abuse

Pinned Loading

  1. ptpd ptpd Public

    Forked from ptpd/ptpd

    Wojciech's ptpd workspace

    C 19 11

  2. Simple C (C99) re-entrant "foreach" ... Simple C (C99) re-entrant "foreach" loop macro to split a string into tokens separated by delimiter and loop over them
    1
    #include <string.h>
    2
    
                  
    3
    /* (c) 2015 Wojciech Owczarek - BSD Clause 2 licence - I'm too lazy to paste it */
    4
    
                  
    5
    #ifndef __FOREACH_TOKEN_H
  3. hmap hmap Public

    A dynamic hash table implementation in C99 with Robin Hood hashing, Fibonacci index lookup and gradual resize.

    C 3

  4. rbt rbt Public

    Yet another red-black tree implementation

    C 2 1

  5. ptpd/ptpd ptpd/ptpd Public

    PTPd official source - master branch a.k.a. trunk

    C 561 211

  6. barser barser Public

    The Bastard Parser (a flexible hierarchical configuration parser)

    C 3