cpio
GNU cpio -- a program to manage archives of files
GNU cpio is a tool for creating and extracting archives, or copying
files from one place to another. It handles a number of cpio formats
as well as reading and writing tar files.
python3-jupyterlab-widgets
Interactive widgets - Jupyterlab extension (Python 3)
Notebooks come alive when interactive widgets are used. Learning becomes an
immersive and fun experience. Researchers can easily see how changing inputs
to a model impact the results.
education-mathematics
Debian Edu mathematical applications
This metapackage depends on various applications that can be used to
teach mathematics, geometry, and statistics.
cplay
Front-end for various audio players
cplay provides a user-friendly interface to play various types of
sound files. It offers a simple file list with which you can
navigate around looking for audio files and a playlist to which
you can add the files you want to play. cplay can play the songs
in your playlist in repeat or random mode, and offers the option
to store the playlist.
sic
simple irc client (sic)
sic is an extremely fast, small and simple irc client. It reads commands from
standard input and prints all server output to standard output. It also
multiplexes all channel traffic into one output. That way you don't have to
switch different channel buffers. So that's actually a feature.
cpphs
Simplified cpp-a-like preprocessor for Haskell
The C pre-processor has been widely used in Haskell source code. It
enables conditional compilation for different compilers, different
versions of the same compiler, and different OS platforms. It is also
occasionally used for its macro language, which can enable certain
forms of platform-specific detail-filling, such as the tedious
boilerplate generation of instance definitions and FFI declarations.