Free and Open Source Software
Erlang
A general-purpose, concurrent, functional programming language used to build massively scalable soft real-time systems with requirements on high availability. Erlang comes bundled with the OTP, the Open Telecom Platform which is a runtime system first developed by Ericsson to handle the Swedish telecom infrastructure in the early 80's. The term Erlang and OTP is today used interchangeably and includes the runtime, the language and ready-to-use components built specifically for the ecosystem. To this day, Erlang is used in various sectors and applications like telecoms, banking, e-commerce, computer telephony and instant messaging. As the language is suitable for critical infrastructure and applications that requires high availability and real-time features, running at scale.
Cycle.js
Cycle.js is a functional and reactive JavaScript framework used to write predictable code. Cycle’s core abstraction is your application as a pure function main()
where inputs are read effects (sources) from the external world and outputs (sinks) are write effects to affect the external world. These I/O effects in the external world are managed by drivers: plugins that handle DOM effects, HTTP effects, etc.
Phototonic
Phototonic is a fast and functional, open source image viewer and organizer. The software is written in C++/Qt and released for free under GNU General Public License v3. Phototonic takes inpiration from traditional image views and provides overview of your inventory with thumbnails and organized layouts.
Mojeek
Mojeek is privacy focused search engine built from the ground up. Unlike many other meta search engines like DuckDuckGo, Ecosia and Startpage, Mojeek index web pages on their own servers, and rank them according to their own algorithm. Mojeek has gone from a personal project to a search engine that index and ranks over two billion pages across the internet.
OCaml
OCaml is a general-purpose, multi-paradigm programming language created in 1996 by Xavier Leroy, Jérôme Vouillon, Damien Doligez, Didier Rémy, Ascánder Suárez, and others. The language extends the Caml dialect of ML with object-oriented features and provides a rich set of libraries. OCaml is openly developed by the community and is used by companies that require speed and code safety when writing mission critical software.
Remotely
Remotely is an all-in-one remote access software. With Remotely you can instantly connect to remote desktops either unattended or by invite, where invites are started from a single-file, portable executable that's easy for customers to download and use. Remotely also allow you to do remote scripting so that you can save time on quick fixes and ad-hoc scripting with an interactive console that lets you execute commands against multiple remote machines simultaneously, with instant results. Written with rich auto-complete for PowerShell Core, Windows PowerShell, Windows CMD, and Bash increases speed and accuracy of commands.
Drupal Commerce
Drupal Commerce is a free and open-source eCommerce module for Drupal. With Drupal Commerce, people can start selling products from their Drupal-powered websites by simply installing and configuring the module. Drupal Commerce provides extra extensions that can be used to further improve and extend on the features of the module.
Atom
A free and open-source IDE for macOS, Linux, and Windows developed by GitHub Inc. The application is build on the Electron framework and provides a wide eco-system of add-ons that can be used to extend the IDE further. Atom is loved by developers across the globe.
BlackSheep
BlackSheep is an asynchronous web framework to build event based web applications with Python. It is inspired by Flask, ASP.NET Core, and the work by Yury Selivanov. With BlackSheep you can write performan web applications utilizing MVC architecture.
Scalatra
Scalatra is a simple, accessible and free web micro-framework. It combines the power of the JVM with the beauty and brevity of Scala, helping you quickly build high-performance web sites and APIs.