Project
Reverse Dependencies for hoe
The projects listed here declare hoe as a runtime or development dependency
0.01
This plugin offer native win32 services for rails.
This replace mongrel_rails_service.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.01
moonbirds - generate your own 42×42 (or lil' 24×24) pixel owl images (off-blockchain) from text attributes (via built-in spritesheets); incl. 2x/4x/8x zoom for bigger sizes and more
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.01
mooncats - mint your own mooncat pixel art images off chain using any of the 128 True Official Genuine Mooncat™ md5-verified original designs; incl. 2x/4x/8x zoom for bigger sizes
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.01
mooncats-graphql - (lite) mooncats (http json) graphql api / client
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.01
This Amazon Mechanical Turk (MTurk) SDK is no longer under active development as of 2018-01-01. The latest MTurk SDKs, with support for most common programming languages, are now a part of the Amazon Web Service (AWS) SDKs at https://aws.amazon.com/tools/. With the AWS SDKs, you can also connect to MTurk using the AWS Command Line Interface (https://aws.amazon.com/cli/), allowing you to perform operations from your Windows, Mac, or Linux command line without having to write code.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.01
Unlike ordinary set(see Ruby documentation for "set" library), multiset can contain two or more same items.
Set[:a,:b,:c,:b,:b,:c] # => #<Set: {:b, :c, :a}>
Multiset[:a,:b,:c,:b,:b,:c] # => #<Multiset:#3 :b, #2 :c, #1 :a>
Multisets are typically used for counting elements and their appearances in collections.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.01
Handy Conversion Sexagesimal (base 60) for Short URLs
Cuts out ambiguous characters like:
* l : lowercase l (looks like a 1 : one)
* I : capital I (looks like a 1 : one)
* O : capital O (looks like a 0 : zero)
Based on work done by Tantek Çelik : [http://tantek.pbworks.com/New_base_60](http://tantek.pbworks.com/New_base_60 "tantek / New_base_60")
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.01
Sequel instrumentation for Newrelic.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.01
newsweek - what's news? browse week by week - 99 channels, 1237 items
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.01
nouns - generate your own 32×32 pixel avatar images (off-blockchain) from text attributes (via built-in spritesheet); incl. 2x/4x/8x zoom for bigger sizes and more
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.01
English natural language parser for numbers.
* Parse 'five' to return 5
* Parse 'seven hundred and fifty two billion, four hundred and twenty million, sixty thousand and forty two' to return 752,420,060,042
* Parse 'siebenundzwanzig' to have it fail because it doesn't recognise German.
Recognises numbers in the trillions.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.01
Provides an easy to use DSL resembling ActiveRecord for defining objects
representing any XML document, including deeply nested ones. This project was
extracted from my ruby-picasa gem. You can find ruby-picasa at
http://github.com/pangloss/ruby_picasa or available as a gem.
The project also has significant (if not complete) Atom support.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.01
== DESCRIPTION:
ofx-parser is a ruby library to parse a realistic subset of the lengthy OFX 1.x specification.
== FEATURES/PROBLEMS:
* Reads OFX responses - i.e. those downloaded from financial institutions and
puts it into a usable object graph.
* Supports the 3 main message sets: banking, credit card and investment
accounts, as well as the required 'sign on' set.
* Knows about SIC codes - if your institution provides them.
See http://www.eeoc.gov/stats/jobpat/siccodes.html
* Monetary amounts can be retrieved either as a raw string, or in pennies.
* Supports OFX timestamps.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.01
I'm tired of the complications that tools like bundler and rvm inject
into my system and my workflow. I don't want 4 billion gems installed
globally. I don't want to have `rake` slow down for no good reason. I
don't want rvm to regress on undefined variables over and over and
over (and I don't want to report it anymore when it does). I want as
much simplicity as I can afford and still be able to get my job done.
I've found pretty good balance using rbenv (only when needed) and by
using this 45 line shell function `ohmygems` (aliased to `omg`, of
course).
I still have my system-level gems as my previous GEM_HOME gets moved
into GEM_PATH so things like minitest and autotest are always
available. But now I have private gems that are incredibly easy to
switch around and only rely on simple environment variables to manage.
To go back to normal, simply run `omg reset`.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.01
Plugin for the omnifocus gem to provide synchronization with Redmine Issues.
This plugin uses the Redmine REST API. It must be enabled by an administrator
for the plugin to work.
The first time this runs it creates a yaml file in your home directory for
the configuration data.
* redmine_url is required. This is the base url for the redmine repository.
* user_id is required. To find your user id login and go to the my account
page. Your user_id is the number at the end of the url for my account.
* username is optional. It is used if the redmine server requires
authentication.
* password is optional. It is used if the redmine server requires
authentication.
* queries is optional. It is used for custom queries or multiple queries.
The queries config is an array of strings. The strings will be appended
to a query of the form:
"http://redmine_url/issues.xml?assigned_to_id=user_id"
* just_project is optional. It is used to configure how to name the
omnifocus projects used for issues. If just_project is true each redmine
project will correspond to an omnifocus project. If it is false the
omnifocus projects will be name with redmine_project-redmine_component.
Example:
---
user_id: 20
redmine_url: http://redmine/
username: me
password: 1234
queries: ["status_id=1", "status_id=2"]
just_project: false
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.01
ordbase gem - "right-clicker" (off-chain) ordinals (pixel art) command-line tool, machinery & helpers for Bitcoin, Litecoin, Dogecoin & co.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.01
ordinals gem - ordinals (inscription) api wrapper & helpers for Bitcoin, Litecoin, Dogecoin & co.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.01
ordlite - ordinals inscription (on bitcoin & co) database let's you query via sql and more
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.01
ordserve - serve-up ordinal inscription (on bitcoin & co) from a local test sandbox
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.01
originals - do-it-yourself (DIY) - yes, you can! - Factory of Modern Originals (FoMO) - fab(criate) your own unique (pixel) artworks w/ text attributes (via built-in spritesheets) incl. 2x/4x/8x zoom for bigger sizes and more
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024