Chip: TMS370C16 (F16E88PJA11)
Firmware: "2004 BCM OS.bin" — 57,344 bytes loaded in Ghidra at 0x10000-0x1DFFF
Architecture: 16-bit CPU, 17-bit address space (128KB), big endian, variable-length instructions (2-6 bytes, always even)
Chip: TMS370C16 (F16E88PJA11)
Firmware: "2004 BCM OS.bin" — 57,344 bytes loaded in Ghidra at 0x10000-0x1DFFF
Architecture: 16-bit CPU, 17-bit address space (128KB), big endian, variable-length instructions (2-6 bytes, always even)
| from __future__ import annotations | |
| from collections import defaultdict | |
| from dataclasses import dataclass, field | |
| from typing import Iterable, Self | |
| from preloaded import open | |
| -- Sizes of all tables in the public schema | |
| SELECT | |
| table_name AS "Table", | |
| pg_size_pretty(table_size) AS "Table Size", | |
| pg_size_pretty(indexes_size) AS "Indexes Size", | |
| pg_size_pretty(toast_size) AS "Toast Size", | |
| pg_size_pretty(total_size) AS "Total Size" | |
| FROM ( | |
| SELECT | |
| table_name, |
| package com.github.rewstapp.packauthoring.openapi.vcs.impl | |
| import com.github.rewstapp.packauthoring.psi.search.scope.packageSet.BranchChangedFilesCustomScopesProvider | |
| import com.github.rewstapp.packauthoring.settings.PackAuthoringSettings | |
| import com.intellij.diff.DiffApplicationSettings | |
| import com.intellij.diff.DiffContentFactory | |
| import com.intellij.diff.DiffManager | |
| import com.intellij.diff.comparison.ByWord | |
| import com.intellij.diff.comparison.ComparisonPolicy | |
| import com.intellij.diff.contents.DiffContent |
| @task | |
| def perchy(c): | |
| """Perchy Print""" | |
| perchy = '''\ | |
| *::: | |
| *:::::: | |
| *:::::::::: | |
| *::::::::::::: | |
| *::::::::::::::: | |
| *:::::::::::::::::: |
| from _typeshed import Incomplete | |
| from collections.abc import Generator | |
| from typing import Any, Generic, Type, TypeVar | |
| from sqlalchemy.orm.query import Query | |
| from sqlalchemy.orm.session import Session | |
| from . import utils as utils | |
| from .model import DefaultMeta as DefaultMeta, Model as Model |
| // ==UserScript== | |
| // @name Enable paste on Quest | |
| // @version 0.1 | |
| // @description Enable paste on Quest diagnostics input fields | |
| // @updateURL https://gist.github.com/theY4Kman/8054da715976e1765655da4236ec4f6f/raw/quest-paste.user.js | |
| // @match https://myquest.questdiagnostics.com/* | |
| // @grant none | |
| // ==/UserScript== | |
| (function() { |
| strings ./dll/bakkesmod.dll 2>&1 \ | |
| | \grep -E '^(Common|Uncommon|Rare|Very ?rare|Import|Exotic|Black ?market|Premium|Limited|Legacy)$' | |
| Common | |
| Rare | |
| Very rare | |
| Uncommon | |
| Black market | |
| Premium | |
| Import |
| pygobject | |
| dbus-python | |
| python-xlib |