node-resize-observer-polyfill

Polyfill for the Resize Observer API

Implementation is based on the MutationObserver and uses Mutation Events as a fall back if the first one is not supported, so there will be no polling unless DOM changes. Doesn't modify observed elements. Handles CSS transitions/animations and can possibly observe changes caused by dynamic CSS pseudo-classes, e.g. by `:hover`.

libc++abi1-15

LLVM low level support for a standard C++ library

libc++abi is another implementation of low level support for a standard C++ library.

libc++1-15

LLVM C++ Standard library

libc++ is another implementation of the C++ standard library.

cisco7crack

Crypt and decrypt the cisco type 7 passwords

This tool is used to crack Cisco Type 7 passwords. Can be used to encrypt and decrypt Cisco device passwords.

node-warning

Mirror of Facebook's Warning

Similar to Facebook's invariant but only logs a warning if the condition is not met. This can be used to log issues in development environments in critical paths. Removing the logging code for production environments will keep the same logic and follow the same code paths.

ruby-google-apis-dns-v1

Simple REST client for Cloud DNS API V1

This is the simple REST client for Cloud DNS API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Cloud DNS API, but note that some services may provide a separate modern client that is easier to use.