| Projects on Google Code | Results 1 - 10 of 25 |
Pointless is a data structure and a corresponding library, which can store JSON like data.
Since the file is relocatable, it can be stored on disk, and mmap'd without any extra memory. If multiple processes use the same file, it only needs to be loaded once into memory.
It grew out of the need...
=UrSQL: Data Storage for Java=
UrSQL is a persistent storage API for Java Desktop Applications. Unlike other SQL variants, UrSQL doesn't require any kind of server or driver. It's usage is as simple as storing data should be.
Loading a database file is as easy as
{{{
UrSQLController cont...
`pdict` is a simple module that provides a `dict`-like type called `PersistentDict` which will persist the dictionary to a database of your choice.
Whenever an items is requested, added, changed, or removed, the data is read from/written to a database. The values in the dict can be an object of ...
An easy way to give your application persistent settings. A very generic, flexible set of classes that can be used throughout any C++ program. If you use it, I'd love to hear!
Persevere is an open source set of tools for persistence and distributed computing using an intuitive standards-based JSON interfaces of HTTP REST, JSON-RPC, JSONPath, and REST Channels. The core of the Persevere project is the Persevere Server. The Persevere server includes a Persevere JavaScript c...
JavaScript,
JSON,
Persistence,
Persistent,
REST,
JSPON,
Ajax,
JSON-RPC,
Schema,
Database,
JSONPath,
JSONQuery,
Referencing
En América terremotos y inundaciones y en Asia un gran meteorito que destruyeron parte de china, Japón y Australia.
El tsunami destruye la india, parte de África y la costa oeste de América, que comienza a provocar terremotos y asola américa entera. Europa estaba alta del nivel del mar y pensaba qu...
Most of the time, methods of the data access layer, a.k.a persistent layer, are just simply send SQL to database to get or update data. Except SQL, the other part of every method is almost the same, thus can be automated. And this is where iDao comes in. By using iDao, just declare the dao interface...
Handy Java functions that people may find useful for their open source projects.
Data structures:
- Probability based object picker with fast O(log n) inserts and gets
- Generic circular buffer
- Soft reference HashMap for caching objects
- "Octreap" 3d map data structure
Useful modules ...
The storage framework of J2ME is RMS,a simple byte-base system。In order to access java object in J2ME,I develop RMSDAO,a Object-persistent framework。It can help developer to access object in J2ME directly。It use DAO patten。
= Persistent SUBST command =
== _Abstract_ ==
_Associates a path with a drive letter and extends the standard SUBST command allowing to create persistent substituted drives between startups._
=== History ===
{{{
2009/03/06 - Version 2.4 Stable. Earlier, to see persistent drives the 'RE...