Project
Reverse Dependencies for ffi
The projects listed here declare ffi as a runtime or development dependency
0.01
Aubio is a tool designed for the extraction of annotations from audio signals. Its features include segmenting a sound file before each of its attacks, performing pitch detection, tapping the beat and producing midi streams from live audio.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
This project gets its performance from the pre-calculation of an optimized model in advance of the actual runtime calculations. Supports any encoding.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
The BEL gem allows the reading, writing, and processing of BEL (Biological Expression Language) with a natural DSL.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
A fast parser for FastQ files
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.01
A fast parser for FastQ files
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.01
Bizside is an utilities to assist building web application.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
BOAST aims at providing a framework to metaprogram, benchmark and validate computing kernels
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
An ffi wrapper for the PROJ.4 Cartographic Projections library.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.01
Easy management of Ceph
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
Ruby LibECP is a wrapper around LibECP, an elliptic-curve cryptography library for producing and verifying ECDSA signatures.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
This gem instantiates a Rack middleware for rack-based web applications in order to provide Interactive Application Security Testing and Protection.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
Gem including the interface for the Rust Agent Library, which will be used within the Ruby-Agent
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
Yet another approach to revisit the service object pattern in Ruby, but this time focusing on the unique, opinionated, moderately obtrusive, but not mandatory features.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
This gem is designed to abstract communications with the counterpartyd api server in an ActiveRecord-esque object model
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
Capstone is a disassembly engine written by Nguyen Anh Quynh, available here
https://github.com/aquynh/capstone. This is the Ruby FFI binding.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
Scans existing Cucumber tests and updates them to include an id tag that is unique for the test suite.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
A view layer for your Rails apps that separates structure and logic, using Handlebars templates.
Strongly inspired by Curly Template gem by Daniel Schierbeck.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
Generated low-level Ruby binding for CZMQ
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
# DECC 2050 CALCULATOR TOOL
A C version and ruby wrapper for the www.decc.gov.uk 2050 energy and climate change excel calculator
Further detail on the project:
http://www.decc.gov.uk/2050
Canonical source:
http://github.com/decc/decc_2050_model
## DEPENDENCIES
1. ruby 1.9.2 (including development headers)
2. basic c development headers
This has ONLY been tested on OSX and on Ubuntu 64 bit EC2 ami.
Grateful for reports from other platforms.
In the util folder there is an example script that creates a new EC2 EMI, installs all the dependencies and then compiles the gem. It may be useful if you are trying to figure out the complete set of dependencies.
## INSTALLATION
Note that this compiles the underlying c code, which might take 10-20 minutes or so
gem install decc_2050_model
## UPDATING TO NEWER VERSIONS OF EXCEL MODEL
First of all, you need to be working on the github version of the code, not the rubygem:
git clone http://github.com/decc/decc_2050_model
Then put the new spreadsheet in spreadsheet/model.xlsx
Then, from the top directory of the gem:
bundle
bundle exec rake
The next step is to check whether Rakefile, lib/model/_model_result.rb and lib/model/model_structure.rb need to be altered so that they
pick up the correct places in the underlying excel.
The final stage is to build and install the new gem:
gem build model.gemspec
gem install decc_2050_model-<version>.gem
... where <version> is the version number of the gem file that was created in the folder.
Now follow the instructions in the twenty-fifty server directory in order to ensure that it is using this new version of the gem.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
Ruby library for Ceph's Reliable Autonomic Distributed Object Store. Wraps the C++ librados library with Ruby love.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity