Skip to content
View larte's full-sized avatar
  • Helsinki, FI - Montréal, QC
Block or Report

Block or report larte

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. assume-role-sh assume-role-sh Public

    Assume IAM role credentials in your shell

    Shell

  2. unit.h unit.h
    1
    #ifndef _UNIT_H_
    2
    #define _UNIT_H_
    3
    
                  
    4
    #define mu_assert(message, test) do { if (!(test)) return message; } while (0)
    5
    #define mu_run_test(test) do { char *message = test(); tests_run++;     \
  3. custom-esp32-soc custom-esp32-soc Public

    A Custom form factor SOC base on espressif ESP32

  4. clogger clogger Public

    a simple C logger lib

    Shell

  5. gears gears Public

    Trackcycling gear calculator

    JavaScript

  6. connected-hil/ocpp-tools connected-hil/ocpp-tools Public

    Open charge point protocol tools. Schema validation, Typescript types, and other helpful utilities.

    TypeScript 3