libkpublictransport1
Library to assist with accessing public transport
A library providing a public transport API.
firewalk
active reconnaissance network security tool
Firewalk is an active reconnaissance network security tool that attempts to
determine what layer 4 protocols a given IP forwarding device will pass. It
works by sending out TCP or UDP packets with a TTL one hop greater than the
targeted gateway. If the gateway allows the traffic, it will forward the
packets to the next hop where they will expire and elicit an ICMP_TIME_EXCEEDED
message. Otherwise, it will likely drop the packets and there will be no
response.
libfoonathan-memory0.7.1
STL compatible C++ memory allocator library
The default STL allocator model has various flaws, for example you cannot
easily share a single allocator for multiple types. This library is one of
many proposed solutions for the shortcomings of the standard allocator, which
unlike many other solutions does not require changes in the STL itself.
ruby-google-apis-cloudresourcemanager-v1
Simple REST client for Cloud Resource Manager API V1
This is the simple REST client for Cloud Resource Manager 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 Resource Manager API,
but note that some services may provide a separate modern client that is
easier to use.
ruby-google-apis-serviceusage-v1
Simple REST client for Service Usage API V1
This is the simple REST client for Service Usage 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 Service Usage API, but note
that some services may provide a separate modern client that is easier to use.
libdraco7
Library for compressing 3D geometric meshes and point clouds
Draco is a library for compressing and decompressing 3D geometric meshes
and point clouds. It is intended to improve the storage and transmission
of 3D graphics.