You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage rubygem-eventmachine-0.12.10-7.fc18.armv6hl
EventMachine implements a fast, single-threaded engine for arbitrary network communications. It's extremely easy to use in Ruby. EventMachine wraps all interactions with IP sockets, allowing programs to concentrate on the implementation of network protocols. It can be used to create both network servers and clients. To create a server or client, a Ruby program only needs to specify the IP address and port, and provide a Module that implements the communications protocol. Implementations of several standard network protocols are provided with the package, primarily to serve as examples. The real goal of EventMachine is to enable programs to easily interface with other programs using TCP/IP, especially if custom protocols are required.
RPMPackage rubygem-escape_utils-0.2.4-1.lbn13.ruby193.x86_64
Faster string escaping routines for your web apps
RPMPackage rubygem-erubis-2.7.0-1.lbn13.ruby193.noarch
Erubis is a very fast, secure, and extensible implementation of eRuby.
RPMPackage rubygem-equalizer-0.0.9-1.lbn13.noarch
Module to define equality, equivalence and inspection methods.
RPMPackage rubygem-em-winrm-0.5.4-3.lbn13.noarch
EventMachine based, asynchronous parallel WinRM client
RPMPackage rubygem-em-websocket-0.3.8-1.lbn13.ruby193.noarch
EventMachine based WebSocket server
RPMPackage rubygem-em-synchrony-1.0.3-2.lbn13.noarch
Fiber aware EventMachine libraries
RPMPackage rubygem-em-socksify-0.2.1-1.lbn13.ruby193.noarch
EventMachine SOCKSify shim: adds SOCKS support to any protocol
RPMPackage rubygem-em-mongo-0.4.3-1.lbn13.noarch
EventMachine driver for MongoDB.
RPMPackage rubygem-em-minitest-spec-1.1.1-1.lbn13.ruby193.noarch
Utility to allow easy integration of MiniTest::Spec and Eventmachine.
RPMPackage rubygem-em-http-request-1.0.3-1.lbn13.ruby193.noarch
EventMachine based, async HTTP Request client
RPMPackage rubygem-ejs-1.0.0-1.lbn13.ruby193.noarch
Compile and evaluate EJS (Embedded JavaScript) templates from Ruby.
RPMPackage rubygem-eco-source-1.1.0.rc.1-1.lbn13.ruby193.noarch
JavaScript source code for the Eco (Embedded CoffeeScript template language) compiler
RPMPackage rubygem-eco-1.0.0-1.lbn13.ruby193.noarch
Ruby Eco is a bridge to the official JavaScript Eco compiler.
RPMPackage rubygem-echoe-4.3.1-2.lbn13.ruby193.noarch
A Rubygems packaging tool that provides Rake tasks for documentation, extension compiling, testing, and deployment.
RPMPackage rubygem-eassl2-2.0.1-1.lbn13.noarch
This gem is a more featureful but still drop-in replacement for eassl 0.1.1643
RPMPackage rubygem-dotenv-0.9.0-1.lbn13.noarch
Loads environment variables from `.env`.
RPMPackage rubygem-docker-api-1.10.8-1.lbn13.noarch
A simple REST client for the Docker Remote API
RPMPackage rubygem-directory_watcher-1.4.1-2.lbn13.ruby193.noarch
The directory watcher operates by scanning a directory at some interval and generating a list of files based on a user supplied glob pattern. As the file list changes from one interval to the next, events are generated and dispatched to registered observers. Three types of events are supported -- added, modified, and removed.
RPMPackage rubygem-diff-lcs-1.2.5-1.lbn13.noarch
Diff::LCS is a port of Algorithm::Diff that uses the McIlroy-Hunt longest common subsequence (LCS) algorithm to compute intelligent differences between two sequenced enumerable containers. The implementation is based on Mario I. Wolczko's Smalltalk version (1.2, 1993) and Ned Konz's Perl version (Algorithm::Diff).