Search
427 results for “skunksarebetter”
-
#Sokol is a collection of #singleheader libraries.
Sokol is a set of many small, single header libraries for interacting with various things in a cross platform way. Sokol provides tools for interacting with time, audio, datastreams, an argument parser, as well as numerous libraries for interacting with other libraries more easily. Sokol supports #WebAssembly specifically, along with many other platforms.
Website 🔗️: https://github.com/floooh/sokol
-
#Cosmopolitan is a universal #C #libc.
Cosmopolitan is an optimized C #stdlib as well as compilation procedure that lets C programs run on #Linux, #Windows, #macOS, #FreeBSD, #OpenBSD, and even bare #BIOS with a single executable file. Cosmopolitan uses the Actually Portable Executable format to accomplish this, allowing for all supported platforms to run the code with no system modification.
Website 🔗️: https://justine.lol/cosmopolitan/
#free #opensource #foss #fossmendations #programming #development
-
#Cosmopolitan is a universal #C #libc.
Cosmopolitan is an optimized C #stdlib as well as compilation procedure that lets C programs run on #Linux, #Windows, #macOS, #FreeBSD, #OpenBSD, and even bare #BIOS with a single executable file. Cosmopolitan uses the Actually Portable Executable format to accomplish this, allowing for all supported platforms to run the code with no system modification.
Website 🔗️: https://justine.lol/cosmopolitan/
#free #opensource #foss #fossmendations #programming #development
-
#TinyRegexMod is an improved #publicdomain #regex engine.
tiny-regex-mod is a small, #singleheader #C #library that provides regex matching. tiny-regex-mod is based on tiny-regex-c, but improves standards compliance and adds operators and quantifiers (for lazy matching).
Website 🔗️: https://github.com/monolifed/tiny-regex-mod
-
#snallygaster is a web content fuzzer.
snallygaster looks through a webserver to see if some common vulnerable or potentially sensitive content is accessible. snallygaster checks for common privileged CGI scripts, databases, core files, version control data, password/key files, and other potentially problematic files.
Website 🔗️: https://github.com/hannob/snallygaster
-
#snallygaster is a web content fuzzer.
snallygaster looks through a webserver to see if some common vulnerable or potentially sensitive content is accessible. snallygaster checks for common privileged CGI scripts, databases, core files, version control data, password/key files, and other potentially problematic files.
Website 🔗️: https://github.com/hannob/snallygaster
-
#migra is a #publicdomain #database migration assistant.
migra is a tool that performs a #diff on two #PostgreSQL schemas, producing a set of commands that transforms one schema into the other. These commands can then be run on a live database which uses the original schema to result in a database using the new schema, while retaining the original data.
Website 🔗️: https://github.com/djrobstep/migra https://databaseci.com/docs/migra
-
#r128 is a #publicdomain fixed point arithmetic #library.
r128 is a #C and #Cpp library providing 64.64 fixed point arithmetic. 64.64 is a very precise and reliable format that can represent very large and small numbers without floating point step errors. r128 supports basic math, bitwise, conversion (to floats and ASCII), and other common operations. r128 provides overloads when available.
Website 🔗️: https://github.com/fahickman/r128
-
#r128 is a #publicdomain fixed point arithmetic #library.
r128 is a #C and #Cpp library providing 64.64 fixed point arithmetic. 64.64 is a very precise and reliable format that can represent very large and small numbers without floating point step errors. r128 supports basic math, bitwise, conversion (to floats and ASCII), and other common operations. r128 provides overloads when available.
Website 🔗️: https://github.com/fahickman/r128
-
#linalg is a #publicdomain #vector math #library.
linalg is a #singleheader #Cpp library providing intuitive vector and matrix types, along with #math functions. linalg types support the typical standard operations as expected, like arithmetic with scalars and vectors, assignment operators, and accessing with x,y,z,w. linalg vectors are flat, supporting indexing and simple copying.
Website 🔗️: https://github.com/sgorsten/linalg
#free #opensource #foss #fossmendations #programming #mathematics
-
#hashmap is a #publicdomain #singleheader hash map #library.
hashmap is a #C library providing an easy to use hash map data structure. hashmap maps are indexed with string slices, allowing for portions of strings to be used as indices quickly and easily with no additional memory allocation. hashmap stores pointers to the actual data, allowing for heterogenous maps.
Website 🔗️: https://github.com/sheredom/hashmap.h
-
#rdfind is a duplicate file finder.
rdfind finds duplicate files in a directory tree. rdfind ranks files, with lower rank files being acted upon, with files seen first that are closer to the root are ranked higher. rdfind can link duplicates together, delete duplicates, as well as output statistics and perform dry runs.
Website 🔗️: http://rdfind.pauldreik.se/
apt 📦️: rdfind
-
#xxHash is a very fast #hash #algorithm.
xxHash is a non-cryptographic hashing algorithm with very high data throughput. xxHash provides multiple variants, some being faster than RAM speed, allowing for it to quickly work through CPU cache. xxHash produces high quality output suitable for a variety of uses.
Website 🔗️: https://cyan4973.github.io/xxHash/
-
#xxHash is a very fast #hash #algorithm.
xxHash is a non-cryptographic hashing algorithm with very high data throughput. xxHash provides multiple variants, some being faster than RAM speed, allowing for it to quickly work through CPU cache. xxHash produces high quality output suitable for a variety of uses.
Website 🔗️: https://cyan4973.github.io/xxHash/
-
#hardlink is a duplicate file linker.
hardlink links files with identical content together using hardlinks. hardlink can include metadata in its difference checking, and can prefer files based on their metadata. hardlink supports a dry run mode for quickly examining the operation safely. hardlink also supports inclusion and exclusion regexes.
Website 🔗️: https://jak-linux.org/projects/hardlink/
apt 📦️: hardlink
-
#hardlink is a duplicate file linker.
hardlink links files with identical content together using hardlinks. hardlink can include metadata in its difference checking, and can prefer files based on their metadata. hardlink supports a dry run mode for quickly examining the operation safely. hardlink also supports inclusion and exclusion regexes.
Website 🔗️: https://jak-linux.org/projects/hardlink/
apt 📦️: hardlink
-
#SMhasher is a #hash #algorithm test suite.
SMhasher is a collection of hash implementations as well as a rigorous set of tests examining their usefulness in non-cryptographic situations. SMhasher measures the speed of the algorithms, correlation and distribution of output, collisions, and other statistics for comparing the various algorithms.
Website 🔗️: https://github.com/rurban/smhasher
-
#fastpbkdf2 is a very fast #publicdomain #PBKDF2 implementation.
fastpbkdf2 implements PBKDF2-HMAC for the SHA1, SHA256, and SHA512 hashing algorithms. fastpbkdf2 uses several optimizations to improve its speed over #OpenSSL's PBKDF2 while retaining probable security. In certain cases fastpbkdf2 can be over six times as fast as OpenSSL's equivalent implementation.
Website 🔗️: https://github.com/ctz/fastpbkdf2
#free #opensource #foss #fossmendations #cryptography #programming
-
#PDFGen is a #publicdomain #PDF creation #library.
PDFGen is a #C library that provides functions for creating PDF files. PDFGen supports many facets of the PDF standard, including text (and font/style thereof), vector images, embedded raster images, bookmarks and other metadata, as well as barcode generation.
Website 🔗️: https://github.com/AndreRenaud/PDFGen
-
#PDFGen is a #publicdomain #PDF creation #library.
PDFGen is a #C library that provides functions for creating PDF files. PDFGen supports many facets of the PDF standard, including text (and font/style thereof), vector images, embedded raster images, bookmarks and other metadata, as well as barcode generation.
Website 🔗️: https://github.com/AndreRenaud/PDFGen
-
#Cifra is a #publicdomain collection of cryptographic primitives.
Cifra provides numerous common algorithms like AES, SHA, ChaCha20, etc. in a space-efficient manner. Cifra uses very little of the standard library, allowing for it to be used on embedded systems. Cifra also hardens certain algorithms against side channel attacks.
Website 🔗️: https://github.com/ctz/cifra
#free #opensource #foss #fossmendations #programming #encryption #cryptography
-
#Twibright #Optar is a paper archiver.
Optar (Optical Archiver) encodes data into images with resilient error correction, suitable for printing at high resolution onto paper. Optar images can be scanned in from paper archives and converted into the original data. Optar is capable of storing 200 kB of raw data onto an A4 sheet of paper at 200 DPI.
Website 🔗️: http://ronja.twibright.com/optar/ https://github.com/colindean/optar
-
#Twibright #Optar is a paper archiver.
Optar (Optical Archiver) encodes data into images with resilient error correction, suitable for printing at high resolution onto paper. Optar images can be scanned in from paper archives and converted into the original data. Optar is capable of storing 200 kB of raw data onto an A4 sheet of paper at 200 DPI.
Website 🔗️: http://ronja.twibright.com/optar/ https://github.com/colindean/optar
-
#Hedley is a #publicdomain #C and #Cpp platform specific macro helper.
Hedley is a header file that provides cross platform (and cross language) implementations for various compiler hints. Hedley can check for compiler version, compiler features, hint for static analyzers and compiler optimization, encode version numbers, assert things at compile time, handle diagnostics, etc.
Website 🔗️: https://nemequ.github.io/hedley/
-
#nanoprintf is a tiny #publicdomain #printf implementation.
nanoprintf is a single header library written in C99 (only for types) that provides a C11 compliant printf implementation on platforms without much of the standard library. nanoprintf compiles to 1 K to 3 K of program memory on ARM platforms.
Website 🔗️: https://github.com/charlesnicholson/nanoprintf
-
#nanoprintf is a tiny #publicdomain #printf implementation.
nanoprintf is a single header library written in C99 (only for types) that provides a C11 compliant printf implementation on platforms without much of the standard library. nanoprintf compiles to 1 K to 3 K of program memory on ARM platforms.
Website 🔗️: https://github.com/charlesnicholson/nanoprintf
-
#ytdlc is a community fork of #youtubedl.
yt-dlc (#youtubedlc) is a fork of youtube-dl with focus on faster development. Like youtube-dl, youtube-dlc can download videos from a wide range of video hosting websites, including #YouTube, #Facebook, #PeerTube, and many more. youtube-dlc supports downloading versions of files, including quality, just audio, etc.
Website 🔗️: https://github.com/blackjack4494/yt-dlc
-
#Anarch is a #retro #publicdomain #FPS #game.
Anarch is a first person 2D raycasted shooter game (like Wolfenstein 3D) where the player fights against a monopolistic technology corporation. The game uses a simple, dependencyless software rendering and game engine supporting levels with steps, many enemies, pickups, and more. Anarch is very cross platform, supporting virtually any system with a C compiler.
Website 🔗️: https://gitlab.com/drummyfish/anarch
-
#Anarch is a #retro #publicdomain #FPS #game.
Anarch is a first person 2D raycasted shooter game (like Wolfenstein 3D) where the player fights against a monopolistic technology corporation. The game uses a simple, dependencyless software rendering and game engine supporting levels with steps, many enemies, pickups, and more. Anarch is very cross platform, supporting virtually any system with a C compiler.
Website 🔗️: https://gitlab.com/drummyfish/anarch
-
#fdupes is a duplicate file finder.
fdupes is a command line program for finding and deleting duplicate files. fdupes shows a list of duplicates to the user, which they can use to select files to delete. fdupes supports recursion as well as non-interactive use.
Website 🔗️: https://github.com/adrianlopezroche/fdupes
apt 📦️: fdupes