home.social

Search

427 results for “skunksarebetter”

  1. @skunksarebetter Thank you very much for your #fossmendations! I like them very much and learned a lot about projects I did not know about or would not look for otherwise!

  2. @skunksarebetter If you do a lot of work around , should definitely be in your digital toolbox!

  3. @skunksarebetter Thanks for your post on safeeyes, I'm running Debian 10 but I also have a Debian Sid instance running in chroot and I used that instance to get the sources for #safeeyes, transfer them to another folder in my home directory and built a .deb package using debuild -uc -us. Works great thanks much. Please keep up the good work.

  4. @skunksarebetter

    > is a source code line counter.

    I'm partial to tokei, personally github.com/XAMPPRocky/tokei

    But cloc is good too :)

  5. @skunksarebetter

    > #cloc is a source code line counter.

    I'm partial to tokei, personally github.com/XAMPPRocky/tokei

    But cloc is good too :)

  6. is a string art simulator.

    string-art produces images that imitate the appearance of string art. string-art does this by wrapping a virtual string around many pins arranged in a circle such that the intersections appear to add up to produce an image that resembles the input. The source code is simple and commented.

    Website 🔗️: github.com/possibly-wrong/stri

  7. is a processor.

    yq is a preprocessor for which converts YAML into JSON, processes the data with standard jq, finally outputting YAML. yq has the ability to preserve custom tags and formatting, allowing for more accurate round-trip processing. yq also includes for , and for .

    Website 🔗️: github.com/kislyuk/yq

  8. is a processor.

    yq is a command line program that takes in YAML data and runs an expression against it, like . yq programs can be made up of many operators, including simple accessors, assignment operators, arithmetic, sorting, recursive globbing, and more. yq can also process , as it is a subset of YAML.

    Website 🔗️: github.com/mikefarah/yq

  9. is a text styler.

    tml (Terminal Markup Language) is a simple XML-style language for styling text with terminal escape codes. tml accepts text with tags for text color and strength/style and replaces it with the appropriate escape codes for printing. tml provides both a and a command line program.

    Website 🔗️: github.com/liamg/tml

  10. Apparently is not libre, as some of the media licenses are restrictive.

    I apologize for the misplaced .

  11. 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

  12. is a text highlighter.

    hl colorizes text passed through it according to rules. hl is able to highlight text differently based on whether or not the text had changed since the previous time. hl supports extended regular expressions and has predefined configurations for several tools and common languages.

    Website 🔗️: github.com/mbornet-hl/hl

  13. is a reader suite.

    ZBar can read many forms of barcodes, including , , , and codes. ZBar features two programs which can detect and decode barcodes, one that operates on images, and another which operates on video4linux streams like webcams. The results of both are printed to stdout, allowing them to be piped into other programs easily.

    Website 🔗️: github.com/mchehab/zbar (fork)

    apt 📦️: zbar-tools

  14. is a generator.

    GNU Barcode can generate barcodes for several barcode formats, including the , , , and formats. GNU Barcode can also generate many barcodes listed in a text file, outputting a table which can be cut out into individual barcodes. The generated barcodes may be outputted in Postscript or PCL which can be printed without conversion.

    Website 🔗️: gnu.org/software/barcode/

    apt 📦️: barcode

  15. is an improved version of .

    sc-im or Calculator Improvised is an updated fork of the earlier sc. sc-im features the same ncurses spreadsheet interface, but adds numerous features to accelerate the experience, including undo and redo, a large amount of cells, import-export for and , import, export, full RGB colours, sorting, support, and more.

    Website 🔗️: github.com/andmarti1424/sc-im

    apt 📦️: sc-im

  16. is a web .

    DIRB is a program that exhaustively checks if a website has hidden resources. DIRB performs checks using wordlists, and checks each and every word in the list to see if it possibly exists. If a directory is found DIRB will recursively search the directory once its parent is finished being scanned.

    Website 🔗️: dirb.sourceforge.net/

    apt 📦️: dirb

  17. is an address calculator.

    gip calculates various important numbers related to IP addresses. gip calculates subnets, subnet ranges, prefixes, displays binary IP representations, and more. gip is useful for local network configuration.

    apt 📦️: gip

  18. is a toolkit.

    Botan provides many cryptographic primitives including hash algorithms (, , MD), ciphers (, , ), signature algorithms (, ), with resistant algorithms (, , ). Botan also provides functionality for working with schemes using these algorithms, like .

    Website 🔗️: github.com/randombit/botan

    apt 📦️: botan

  19. is a pulldown .

    Guake is a terminal emulator that pulls from a side of the screen once a key is pressed. Guake will run the system shell by default, but can also run other shells like Python. Guake supports tabs, color schemes, transparency, Gtk themes, custom positioning, and keyboard shortcuts for many actions.

    Website 🔗️: guake-project.org

    apt 📦️: guake

  20. is a scripting language for .

    Rhai is a configurable, embeddable scripting language for use in Rust programs. Rhai scripts can easily be loaded and executed from a Rust program, even for no-std or targets. Rhai supports closures, OOP, dynamic typing, and a simplified Rust-like syntax. Functions and operators can easily be added to Rhai, as well as entirely new syntax.

    Website 🔗️: rhai.rs/

  21. #Botan is a #Cpp #cryptography toolkit.

    Botan provides many cryptographic primitives including hash algorithms (#SHA, #Blake, MD), ciphers (#AES, #Blowfish, #DES), signature algorithms (#RSA, #ECDH), with #quantum resistant algorithms (#XMSS, #McEliece, #NewHope). Botan also provides functionality for working with schemes using these algorithms, like #TLS.

    Website 🔗️: github.com/randombit/botan

    apt 📦️: botan

    #free #opensource #foss #fossmendations #programming #encryption

  22. is a implementation in .

    Tiny ECDH C implements elliptic curve Diffie-Hellman algorithms in a standards-compliant manner. Tiny ECDH C supports 20 different curves, 10 being standard curves chosen by . Tiny ECDH C's API is very simple, and can be compiled for very constrained systems like microcontrollers.

    Website 🔗️: github.com/kokke/tiny-ECDH-c

  23. #TinyECDHc is a #publicdomain #ECDH implementation in #C.

    Tiny ECDH C implements elliptic curve Diffie-Hellman algorithms in a standards-compliant manner. Tiny ECDH C supports 20 different curves, 10 being standard curves chosen by #NIST. Tiny ECDH C's API is very simple, and can be compiled for very constrained systems like microcontrollers.

    Website 🔗️: github.com/kokke/tiny-ECDH-c

    #free #opensource #foss #fossmendations #cryptography #programming

  24. 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

  25. is a robust .

    Lzip uses LZMA like 7z and XZ. Unlike 7z and XZ is that an Lzip file has fewer headers.

    Less headers means a .lz is smaller than a .xz and less exists to be corrupted. Lzip can also correct a bit flip in any part of a member, unlike XZ.

    If more than a bit flips can stitch several corrupt Lzip files into a single intact archive.

    Lzip 🔗: lzip.nongnu.org/lzip.html

    Lziprecover 🔗: nongnu.org/lzip/lziprecover.ht

  26. is a spectrum analyzer.

    Spek is a program that creates a spectrogram of an audio file. Spectrograms are visual representations of audio, with the x axis representing time, y axis representing frequency, and color representing volume. Spek supports several common audio formats including WAV and Opus.

    Website 🔗️: spek.cc/

    apt 📦️: spek

  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