Software
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.
Java
Java is a programming language and a virtual environment used for software development. The language was created by James Gosling at Sun Microsystems. Today Java and the JVM (Java Virtual Machine) is owned by the Oracle Corporation and is used for developing software applications that can be deployed cross-platform.
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.
F#
A mature, open-source, cross-platform strongly typed functional-first programming language designed by Don Syme at Microsoft Research. While being a functional-first programming language F# also encompasses imperative and object-oriented programming paradigms. F# is most commonly used as a cross-platform Common Language Infrastructure language, while also having the capability to generation graphics processing unit code and compile down to JavaScript.
Mobcrush
Mobcrush is an application that let you share special gaming moment with your fans. With Mobcruch you can share your livestreams and clips with Twitch, Facebook and YouTube all at once. With the help of the ReplayEngine an intelligent automated clipping engine you can share highlights and great plays with the world automatically.
Hotwire
Hotwire or HTML Over The Wire is an alternative approach to building modern web applications without using much JavaScript by sending HTML instead of JSON over the wire. Hotwire is a newly released project from the guys at Basecamp, and the Ruby on Rails creator David Heinemeier Hansson. The project aims to simplify the process of building web-based apps as a small team or solo developer. The concept is however not new, it dates back years, and we have seen implementations being done before. Laravel Livewire, Phoenix Liveview and HTMX is similar implementations of the concept or serverside render blocks of HTML dynamically.
muCommander
muCommander is a lightweight, cross-platform file manager with a dual-pane interface. The application runs on any operating system with Java support including macOS, Windows, Linux, BSD and Solaris. Featuring a virtual filesystem with support for local volumes, FTP, SFTP, SMB, NFS, HTTP, Amazon S3, Hadoop HDFS and Bonjour. With muCommander you can quickly copy, move, rename files, create directories, email files and zip files can be modified live without the requirement of re-compressing entire archives. muCommander is released as free and open source software under the GNU General License.
SlimWiki
SlimWiki is a web-based wiki tool that can help teams documents their projects. It provides simple, versatile and powerful features out-of-the-box, that allow companies to spend more time on business related tasks and less time documenting their creations. SlimWiki is designed with a mobile-first approach and provides simple drag/drop features for placement and layout of images and files that helps you produce rich and easily consumable content.
Phoenix LiveView
Phoenix LiveView enables rich, real-time user experiences with server-rendered HTML. LiveView is free and open-source tool built for the Elixir framework Phoenix. It allows you to use a declarative model to render HTML on the server over WebSockets with optional LongPolling fallback. It also comes with templating and change tracking, live form validation with upload support, rich integration API with the client with phx-click, phx-focus, phx-blur, phx-submit, and a phx-hook for the cases where you have to write JavaScript.