home.social

Search

427 results for “skunksarebetter”

  1. #ssdeep is a piecewise fuzzy hasher.

    ssdeep computes context triggered piecewise hashes, which hash specific parts of files to allow for comparing files quickly by subsets of their contents. ssdeep provides both a #library and a command line tool. ssdeep is quite fast, and very reliable.

    Website 🔗️: ssdeep-project.github.io/ssdee

    apt 📦️: ssdeep

    #free #opensource #foss #fossmendations #sysadmin

  2. is a text rain screensaver for the .

    CMatrix displays text that falls down the screen and fades out, similar to scenes in the Matrix film. CMatrix can set the properties of the text, like the boldness and color, as well as enabling (non-Unicode) kana.

    Website 🔗️: github.com/abishekvashok/cmatr

    apt 📦️: cmatrix

  3. is a collection of libraries.

    CHOC (Clean Header Only Classes) contains several libraries for performing various actions in C++. CHOC includes fast round trip float to string conversion, typed values that can be used in JSON, audio sample buffers, handling, code formatting, a simple wrapper for (), and more.

    Website 🔗️: github.com/Tracktion/choc

  4. #CHOC is a collection of #singleheader #Cpp libraries.

    CHOC (Clean Header Only Classes) contains several libraries for performing various actions in C++. CHOC includes fast round trip float to string conversion, typed values that can be used in JSON, audio sample buffers, #UTF8 handling, code formatting, a simple wrapper for #Duktape (#JavaScript), and more.

    Website 🔗️: github.com/Tracktion/choc

    #free #opensource #foss #fossmendations #programming

  5. is a file-based build system.

    Tup is a build system that has rules tied directly to files, much like make. Tup constructs graphs of rules in the opposite order of make, which allows it to be much faster when rebuilding. Tup supports several methods of defining rules, including with Lua. Tup can also generate visual graphs, standalone build scripts, gitignore files, and more.

    Website 🔗️: gittup.org/tup/

    apt 📦️: tup

  6. #Tup is a file-based build system.

    Tup is a build system that has rules tied directly to files, much like make. Tup constructs graphs of rules in the opposite order of make, which allows it to be much faster when rebuilding. Tup supports several methods of defining rules, including with Lua. Tup can also generate visual graphs, standalone build scripts, gitignore files, and more.

    Website 🔗️: gittup.org/tup/

    apt 📦️: tup

    #free #opensource #foss #fossmendations #programming #sysadmin

  7. is a decoder.

    minimp3 is a standards-compliant library that decodes MP3 data in buffers, frames, or in a streaming manner. minimp3 is quite simple, only having a handful of API functions for decoding MP3 data. minimp3 can iterate through frames, seek to positions, and supports SIMD as well as dealing with files with non-MP3 (ID3) or invalid data.

    Website 🔗️: github.com/lieff/minimp3

  8. #minimp3 is a #publicdomain #MP3 decoder.

    minimp3 is a standards-compliant #singleheader #C library that decodes MP3 data in buffers, frames, or in a streaming manner. minimp3 is quite simple, only having a handful of API functions for decoding MP3 data. minimp3 can iterate through frames, seek to positions, and supports SIMD as well as dealing with files with non-MP3 (ID3) or invalid data.

    Website 🔗️: github.com/lieff/minimp3

    #free #opensource #foss #fossmendations #programming

  9. generates tiles.

    Tilemaker creates tile vectors from data for use in map display software. Tilemaker is as independent as possible, not requiring an intermediate feature database. Tilemaker supports definining custom layers that include certain features. Tilemaker can save tiles as individual files, or into an MBTiles file.

    Website 🔗️: github.com/systemed/tilemaker

  10. simplifies class parameter definitions.

    Param is a for quickly definining class instance attributes with optional bounds and type checking. Param reduces the repetitive nature of defining many attributes, while also making it easy to document the values. Parameters follow the inheritance and access rules of regular Python attributes.

    Website 🔗️: param.holoviz.org/

  11. is a parser for .

    toml++ is a that parses and serializes data in the TOML format. toml++ provides a variety of ways to alter TOML data, including iterators, C++ style access to elements, and lower level access for accessing the underlying structure. toml++ supports serializing data as .

    Website 🔗️: marzer.github.io/tomlplusplus/

  12. #tomlPlusPlus is a #TOML parser for #Cpp.

    toml++ is a #singleheader #library that parses and serializes data in the TOML format. toml++ provides a variety of ways to alter TOML data, including iterators, C++ style access to elements, and lower level access for accessing the underlying structure. toml++ supports serializing data as #JSON.

    Website 🔗️: marzer.github.io/tomlplusplus/

    #free #opensource #foss #fossmendations #programming

  13. is a noise implementation in .

    noise is an n-dimensional noise generation algorithm that creates noise that follows a natural gradient according to several parameters. OpenSimplex noise is not patented, and has a very simple API with good performance and coherent results without artifacts.

    Website 🔗️: github.com/smcameron/open-simp

  14. is a list of abused IP addresses.

    IPsum is an automatically collated list of hundreds of thousands of potentially problematic IP addresses that server operators may want to block. The list is collated from several other lists daily. The list itself records the IP address alongside the amount of lists it was found in, ordered by the number of occurrences.

    Website 🔗️: github.com/stamparm/ipsum

  15. #IPsum is a list of abused IP addresses.

    IPsum is an automatically collated list of hundreds of thousands of potentially problematic IP addresses that server operators may want to block. The list is collated from several other lists daily. The list itself records the IP address alongside the amount of lists it was found in, ordered by the number of occurrences.

    Website 🔗️: github.com/stamparm/ipsum

    #free #opensource #foss #fossmendations #sysadmin

  16. is a for parsing -like formats.

    jsoncons has a data model that allows for parsing different formats that resemble JSON, like and , using extensions. jsoncons provides several ways of interacting with parsed data; a query-able structure, a strongly typed C++ class, or a SAX-like parse stream. jsoncons is fast, and has extensions for things like JSONPath.

    Website 🔗️: danielaparker.github.io/jsonco

  17. #jsoncons is a #singleheader #Cpp #library for parsing #JSON-like formats.

    jsoncons has a data model that allows for parsing different formats that resemble JSON, like #CBOR and #BSON, using extensions. jsoncons provides several ways of interacting with parsed data; a query-able structure, a strongly typed C++ class, or a SAX-like parse stream. jsoncons is fast, and has extensions for things like JSONPath.

    Website 🔗️: danielaparker.github.io/jsonco

    #free #opensource #foss #fossmendations #programming

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

  19. is a set of benchmarking tests for various languages.

    Python Performance compares the performance of several programming languages. Common algorithms like matrix multiplication and hypoteneuse are tested in the benchmarks. , , , and several other languages are included.

    Website 🔗️: github.com/scivision/python-pe

  20. #PythonPerformance is a set of benchmarking tests for various languages.

    Python Performance compares the performance of several #mathematics programming languages. Common algorithms like matrix multiplication and hypoteneuse are tested in the benchmarks. #Python, #MATLAB, #Julia, and several other languages are included.

    Website 🔗️: github.com/scivision/python-pe

    #free #opensource #foss #fossmendations #programming #science

  21. is a client and server for .

    cpp-httplib implements HTTP client and server functionality with a straightforward interface. Starting a server is as simple as defining an action for a specified path and listening on a port. Server paths support regexes for more complex behaviour. cpp-httplib supports and quick static file serving.

    Website 🔗️: github.com/yhirose/cpp-httplib

  22. is a for .

    Ace of Spades is a first person shooter that takes place in a voxel landscape. Players choose from one of three weapons, and can built fortifications during battle. OpenSpades is a fully compatible client for Ace of Spades servers, and supports advanced graphical effects and immersive sound.

    Website 🔗️: openspades.yvt.jp/

  23. #OpenSpades is a #client for #AceOfSpades.

    Ace of Spades is a first person shooter #game that takes place in a voxel landscape. Players choose from one of three weapons, and can built fortifications during battle. OpenSpades is a fully compatible client for Ace of Spades servers, and supports advanced graphical effects and immersive sound.

    Website 🔗️: openspades.yvt.jp/

    #free #opensource #foss #fossmendations

  24. is a for the FreeDesktop Trash bin.

    rmw (remove to waste) is a rm-like command line utility that conforms to the FreeDesktop.org Trash specification, which dictates how the trash/recycle/waste/rubbish bin operates on major desktop environments. rmw can also operate independently with its own waste directory. rmw can restore from and purge the waste directory, and supports periodic purging.

    Website 🔗️: remove-to-waste.info/

  25. #rmw is a #rm for the FreeDesktop Trash bin.

    rmw (remove to waste) is a rm-like command line utility that conforms to the FreeDesktop.org Trash specification, which dictates how the trash/recycle/waste/rubbish bin operates on major desktop environments. rmw can also operate independently with its own waste directory. rmw can restore from and purge the waste directory, and supports periodic purging.

    Website 🔗️: remove-to-waste.info/

    #free #opensource #foss #fossmendations #CLI

  26. is a to translator.

    sse2neon implements intrinsics from many extensions in NEON intrinsics. Intrinsics are implemented with a 1 to 1 translation wherever possible, with others being implemented with several instructions. sse2neon has several optional performance optimizations that sacrifice some accuracy compared to SSE.

    Website 🔗️: github.com/DLTcollab/sse2neon

  27. is a collection for the .

    csol implements several popular solitaire games like and using ncurses. csol supports several themes for displaying the cards, including Unicode, ASCII, and several compact modes. csol can be played with both the keyboard and mouse.

    Website 🔗️: github.com/nielssp/csol

  28. is a .

    c-ray is a path tracing renderer focused on graphics research and experimentation. c-ray's source code is made to be readible, while still implementing complex rendering techniques. c-ray supports many platforms, and can load common file formats and render beautiful images with reflections and other effects.

    Website 🔗️: github.com/vkoskiv/c-ray

  29. is a collection of libraries.

    cauldron provides a few libraries for several common use cases, like argument parsing, random number generation, and basic unit testing. cauldron also provides libraries for efficient arena memory allocation and tools for testing features.

    Website 🔗️: github.com/camel-cdr/cauldron

  30. is a for interacting with .

    smbprotocol provides utilities for communicating with Samba shares, which are network attached storage devices that communicate through the SMB protocol. smbprotocol supports SMB 2 through 3, supporting many modern features like encryption. smbprotocol provides both a high level, os.*-like interface, and direct low level interface.

    Website 🔗️: github.com/jborean93/smbprotoc