Search
427 results for “skunksarebetter”
-
#HTTPie is a #CLI web API client.
HTTPie is a command line #HTTP client with numerous features especially for interacting with web APIs. HTTPie features quickly accessible HTTP request syntax, quickly accessible #JSON, response syntax highlighting and formatting, plugins, as well as the usual features of proxies and custom headers.
Website 🔗️: https://httpie.org/
apt 📦️: httpie
-
#Blinken is a simple #memory #game.
In Blinken you are shown a sequence of colorful flashing lights and beeping sounds. Once the sequence ends you must press the buttons in the same order that they flashed in before the time runs out, otherwise you lose and the game restarts. Blinken features a high score table for tracking the longest successful sequences.
Website 🔗️: https://kde.org/applications/education/org.kde.blinken
apt 📦️: blinken
#free #opensource #foss #fossmendations #KDE #SimonSays #Simon
-
#Twibright #Optar is a paper archiver.
Optar (Optical Archiver) encodes data into images with resilient error correction, suitable for printing at high resolution onto paper. Optar images can be scanned in from paper archives and converted into the original data. Optar is capable of storing 200 kB of raw data onto an A4 sheet of paper at 200 DPI.
Website 🔗️: http://ronja.twibright.com/optar/ https://github.com/colindean/optar
-
#libsndfile is a sound data #library.
libsndfile provides functions for interacting with sound files. libsndfile interacts specifically with sampled audio data, but supports many audio formats, including #WAV, #FLAC, #Opus, #Vorbis, #Speex, #MP3, and numerous less common formats. libsndfile can be used on a wide array of operating systems.
Website 🔗️: https://libsndfile.github.io/libsndfile/
apt 📦️: libsndfile1
-
#sash is a standalone shell.
sash is a small emergency shell intended for use when /bin/sh is broken. While minimal, sash does support a usable subset of POSIX shell with compiled in modules that can be used for system repair, especially on systems where /bin/sh has been corrupted and all other options are unavailable. sash provides dd, tar, etc. all as builtins.
Website 🔗️: http://members.tip.net.au/~dbell/
apt 📦️: sash
-
#Jstar is an embeddable object oriented programming language.
J* is an OOP-first scripting language intended to be integrated into other programs. J* is a bytecode VM, allowing for scripts to be compiled beforehand. J*'s standard library is purposefully small, which reduces its memory load. J* has classes, exceptions, types as objects, and a companion static analysis tool called #Pulsar.
Website 🔗️: https://github.com/bamless/jstar
-
#beav is a multi-representation #hexeditor.
beav is a simple #hex #editor with support for multiple display modes, including the familiar split hex/ASCII view, full ASCII, EBCDIC, octal, floating point, decimal, and multibyte. beav can open multiple subwindows and buffers for editing multiple files at once. beav can also create marks and perform yanks.
apt 📦️: beav
-
#Hexcurse is a #terminal #hexeditor.
#Hexcurse is an ncurses-based hex editor that supports both hex editing as well as ASCII editing. In addition to the multimode editing hexcurse can undo previous edits, and can also search for a given ASCII or hex value in the edited file. Addresses for bytes can also be switched between hexadecimal or regular decimal.
Website 🔗️: https://github.com/LonnyGomes/hexcurse
apt 📦️: hexcurse
-
#Tweak is an efficient #hexeditor.
Tweak is a hex editor which uses B-trees to store its information. When Tweak opens a file it chunks it up and loads only the necessary parts, loading more parts only when needed, saving memory and disk access time. Operations performed on this structure are quite efficient, meaning very large copies or modifications can be done nearly instantly.
Website 🔗️: https://www.chiark.greenend.org.uk/~sgtatham/tweak/
apt 📦️: tweak
-
#hardlink is a duplicate file linker.
hardlink links files with identical content together using hardlinks. hardlink can include metadata in its difference checking, and can prefer files based on their metadata. hardlink supports a dry run mode for quickly examining the operation safely. hardlink also supports inclusion and exclusion regexes.
Website 🔗️: https://jak-linux.org/projects/hardlink/
apt 📦️: hardlink
-
#hardlink is a duplicate file linker.
hardlink links files with identical content together using hardlinks. hardlink can include metadata in its difference checking, and can prefer files based on their metadata. hardlink supports a dry run mode for quickly examining the operation safely. hardlink also supports inclusion and exclusion regexes.
Website 🔗️: https://jak-linux.org/projects/hardlink/
apt 📦️: hardlink
-
#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
-
#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
-
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
-
#dimcli is an argument parser for #Cpp.
dimcli provides an intuitive interface for parsing out arguments from the CLI. dimcli options can have multiple aliases, defaults, and automatic type parsing. Help screens are automatically generated from option definitions. dimcli support subcommands, argument/response files, convenient version, help, final options, and more.
Website 🔗️: https://github.com/gknowles/dimcli
-
#Black is a #Python code formatter.
Black is a strict and consistent code formatter for #Python. Black's formatting is based on PEP 8 with some additional formatting choices. Black attempts to minimize the amount of configuration and formatting variability available. Black formatted code is consistent, allowing for diffs to be minimal, and code submissions consistent for formatting across projects.
Website 🔗️: https://github.com/psf/black
-
#far2l is a fork of #FarManager for #Linux.
far2l is a fork of the file and archive manager (Far Manager) which is a combination file and (compressed) archive manager for the #terminal. far2l integrates #Wine and other projects to retain both accuracy to original function and minimize bugs that can be caused by generic Wine.
Website 🔗️: https://github.com/elfmz/far2l
-
#rcutils is a collection of convenience functions.
rcutils provides numerous common and novel interfaces for various things. Included are a memory allocator, CLI parser, filesystem checks, string find and formatting, environment variable convenience accessors, logging macros, shared library interfacing, split and dup which use an allocator, and several others.
Website 🔗️: https://github.com/ros2/rcutils
-
#kakansi is a #publicdomain ANSI to highlight translator.
kak-ansi renders text that is colourised in ANSI escape sequences using #Kakoune's builtin colour highlighting system. kak-ansi has several commands, all of which remove escapes and replaces them with highlighting.
Website 🔗️: https://github.com/eraserhd/kak-ansi
-
#Tina is a #singleheader #coroutine #library for #C.
Tina provides simple to use interfaces for creating and managing lightweight, fast coroutines on a range of operating systems. Tina supports both symmetric and asymmetric coroutines. Tina can also be made to use pre-allocated memory instead of performing dynamic allocation.
Website 🔗️: https://github.com/slembcke/Tina
-
#GCCRust is a #GCC based compiler for #Rust.
#gccrs is a frontend for GCC that allows it compile Rust programs. Being based on GCC allows for typical GCC options like -O2 and plugins targeting GIMPLE to be used normally. gccrs also allows for mixed C and Rust code to be effectively optimized and secured as they are compiled to the same intermediate language.
Website 🔗️: https://github.com/Rust-GCC/gccrs
-
#bandcampdl is a #publicdomain #Bandcamp album downloader.
bandcamp-dl fetches songs from albums on Bandcamp and automatically sorts them into appropriate directories. bandcamp-dl can embed the album art and track lyrics directly into the downloaded files. bandcamp-dl slugifies filenames and supports ASCII translation, so all filesystems and operating systems are supported.
Website 🔗️: https://github.com/iheanyi/bandcamp-dl
-
#startexe is a simple #publicdomain #EXE file runner.
start.exe examines the structure of an EXE to determine whether it is best run with a #DOS emulator, #Wine, or #Mono. start.exe automatically runs the most sensible choice, allowing it to serve as a convenient frontend for the emulators and layers supported.
Website 🔗️: https://github.com/brpocock/start.exe
-
#Protolint is a linter for #protobufs.
Protobuf is a configurable and pluggable linter for Protocol Buffer files. Protolint has configuration for #GitHub actions, #Docker containers, pre commit hooks, various editors, and protoc. Various aspects of the linting can be configured, including casing, prefixes, orderings, comments, and consistency.
Website 🔗️: https://github.com/yoheimuta/protolint