Project
Reverse Dependencies for hoe-yard
The projects listed here declare hoe-yard as a runtime or development dependency
0.0
Wrapping of microstation using win32ole to automate and control from ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Convert nested OpenStruct to Hash
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
2000.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Creates positive integer with specified number of digits (i.e., specified "length" when coverted to string)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Reittiopas is a Ruby library for accessing the [Reittiopas Developer API](http://developer.reittiopas.fi/pages/fi/reittiopas-api.php).
Requires an account to the service that can be requested through [the account request page](http://developer.reittiopas.fi/pages/fi/accountrequest.php).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
This library handles unit conversions and unit math
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
SunRiseSet is a ruby class calculates the times of the sunrise, solar noon and sunset.
It also calculates astronomical, naval and civil twilight times.
Not sure of the origin of the algorithm.
I have seen a fortran version http://www.srrb.noaa.gov/highlights/sunrise/program.txt
a .pl www.mso.anu.edu.au/~brian/grbs/astrosubs.pl and .vb versions for spreadsheets too.
All had the same comments, so are of a common origin.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Rack middleware to render Svelte components to Javascript
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
* Vincenty wrote an algorithm for calculating the bearing and distance between two coordinates on the earth
and an algorithm for finding a second coordinate, given a starting coordinate, bearing and destination.
The algorithms model the earth as an ellipsoid, using the WGS-84 model. This is the common GPS model for
mapping to latitudes and longitudes.
This is a Ruby implementation of Vincenty's algorithms, and the Vincenty class includes two methods for
modeling the earth as a sphere. These were added as a reference for testing the Vincenty algorithm, but
could be used on their own.
The package also makes use of several other classes that may be useful in their own Right. These include
class Angle, class Latitude (subclass of Angle), class Longitude (subclass of Angle),
class TrackAndBearing and class coordinate (which class Vincenty is a subclass)
Angle requires extensions to Numeric and String to provide to_radians (to_r) and to_degrees (to_d). String also includes a to_decimal_degrees(), which converts most string forms of Latitude and Longitude to decimal form. These extensions are included in the package in core_extensions.rb. Float has also been extended to change round to have an optional argument specifying the number of decimal places to round to. This is fully compatible with the Float.round, as the default is to round to 0 decimal places.
* The Vincenty code is based on the wikipedia presentation of the Vincenty algorithm http://en.wikipedia.org/wiki/Vincenty%27s_formulae .
* The algorithm was modified to include changes I found at http://www.movable-type.co.uk/scripts/latlong-vincenty-direct.html.
* I also altered the formulae to correctly return the bearing for angles greater than 180.
* Vincenty's original publication
** T Vincenty, "Direct and Inverse Solutions of Geodesics on the Ellipsoid with application of nested equations", Survey Review, vol XXII no 176, 1975 http://www.ngs.noaa.gov/PUBS_LIB/inverse.pdf
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
This is a placeholder gem for the WebKit Formatter for RSpec.
The gem was renamed to 'rspec-formatter-webkit' to better
follow standard gem-naming conventions. The new gem is a dependency
of this one, so installing this should install the latest
version for you, but you'll need to use the new name in the future.
You should do a 'gem cleanup webkit-rspec-formatter' to remove any
previously-installed versions if you have them.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Class for AES 256 encryption of text.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Ruby class to read json configuration files, and present the top level values as method calls
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
FIX (describe your package)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Quick hack to add to_j methods to Array,Hash,Nil,String and Numeric to output nicely formatted json for my config files.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Reads/writes password file entries of format user:password and provides tests for password validity.
Works with standard unix password types, clear text for testing, and decryptable AES_256_CBC.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Wrappers around mysql gem.
Consolidation of bits of code from many of my projects, going back 10+ years, into a gem.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Gem provides common authentication framework for Wikarekare's Ruby CGIs.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Wrapper around ruby http and https libraries.
Converted to a gem from a mixture of versions I've used over the years. Might need some work yet :)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Yamlr is a minimal YAML parser written in Ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
YUI Compressor Extension is an enhancing library of YUI Compressor. The functions that CLI interface, Compression and uniting of multiple assets can be used by this extension.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity