libclassmate-java
Library for introspecting generic type information of types, methods and fields
ClassMate is a zero-dependency Java library for accurately introspecting
type information, including reliable resolution of generic type declarations
for both classes ("types") and members (fields, methods and constructors).
golang-github-anacrolix-missinggo-bin-static
Stuff that's missing in Go stdlib, or hasn't made it into its own repo.
Stuff that supplements Go's stdlib, or isn't significant enough to be
in its own repo.
eog-plugin-maximize-windows
Maximize Windows plugin for GNOME Image Viewer
eog-plugins contain a set of plugins for eog, the GNOME Image Viewer.
sniffglue
Secure multithreaded packet sniffer
sniffglue is a network sniffer written in rust. Network packets are parsed
concurrently using a thread pool to utilize all cpu cores. Project goals are
that you can run sniffglue securely on untrusted networks and that it must not
crash when processing packets. The output should be as useful as possible by
default.
ecbuild
Build system for ECMWF software
This is a toolkit from ECMWF extend CMAKE with macros used at ECMWF.
python3-picklable-itertools
picklable reimplementation of Python's itertools for Python 3
Picklable-itertools is a reimplementation of the Python standard
library's "itertools", in Python, using picklable iterator objects.