Skip to content
View Boostibot's full-sized avatar

Block or report Boostibot

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. c_lib c_lib Public

    General purpose modern C library mostly comprised of single-header independent modules

    C 28 3

  2. bachelors bachelors Public

    My bachelors thesis at CTU in Prague, Faculty of Nuclear Sciences and Physical Engineering supervised by Ing. Pavel Strachota, Ph.D

    TeX

  3. webdev_workshop webdev_workshop Public

    Webdev workshop for SUPŠ Praha

    HTML

  4. win32 stack trace win32 stack trace
    1
    #include <stdint.h>
    2
    typedef struct {
    3
        char function[256]; //mangled or unmangled function name
    4
        char module[256];   //mangled or unmangled module name ie. name of dll/executable
    5
        char file[256];     //file or empty if not supported