A downloder for android exists that's basically just a GUI around yt-dlp
apks are at:
the official GitHub repo https://github.com/JunkFood02/Seal
or you can grab one of f-droid's builds
https://www.f-droid.org/packages/com.junkfood.seal/
A downloder for android exists that's basically just a GUI around yt-dlp
apks are at:
the official GitHub repo https://github.com/JunkFood02/Seal
or you can grab one of f-droid's builds
https://www.f-droid.org/packages/com.junkfood.seal/
#v86 is a #x86 #emulator for the browser.
v86 is a performant emulator for x86 that translates x86 machine code into #WASM on the fly. This live translation allows for emulated environments to run at maximal speed in the browser. v86 emulates several components of an x86 machine, including SSE2 extensions, floppy and IDE controller, VGA card, networking card, SoundBlaster card, and HID.
Website 🔗️: https://copy.sh/v86/
#swrap is a thin #publicdomain wrapper for #Windows and #POSIX sockets.
swrap provides a uniform, platform independent interface for opening, closing, and interacting with networking sockets. swrap attempts to be very thin and lightweight, handing off as much to the operating system as possible, allowing swrap to be future-proof to any new protocols added.
Website 🔗️: https://github.com/BareRose/swrap
Portable, single-file, protocol-agnostic TCP and UDP socket wrapper, primarily for game networking - GitHub - BareRose/swrap: Portable, single-file, protocol-agnostic TCP and UDP socket wrapper, pr...
#pywasm is an implementation of #WASM in #Python.
pywasm implements #WebAssembly Core in pure Python, without dependence on any library. pywasm provides a simple interface for loading and executing WASM code, and provides the ability to inject functions into the runtime.
Website 🔗️: https://github.com/mohanson/pywasm
#MuJS is an embeddable #JavaScript interpreter for #C.
MuJS is an ECMA-262 (version ES5) compliant implementation of JavaScript (ECMAScript) written in C. MuJS provides an interface for both running JavaScript code, as well as interacting with it in a manner similar to the #Lua C API. MuJS is a bytecode interpreter, which provides both speed and platform independence.
Website 🔗️: https://mujs.com/
apt 📦️: mujs
#eyeD3 is an #ID3 #metadata editor.
eyeD3 retrieves and modifies ID3 format metadata in #MP3 files. eyeD3 uses plugins to access and interface with different aspects of the ID3 format, including a default textual tag editor, JSON and XML printer, and album art editor. eyeD3 provides a #Python module.
Website 🔗️: https://github.com/nicfit/eyeD3
apt 📦️: eyed3
eyeD3 is a Python module and command line program for processing ID3 tags. Information about mp3 files (i.e bit rate, sample frequency, play time, etc.) is also provided. The formats supported are ...
Cling is an interpreter for C++ that is based on #LLVM and #Clang. Cling is able to run arbitrary C++ statements interactively in a REPL, or as a typical script interpreter. Cling can also operate as an embedded scripting interface, allowing a program to expose a sandboxed C++ interface that can be injected with values.
Website 🔗️: https://github.com/root-project/cling
#dvector is a #publicdomain #singleheader vector/matrix math #library.
dvector is a simple library that provides types and operations for several vector and matrix sizes. dvector only relies on the standard library, allowing it to be used nearly everywhere.
Website 🔗️: https://github.com/BareRose/dvector
#sh is a shell parser, formatter, and interpreter.
sh is a parser for #Go that parses #POSIX, #Bash, and Mir Korn shell syntax scripts. sh provides both a Go #library for parsing and handling shell scripts, as well as a command line tool for reformatting scripts. sh also includes a simple proof of concept interpreter.
Website 🔗️: https://github.com/mvdan/sh
#PKHeX is a #Pokémon save editor.
PKHeX loads, parses, and displays #Pokemon save data from most games. PKHeX's interface allows for easily viewing the Pokémon collection, party, as well as individual stats. Various aspects of the save can be modified, including learned moves, level, party, PC, etc. PKHeX is also able to migrate Pokémon between versions.
Website 🔗️: https://github.com/kwsch/PKHeX