php-matthiasmullie-path-converter
PHP library to generate relative path from one file to another
This library for PHP calculates the relative path traversal from one file
to another.
python3-tuspy
Python3 client for the tus resumable upload protocol
tus is a protocol based on HTTP for resumable file uploads. Resumable
means that an upload can be interrupted at any moment and can be resumed
without re-uploading the previous data again. An interruption may happen
willingly, if the user wants to pause, or by accident in case of a
network issue or server outage.
python3-datamodel-code-generator
pydantic code generator from OpenAPI and more (Python library)
Pydantic model and dataclasses.dataclass generator for easy
conversion of JSON, OpenAPI, JSON Schema, and YAML data sources.
php-matthiasmullie-minify
concatenates and minifies CSS and JavaScript code
Removes whitespace, strips comments, combines files (incl. @import statements
and small assets in CSS files), and optimizes/shortens a few common
programming patterns.
node-busboy
Node.js module for parsing incoming HTML form data
busboy is a highly used and easy to use HTML form parser. It is able to
parse form data, including posted files.
python3-efficient-apriori
efficient Python implementation of the Apriori algorithm
An efficient pure Python implementation of the Apriori algorithm.
This repository contains a well-tested implementation of the
Apriori algorithm as described in the original paper by Agrawal et al,
published in 1994.
https://www.macs.hw.ac.uk/~dwcorne/Teaching/agrawal94fast.pdf