libsnl0t64
Simple Nurbs Library
libSNL is a library of routines used for the
manipulation of non-uniform rational B-Splines (NURBS).
NURBS are widely used in programs for computer-aided
design (CAD), manufacturing (CAM) and engineerging (CAE)
to model and representing curves and surfaces.
asmc-linux
Masm compatible assembler
Asmc is a Macro Assembler that compatible with MASM syntax.
"asmc_linux" is a variant of "asmc" that can be build by GCC.
python3-pywraps2
manipulating geometric shapes with spherical geometry - Python bindings
s2geometry is for manipulating geometric shapes. Unlike many geometry
libraries, S2 is primarily designed to work with spherical geometry,
i.e., shapes drawn on a sphere rather than on a planar 2D map. This
makes it especially suitable for working with geographic data.
golang-1.18-go
Go programming language compiler, linker, compiled stdlib
The Go programming language is an open source project to make programmers more
productive. Go is expressive, concise, clean, and efficient. Its concurrency
mechanisms make it easy to write programs that get the most out of multicore
and networked machines, while its novel type system enables flexible and
modular program construction. Go compiles quickly to machine code yet has the
convenience of garbage collection and the power of run-time reflection. It's a
fast, statically typed, compiled language that feels like a dynamically typed,
interpreted language.
php-symfony-rate-limiter
rate limit input and output in applications
The Symfony Rate Limiter Component provides a Token Bucket implementation
to rate limit input and output in your application.