pip install meza# readers
>>> from meza import io
>>>
>>> records = io.read('kibo_peak.geojson')| #!/usr/bin/env python2 | |
| # | |
| import csv, sys | |
| from io import open | |
| from collections import defaultdict | |
| from pyvotecore.schulze_stv import SchulzeSTV | |
| notation = SchulzeSTV.BALLOT_NOTATION_RANKING |
pip install meza# readers
>>> from meza import io
>>>
>>> records = io.read('kibo_peak.geojson')| boto3==1.4.4 | |
| s3fs==0.1.1 | |
| pydicom==0.9.9 |
manage
usage: manage [-m CONFIG_MODE] [-f CONFIG_FILE] [-?]
{runserver,serve,lint,test,shell} ...
positional arguments:
{runserver,serve,lint,test,shell}
runserver Runs the flask development server Overrides the built-
in `runserver` behaviorgem install ghi
open https://github.com/settings/tokens
echo 'generate a personal access token for ghi with repo permissions'
git config --global ghi.token <GHI_TOKEN_WITH_REPO_PERMS>| import requests | |
| from bs4 import BeautifulSoup | |
| sitemap = 'http://www.nasa.gov/sitemap/sitemap_nasa.html' | |
| r = requests.get(sitemap) | |
| html = r.content | |
| soup = BeautifulSoup(html, 'html.parser') | |
| links = soup.find_all('a') |
We are exploring our options for "Terms of use" and "Privacy policy" generation
| # This example will return both the URL and title for the frontmost tab of the active browser, separated by a newline. | |
| # Keep in mind that by using `using terms from`, we’re basically requiring that referenced browser to be available on the system | |
| # (i.e., to use this on "Google Chrome Canary" or "Chromium", "Google Chrome" needs to be installed). | |
| # This is required to be able to use a variable in `tell application`. If it is undesirable, the accompanying example should be used instead. | |
| tell application "System Events" to set frontApp to name of first process whose frontmost is true | |
| set currentTabUrl to "" | |
| set currentTabTitle to "" | |
| if (frontApp is "Safari") or (frontApp is "Webkit") then |
| root@PVD-PIAP-000046:~# ssh -vvv demo@test.rebex.net | |
| OpenSSH_8.9p1 Ubuntu-3ubuntu0.1, OpenSSL 3.0.2 15 Mar 2022 | |
| debug1: Reading configuration data /root/.ssh/config | |
| debug1: /root/.ssh/config line 1: Applying options for * | |
| debug1: Reading configuration data /etc/ssh/ssh_config | |
| debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files | |
| debug1: /etc/ssh/ssh_config line 21: Applying options for * | |
| debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' | |
| debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' | |
| debug2: resolving "test.rebex.net" port 22 |
| config: | |
| env: Dev | |
| resourceGroup: | |
| name: <name> | |
| tags: | |
| key: value | |
| vouch: | |
| clientID: <ID> | |
| clientSecret: | |
| secure: <secure> |