0.0
ripe-atlas is an API wrapper for the RIPE Atlas API. You can get probes and measurements and even stop measurements.
2021
2022
2023
2024
2025
2026
0.0
Using itamae-default_attributes, recipes can load default attributes
2021
2022
2023
2024
2025
2026
0.0
This helper creates two methods to classes.
array_attribute and carray_attribute.
With these you can create methods that encapsulate an array
property if you have never used or accessed the property it will
have an empty array as a default value.
2021
2022
2023
2024
2025
2026
0.04
Argus is a Ruby interface to a Parrot AR Drone quadcopter.Argus is extremely experimental at this point. Use at your own risk.
2021
2022
2023
2024
2025
2026
0.04
A Resque plugin. If you want to be able to add metadata for a job
to track anything you want, extend it with this module.
For example:
require 'resque-meta'
class MyJob
extend Resque::Plugins::Meta
def self.perform(meta_id, *args)
heavy_lifting
end
end
...
2021
2022
2023
2024
2025
2026
0.04
Argus is a Ruby interface to a Parrot AR Drone quadcopter.Argus is extremely experimental at this point. Use at your own risk.
2021
2022
2023
2024
2025
2026
0.04
GirFFI creates bindings for GObject-based libraries at runtime based on introspection
data provided by the GObject Introspection Repository (GIR) system. Bindings are created
at runtime and use FFI to interface with the C libraries. In cases where the GIR does not
provide enough or correct inform...
2021
2022
2023
2024
2025
2026
0.04
This is a fork of Rick Olson's attachment_fu adding Ruby 1.9 and Rails 3.2 and Rails 4 support as well as some other enhancements.
2021
2022
2023
2024
2025
2026
0.04
Attributes for Plain Old Ruby Objects
2021
2022
2023
2024
2025
2026
0.16
KnifeSpork is a workflow plugin for Chef::Knife which helps multiple developers work on the same Chef Server and repository without treading on each other's toes. This plugin was designed around the workflow used at Etsy, where several people are working on the Chef repository and Chef Server sim...
2021
2022
2023
2024
2025
2026
0.03
Provides two class methods on ActiveController::Base that filter the params hash for that controller's actions. You can think of them as the controller analog of attr_protected and attr_accessible.
2021
2022
2023
2024
2025
2026
0.03
OCRAN (One-Click Ruby Application Next) packages Ruby applications for
distribution. It bundles your script, the Ruby interpreter, gems, and native
libraries into a self-contained artifact that runs without requiring Ruby to
be installed on the target machine.
Three output formats are supported ...
2021
2022
2023
2024
2025
2026
0.03
Ruby/ATK is a Ruby binding of ATK-1.0.x.
2021
2022
2023
2024
2025
2026
0.03
= Cirron
Cirron measures a piece of Ruby code and reports back several performance counters:
CPU instruction count, branch misses, page faults and time spent measuring.
It uses the Linux perf events interface or @ibireme's KPC demo[https://gist.github.com/ibireme/173517c208c7dc333ba962c1f0d67d...
2021
2022
2023
2024
2025
2026
0.03
Attribute structures
2021
2022
2023
2024
2025
2026
0.03
Ruby wrapper for the e-conomic SOAP API, that aims at making working with the API bearable.
E-conomic is a web-based accounting system. For their marketing speak, see http://www.e-conomic.co.uk/about/. More details about their API at http://www.e-conomic.co.uk...
2021
2022
2023
2024
2025
2026
0.03
activejob-locking lets you control how ActiveJobs are enqueued and performed:
Allow only one job to be enqueued at a time (based on a lock_id)
Allow only one job to be performed at a time (also based on a lock_id)
2021
2022
2023
2024
2025
2026
0.03
Ensures that for a given queue, only one worker is working on a job at any given time.
Example:
require 'resque/plugins/lonely_job'
class StrictlySerialJob
extend Resque::Plugins::LonelyJob
@queue = :serial_work
def self.perform
# only one at a time in this block, no pa...
2021
2022
2023
2024
2025
2026
0.03
Atmos provides a terraform scaffold for creating cloud system architectures
2021
2022
2023
2024
2025
2026
0.15
MetaWhere offers the ability to call any Arel predicate methods
(with a few convenient aliases) on your Model's attributes instead
of the ones normally offered by ActiveRecord's hash parameters. It also
adds convenient syntax for order clauses, smarter mapping of nested h...
2021
2022
2023
2024
2025
2026