Skip to content
View alexandrerbb's full-sized avatar
  • Paris
  • 08:49 (UTC +02:00)

Highlights

  • Pro
Block or Report

Block or report alexandrerbb

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

  1. obsidian-outline-tasklist-plugin obsidian-outline-tasklist-plugin Public

    Forked from obsidianmd/obsidian-sample-plugin

    A simple Obsidian plugin to convert a note's outline to a task list

    TypeScript 2

  2. Experimenting with TCP Stack in Python Experimenting with TCP Stack in Python
    1
    # Experimenting with TCP protocol.
    2
    #
    3
    # Note: Receiving (and sending) raw TCP packets require high privileges, you
    4
    # may have to run this script as a privilegied user (sudo).
    5
    
                  
  3. 2024-qualif 2024-qualif Public

    Forked from ChallengeHackDay/2024-qualif

    Repository for qualifications phase of HackDay 2024

    Jupyter Notebook

  4. Get public certificates and keys exp... Get public certificates and keys exposed from a keycloak host.
    1
    #!/bin/bash
    2
    # Get public certificates and keys exposed from a keycloak host.
    3
    
                  
    4
    KEYCLOAK_HOST=http://127.0.0.1:8080
    5
    KEYCLOAK_REALM=my-realm