Skip to content
View wowczarek's full-sized avatar

Organizations

@ptpd
Block or Report

Block or report wowczarek

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

  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

  5. ptpd/ptpd ptpd/ptpd Public

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

    C 484 191

  6. barser barser Public

    The Bastard Parser (a flexible hierarchical configuration parser)

    C 3