- Download the latest zsh package: https://packages.msys2.org/package/zsh?repo=msys&variant=x86_64
Example:
zsh-5.7.1-1-x86_64.pkg.tar.xz
| >>> import pytz | |
| >>> | |
| >>> for tz in pytz.all_timezones: | |
| ... print tz | |
| ... | |
| ... | |
| Africa/Abidjan | |
| Africa/Accra | |
| Africa/Addis_Ababa | |
| Africa/Algiers |
| def fenPass(fen): | |
| """ | |
| """ | |
| regexMatch=re.match('\s*^(((?:[rnbqkpRNBQKP1-8]+\/){7})[rnbqkpRNBQKP1-8]+)\s([b|w])\s([K|Q|k|q]{1,4})\s(-|[a-h][1-8])\s(\d+\s\d+)$', fen) | |
| if regexMatch: | |
| regexList = regexMatch.groups() | |
| fen = regexList[0].split("/") | |
| if len(fen) != 8: | |
| raise ValueError("expected 8 rows in position part of fen: {0}".format(repr(fen))) |
| wget https://cli-assets.heroku.com/branches/stable/heroku-linux-arm.tar.gz | |
| mkdir -p /usr/local/lib /usr/local/bin | |
| sudo tar -xvzf heroku-linux-arm.tar.gz -C /usr/local/lib | |
| sudo ln -s /usr/local/lib/heroku/bin/heroku /usr/local/bin/heroku |
| powershell (Add-Type '[DllImport(\"user32.dll\")]^public static extern int PostMessage(int hWnd, int hMsg, int wParam, int lParam);' -Name a -Pas)::PostMessage(-1,0x0112,0xF170,2) |
Example:
zsh-5.7.1-1-x86_64.pkg.tar.xz
[https://www.npmjs.com/package/@commitlint/config-conventional]
npm i --save-dev eslint-config-airbnb eslint-config-airbnb-typescript eslint-config-next @typescript-eslint/eslint-plugin@latest @typescript-eslint/parser@latest @commitlint/config-conventional @commitlint/cli husky
// init husky
npx husky init