Skip to content
View marceloalcocer's full-sized avatar

Organizations

@MaxIV-KitsControls

Block or report marceloalcocer

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

    An HTTPS client example for the Raspberry Pi Pico W

    C 21

  2. reveal-svgfragments reveal-svgfragments Public

    A reveal.js plugin to enable SVG element fragments

    JavaScript 1

  3. TCP echo server implemented using as... TCP echo server implemented using asyncio
    1
    #!/usr/bin/env python3
    2
    """TCP echo server
    3
    4
    Implemented using asyncio for concurrent client handling
    5
  4. Wake on LAN magic packet dispatch im... Wake on LAN magic packet dispatch implemented in bash
    1
    #!/usr/bin/env bash
    2
    #
    3
    # Wake on lan
    4
    #
    5
    #  Send WoL magic packet over UDP
  5. 1:1 TCP NAT using nftables 1:1 TCP NAT using nftables
    1
    #!/usr/bin/env bash
    2
    #
    3
    # 1:1 TCP NAT using nftables
    4
    #
    5
    #   Implementation of 1:1 network address translation (NAT) between WAN/LAN
  6. Lightweight base64 encoder, implemen... Lightweight base64 encoder, implemented in C
    1
    /* Base64 encoder *************************************************************
    2
     *                                                                            *
    3
     *  A lightweight base64 encoder, implemented in C.                           *
    4
     *                                                                            *
    5
     *                                                                            *