Skip to content

Instantly share code, notes, and snippets.

View me-hasan's full-sized avatar

Md Khayrul Hasan me-hasan

View GitHub Profile
@me-hasan
me-hasan / install_pipenv.md
Created October 25, 2019 10:23 — forked from planetceres/install_pipenv.md
pipenv installation notes Ubuntu 18.04

Installation Notes for pipenv on Ubuntu 18.04

1. Add ~/.local/bin to PATH

pypa/pipenv#2122 (comment)

echo 'export PATH="${HOME}/.local/bin:$PATH"' >> ~/.bashrc
@me-hasan
me-hasan / countries.json
Created March 31, 2024 08:14 — forked from devhammed/countries.json
Countries with Name, Dial Code, Emoji Flag and ISO Code
[
{
"name": "Afghanistan",
"flag": "🇦🇫",
"code": "AF",
"dial_code": "+93"
},
{
"name": "Åland Islands",
"flag": "🇦🇽",