Posts
-
music-metadata
Stream and file based music metadata parser for node. Supporting a wide range of audio and tag formats.
Stream and file based music metadata parser for node.js. Supports any common audio and tagging format. TypeScript definitions are included.
Tags: #typescript • metadata • musicbrainz
-
laravel
Driver to seamlessly integrate the Backup Manager into Laravel applications.
This package pulls in the framework agnostic Backup Manager and provides seamless integration with Laravel.
Watch a video tour to get an idea what is possible with this package.
Note: This package is for Laravel integration only. For information about the framework-agnostic core package (or the Symfony driver) please see the base package repository.
Tags: #php
-
jquery-ujs
Ruby on Rails unobtrusive scripting adapter for jQuery
jquery-ujs is work of many contributors. You’re encouraged to submit pull requests, propose features and discuss issues.
See CONTRIBUTING.
Tags: #javascript
-
glightbox
Pure Javascript lightbox with mobile support. It can handle images, videos with autoplay, inline content and iframes
GLightbox is a pure javascript lightbox. It can display images, iframes, inline content and videos with optional autoplay for YouTube, Vimeo and even self hosted videos.
Tags: #javascript • lightbox • responsive
-
GraphicsJS
A lightweight JavaScript graphics library with the intuitive API, based on SVG/VML technology.
GraphicsJS is a lightweight JavaScript graphics library with the intuitive API, based on SVG/VML technology.
Tags: #javascript • svg • vector-graphics
-
Terra
Voxel world generation modding platform
Terra is a modern world generation modding platform, primarily for Minecraft. Terra allows complete customization of world generation with an advanced API, tightly integrated with a powerful configuration system.
Terra consists of several parts:
- A voxel world generation API with emphasis on configuration and extensibility
- Several platform implementations, the layer between the API and the platform it’s running on.
- An addon loader, which allows addons to interface with the Terra API in a platform-agnostic setting
- Several “core addons,” which implement the “default” configurations of Terra. These addons can be thought of as the config “standard library”
Terra currently officially supports the Fabric mod loader and the Bukkit API (Paper and friends). We welcome Pull Requests implementing additional platforms!
Tags: #java • minecraft • papermc
-
clickhouse-activerecord
A Ruby database ActiveRecord driver for ClickHouse
A Ruby database ActiveRecord driver for ClickHouse. Support Rails >= 7.1. Support ClickHouse version from 22.0 LTS.
Tags: #ruby
-
ubench
Micro PHP benchmark library
require
src/Ubench.phpin your project.Tags: #php
-
wire
A light, fast, flexible Javascript IOC container
Wire is an Inversion of Control Container for Javascript apps, and acts as the Application Composition layer for cujoJS.
Wire provides architectural plumbing that allows you to create and manage application components, and to connect those components together in loosely coupled and non-invasive ways. Consequently, your components will be more modular, easier to unit test and refactor, and your application will be easier to evolve and maintain.
To find out more, read the full introduction, more about the concepts behind wire, and check out a few example applications.
Tags: #javascript
-
devise-pwned_password
Devise extension that checks user passwords against the PwnedPasswords dataset
Devise extension that checks user passwords against the PwnedPasswords dataset (https://haveibeenpwned.com/Passwords).
Checks for compromised (“pwned”) passwords in 2 different places/ways:
- As a standard model validation using pwned. This:
- prevents new users from being created (signing up) with a compromised password
- prevents existing users from changing their password to a password that is known to be compromised
- (Optionally) Whenever a user signs in, checks if their current password is compromised and shows a warning if it is.
Based on devise-uncommon_password.
Recently the HaveIBeenPwned API has moved to an authenticated/paid model, but this does not affect the PwnedPasswords API; no payment or authentication is required.
Tags: #ruby
- As a standard model validation using pwned. This:
subscribe via RSS