home.social

Search

427 results for “skunksarebetter”

  1. is a test suite.

    dieharder is a battery of tests for pseudorandom number generators (PRNG). dieharder performs a wide range of analysis on the output of a PRNG to determine its quality. Included are many different tests for identifying deviation from expected distribution, bit correlations, etc. dieharder also includes many PRNGs for comparison.

    Website 🔗️: webhome.phy.duke.edu/~rgb/Gene

    apt 📦️: dieharder

  2. is a dependencyless .

    optparse is a command line option parser that functions in a similar manner to getopt. optparse does not use global state, allowing for subcommands and restarting of the parser in a reliable way. optparse provides both short and long option parsing, option permuting, and capturable errors.

    Website 🔗️: github.com/skeeto/optparse

  3. is a link checker.

    muffet is a tool that scrapes and checks all links on a website recursively. muffet reports the response codes for all available URLs. muffet supports outputting to JSON, following robots.txt or the sitemap.xml, non-recursive operation, and colorized output.

    Website 🔗️: github.com/raviqqe/muffet

  4. is a binary to unary .

    base1 takes in binary data and encodes it into a long string of single characters. This can be read back in and converted back to the original binary data.

    Website 🔗️: gir.st/

  5. is a program rerunner.

    retry captures stdin and runs a program with the given stdin repeatedly until it finishes successfully. retry prints the output of the program to stderr if it is unsuccessful, or stdout if it is successful. retry is useful for complex pipelines with unreliable links.

    Website 🔗️: github.com/minfrin/retry

    apt 📦️: retry

  6. is an recovery tool.

    dares is a tool that scans a or image for file magic numbers. Any found files are listed in a large list which can be used to select files to save. dares can also save all files automatically. dares can extract from h2i images as well as normal ISO format images.

    apt 📦️: dares

  7. is a algorithm.

    Brotli is a text oriented compressor that employs common compression techniques with special optimizations for sequential data. Brotli uses the ubiquitous LZ and Huffman coding as well as dictionaries generated on the fly and pulled from a corpus generated from the internet. Brotli can achieve high compression rates, albeit at somewhat slower speeds.

    Website 🔗️: github.com/google/brotli

    apt 📦️: brotli

  8. is a TUI for based on .

    Termshark is a user interface for the command line packet capturer tshark, imitating Wireshark's GUI. Like Wireshark, Termshark can capture packets, filter captures, colourise packets by type, follow TCP and UDP streams, and has many of the powerful capturing features from tshark available.

    Website 🔗️: termshark.io/

    apt 📦️: termshark

  9. 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 🔗️: members.tip.net.au/~dbell/

    apt 📦️: sash

  10. is a clipboard manager.

    Diodon is a tool that manages the contents of the system clipboards. Diodon keeps a history of the clipboard which can be accessed at any time from a quick menu. Diodon also syncs the selection and explicit clipboards. Diodon supports plugins.

    Website 🔗️: launchpad.net/diodon

    apt 📦️: diodon

  11. is a lightweight clipboard manager.

    Parcellite is a utility that keeps track of the contents of the clipboard. Parcellite allows the user to paste historical clipboard contents as well as perform arbitrary actions using the current clipboard contents. Parcellite is quite configurable in many ways.

    Website 🔗️: github.com/rickyrockrat/parcel

    apt 📦️: parcellite

  12. is a steganography tool.

    Steghide is a utility that takes in an input file and arbitrary data and hides the data inside the file. The resulting file can be fed back into Steghide to reveal the original information. Steghide supports images (BMP, JPEG), and audio (WAV, AU). Steghide uses statistically resilient hiding methods and supports encryption and checksumming.

    Website 🔗️: steghide.sourceforge.net/

    apt 📦️: steghide

  13. is a based text colorizer.

    Supercat is a text colorizer based on regexes. Supercat's configuration format is quite simple to grasp, and supports colorizing for both terminal output and HTML output. Supercat includes several configuration files for a few common formats and programming languages.

    Website 🔗️: supercat.nosredna.net/

    apt 📦️: supercat

  14. is a web API client.

    HTTPie is a command line client with numerous features especially for interacting with web APIs. HTTPie features quickly accessible HTTP request syntax, quickly accessible , response syntax highlighting and formatting, plugins, as well as the usual features of proxies and custom headers.

    Website 🔗️: httpie.org/

    apt 📦️: httpie

  15. is a passive fingerprinter.

    p0f is a tool that passively looks through an interface's packets to see if any contain special information. p0f can gather details on the operating system used, uptime, links, browser, and raw details for further processing if desired. Since p0f is passive it can be used without much fuss, and can't be detected outside of the fingerprinting server.

    Website 🔗️: lcamtuf.coredump.cx/p0f3/

    apt 📦️: p0f

  16. is a fork of for .

    Amidst for Minetest is a fork of the popular seed mapper that supports Minetest world generation algorithms and operating without a Minecraft directory. Amidst for Minetest has all the usual features of Amidst (when applicable), as well as biome profiles for different mods and several other features.

    Website 🔗️: github.com/Treer/Amidst-for-Mi

  17. #AmidstForMinetest is a fork of #Amidst for #Minetest.

    Amidst for Minetest is a fork of the popular #Minecraft seed mapper that supports Minetest world generation algorithms and operating without a Minecraft directory. Amidst for Minetest has all the usual features of Amidst (when applicable), as well as biome profiles for different mods and several other features.

    Website 🔗️: github.com/Treer/Amidst-for-Mi

    #free #opensource #foss #fossmendations #game

  18. is a personal engine.

    Recoll indexes and searches directories using . Recoll performs full text searches, meaning the entire text of indexed files is searched rather than some metadata. Recoll supports helpers which can perform spell check, indexing of otherwise unsupported file formats, and plenty more. Recoll supports fuzzy suggestions based on the actual contents of the index.

    Website 🔗️: lesbonscomptes.com/recoll/

    apt 📦️: recoll

  19. is a set of extraction tools.

    xcftools is a collection of utilities for handling and converting XCF format images into more common formats. xcftools includes xcfinfo for getting information on a file, xcf2png and xcf2pnm for converting (portions of) an XCF file to a flat image, and xcfview which automatically converts an XCF to a PNG or PNM and displays it with the default image viewer.

    Website 🔗️: github.com/j-jorge/xcftools/

    apt 📦️: xcftools

  20. is a converter.

    kramdown is a Ruby library for converting Markdown, GitHub Markdown, kramdown, and HTML into several formats. kramdown's custom syntax is the same as Markdown, with some improvements like code blocks supporting embedding of the opening marking, and plenty other features. kramdown is quite fast, outcompeting many other (Ruby) Markdown parsers.

    Website 🔗️: kramdown.gettalong.org/

    apt 📦️: kramdown

  21. #kramdown is a #Ruby #Markdown converter.

    kramdown is a Ruby library for converting Markdown, GitHub Markdown, kramdown, and HTML into several formats. kramdown's custom syntax is the same as Markdown, with some improvements like code blocks supporting embedding of the opening marking, and plenty other features. kramdown is quite fast, outcompeting many other (Ruby) Markdown parsers.

    Website 🔗️: kramdown.gettalong.org/

    apt 📦️: kramdown

    #free #opensource #foss #fossmendations

  22. is a suite of processing tools.

    csvkit is a collection of utilities which modify and translate data in the comma separated values (CSV) format. csvkit includes tools to translate to CSV (including from , , spreadsheets), for modifying CSV (cleaning, joining, sorting), and for output/analysis (SQL searching, JSON output, Markdown).

    Website 🔗️: github.com/wireservice/csvkit

    apt 📦️: csvkit

  23. is a to ASCII art converter.

    jp2a is a simple program that converts a JPEG file into a ASCII art image that is displayed on the terminal. jp2a supports colorizing the output, and numerous different options to alter the output's size, color depth, or even outputting as HTML.

    Website 🔗️: github.com/Talinx/jp2a

    apt 📦️: jp2a

  24. is an to text converter.

    html2text converts structured HTML into plain text. html2text supports converting several files and concatenating them on output. html2text fully supports HTML 3.2, most of HTML 4, and can deal with HTML 5 using reasonable guesses for what should be done. html2text can generate output with escape codes.

    Website 🔗️: github.com/grobian/html2text

    apt 📦️: html2text

  25. is an advanced .

    GoldenDict is a system-wide dictionary that can be called up to define a selected word or set of characters at the press of a key. GoldenDict supports having several dictionaries at once, and supports many local and remote dictionary formats. GoldenDict also supports using commands for searching definitions, greatly extending the possible formats supported.

    Website 🔗️: goldendict.org/

    apt 📦️: goldendict

  26. is a collection of useful utilities.

    moreutils is a set of tools in the same vein of coreutils, providing functionality that is difficult to achieve using pure shell. moreutils includes tools to combine files line by line conditionally, executing a command if stdin has content, teeing to pipes, timestamping standard input, collecting up stdin then writing to a file, and more.

    Website 🔗️: joeyh.name/code/moreutils/

    apt 📦️: moreutils

  27. is a manager.

    buku is a terminal program that stores links with titles and keywords/tags in a mergible SQLite database. buku can import bookmarks from major browsers and can also open bookmarks in a browser if needed. Bookmarks can be searched using several search methods, and can be edited using your favorite text editor.

    Website 🔗️: github.com/jarun/Buku

    apt 📦️: buku

  28. are compressed data handlers.

    zutils is a collection of simple tools that transparently handle a mix of uncompressed and compressed data in a number of formats. zutils includes zcat (for decompression), zdiff, zgrep, and ztest (for integrity checks). zutils handles , , , and in any combination.

    Website 🔗️: nongnu.org/zutils/zutils.html

    apt 📦️: zutils

  29. is a generator.

    crunch is a tool that generates permutations for a character set. crunch supports Unicode characters as well as the ability to specify which characters are permutated and the option to compress the output wordlist.

    Website 🔗️: sourceforge.net/projects/crunc

    apt 📦️: crunch

  30. is a source code .

    Uncrustify is a tool that takes in poorly formatted or minified code and reformats it to be more readable. Uncrustify is very configurable, able to be completely reconfigured to minify source code by removing unecessary whitespace. Uncrustify supports several programming languages, including , , , and a few others.

    Website 🔗️: github.com/uncrustify/uncrusti

    apt 📦️: uncrustify