node-ace-builds
standalone code editor, written in JavaScript
Ace (Ajax.org Cloud9 Editor) aims to provide an in-browser editing experience
that compares favourably with native editors such as TextMate, Vim or Eclipse.
python3-django-pgschemas
Django multi-tenancy using PostgreSQL schemas (Python3 version)
This app uses PostgreSQL schemas to support data multi-tenancy in a single
Django project. It is a fork of django-tenants with some conceptual changes:
gcli
Git Forge CLI
This is a command line tool to interact with various Git forges, such as
Gitea, GitLab and Microsoft® GitHub™.
license-detector
Reliable project licenses detector (command line)
It scans the given directory for license files, normalizes and hashes them
and outputs all the fuzzy matches with the list of reference texts. The
returned names follow SPDX standard.
libojalgo-java
Java library to do mathematics, linear algebra and optimisation
ojAlgo is a fast pure Java linear algebra library. It features:
- Optimisation (mathematical programming) tools including LP, QP and MIP
solvers – again this is pure Java with zero dependencies;
- A collection of "array" classes that can be sparse or dense and arbitrarily
large. They can be used as 1-, 2- or N/Any-dimensional arrays, and may
contain/handle a multitude of different number types including complex
numbers, rational numbers and quaternions. The memory for the arrays can
alternatively be allocated off heap or in a file. The linear algebra part of
ojAlgo builds on these arrays – they’re fast and efficient;
- Artificial Neural Networks;
- Various other things like time series, random numbers, stochastic
processes, descriptive statistics...