Projects tagged ‘library’ and ‘storage’


[15 total ]

291 Users
   

Filesystem in Userspace is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations.
Created over 3 years ago.

5 Users

PyTables is a package for managing hierarchical datasets and designed to efficiently and easily cope with extremely large amounts of data. PyTables is built on top of the HDF5 library, using the ... [More] Python language and the NumPy package (it also supports numarray and Numeric right out-of-the-box). It features an object-oriented interface that, combined with C extensions for the peformance-critical parts of the code (generated using Pyrex), makes it a fast, yet extremely easy to use tool for interactively saving and retrieving very large amounts of data. One important feature of PyTables is that it optimizes memory and disk resources so that data takes much less space (specially if on-flight compression is used) than other solutions such as relational or object oriented databases. [Less]
Created over 2 years ago.

3 Users
 

AspSQLProvider is a PostgreSQL implementation of the ASP.NET 2.0+ Membership, Role, Profileprovider and Session-State Store Provider.
Created over 3 years ago.

2 Users

Net::Amazon::S3 is a simple, easy to use Ruby implementation of the Amazon S3 REST API.
Created over 3 years ago.

2 Users

YASLI stands for Yet Another Serialization LIbrary. Features: * Simple user interface, including single method for both storing and loading (intrusive way). * Non-intrusive way is also ... [More] supported - for serialization of classes from third party libraries. * Lookup of named elements. You can reorder, insert, and remove members maintaining backward compatibility with old format. * TextOArchive/TextIArchive. Store data in compact, human-readable text format. * Combined generic and abstract approach allows simple addition of archive types. PropertyTree (GUI with wxWidgets) is currently under development. [Less]
Created about 1 year ago.

2 Users
 

Takusen is a DBMS access library. It has a backend for Oracle on Unix, Linux or Windows via OCI, and a stub to test the library without any database. The infrastructure and the stub let one interface ... [More] natively with other databases. The distinguished feature of Takusen is processing query results using a left-fold enumerator. A higher level interface to databases for Haskell. [Less]
Created about 1 year ago.

1 Users

Remember complex information without giving yourself a headache. In cases where you just need a quick way of storing facts according to complex ques, this module provides some helpful shortcuts. I ... [More] designed it to be used for storing the miscellaneous information on my custom IRC bots. [Less]
Created over 2 years ago.

1 Users
 

XmlCatalog is an application written for Windows operating systems. It is designed to help you maintain and organize a catalog of your computer media collection, including CD-ROMs, DVDs, diskettes ... [More] , removable drives, hard drives, or any other present or future storage media. For the catalog database XML is used and all data is stored in UTF-8 format. XmlCatalog application is written in C++. It is free and open source software for everyone. [Less]
Created about 1 year ago.

1 Users

Simple to use library that handles a lot of things for you.
Created over 3 years ago.

1 Users

libjio is a userspace library to do journaled, transaction-oriented I/O. It provides a very simple API to commit and rollback transactions, and on top of that a UNIX-alike set of functions to ... [More] perform most regular operations (ie. open(), read(), write()) in a non-intrusive threadsafe and atomic way, with safe and fast crash recovery. This allows the library to guarantee file integrity even after unexpected crashes, never leaving your files in an inconsistent state. On the disk, the file you work on is exactly like a regular one, but a special directory is created to store in-flight transactions. [Less]
Created over 2 years ago.