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

    A collection of freestanding single-header libraries for modern C development

    C 33 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. 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
  4. fontvis fontvis Public

    Font renderer using the bezier-in-triangle approach

    Java 3