Skip to content
View alexis-martel's full-sized avatar

Highlights

  • Pro

Block or report alexis-martel

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. Open-Crossword Public

    An open-source crossword puzzle platform, focused on design and ease of use.

    JavaScript 8

  2. La-Revolte-RPG Public

    A game developed for a school project. Made with PyGame. Un jeu fait pour un travail scolaire. Fait avec PyGame.

    Python 3 1

  3. BrebeufHx-Challenges Public

    Client-side coding challenge platform with Python and JavaScript support

    HTML 1

  4. Vintage-UI Public

    A small collection of select vintage software screenshots.

    6

  5. ipcli Public

    Command-line one-bit bitmap graphics application built in 🦀 Rust

    Rust

  6. How to use the native Compression St...
    1
    async function compressAndEncode(inputString) {
    2
        const encoder = new TextEncoder();
    3
    
                  
    4
        // Create a ReadableStream from the input string
    5
        const inputReadableStream = new ReadableStream({