Project
Reverse Dependencies for json_pure
The projects listed here declare json_pure as a runtime or development dependency
0.0
This is a library to create different form field elements, allows form object to parse into different formats (YAML, JSON, XML)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Nominatim geocoding provider for geokit
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Geoptima is a suite of applications for measuring and locating
mobile/cellular subscriber experience on GPS enabled smartphones. It is
produced by AmanziTel AB in Helsingborg, Sweden, and supports many phone
manufacturers, with free downloads from the various app stores, markets or
marketplaces. This Ruby library is capable of reading the JSON format files
produced by these phones and reformating them as CSV, GPX and PNG for
further analysis in Excel. This is a simple and independent way of
analysing the data, when compared to the full-featured analysis applications
and servers available from AmanziTel. If you want to analyse a limited
amount of data in excel, or with Ruby, then this GEM might be for you. If
you want to analyse large amounts of data, from many subscribers, or over
long periods of time then rather consider the NetView and Customer IQ
applications from AmanziTel at www.amanzitel.com.
Current features available in the library and the show_geoptima command:
* Import one or many JSON files
* Organize data by device id (IMEI) into datasets
* Split by event type
* Time ordering and time correlation (associate data from one event to another):
** Add GPS locations to other events (time window and interpolation algorithms)
** Add signal strenth, battery level, etc. to other events
* Export event tables to CSV format for further processing in excel
* Make and export GPS traces in GPX and PNG format for simple map reports
The amount of data possible to process is limited by memory, since all data
is imported in ruby data structures for procssing. If you need to process
larger amounts of data, you will need a database-driven approach, like that
provided by AmanziTel's NetView and Customer IQ solutions. This Ruby gem is
actually used by parts of the data pre-processing chain of 'Customer IQ',
but it not used by the main database and statistics engine that generates
the reports.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Gives access to all endpoints in version 1 of Getty's API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Create GitHub repositories from the command line
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Gives access to all endpoints Glomper API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Simple library to look up articles, related videos and related images on http://golem.de
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Simple client for Google Geocode API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Provides an easy access to Google URL Shortener API using Ruby code or command-line
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Great Ruby Cache for ruby gems
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Grudge is a stand-alone system, which means you run it on your own, that watches the comments of some git repository and provides a web interface to allow people to rate the comments.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
A JSON App Server Framework
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
haml_interceptor is a Rack middleware designed to intercept JS responses from a web application and re-process them from HTML to Haml, resulting in a smaller package sent down the wire to the client.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
build dynamic attributes at instance level, saved in database with json format
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
O2 Labs has exposed the power of #blue to developers via a
simple REST & JSON based API, combined with oAuth2 to developers who can
create new ways for users to manage their texts and add combine the ubiquity
of SMS with their applications, users simply grant an application access to
their messages stream or just certain messages.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Some months ago I worked in a project that defined the data serialization using a XSD schema. I used soap4r gem to create
ruby objects from the XSD schema, but later I needed to serialize the object value in JSON format. So I defined this
this extension that enables an easy way to encode an object attributes in Hash and in JSON format.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Background job queueing using TCPSocket. Inspired in the Stalkeg gem.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Hiera Server separates the query and the data retrieval into separate processes.
The *server* portion runs on a remote machine and uses any configured Hiera backend
to retrieve data. The *client* portion simply runs as a backend on the local machine.
Facilities are provided to configure the data lookup on the server from either end.
See README.md for more information.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Deployment tool for web application platforms powered by HostingStack.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Wraps API calls to iTrigga applications
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity