The only way to extract it at Oct-2017 is from Docker image tag.
Partial Linux version:
kubectl get deploy --namespace kube-system -o json | grep netes-dashboard
| *, | |
| *:before, | |
| *:after { | |
| -moz-box-sizing: border-box; | |
| -webkit-box-sizing: border-box; | |
| box-sizing: border-box; } | |
| html, | |
| body { | |
| font-size: 100%; } |
| Адамово Яблоко | |
| - КиноШок | |
| - Фильмкабаре | |
| - Бульба... | |
| - CPM | |
| Synopsis: | |
| - EN:Village robber gets relieved from material burden and returns back to the roots of naturalness. | |
| - RU:Деревенский грабитель получает освобождение от материального груза и возвращается к природным корням. |
| #!/usr/bin/env python | |
| logfile = 'log.txt?deansi=true' | |
| import re | |
| from collections import OrderedDict as odict | |
| compiling = re.compile('^ *Compiling ([-\w]+) ([^\( ]+)') | |
| warning = re.compile('^warning: (.*)') |
| #!/usr/bin/env python | |
| from ansible.plugins.loader import module_loader | |
| import os | |
| # fill up module cache by looking for non-existing plugin | |
| module_loader.find_plugin('cryptobiosis') | |
| cache = module_loader._plugin_path_cache[''] | |
| names = set() | |
| for name in sorted(cache): | |
| if name[0] == '_': # deprecated plugin |
The only way to extract it at Oct-2017 is from Docker image tag.
Partial Linux version:
kubectl get deploy --namespace kube-system -o json | grep netes-dashboard
I hereby claim:
To claim this, I am signing this object:
Hardware:
Intro - 161.975 and 162.025 MHz (channels 87B and 88B, or AIS1 and AIS2). Icom IC-M200 operates (Tx 156.025–162.000MHz and Rx 156.025–162.025MHz).
| #!/usr/bin/env python3 | |
| import requests | |
| ANITYA = 'https://release-monitoring.org' | |
| # projects seen in this session (should be equal to page size) | |
| count = 0 | |
| # (GitHub) projects processed this session | |
| processed = 0 | |
| # GitHub projects successfully processed with this script while debugging |
| #!/usr/bin/env python | |
| """ | |
| Parse docker-compose.yml port definitions and run NMAP service | |
| scan on them to discover actual services running. | |
| Needs nmap and Python pyyaml installed. | |
| For now only "3000" and "8000:8000" syntax is supported. |