Open Source Development & DevOps Software
OpenCog
OpenCog is an open source artificial intelligence framework. The project is witten in Scheme and developed by the OpenCog foundation and aims to make artificial intelligence more pallatable to developers. OpenCog and OpenCog Prime is an architecture for robot and virtual embodied cognition that defines a set of interacting components designed to give rise to human-equivalent artificial general intelligence as an emergent phenomenon of the whole system.
Q#
A Microsoft developed domain-specific programming language used for expressing quantum algorithms. Q# share similar structures and elements with popular languages like Python, C#, and F#. The language comes bundled with the QDK (Quantum Development Kit) and quantum simulators, while also being extensible with Q# libraries. With Q# developers can build quantum algorithms used for quantum computing with a basic procedural model for writing programs with loops, if/then statements, and common data types.
SILQ
Silq is a free and open-source high-level programming language specifically for quantum computing. The language is openly developed by ETH Zürich and provides a strong static type system.
Julia
Julia is free and open-source high-level, high-performance, dynamic programming language. The language is most commonly used by developers for numerical analysis and computational science. Julia's ecosystem includes many packages that makes easy to create data visualisations, work with data and machine learning.
NPM
NPM is the most popular package registry for JavaScript and Node.js packages. It is relied upon by more than 11 million developers worldwide and has become the center of JavaScript code sharing. Currently NPM hosts over 1 million packages and is considered the largest software package registry in the world.
Apache ActiveMQ
Apache ActiveMQ is a popular open source, multi-protocol, Java-based messaging server. It supports industry standard protocols so users get the benefits of client choices across a broad range of languages and platforms. Apache ActiveMQ provides connectivity with languages like C, C++, Python, .Net, and more.
Rundeck
Rundeck is an open source automation service with a web console, command line tools and a WebAPI. With Rundeck you easily run automation tasks across a set of nodes. Rundeck is avalible as two versions, Rundeck Community and Rundeck Enterprise, where the first mentiond is built for small teams. It addresses the technical complexity of Runbook Automation for solving non-production self-service. The later is aimed at teams and organizations at scale. It addresses the organizational complexity of teams and multiple clusters with self-service, incident response, and compliance and auditing features.
Node.js
Node.js is a free and open-source JavaScript runtime environment built on the V8 engine. Node.js can execute JavaScript outside of a web browse and works cross-platform. The platform is used to power many JavaScript software project and web application in production today. Node.js is perfect for data-intensive real-time applications due to its event-driven and non-block I/O model.
Jetpack
Jetpack is the WordPress toolkit developed by Automatic, the developers of WordPress. The plugin provides security, performance, marketing and design tools for WordPress powered websites. Jetpack allows over 5 million WordPress users to monitor site changes, debug, troubleshoot and maintain a healthy and secure website.
IPython
IPython is a powerful, free and open-source interactive shell used for interactive computing. It's an alternative to the Python interpreter that provides improvements over its default counterpart. These improvements include syntax highlight, proper indentation, documentation, and much more. With iPython, you can use Jupyter notebooks to create reports that contain live code, charts, and more interesting things for data science and data visualisation.