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

Block or report FrancoisCapon

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

    ✔️ An Adminer plugin to use SQLite databases without credentials (no username and no password)

    Shell 45 4

  2. TheBulletNumberFontOfParisMetro TheBulletNumberFontOfParisMetro Public

    🚇 The Bullet Number Font of Paris Metro with a ligature for the numbers 10 to 18. 🇫🇷

    3

  3. Base64SteganographyTools Base64SteganographyTools Public

    🔎 Base64 Steganography Tools (in Bash) 📜

    Shell 2

  4. TheWeasyPrintMatrixRobotsProject TheWeasyPrintMatrixRobotsProject Public

    The WeasyPrint 📚 Matrix Robots 🤖 Project

    HTML 2 1

  5. FixTheGliffyChromeAppCharactersEncodingBug FixTheGliffyChromeAppCharactersEncodingBug Public

    🐛 Fix The Gliffy Chrome App Characters Encoding Bug

    HTML 2 1

  6. Properly Update Cookies Value With P... Properly Update Cookies Value With Python Requests
    1
    # Properly Update Cookies Value With Python Requests
    2
    
                  
    3
    :warning: Using `http_session.cookies['name']` or `http_session.cookies.set('name', 'value')` will duplicate the cookie.
    4
    
                  
    5
    :game_die: By chance, `Requests` takes the last created, **but it's possible to do it properly by using the domain**