This is a staging site. Uploads will not persist. Testing only.

tokei

display statistics about your code

Tokei will show the number of files, total lines within those files and code, comments, and blanks grouped by language.

qgnomeplatform-qt5

Qt 5 extra widget styles - GNOME Platform theme

Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality.

gmtsar-scripts

InSAR processing system based on Generic Mapping Tools - scripts

GMTSAR is an open source Interferometric Synthetic Aperture RADAR (InSAR) processing system designed for users familiar with Generic Mapping Tools (GMT).

zlint

X.509 Certificate Linter focused on Web PKI standards (program)

ZLint is a X.509 certificate linter written in Go that checks for consistency with standards (e.g. RFC 5280 (https://www.ietf.org/rfc/rfc5280.txt)) and other relevant PKI requirements (e.g. CA/Browser Forum Baseline Requirements (https://cabforum.org/wp-content/uploads/CA-Browser-Forum-BR-1.4.8.pdf)).

libhalide17-2

fast, portable computation on images and tensors

Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. Halide currently targets: * CPU architectures: X86, ARM, MIPS, Hexagon, PowerPC, RISC-V * Operating systems: Linux, Windows, macOS, Android, iOS, Qualcomm QuRT * GPU Compute APIs: CUDA, OpenCL, OpenGL Compute Shaders, Apple Metal, Microsoft Direct X 12 Rather than being a standalone programming language, Halide is embedded in C++. This means you write C++ code that builds an in-memory representation of a Halide pipeline using Halide's C++ API. You can then compile this representation to an object file, or JIT-compile it and run it in the same process.

libhalideaot17-2

fast, portable computation on images and tensors (virtual library)

Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines.