Skip to content
View sutyum's full-sized avatar
  • @TechnocultureResearch
  • Boodgaya, India

Organizations

@Technoculture

Block or report sutyum

Report abuse

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

Report abuse

Pinned Loading

  1. print-c print-c Public

    fmt like, minimal single header c library

    C

  2. cgrad cgrad Public

    C 1

  3. Logging to Linux Syslog Logging to Linux Syslog
    1
    #include <pthread.h>
    2
    #include <sched.h>
    3
    #include <stdio.h>
    4
    #include <stdlib.h>
    5
    #include <sys/syslog.h>
  4. C macros beyond the usual examples C macros beyond the usual examples
    1
    /* 
    2
    A single '#' will create a string from the given argument, 
    3
    regardless of what that argument contains, 
    4
    while the double '##' will create a new token by concatenating the arguments.
    5
    */
  5. Technoculture/awesome-zephyr-rtos Technoculture/awesome-zephyr-rtos Public

    Zephyr RTOS for building modular firmware

    25 2

  6. models models Public

    Learning by implementing core papers

    Jupyter Notebook