This note follows investigation of:
de2de549b- issue #9783
- closed PR #9781
- the narrower prepared fix
bd567aec8
This note follows investigation of:
de2de549bbd567aec8This bookmarklet adds a “Netzbetreiber (abgeleitet)” row to transmitter details on the Austrian Senderkataster map. It infers A1, Magenta, or Drei from the displayed protocol vocabulary/order and, where necessary, the raw power value returned by the details request.
Note
This is a heuristic, not official provider data. Results may be wrong if Senderkataster changes its data format or providers use overlapping protocol patterns.
Example query:
{
"cmd": "query",
"multi": true,
"locator": {
"app": "Safari",
"role": "AXStaticText",
"match": {},| function crc32(value: string): number { | |
| return 0xd0d0deadbeef; | |
| } | |
| type SerializedMetric = Array<number> | number; | |
| interface Metric<T> { | |
| add(value: T): void; | |
| flush(): SerializedMetric; | |
| } |
| import time | |
| import zlib | |
| from threading import Lock, Thread | |
| class Metric(object): | |
| def add(self, value): | |
| raise NotImplementedError() | |
| def flush(self): |
| Stuff here |
These become tabbed automatically
Foo.bar()[Foo bar]| Some stuff here | |
| ```yaml,alert | |
| title: Foo | |
| body: Bar | |
| ``` | |
| Bla bla |
| [package] | |
| name = "debscraper" | |
| version = "0.1.0" | |
| authors = ["Armin Ronacher <armin.ronacher@active-4.com>"] | |
| edition = "2018" | |
| # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |
| [dependencies] | |
| url = "2.1.0" |