Skip to content
View wjandrea's full-sized avatar
  • Montreal, QC

Block or report wjandrea

Report abuse

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

Report abuse
wjandrea/README.md
  • Languages: English (native), French (intermediate)

🇺🇦 нет войне

Pinned Loading

  1. what-bash what-bash Public

    Get more info about a Bash command

    Shell 18 2

  2. metronome.sh metronome.sh Public

    Simple Bash metronome for Ubuntu

    Shell 4 1

  3. The code for https://puzzling.stacke... The code for https://puzzling.stackexchange.com/q/116097/63368
    1
    #!/usr/bin/env python3
    2
    """
    3
    Use Unicode flag emoji homoglyphs to re-encode UTF-8.
    4
    5
    To encode, a string is first encoded as UTF-8, then each byte is
  4. My custom dircolors. This is based o... My custom dircolors. This is based on the default dircolors in Ubuntu 14.04, I think.
    1
    # Configuration file for dircolors, a utility to help you set the
    2
    # LS_COLORS environment variable used by GNU ls with the --color option.
    3
    #
    4
    # Copyright (C) 1996-2013 Free Software Foundation, Inc.
    5
    # Copying and distribution of this file, with or without modification,
  5. My custom Solarized Dark theme for X... My custom Solarized Dark theme for Xterm-like terminals. Note that I'm not a graphic designer.
    1
    # Solarized was created Ethan Schoonover. https://ethanschoonover.com/solarized/
    2
    
                  
    3
    # Original
    4
    base03="002b36"
    5
    base02="073642"