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

Block or report wjandrea

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
wjandrea/README.md
  • Languages: English (native), French (intermediate)

🇺🇦 нет войне

Pinned Loading

  1. what-bash Public

    Get more info about a Bash command

    Shell 18 2

  2. metronome.sh Public

    Simple Bash metronome for Ubuntu

    Shell 4 1

  3. The code for https://puzzling.stacke...
    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...
    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...
    1
    # Solarized was created Ethan Schoonover. https://ethanschoonover.com/solarized/
    2
    
                  
    3
    # Original
    4
    base03="002b36"
    5
    base02="073642"

46 contributions in 2022

Contribution Graph
Day of Week January February March April May June July August September October November December
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

December 2022

Created 1 commit in 1 repository

Created an issue in python/cpython that received 2 comments

eval() documentation is wrong about keyword arguments

Documentation The docs for eval() say it takes keyword arguments, which is incorrect: eval(expression, /, globals=None, locals=None) For example: >…

2 comments
Opened 1 other issue in 1 repository
ipython/ipython 1 closed
Loading