Skip to content
View augustin64's full-sized avatar
🎼
🎼
Block or Report

Block or report augustin64

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
augustin64/README.md

Hi, I’m @augustin64

augustin64#8544

Pinned Loading

  1. projet-tipe projet-tipe Public

    Implémentation d'un réseau de neurones convolutif en C sans bibliothèques extérieures

    C 3

  2. partitioncloud/partitioncloud-server partitioncloud/partitioncloud-server Public

    Python 3

  3. lepilote lepilote Public

    API pour lepilote.com

    Python 5 1

  4. Reflect-o-Bus Reflect-o-Bus Public

    Python 4 1

  5. captive-portal captive-portal Public

    Minimal captive portal for Linux

    Shell

  6. Pipe command output to discord webhooks Pipe command output to discord webhooks
    1
    #!/bin/bash
    2
    
                  
    3
    declare -a A=("$@")
    4
    [[ -p /dev/stdin ]] && { \
    5
        mapfile -t -O ${#A[@]} A; set -- "${A[@]}"; \