You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage hashicorp-atlas-0-0.7.git1ea2527.lbn25.x86_64
Authenticating with username and password Atlas Go can automatically generate an API authentication token given a username and password. For example: client := atlas.DefaultClient() token, err := client.Login("username", "password") if err != nil { panic(err) } The Login function returns an API token that can be used to sign requests. This function also sets the Token parameter on the Atlas Client, so future requests are signed with this access token. If you have two-factor authentication enabled, you must manually generate an access token on the Atlas website.
RPMPackage hamcrest-core-1.3-14.fc24.noarch
The core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.
RPMPackage guava-25.0-3.fc29.noarch
Guava is a suite of core and expanded libraries that include utility classes, Google’s collections, io classes, and much much more. This project is a complete packaging of all the Guava libraries into a single jar. Individual portions of Guava can be used by downloading the appropriate module and its dependencies.
RPMPackage goiardi-0.11.10-1.lbn25.x86_64
A Chef server written in Go, able to run entirely in memory, with optional persistence with saving the in-memory data to disk or using MySQL or Postgres as the data storage backend. Docs: http://goiardi.readthedocs.org/en/latest/index.html
RPMPackage gofer-2.11.1-2.lbn25.noarch
Gofer provides an extensible, light weight, universal python agent. The gofer core agent is a python daemon (service) that provides infrastructure for exposing a remote API and for running Recurring Actions. The APIs contributed by plug-ins are accessible by Remote Method Invocation (RMI). The transport for RMI is AMQP using an AMQP message broker. Actions are also provided by plug-ins and are executed at the specified interval.
RPMPackage glusterfs-server-6.1-2.lbn25.x86_64
GlusterFS is a distributed file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file systems in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in user space and easily manageable. This package provides the glusterfs server daemon.
RPMPackage glusterfs-rdma-6.1-2.lbn25.x86_64
GlusterFS is a distributed file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file systems in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in user space and easily manageable. This package provides support to ib-verbs library.
RPMPackage glusterfs-geo-replication-6.1-2.lbn25.x86_64
GlusterFS is a distributed file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file system in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in userspace and easily manageable. This package provides support to geo-replication.
RPMPackage glassfish-fastinfoset-1.2.13-5.fc25.noarch
Fast Infoset specifies a standardized binary encoding for the XML Information Set. An XML infoset (such as a DOM tree, StAX events or SAX events in programmatic representations) may be serialized to an XML 1.x document or, as specified by the Fast Infoset standard, may be serialized to a fast infoset document. Fast infoset documents are generally smaller in size and faster to parse and serialize than equivalent XML documents.
RPMPackage glassfish-dtd-parser-1.2-0.13.20120120svn.lbn25.noarch
Library for parsing XML DTDs.
RPMPackage gecode-5.0.0-1.lbn25.x86_64
Gecode is a toolkit for developing constraint-based systems and applications. Gecode provides a constraint solver with state-of-the-art performance while being modular and extensible.
RPMPackage gcab-0.7-1.fc25.x86_64
gcab is a tool to manipulate Cabinet archive.
RPMPackage facter-3.14.7-1.lbn25.x86_64
Facter is a lightweight program that gathers basic node information about the hardware and operating system. Facter is especially useful for retrieving things like operating system names, hardware characteristics, IP addresses, MAC addresses, and SSH keys. Facter is extensible and allows gathering of node information that may be custom or site specific. It is easy to extend by including your own custom facts. Facter can also be used to create conditional expressions in Puppet that key off the values returned by facts.
RPMPackage erlang-sd_notify-1.0-13.lbn25.x86_64
Erlang interface to systemd notify subsystem.
RPMPackage erlang-oauth-1.6.0-5.lbn25.x86_64
An Erlang OAuth implementation.
RPMPackage erlang-neotoma-1.7.4-5.lbn25.x86_64
Erlang library and packrat parser-generator for parsing expression grammars.
RPMPackage erlang-mustache-0.1.1-4.fc25.x86_64
An Erlang port of Mustache for Ruby. Mustache is a framework-agnostic template system that enforces separation of view logic from the template file. Indeed, it is not even possible to embed logic in the template. This allows templates to be reused across language boundaries and for other language independent uses.
RPMPackage erlang-mochiweb-2.17.0-2.lbn25.x86_64
An Erlang library for building lightweight HTTP servers.
RPMPackage erlang-meck-0.8.8-4.lbn25.x86_64
With meck you can easily mock modules in Erlang. Since meck is intended to be used in testing, you can also perform some basic validations on the mocked modules, such as making sure no function is called in a way it should not.
RPMPackage erlang-lfe-1.3-7.lbn25.x86_64
Lisp Flavoured Erlang, is a lisp syntax front-end to the Erlang compiler. Code produced with it is compatible with "normal" Erlang code. An LFE evaluator and shell is also included.