built-in help:
communicator --help
| import os | |
| import sqlite3 | |
| from datetime import datetime, date | |
| from typing import Tuple, Dict, List | |
| import getpass | |
| from mattermostdriver import Driver | |
| import pathlib | |
| import json |
vsix-bookmarklet, create a bookmark in your browser.
*.vsix.
| #!/usr/bin/env python3 | |
| """ | |
| The MIT License (MIT) | |
| Copyright (c) 2016 Joshua Downer | |
| Permission is hereby granted, free of charge, to any person obtaining a copy of | |
| this software and associated documentation files (the "Software"), to deal in | |
| the Software without restriction, including without limitation the rights to |
| """ | |
| DataFrameTable | |
| ============== | |
| Quick and Dirty Qt app to view pandas DataFrames. Includes sorting and | |
| filterting. | |
| Based on qtpandas in pandas sandbox module, by Jev Kuznetsov | |
| Usage: |
Initialize a git repo in the current directory
# git init
Add a remote called "origin"