home.social

Search

427 results for “skunksarebetter”

  1. is a fast internet port scanner.

    masscan can quickly scan vast regions of the internet for activity on certain ports. masscan can send millions of requests per second, and can operate in parallel to scan multiple targets at once. masscan is fast enough to feasibly scan the entire internet in minutes, making it effective as a precursor to large scale deep scans.

    Website 🔗️: github.com/robertdavidgraham/m

    apt 📦️: masscan

  2. is a commit message linter.

    Gitlint helps avoid common bad practices when performing Git commits, like WIP commits, lack of a message body, etc. It does this by scanning commits and checking if they meet certain bad practice rules specified by the .gitlint file in the repository. Gitlint can be easily hooked with Git and CI systems for a more fluid linting experience.

    Website 🔗️: jorisroovers.com/gitlint/

    apt 📦️: gitlint

  3. is a set of open source en/decoding utilities.

    dmtx provides a set of programs used for handling Data Matrix codes, which is a public domain 2D specification. dmtx can quickly read and write Data Matrix codes with any level of error correction, and can recognize skewed and low contrast codes. dmtx also includes a C library for usage in other programs.

    apt 📦️: dmtx-utils (CLI programs)

  4. is a system info monitor.

    saidar aggregates many details about the current system's activities in a simple set of statistics. Past system load, current CPU allocation, RAM usage, swap status, disk IO, and a few other statistics are all displayed simultaneously and in an easily readable way.

    Website 🔗️: libstatgrab.org/ (part of libstatgrab)

    apt 📦️: saidar

  5. is a viewer.

    SQLite Browser (DB Browser for SQLite/DB4S) provides a simple way to view and alter SQLite databases. SQLite Browser can create and compactify databases, as well as add tables, rows, and indexes. SQLite Browser can help designing a database, with features created in SQLite Browser readily copied into source code.

    Website 🔗️: sqlitebrowser.org/

    apt 📦️: sqlitebrowser

  6. is an efficient .

    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 🔗️: chiark.greenend.org.uk/~sgtath

    apt 📦️: tweak

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

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

  9. provides for and .

    Tegaki is a project which provides several models for Chinese and Japanese handwriting recognition, as well as a writing program which incorporates these models. Two backend engines are supported, and . Custom models may be used and trained if more accuracy is desired.

    Website 🔗️: tegaki.github.io/

    apt 📦️: tegaki-recognize tegaki-train

  10. is a low-bitrate speech .

    Codec 2 is a patentless codec which provides extremely low bitrate (450 to 3200 bits per second) speech encoding. Codec 2 has been used in amateur radio to provide understandable speech in areas of very low signal quality and slow data rates. Codec 2 is used as the audio codec in the open hardware and software SM1000 SSB digital vocoder.

    Website 🔗️: rowetel.com/blog/?page_id=452

    apt 📦️: codec2

  11. is a comprehensive and information utility.

    Kalzium provides a wide range of information for several fields of science. Kalzium features a periodic table, isotope table, molecule editor, data plotting utility, and detailed atomic information. Kalzium can readily calculate many atomic phenomena, including nuclear decay and molecular mass.

    Website 🔗️: kde.org/applications/education

    apt 📦️: kalzium

  12. is a .

    Mahjongg solitaire is a solitaire game where the player matches tiles which have the same pattern on their faces. KMahjongg can hint at possible moves, as well as save and load games in progress. Many boards are available for play, and new boards may be created with a built in editor.

    Website 🔗️: games.kde.org/game.php?game=km

    apt 📦️: kmahjongg

  13. is a source repository visualizer.

    Gource scans a git, SVN, etc. source repository and produces a graph visualization of how the project evolved over time. Authors are represented by flying actors beaming code into the project, directories with leaves, and files as small nodes. Gource supports bloom, scrubbing, custom theming, and specific timeframes to be graphed.

    Website 🔗️: gource.io/

    apt 📦️: gource

  14. () is an high accuracy program.

    Tesseract is a high quality optical character recognition system. Tesseract features a wide range of recognition models for many scripts, including Latin, Cyrillic, Japanese, Tibetan, and many others, totaling about 100 languages. Tesseract is very simple to use and can output its results to stdout, a text file, PDF, or hOCR.

    Website 🔗️: github.com/tesseract-ocr/tesse

    apt 📦️: tesseract

  15. is a command line .

    eSpeak is a text-to-speech program which can speak multiple languages. To use eSpeak you simply provide it with an argument on the command line and it will say it over the audio system. eSpeak supports many languages using different synthesization profiles, and can also use other synthesization systems like .

    Website 🔗️: espeak.sourceforge.net/

    apt 📦️: espeak

  16. is an strong .

    Stegosuite can encode any information into JPEG, GIF, PNG, or BMP images. All data is hidden in noisy parts of the image and using , meaning even if the data is found it's encrypted. Since only the least significant bits (in noisy areas) are used the hidden data is invisible to the eye and many detection schemes.

    Website 🔗️: stegosuite.org/

    apt 📦️: stegosuite

  17. is a codebreaking .

    ColorCode is an implementation of Mastermind. In Mastermind a codebreaker attempts to guess the configuration of the codemaker's pins. To do this the codebreaker is provided a guessing board, where they attempt combinations of pins. When a guess is made the codemaker provides hints which guide the codebreaker. ColorCode supports up to 10 color, 5 slot games.

    Website 🔗️: colorcode.laebisch.com/

    apt 📦️: colorcode

  18. () is a fast file program.

    ag is a quick, multi-threaded search program which is great at searching for strings in source trees. ag supports full regex, and can be made to ignore certain files using a .gitignore or any other .*ignore file. ag also can search through compressed and binary files.

    Website 🔗️: geoff.greer.fm/ag/

    apt 📦️: silversearcher-ag

  19. is a simulator.

    Golly features flexible rulesets, enabling not only the simulation of the classic Conway's Game of Life, but other rules like WireWorld. Golly features several algorithms, including Hashlife which can deliver efficient metapixel performance. Golly can save and open premade GOL maps, and comes with a variety of such patterns.

    Website 🔗️: golly.sourceforge.net/

    apt 📦️: golly

  20. is a document .

    Pandoc is a conversion program which understands a large amount of formats. Markdown, ODT, HTML, EPUB, man, LaTeX, and many more are available for conversion to and from, with even more available for just translation to. Pandoc can also encode metadata and create bibliographies.

    Website 🔗️: pandoc.org/

    apt 📦️: pandoc

  21. is a -style .

    njam features PacMan-esque gameplay, including all of the familiar elements. njam also adds a few more pieces, including more powerups, more interesting ghost types, and a level editor. njam also supports both local and networked multiplayer, allowing you to cooperate with or duel against your friend.

    apt 📦️: njam

  22. is a program.

    AutoKey is a utility which can automate keypresses on X11 desktops. AutoKey can perform a variety of tasks, including pasting addresses, replacing smilies with emoji, etc. AutoKey also features scripting, which allows for a massive amount of window, keyboard, mouse, etc. tasks to be automated effectively.

    Website 🔗️: github.com/autokey/autokey

    apt 📦️: autokey-gtk autokey-common

  23. is a city building .

    In Unknown Horizons you construct and manage an island settlement, where you must gather and trade resources, defend the people, and collect money. Other settlements may become friendly or hostile towards you, opening the opportunity for trade or war. Unknown Horizons can be played alone, against AI, or with people over the internet.

    Website 🔗️: unknown-horizons.org/

    apt 📦️: unknown-horizons

  24. CW: Open question.

    In terms of (more) open video sharing there appears to be 3 major players, , , and . Apparently LBRY and DTube both utilize a blockchain in some matter, with Dtube being built on the Steem system. But their openness and decentralization isn't very obvious when compared to PeerTube. PeerTube's community deemed Dtube nonfree and centralized, but I haven't heard much of LBRY. If you have any details they would be greatly appreciated.

  25. is a player.

    Gnash allows you to play flash media in an open and secure way. Gnash supports mainly v7, but includes some v8 and v9 features. Gnash also supports and provides a plugin for several browsers, enabling the viewing of flash video if such a need arises.

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

    apt 📦️: gnash

  26. is a mouse based keyboard.

    Dasher allows you to type using mouse movements. Letters are presented as boxes, with probable letters given larger boxes. Dasher can learn as you type, making letter predictions more effective, improving typing speed. Dasher is great for use with joysticks, head mice, or eye mice.

    Website 🔗️: inference.org.uk/dasher/

    apt 📦️: dasher

  27. is a libre version of .

    In Gish you control Gish, a blob of tar with the ability to stick, slip, and make itself heavy. Using these abilities Gish must maneuver through a range of settings littered with all sorts of perilous positions. Gish was originally proprietary, but was made open source in 2010. Since then FreeGish has replaced the original art with libre clones.

    Website 🔗️: github.com/freegish/freegish

    apt 📦️: freegish

  28. is a flexible input system.

    Fcitx is an extensible input system which provides themed suggestion popups. Fcitx has builtin support for , and has a useful example input method. Fcitx is versatile, and can be used for everything from English , to Pinyin Chinese, as well as and Japanese.

    Website 🔗️: fcitx-im.org/

    apt 📦️: fcitx

  29. is a modular manager.

    pass utilizes existing and strong projects like GPG to your passwords. pass organizes passwords in folders, which allows for easy modification by many tools and programs, like browser extensions. pass is well integrated with Git, which can provide quality incremental backups if desired.

    Website 🔗️: passwordstore.org/

    apt 📦️: pass

  30. is a implementation.

    In mahjongg solitaire you match colorful tiles that have the same face to clear the table. Gnome Mahjongg supports different tilesets, and comes with the usual tiles as well as an educational Kangxi radical tileset.

    Website 🔗️: wiki.gnome.org/Apps/Mahjongg

    apt 📦️: gnome-mahjongg