python3-flatbuffers
efficient cross platform serialization library - Python bindings
FlatBuffers is an efficient cross platform serialization library for C++, C#,
C, Go, Java, JavaScript, TypeScript, PHP, and Python. It was originally
created at Google for game development and other performance-critical
applications.
python-jinja2-time
Jinja2 extension for dates and times - Python 2.x
This extension for the template engine Jinja2 adds a "now" tag
providing a convenient access to the arrow.now() API from
templates. A format string can be provided to control the output.
sensors-applet
Display readings from hardware sensors in your Gnome panel
GNOME Sensors Applet is an applet for the GNOME panel that displays
readings from hardware sensors, including temperatures, fan speeds and
voltage readings.
sgf2dg
Converts Smart Go Format (SGF) files to Go diagrams
Go is a board game from Eastern Asia and TeX is a program for
typesetting. sgf2dg converts Go game records in smart-go format (SGF)
into TeX files. You can produce camera-ready copies for books or
magazines, or simply generate attractive printouts of your (internet)
Go games.
primecount-bin
fast prime number counter C/C++ library -- bin
primecount is a free software program and C/C++ library that counts
the primes below an integer x <= 10^31 using highly optimized
implementations of the combinatorial prime counting algorithms.
php-math-biginteger
Pure-PHP arbitrary precission integer arithmetic library