Free and Open Source Software
-
MidiEditor - graphical interface to edit, play, and record Midi data - LinuxLinks
MidiEditor is software which provides an interface to edit, record, and play Midi data.
The editor is able to open existing Midi files and modify their content. New files can be created and the user can enter his own composition by either recording Midi data from a connected Midi device (e.g., a digital piano or a keyboard) or by manually creating new notes and other Midi events. The recorded data can be easily quantified and edited afterwards using MidiEditor.
This is free and open source software.
tqdm - fast progress bar - LinuxLinks
tqdm is a fast, extensible progress bar for Python and CLI.
Instantly make your loops show a smart progress meter – just wrap any iterable with tqdm(iterable), and you’re done.
This is free and open source software.
Cuttlebelle - react static site generator - LinuxLinks
Cuttlebelle is a React static site generator that separates editing and code concerns.
It lets you use one layout per page-partial and cleanly separates content from code.
You can extend Cuttlebelle with react components that can make use of the power of the npm ecosystem.
This is free and open source software.
rpy2 - interface to use R from Python - LinuxLinks
rpy2 is an interface to R running embedded in a Python process.
The high-level interface in rpy2 is designed to facilitate the use of R by Python programmers. R objects are exposed as instances of Python-implemented classes, with R functions as bound methods to those objects in a number of cases.
tcpflow - TCP/IP packet demultiplexer - LinuxLinks
tcpflow is a program that captures data transmitted as part of TCP connections (flows), and stores the data in a way that is convenient for protocol analysis and debugging.
Each TCP flow is stored in its own file. Thus, the typical TCP flow will be stored in two files, one for each direction. tcpflow can also process stored ‘tcpdump’ packet flows.
This is free and open source software.