Project
Reverse Dependencies for methadone
The projects listed here declare methadone as a runtime or development dependency
0.0
A Ruby wrapper around mp3splt that makes splitting mp3s with a cue file super simple.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Simple SAP Hybris Datahub client for performing the most common operations
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Allows files to be distributed from a directory via HTTP.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Command line tool to convert dollars to euros.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Download all files at a particular URL that match a certain pattern.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
A command line search interface to programming language documentation in the Dash application (Mac OSX) with optional docset keyword filters.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Reading a file of events, containing an event name (a string) and a
date-time string (yyyy-mm-dd hh:mm(:ss)), print a nice duration since
the event (if the event occurs in the past) or until the event (if the
event occurs in the future).
The impetous for this little program is my wanting to know how long it
has been since my last cigarette.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Translate AWS ELB logs to Logstalgia custom format.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
A network video recorder for multiple IP cameras which uses VLC to record and organises the files according to date and camera name.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Gem provides a binary to generate envdir compatible env directories from .env foreman files."
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Estimate remaining time based on previous values
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Extract DNA Fasta sequence from assembly files.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
A tool to create an inventory of a storage medium
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Finds source files unreferenced in Xcode project
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Convert iPhone images to have a useful Orientation tag value
and be internally correctly oriented.
The iPhone has used the EXIF tag Orientation to store the actual
orientation of the camera. A lot of programs and libraries don't
seem to understand this, especially online photo galleries such
as Flickr and Gallery.
This program will modify the image to rotate it internally according
to the iPhone's orientation value, and then set the EXIF orientation
tag to "Horizontal (normal)" thus removing the confusion.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
This gem creates collage from 10 top-rated Flickr images for your keywords.
It's a part of coding challenge and it's fun.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
# Footman
This gem is still growing.
## Installation
Depends upon having reprepro tool installed (if debian based) or createrepo installed (if red hat based).
Ruby 1.9.+ is required to use this gem.
'createrepo' (rpm) tool does not require any pre-setup to the repository or watched directory.
- - -
'reprepro' (deb) tool requires pre-setup.
The repository directory for deb files must contain:
<pre><code>
conf/
conf/distributions
conf/options
conf/override.precise
</pre></code>
options file is empty, but needed to make reprepro happy
distributions file will contain:
<pre><code>Origin: Tyler
Label: Tyler's Personal Debs
Codename: precise
Architectures: i386 amd64 source lpia
Components: main
Description: Tylers Personal Debian Repository
DebOverride: override.precise
DscOverride: override.precise
Origin: Tyler
Label: Tyler's Personal Debs
Codename: lenny
Architectures: i386 amd64 source lpia
Components: main
Description: Tylers Personal Debian Repository
DebOverride: override.lenny
DscOverride: override.lenny
</code></pre>
Note that the code name is for each distribution repository you support.
for each distribtuion repository you support there must be an override file.
override file can be left empty, footman will fill it out when a new package is added.
The watched directory must have sub directorys named after each of the distribution repositories
you support. For example my watched directory at /path/ will have two subdirectories:
<pre><code>/path/lenny/
/path/precise/</code></pre>
Packages must be dropped into the subdirectory that corrosponds with the distribution they were
built on.
- - -
Add this line to your application's Gemfile:
gem 'footman'
And then execute:
$ bundle
Or install it yourself as:
$ gem install footman
Or locally:
$ gem build footman.gemspec
$ gem install footman --local
## Usage
footman path/to/watch path/to/repo
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Renders config files from input data in YAML format using a variety of template languages
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
In order to visualise the products of two prime numbers, funding_primer will print out a table of prime products.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
git2bit migrates issues with their comments and milestones from a github repo to a bitbucket repo
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity