Skip to content

Instantly share code, notes, and snippets.

View josuedjh3's full-sized avatar
💭
I may be slow to respond.

Josue Cayola josuedjh3

💭
I may be slow to respond.
View GitHub Profile
@takurx
takurx / log_status_python3_and_python2.md
Last active December 21, 2022 15:49
On Ubuntu 20.04 it is status of python3 and python2.

0. Default

  • python
sharo@kirima:~$ python

Command 'python' not found, did you mean:

  command 'python3' from deb python3
  command 'python' from deb python-is-python3
@henrik
henrik / eu_country_codes.rb
Last active December 20, 2023 12:20
EU (European Union) country codes, ISO 3166-1 alpha-2. (This Gist is from 2012. Please see comments for updates.)
# Note: VAT identification numbers for Greece use "EL", not "GR".
COUNTRY_CODES_EU = %w[
AT BE BG CY CZ DK EE FI FR DE GR HU IE IT
LV LT LU MT NL PL PT RO SK SI ES SE GB
]