All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker
. This will install the whole docker suite, left only Tini to be compiled manually.
import glob | |
import re | |
import sys | |
import os | |
import subprocess | |
import curses.ascii | |
import binascii | |
from typing import Tuple, Optional | |
def parse_network_manager(filename: str) -> Tuple[Optional[str], Optional[str]]: |
Note: This is all almost full YouTube ID informations. Original owner goes to AgentOak, modified version by Martin Eesmaa.
See the credits and also special thanks in below.
Last updated: 25 September 2025
Also known as itag or format codes and way back they could be specified with the fmt parameter (e.g. &fmt=22
).
Depending on the age and/or popularity of the video, not all formats will be available.
drop table tmp_battery_sim; | |
create table tmp_battery_sim (start timestamp without time zone, energy_in_battery numeric, energy_not_consumed_from_grid numeric, savings_from_battery numeric); | |
do $$ | |
declare | |
-- Variables | |
t record; | |
vn_battery numeric := 0.0; | |
vn_battery_prev numeric := 0.0; | |
vn_grid_savings numeric := 0.0; |
FROM https://www.reddit.com/r/Fedora/comments/zmvkdj/8bitdo_ultimate_bluetooth_controller_working_in/
I've bought this new controller from 8BitDo and wished to use on linux, to my sadness the controller didn't work out of the box, neither by cable, the 2.4G dongle or bluetooth.
So I've tried a number of solutions and this one from u/GodOfEmus over in the 8bitdo community was the one to work for me: