Python 3.12.3

Python is an interpreted and object-oriented programming language. It runs on many plattforms and its powerful yet coherent syntax makes it well-suited for experts and beginners. It's strongly-typed and dynamic, provides for modules, polymorphic classes, exceptions, and high level data types and control structures. Bindings exists for a wide range of libraries, such as system interfaces, windowing and graphical toolkits. Modules exist for high-level mathematic and scientific applications, text p

Paperless-ngx 2.7.2

Paperless-ngx is a community-supported open-source document management system that transforms your physical documents into a searchable online archive so you can keep, well, less paper. Features: Organize and index your scanned documents with tags, correspondents, types, and more. Your data is stored locally on your server and is never transmitted or shared in any way. Performs OCR on your documents, adding searchable and selectable text, even to documents scanned with only images.

VSTRING C/C++ String Library 20211119

VSTRING provides dynamic strings and char* compatibility and also Perl-like arrays, hashes and regexp objects. The dynamic string object can be freely exchanged with standard char* type, so there is no need to change function calls nor the implementation when you change from char* to String (and vice versa). The main difference from other similar libs is that the dynamic string class has no visible methods (except operators) so you will use it as a plain char* but it will expand/shrink as neede

XODA, the KISSed Document Manager 0.6.4

XODA is a DMS (Document Management System) written in PHP and using AJAX. Without a database backend it allows addition and editing of descriptions and filters for files and directories, as well as performing regular actions like copying, moving, renaming, and deleting. The project targets end users who want to organize all kinds of documents on a remote machine running a Unix-like operating system with Web server and PHP support. It is just a few files including compressed JavaScript, and store

Ruby 2.2.2

Ruby is a modern, dynamic, post object-oriented/functional programming language. It blends syntax and features from Perl, Lisp, Eiffel, Ada and Smalltalk, with flexible expressions, dynamic but strict typing, mixins and explicit scoping. It's available in different runtimes, on most platforms, and a complete extension ecosystem.

ACLand 2014.10.23

AC is a simple and dynamic C-style programming language. It provides dynamic typing obviously, first-class functions and closures, incremental garbace collection, unicode identifiers, native JSON syntax support, and it can of course bind to C and C++ functions.