Posts
-
cats
CATS is a REST API Fuzzer and negative testing tool for OpenAPI endpoints. CATS automatically generates, runs and reports tests with minimum configuration and no coding effort. Tests are self-healing and do not require maintenance.
By using a simple and minimal syntax, with a flat learning curve, CATS (Contract API Testing and Security) enables you to generate thousands of API tests within minutes with no coding effort. All tests are generated, run and reported automatically based on a pre-defined set of 100+ Fuzzers. The Fuzzers cover a wide range of boundary testing and negative scenarios from fully random large Unicode values to well crafted, context dependant values based on the request data types and constraints. Even more, you can leverage the fact that CATS generates request payloads dynamically and write simple end-to-end functional tests.
Tags: #java • openapi • testing
-
flare
A Simple Browser Based Game.
Welcome to Planes of Tlessa!
Planes of Tlessa, codenamed Flare, is a PBBG where players can level their characters, find loot, settle kingdoms, and much more.
Planes of Tlessa, also known as Tlessa, is completely free, with no pay-to-win mechanics and no restrictions on how long you can play.
All players are on the same level, working towards the same endgame, and acquiring the same gear. The only currency the game accepts is time.
Looking to contribute to Tlessa? A completely open-source, MIT-licensed game? Check out the developer docs.
Tags: #php • kingdoms • games
-
ZzFXM
A super small music generator for use in size-limited JavaScript productions
This is a music generator for use in tiny JavaScript productions (i.e. js13k games). ZzFXM uses a modified version of the super-tiny ZzFX library by Frank Force to generate instruments. The modified version of ZzFX is able create an array of audio data without immediately playing it.
The song format is loosely based on the MOD format, using patterns to handle repeating blocks of song data. Unlike MOD, patterns can be variable in length allowing repeatitive sequences of pattern data to be broken down into smaller chunks. Each pattern can also contain a variable number of channels, reducing the need to store empty data.
Tags: #javascript • music-player • game-development
-
jpgraph
Full blown refactor of JpGraph v3.5. Distant cousin of current official package
As can be seen in their releases section, there was a six year pause in JPGraph release cycle, during which some of us had no choice but to code our way out of PHP 5.x. And thus “Community Edition” was born. From then on, this library evolved on its own and completely diverged from the official packages.
In general terms, JPGraph CE relies in PHP’s thriving ecosystem. We aim to be a simple dependency you can seamlessly integrate in your app. JPGraph CE aligns with PHP Standards Reccomendations as published by the PHP Framework Interoperability Group, and when presented with the choice, will always pick an agnostic implementation over custom ones that reinvent the wheel. A lot of code has been trimmed and refactored with this purpose and a lot more is waiting to undergo such a change.
- Distrbution through PHP’s popular Packagist Registry
- Relies in Composer, so you don’t need to manually download or copy anything, nor check for platform and dependency requirements yourself.
- PSR-4: Autoloader compliant structure. No need to resort to
requireorincludein your code. - Sensible fallbacks to handle missing fonts or particular GD version features availability.
- IDE friendly, allowing for autocompletion and go-to-definition where supported.
- Integration pipelines checking new releases compatibility against different PHP versions
- New or refactored code is expected to observe PSR-1 and PSR-2 coding standards (Eventually PSR-12 as well).
Comparing against the original v3.5 codebase, we also stripped examples or incomplete implementation of graph types exclusive to v3.5 pro (e.g. Barcodes).
Tags: #php • jpgraph • gd-library
-
nanoid.rb
Ruby implementation of Nanoid, secure URL-friendly unique ID generator
This is ReadMe for version 2.0, if you looking for version compatible with NanoID 1.x look in branch v1.x.
A tiny, secure URL-friendly unique string ID generator.
Ruby implementation of original NanoID https://github.com/ai/nanoid
Tags: #ruby
-
LibreLogin
Open-source, multiplatform, and highly customizable minecraft authentication plugin with outstanding features and API.
(formerly LibrePremium) is an open-source, multiplatform, and highly customizable authentication plugin with outstanding features and API.
Tags: #java • authentication • bungeecord
-
update-helper
Composer plugin to rise warnings on update, suggest migration processes
Allow you to display update/upgrade instructions to your library users.
Tags: #php
-
wasmer-php
🐘🕸️ WebAssembly runtime for PHP
- Easy to use: The
wasmerAPI mimics the standard WebAssembly C API, - Fast:
wasmerexecutes the WebAssembly modules as fast as possible, close to native speed, - Safe: All calls to WebAssembly will be fast, but more importantly, completely safe and sandboxed.
Tags: #php • php-extension • rust
- Easy to use: The
-
open-build-service
Build and distribute Linux packages from sources in an automatic, consistent and reproducible way #obs
The Open Build Service (OBS) is a generic system to build and distribute binary packages from sources in an automatic, consistent, and reproducible way. You can release packages as well as updates, add-ons, appliances, and entire distributions for a wide range of operating systems and hardware architectures. More information can be found on openbuildservice.org.
The OBS consists of a backend and a frontend. The backend implements all the core functionality (i.e. building packages). The frontend provides a web application and XML API for interacting with the backend. Additionally, there is a command line client (osc) for the API which is developed in a separate repository.
Tags: #ruby • opensuse • rpm
-
serverspec
RSpec tests for your servers configured by CFEngine, Puppet, Chef, Ansible, Itamae or anything else even by hand
RSpec tests for your servers configured by Puppet, Chef or anything else
You can see the details of serverspec on serverspec.org.
Tags: #ruby
subscribe via RSS