13 projects tagged "data"
gdata-python-scripts collects some simple scripts and examples that use the Google Spreadsheets Data APIs client libraries for Python. The main goal is to collect and publish small snippets of code that, if not completely general and ready to use, remain simple enoguh (and hopefully well documented enough) to be adapted to your own needs.
StructObject is a PHP class which can be used to create objects from a list of strict type variables. It takes a string with the names of types of variables that the current object should have. It only allows setting such variables to values of the specified types. The variables may not be unset.
If you have a pre-determined quota from your operator of how much packet data you can use in a month, it's a pain to first find the Logs application, open the packet data counter, then try and work out how much data you have left from the amount used so far. Data Quota shows two simple bars: one showing how much of the data for this month you have used, and one showing how much of the month has elapsed. This lets you tell at a glance if you've been using data up too quickly or slowly, so you can be more (or less) frugal.
Chart::Clicker aims to be a powerful, extensible charting Perl package that creates really pretty output. Charts can be saved in PNG, SVG, PDF, and PostScript format. Clicker leverages the power of Graphics::Primitive to create snazzy graphics without being tied to a specific backend.
geozonedb is a project based on three steps. The first two have been completed: a dump of a database with every country in the world, population, capital, coordinates, and every city and community in the world with the postal code; and an extraction framework in PHP to get data from the www.geonames.org project. The framework already gets data in the world language you want, and automatically creates the tables needed in the database you want. It have been tested on MySQL, but it should be, thanks to the database library used, enough to change the database from MySQL to Oracle, db2, MS SQL, PostgreSQL, etc. Simple code is being written in pure JavaScript, as well as a version in jQuery, to access every city in the world with autosuggest.
itch41 parses a file of level 3 NASDAQ stock exchange data, such as ftp://emi.nasdaq.com/ITCH/S030711-v41.txt.gz. This is mainly for demonstration purposes, lacking column domains, column constraints, data validation, timestamp calculations, stock symbol lookup for execution/cancel/delete messages, derived columns (e.g. for partitioning), and the general kinds of pre-processing one would expect from a production tick data loader.