Free Development & DevOps Software
Cython
Cython is a free and open-source optimising static compiler and a superset of the programming language Python. Cython is designed to give C-like performance for code written with Python. The language also provides an optional C-inspired syntax and the ability to create CPython extension modules.
Hack
Developed by Facebook as free and open-source dialect of PHP, Hack is a programming language for the HipHop Virtual Machine. Hack is licensed under the MIT License and allows developers to use both dynamic typing and static typing.
Modula
Modula is a programming language that innovates on the progress made by Pascal. Modula introduces a new module system, used for grouping sets of related declarations into program units. The language was first developed in Switzerland, at ETH Zurich in the mid-1970s by Niklaus Wirth, the creator of Pascal.
Groovy
Groovy, or Apache Groovy is a object-oriented programming language for the JVM (Java Virtual Machine). Groovy share many similarities with programming languages like Python, Ruby, and Smalltalk while providing a syntax compatible with Java.
PyPlate
PyPlate is a Python-based content management system that is perfect for building smaller websites quickly. PyPlate comes with built-in widgets for navigation and breadcrumbs and includes features for backup and restoring data with ease.
Nim
A statically typed compiled systems programming language. Nim combines successful concepts from mature languages like Python, Ada and Modula. Nim generates native dependency-free executables, not dependent on a virtual machine, which are small and allow easy redistribution. The Nim compiler generates executables support all major platforms like Windows, Linux, BSD and macOS
Rocky Linux
Rocky Linux is a community-developed, enterprise-grade operating system. The distribution was created to combate the declining trust in CentOS after the aqqustion made by IBM and Red Hat. Rocky Linux aims to provide a free and open, downstream, version-pinned option of REHL (Red Hat Enterprise Linux).
GDevelop
GDevelop is a 2D cross-platform, free and open-source game engine that takes visual programming to the next level. GDevelop allows you to take read-made behaviours and add them to your game objects or create new once with intuitive and east to use events. With GDevelop, it is easy to make games for PC and Mobile, as well as launch HTML5 games playable right in your web browser.
OrientDB
OrientDB is an open-source NoSQL database management system written in Java. The multi-model database supports graph, document, key/value, and object models, where relationships are managed as in graph databases with direct connections between records. The database is extremly efficient and can store over 220,000 records per second on common hardware, and traverse thousands of records in milisecons. OrientDB scales well on multiple machines, thanks to the multi-master replication where there is no single bottleneck on writes like with master-slave replication.