Search
427 results for “skunksarebetter”
-
#agedu is a utility that finds wasted disk space.
agedu creates indexes for the size (disk usage) of various directories alongside the average access time (atime) for the files in each directory. agedu makes large directories with old, forgotten files apparent for further disk cleanup. agedu can show the data in either a textual or graphical (via HTML) format.
Website 🔗️: https://www.chiark.greenend.org.uk/~sgtatham/agedu/
apt 📦️: agedu
-
#re2c is a fast #lexer generator.
re2c is a #publicdomain generator for #C or #Cpp programs that tokenize an input string and execute code based on the tokens found. re2c uses regexes (with optional submatches) for pattern matching, which is performed using a highly efficient goto-based state machine. re2c is very configurable and can accept many different input encodings.
Website 🔗️: https://re2c.org/
apt 📦️: re2c
#free #opensource #foss #fossmendations #programming #Cplusplus
-
#fasm is an optimizing #x86 #assembler.
fasm (flat assembler) is a multi pass assembler that converts an assembly language file into size and speed optimized machine code in a variety of output formats. fasm features macros and syntax definition, allowing for complex operations to be performed easily without sacrificing speed. fasm uses only a few, easy to learn command line arguments.
Website 🔗️: https://flatassembler.net
apt 📦️: fasm
-
#reglookup is a #Windows #registry search/extraction tool.
reglookup is a tool which converts a Windows registry file into a easily processed CSV format. reglookup can include only elements which match a certain path or have a specific type. reglookup also comes as C and Python libraries.
Website 🔗️: http://projects.sentinelchicken.org/reglookup/
apt 📦️: reglookup
-
#NetHogs is a per-process #network monitor.
NetHogs (network hogs) is a top-like program that displays the list of processes which are currently using network bandwidth. NetHogs orders processes such that the ones using the most bandwidth are listed at the top, allowing for easy identification of what exactly is saturating the connection.
Website 🔗️: https://github.com/raboof/nethogs
apt 📦️: nethogs
-
#PakuPaku is a #publicdomain #PacMan clone.
Paku Paku is a #DOS game that uses vertically crushed CGA text mode and block characters to create a colorful display that supports retro hardware. Paku Paku runs on DOS 2.11 systems down to an Intel 8088 with 128K of RAM. Paku Paku supports a wide range of sound and graphics modes, ranging from the PC speaker to FM synthesis and MIDI, as well as monochrome to VGA graphics.
Website 🔗️: https://deathshadow.com/pakuPaku
-
#iotop is an I/O monitor
iotop monitors the amount of input and output throughput each process or thread is using. Totals as well as per process percentages are also calculated for easy reference. iotop can also run in batch mode which disables interactivity and instead prints all statistics periodically.
Website 🔗️: http://guichaz.free.fr/iotop/
apt 📦️: iotop
-
#Hashrat is a multialgorithm hash suite.
Hashrat is a command line program that recursively computes cryptographic hashes for files, piped input, or directories. Hashrat supports many hashing algorithms and output modes including #MD5, #SHA, #Whirlpool, #JH, as well as #HMAC versions thereof. Hashrat can create a list of hashed files which can be checked later to find any changes within.
Website 🔗️: http://www.cjpaget.co.uk/Code/Hashrat/
apt 📦️: hashrat
-
#rawdog is an #RSS and #Atom feed aggregator.
rawdog operates using one or more configuration directories and files in which RSS or Atom feeds can be easily added using the command line interface. Once a configuration file is populated with feeds rawdog can be called to update its state and write an HTML file with each new post in reverse chronological order. rawdog works well with #cron.
Website 🔗️: https://offog.org/code/rawdog/
apt 📦️: rawdog
-
#Jpegoptim is a #JPEG optimizer.
Jpegoptim analyzes the structure of input JPEG (and #JFIF) files and optimizes their Huffman trees to decrease the overall file size losslessly. Jpegoptim can also recompress files in a lossy manner to decrease size much more than the lossless method can.
Website 🔗️: https://www.kokkonen.net/tjko/projects.html https://github.com/tjko/jpegoptim
apt 📦️: jpegoptim
-
#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
-
#simdjson is an extremely efficient #JSON #parser.
simdjson is a validating JSON parsing #library that uses SIMD instructions to parse input at extremely high speeds of GB/s on an average CPU. simdjson supports many reasonably recent 64 bit CPUs, including ARM. Input nodes are parsed into their optimal datatypes, allowing for full 64 bit integers and large floats.
Website 🔗️: https://github.com/lemire/simdjson
-
#Unifont is a comprehensive #Unicode #font.
Unifont is a bitmap Unicode font that has complete coverage of the basic multilingual plane as well as considerable coverage of the supplementary plane and ConScript Unicode Registry. Unifont is quickly updated with new versions of Unicode, allowing it to function well as a low resolution fallback font.
Website 🔗️: http://unifoundry.com/unifont/
apt 📦️: unifont ttf-unifont psf-unifont
-
#Qrencode is a #QRcode encoding #library.
#Libqrencode is a software library and program that takes in input data and outputs a #QR code into one of several formats, with configurable image settings. Qrencode supports all of the standardized input formats, including kanji and 8 bit (data), as well as error correction. Qrencode has experimental support for #MicroQR codes as well.
Website 🔗️: https://fukuchi.org/works/qrencode/
apt 📦️: qrencode libqrencode
-
#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
-
#pngcheck is a #PNG image checker.
pngcheck retrieves and displays the details of PNG, #JNG, and #MNG files. It can verify and dump chunk details from any of those formats, and can also display basic statistics of an image. If needed the image's chunks can be split up and dumped using #pngsplit for future usage.
Website 🔗️: http://www.libpng.org/pub/png/apps/pngcheck.html
apt 📦️: pngcheck
-
Tetzle is a puzzle game that creates tetromino puzzles from any image. The amount of pieces in created puzzles can be adjusted to change the difficulty. Tetzle can show a preview of the finished puzzle to aid in completion. Tetzle also has a meter showing how much of the puzzle is solved.
Website 🔗️: https://gottcode.org/tetzle/
apt 📦️: tetzle
-
#Browsh is an advanced text mode #web #browser.
Browsh is a #terminal frontend for #Firefox that renders everything (including images) in text, with formatting preserved. Since Browsh renders to text the output can be sent over #SSH or #Mosh to conserve network usage by having a server grab large files instead of the client. Browsh supports JavaScript, HTML5, tabs, and most other features of Firefox.
Website 🔗️: https://www.brow.sh
-
#Browsh is an advanced text mode #web #browser.
Browsh is a #terminal frontend for #Firefox that renders everything (including images) in text, with formatting preserved. Since Browsh renders to text the output can be sent over #SSH or #Mosh to conserve network usage by having a server grab large files instead of the client. Browsh supports JavaScript, HTML5, tabs, and most other features of Firefox.
Website 🔗️: https://www.brow.sh
-
#vanitygen is a custom #Bitcoin address generator.
vanitygen is a fast generator for Bitcoin, testnet, and #Namecoin addresses that checks if a generated public key has a specific prefix. vanitygen supports OpenCL, allowing for extremely fast address generation using one or more GPUs. If desired, #regex patterns can be searched for instead of simple prefixes.
Website 🔗️: https://github.com/samr7/vanitygen
#free #opensource #foss #fossmendations #cryptography #cryptocurrency
-
#gitbug is a #Git-based #decentralized bug tracker.
git-bug is a Git extension that allows for a Git repository to have integrated, distributed bug tracking compatible with any Git host. Once a repository is initialized issues can be created through a command line, terminal, or local web interface. git-bug features bridges which can sync from and/or to various bug trackers including #GitHub and #GitLab.
Website 🔗️: https://github.com/MichaelMure/git-bug
-
#pdfgrep is a #PDF file searcher.
pdfgrep is a search program that looks for #regex patterns in the text portions of a PDF file. pdfgrep is largely compatible with GNU #grep, supporting recursing directories, case insenstive regex, colorized output, etc. pdfgrep can also search in password protected PDF files.
Website 🔗️: https://pdfgrep.org/
apt 📦️: pdfgrep
-
#GTG (Getting Things #GNOME!) is a task #organizer.
GTG organizes tasks into a heirarchical list with start and due dates for each task. Tasks are easily created and can have a list of searchable tags applied to them, enabling further organization. GTG supports task syncing from a variety of services, including bug tracking services. GTG also supports plugins which extend the functionality of GTG.
Website 🔗️: https://github.com/getting-things-gnome/gtg
apt 📦️: gtg
-
#httpcode (#hc) is an HTTP code explainer.
httpcode takes in an HTTP response code (or pattern) and prints a short explanation about the response code. httpcode can also search the descriptions of codes using #regex, which returns all matching codes if found.
Website 🔗️: https://github.com/rspivak/httpcode/
apt 📦️: httpcode
-
#spigot is an infinite precision #calculator.
spigot performs calculations on/from streams and outputs results digit-by-digit. spigot performs calculations in such a way that it ensures all output digits are as correct as possible, so generated constants or important numbers will be free of rounding errors. spigot can also alter the output to any base between binary and #base36.
Website 🔗️: https://www.chiark.greenend.org.uk/~sgtatham/spigot/
apt 📦️: spigot
-
#SafeEyes is an eye strain manager.
SafeEyes counts computer usage and periodically issues configurable breaks to prevent eye strain or repetitive strain injury (#RSI). SafeEyes features two types of breaks, frequent short breaks, and infrequent long breaks. Breaks can be made dismissable (default) or unskippable. SafeEyes can sum and track usage statistics locally if needed.
Website 🔗️: https://slgobinath.github.io/SafeEyes/
apt 📦️: safeeyes
-
#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
-
#whiff is a program finder.
whiff is a small utility that finds the first existent program out of a list of programs passed to it as arguments. Unlike which, whiff will print errors to stderr rather than stdout, further simplifying its use in shell scripts. whiff is useful for finding a necessary program out of multiple possibilities in shell scripts.
Website 🔗️: https://metacpan.org/release/App-Whiff
apt 📦️: whiff
-
#Germinate is a #package dependency mapper.
Germinate grabs the seeds (important packages/metapackages) for a selected (Debian/etc.) package repository and finds all dependencies for the seeds. Dependencies are laid out in a directory, with reverse dependencies listed in a subdirectory. Packages can be excluded from the listing if needed.
Website 🔗️: https://launchpad.net/germinate
apt 📦️: germinate
-
#fswatch is a file watch program.
fswatch is a tool that monitors files and directories using platform-specific or agnostic programs and reports the results to stdout. fswatch can monitor many files at once, supports regex for matching or excluding files, and can report various details about the files that may have changed.
Website 🔗️: http://emcrisostomo.github.io/fswatch
apt 📦️: fswatch