Skip to content
View BOSSoNe0013's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report BOSSoNe0013

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
BOSSoNe0013/README.md

Pinned Loading

  1. CookieConsentBanner CookieConsentBanner Public

    A comprehensive, GDPR-compliant cookie consent banner ES6 module with localization support, third-party integrations, and customizable themes.

    JavaScript 1

  2. Watch screen status on GNU/Linux and... Watch screen status on GNU/Linux and change devices lightning modes/colors accordingly
    1
    #!/bin/bash
    2
    # _____ _____ _ _ _ _ _ _ 
    3
    # / ___| / ___| | | | | | | | | | | | 
    4
    # \ `--. ___ _ __ ___ ___ _ __ \ `--.| |_ __ _| |_ _ _ ___ | | | | __ _| |_ ___| |__ ___ _ __ 
    5
    # `--. \/ __| '__/ _ \/ _ \ '_ \ `--. \ __/ _` | __| | | / __| | |/\| |/ _` | __/ __| '_ \ / _ \ '__|
  3. Code for my macro keyboard mod https... Code for my macro keyboard mod https://www.thingiverse.com/make:914894
    1
    /*
    2
     ####
    3
     ## VM's keyboard
    4
     ####
    5
     Board: Arduino Micro
  4. I've made this script linked to a ke... I've made this script linked to a keyboard shortcut to easily switch the audio output device used by Linux desktop manager
    1
    #!/bin/bash
    2
     
    3
     
    4
    ##########################################################################################################################################
    5
    # _____ .___.__ ________ __ __ _________ .__ __ .__ #
  5. .bash_aliases .bash_aliases
    1
    # Collection of useful aliases by Cyril BOSSELUT
    2
     
    3
    # This method call the Neofetch app with a random ASCII image
    4
    # ASCII images are .txt file stored in ~/.ascii folder
    5
    function welcome_message() {
  6. RacingGameTelemetry RacingGameTelemetry Public

    Python tools for displaying racing games telemetry data

    Python 7 1