Project
Reverse Dependencies for hoe
The projects listed here declare hoe as a runtime or development dependency
0.0
production_log_analyzer provides three tools to analyze log files created by SyslogLogger. pl_analyze for getting daily reports, action_grep for pulling log lines for a single action and action_errors to summarize errors with counts.
2019
2020
2021
2022
2023
2024
0.0
Game built for Writing Games with Ruby presentation at RubyConf 2010.
2019
2020
2021
2022
2023
2024
0.0
Api wrapping Yahoo Boss search
2019
2020
2021
2022
2023
2024
0.0
Minimal, simple, DRY DSL for searching Elasticsearch.
Takes one shallow hash argument and translates it to an elaborate one passed
on to elasticsearch-api. The price: narrower options. The gain: succinctness.
For example, a root <tt>:range</tt> is always a boolean filter and always
...
2019
2020
2021
2022
2023
2024
0.0
See ESV API docs http://www.esvapi.org/
2019
2020
2021
2022
2023
2024
0.0
eventdb - event.db schema 'n' models for easy (re)use
2019
2020
2021
2022
2023
2024
0.0
Wraps rb_add_event_hook so you can write fast ruby event hook
processors w/o the speed penalty that comes with set_trace_func (sooo
sloooow!). Calls back into ruby so you don't have to write C.
% ruby demo.rb
# of iterations = 1000000
user system t...
2019
2020
2021
2022
2023
2024
0.0
EventMachineAlignedPeriodic helps to kick off a block of code on a periodic
schedule aligned with a time period. Rather than have something starting at
2 seconds, 17 seconds, 32 seconds and so on you can have it consistently
launch at 0, 15, 30.
2019
2020
2021
2022
2023
2024
0.0
== features/PROBLEMS: * Schedule tasks to run every X seconds * Multiple schedules == SYNOPSIS: ex = Everyx::Everyx.new ## Create new runner pt = Everyx::PeriodicTasks::RSSNotifier.new ## Create notifier pt.uri = "http://path.to/rss-feed" ## Set it to uri
2019
2020
2021
2022
2023
2024
0.0
A beautiful API that wraps the RESTful services provided by evri.com.
2019
2020
2021
2022
2023
2024
0.0
Create structural summary for Rorschach Comprehensive System. Works with
standard Exner's RCS for Rorschach test and Znudic method for Zulliger test, based on Exner's RCS.
2019
2020
2021
2022
2023
2024
0.0
It provides basic command line tools for simply defining things like cross validations, factorial experimental design and basic statistics. All of this can be run in a distributed manner.
2019
2020
2021
2022
2023
2024
0.0
Turning the concept from Stephen Celis into a gem. http://stephencelis.com/archive/2008/9/rails-controllers-views-and-variables
2019
2020
2021
2022
2023
2024
0.0
ExtExif is extend ruby-libexif to support GPS Exif data. API of ruby-libexif2 is compatible with ruby-libexif. ruby-libexif : http://raa.ruby-lang.org/project/ruby-libexif/ == FEATURES/PROBLEMS: * An extension library for libexif * Util Ruby's library to use Exif data == SYNOPSIS:
2019
2020
2021
2022
2023
2024
0.0
Object-keyed caches for anything
2019
2020
2021
2022
2023
2024
0.0
ruby_parser (RP) is a ruby parser written in pure ruby (utilizing racc--which does by default use a C extension). RP's output is the same as ParseTree's output: s-expressions using ruby's arrays and base types. As an example: def conditional1(arg1) if arg1 == 0 then return 1 end return 0 end b...
2019
2020
2021
2022
2023
2024
0.0
sexp_processor branches from ParseTree bringing all the generic sexp processing tools with it. Sexp, SexpProcessor, Environment, etc... all for your language processing pleasure.
2019
2020
2021
2022
2023
2024
0.0
This gem can generate a scaffold flex application based on PureMVC Multicore using the pipes utility abstracted by the fabrication framework. The initial application will be generated based on custom project name, title, src folder and package. Plus will include two modules: an authentication mod...
2019
2020
2021
2022
2023
2024
0.0
Facebooker is a Ruby wrapper over the Facebook[http://facebook.com] {REST API}[http://wiki.developers.facebook.com/index.php/API]. Its goals are:
* Idiomatic Ruby
* No dependencies outside of the Ruby standard library (This is true with Rails 2.1. Previous Rails versions require the JSON gem)
*...
2019
2020
2021
2022
2023
2024
0.0
A scraper to backup your facebook account (albums, photos, notes, users, video).
Why a scraper instead of using facebook apps? Logging in as a user gives you
access to more data and it's harder to block.
2019
2020
2021
2022
2023
2024