Skip to content
View rlcamp's full-sized avatar

Block or report rlcamp

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

    Coroutines for generator functions, sequential pipelines, state machines, and other uses in C

    C 3 1

  2. fft_anywhere fft_anywhere Public

    Decompose any signal into a weighted sum of squiggly lines

    C

  3. wireguard_mesh_healer.sh wireguard_mesh_healer.sh
    1
    #!/bin/bash
    2
    # campbell, 2022-2023
    3
    
                  
    4
    # Given a mesh of already-mutually-known peers, initially not fully connected with non-stale
    5
    # handshakes, this script will propagate knowledge of current endpoints to peers which need
  4. allow Wireguard to replace ppp allow Wireguard to replace ppp
    1
    /* isc license probably */
    2
    #include <stdio.h>
    3
    #include <stdlib.h>
    4
    #include <errno.h>
    5
    #include <string.h>