SendMIDI is a multi-platform command-line tool makes it very easy to quickly send MIDI messages to MIDI devices from your computer. All the heavy lifting is done by the wonderful JUCE library. This ...
Community driven content discussing all aspects of software development from DevOps to design patterns. The key difference between the Dockerfile and docker-compose is that the Dockerfile describes ...
Environment variables are simple settings that control how programs run on your computer. You can use them to change the way software behaves (without editing the actual code). ZSH or Z shell is a ...
There are very good reasons for Java’s long-lived popularity as a server-side platform. It combines unbeatable maturity and breadth with a long and ongoing history of innovation. Using Spring adds a ...
The Linux find command makes it easy to find files on your system – even if you don’t remember their names or exactly when you last updated them. Some of the options are a bit more challenging than ...
Nowadays, Knowledge Graphs (KGs) are important and developing in different areas. However, there is a lack of genuinely interoperable datasets representing mathematics that allow for information ...
The Oracle NoSQL SDK for Java provides interfaces, documentation, and examples to help develop Java applications that connect to the Oracle NoSQL Database Cloud Service, Oracle NoSQL Database or to ...
Community driven content discussing all aspects of software development from DevOps to design patterns. JDK Mission Control provides a powerful suite of tools for developers and DevOps professionals ...
This tutorial is an introduction to socket programming in Java, starting with a simple client-server example demonstrating the basic features of Java I/O. You’ll be introduced to both the original ...
Every modern Linux desktop environment uses D-Bus, a system for allowing software applications to communicate with each other. Thanks to D-Bus, you can make your desktop work the way you want. In this ...