Skip to content
View mrothNET's full-sized avatar

Block or report mrothNET

Report abuse

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

Report abuse

Pinned Loading

  1. mr-ulid mr-ulid Public

    Robust and Hassle-Free ULIDs

    Rust 2

  2. dmm-logger dmm-logger Public

    Connects to a digital multimeter and log measurements into CSV files

    Rust 1

  3. AWAIT/ASYNC for embedded programming... AWAIT/ASYNC for embedded programming in C.
    1
    #include <stdbool.h>
    2
    #include <stdint.h>
    3
     
    4
     
    5
    #define ASYNC(id_t) \
  4. dirnamedup() - Simpler interface to ... dirnamedup() - Simpler interface to dirname()
    1
    /*
    2
    Simpler interface to dirname() because dirname() has drawbacks:
    3
    4
     - may modify the argument
    5
     - may return a pointer to static memory which gets
  5. Let's Encrypt / Dovecot / Postfix / ... Let's Encrypt / Dovecot / Postfix / UFW firewall / Certbot
    1
     
    2
    # Let's Encrypt / Dovecot / Postfix / UFW firewall / Certbot
    3
     
    4
    This tutorial describes how to install TLS to a mail server consisting of Postfix and/or Dovecot by using Let's Encrypt certificates with automatic renewing and firewall management.
    5
     
  6. lunit lunit Public

    Unit Testing Framework for Lua.

    Lua 8