php-psr-clock

Common interface for reading the clock

This holds the interface for PSR-20.

vim-autopairs

Insert or delete brackets, parens, and quotes in pair

vim-autopairs is a vim plugin that automatically completes brackets, parens and quotes in pair.

libjs-php-date-formatter

Manipulate date/times using PHP date-time formats in javascript

php-date-formatter is a Javascript datetime library that allows you to manipulate date/times using PHP date-time formats in javascript. This library was built with an intention to read and write date/timestamps to the database easily when working with PHP server code. Use cases for this library would involve reading and saving a timestamp to database in one format, but displaying it on client or html forms in another format. Maintaining a consistent PHP Date time format for both server side and client side validation should help in building extensible applications with various PHP frameworks easily.

chibicc

small C compiler

This is yet another small C compiler that implements most C11 features. Even though it still probably falls into the "toy compilers" category just like other small compilers do, chibicc can compile several real-world programs, including Git, SQLite, libpng and chibicc itself, without making modifications to the compiled programs. Generated executables of these programs pass their corresponding test suites. So, chibicc actually supports a wide variety of C11 features and is able to compile hundreds of thousands of lines of real-world C code correctly.

libsop-java-java

Stateless OpenPGP Protocol API and CLI for Java

The Stateless OpenPGP Protocol specification defines a generic stateless CLI for dealing with OpenPGP messages. Its goal is to provide a minimal, yet powerful API for the most common OpenPGP related operations.

libngtcp2-9

implementation of QUIC protocol (library)

ngtcp2 project is an effort to implement QUIC protocol which is now being discussed in IETF QUICWG for its standardization.