39 projects tagged "GPLv2 or later"
AIDE (Advanced Intrusion Detection Environment) is a file and directory integrity checker. It creates a database from the regular expression rules that it finds from the config file. Once this database is initialized it can be used to verify the integrity of the files. Several message digest algorithms are used. All of the usual file attributes can also be checked for inconsistencies.
Auralquiz is a simple music quiz game that uses your own music files. It plays short pieces of music files from your folders and presents a question and several answers about the current song. The faster the answer, the more points you receive. Up to eight people can play in a turn-based mode. In the highest difficulty level, instead of having the buttons, the player must type the answer. Symbols like "!", "-", "." etc are filtered out, and it's not case sensitive, so it's a little easier to answer correctly.
The Blender-Mathutils module originated from Blender, where it has been used for some years in production as a utility module for use in areas including animation, games, and mesh manipulation. This differs from 'numpy' in that it is computer graphics focused, combining Matrix and Vector types with rotation classes, which is very useful for use with animation or anywhere Euler and Quaternion values are frequently used. This project is mainly a build system around the actively maintained mathutils code in Blender to allow non-Blender related projects to make use of it. A link to the Blender repository is used so that the source never gets out of sync.
Build Gear is a lightweight build tool for building embedded firmware. Its primary focus is to make it easy to create and maintain fully-customized embedded firmware. This is reflected in a straightforward commandline interface and support for easy-to-understand build files. The secondary focus is build performance and build integrity. Build Gear is easy to use and well-suited for rapid prototyping and product development of GNU/Linux firmware to be deployed in small-to-medium-sized embedded systems.
Docebo LMS E-Learning Platform Integration is a plugin that integrates the Docebo E-Learning platform with WordPress. It allows you to embed online courses into your WordPress website and assign training through the WordPress dashboard, access courses and training reports and control the whole E-Learning project directly from the WordPress dashboard, display courses assigned to logged-in users by using a WP widget, import a WordPress user database into Docebo, and enable Single Sign On between WordPress and Docebo.
Fast File Validator (FFV) is a program for verifying files against a checksum file and for creating such checksum files. FFV supports both SFV files (which use the CRC32 algorithm) and MD5 files. "Checksum" is meant in the generic sense here. Technically, neither CRC32 nor MD5 is really a checksum.