Main > Free Download Search >

Free twisted storage software for linux

twisted storage

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 576
cfgstoragemaker 1.1

cfgstoragemaker 1.1


cfgstoragemaker is an MRTG configuration file generator for storage monitoring via SNMP. more>>
cfgstoragemaker remotely generates an MRTG config file in order to graph all storage devices (disk, memory, and swap) of one or more specific host(s) via SNMP.
<<less
Download (MB)
Added: 2005-04-07 License: GPL (GNU General Public License) Price:
1661 downloads
GETD 0.2

GETD 0.2


GETD its easy handling and managing of USB storage disks. more>>
Getd is a Linux Gtk2 app for usb storage disk easy managing.

It will automatically mount to proper place and perform requested operations - e.i. executing a command script like synch file between disk and hdd or dump pictures from a camera - by its own. ... and it support crypted disk.

Getd rely on kernel and regular external app. It doesnt play at all with device or hardware....

<<less
Download (0.25MB)
Added: 2005-04-07 License: Free for non-commercial use Price:
1661 downloads
PicoStorage 0.1

PicoStorage 0.1


PicoStorage is a lightweight structured storage software. more>>
PicoStorage allows you to store hierarhical information (similar to "files and directories") inside a single file. The functionality offered is largely equivalent to the one offered by any filesystem, or by the Structured Storage and Compound Files.

PicoStorage can efficiently handle huge numbers of small files, with very economical disk usage; it also allows you to keep open (in RAM) simultaneously a large number of files. Transaction support guarantees data integrity.

Learn more about the distinctive advantages of PicoStorage. or look at the benchmark.

The library is available on a dual-license basis: under GPL for free, and under a commercial license for use in closed-source applications.

Using

The library contains the classes File and Dir to represent files and directories. On a File you can read or write a number of bytes from a given offset, and set/get the file size. On a Dir you can create entries (either files or subdirectories), open entries, delete entries, and iterate over the directorys content.

The storage itself (i.e. the whole hierarchical structure, contained in a filesystem file) is represented by the class Storage. Using this class, you can create or open a storage, obtain the root directory of the storage, close the storage and do commit or rollback.
<<less
Download (0.13MB)
Added: 2005-04-13 License: GPL (GNU General Public License) Price:
1655 downloads
POLE 0.2

POLE 0.2


POLE is a library to access structured storage. more>>
POLE is a portable C++ library to access structured storage. It is designed to be compatible with Microsoft structured storage, also sometimes known as OLE Compound Document.

A structured storage is normally used to store files inside another file; you can even have complex directory tree inside. It can be treated as a filesystem inside a file.

The most popular use of structured storage is in Microsoft Office. Structured storage does not offer compression nor encryption support, hence usually it is used only for interoperability purposes.

Compared to structured storage routines offered by Microsoft Windows API, POLE has the advantage that it is portable. You can access any structured storage in the supported platform, you dont need to rely on Windows library.

Using

To compile POLE, you need a C++ compiler, with standard C++ library which supports STL (Standard Template Library).

POLE is just a library, you have to integrate it as part of your application/project. Since it consists of one source file and one header file, it does not make much sense to compile POLE as separate library (either static or dynamic). Simply add these files to your project and you are done.

The source tarball of POLE demonstrates the use of POLE to build poledump, a small utility to extract any stream inside a structured storage. If you use g++ as the compiler, you can compile poledump using the following command:

g++ -o poledump pole.cpp poledump.cpp

You may use poledump like the example below:

poledump budget.xls Workbook result.xls

The above command will extract a stream named Workbook inside Excel document (budget.xls) and save it as result.xls. File result.xls will still be recognized as a valid workbook (in raw format). Launch Microsoft Excel, open this file, and convince yourself.

Since version 0.2, the source tarball also includes a graphical tool named POLEView. Its purpose is to show the content of a structured storage in a tree view. It is also possible to view each stream in hexadecimal format and/or export the stream as well. You can study its source code to get familiar on how to use POLE API.

To compile POLEView, you need Qt (from Trolltech) version 3.x. Most Linux distributions normally already package the latest version of Qt, so it is likely that you need to worry about this. The Windows version is still planned, awaiting for the release of Qt version 4.

The build command for poleview is:

qmake && make
<<less
Download (0.016MB)
Added: 2005-04-13 License: BSD License Price:
1655 downloads
Apache-Storage 1.00

Apache-Storage 1.00


Apache::Storage is Perl module containing simple functions to store and retrieve information from within the Apache process. more>>
Apache::Storage is Perl module containing simple functions to store and retrieve information from within the Apache process.
<<less
Download (0.004MB)
Added: 2005-08-24 License: GPL (GNU General Public License) Price:
1521 downloads
mod_repository 0.3

mod_repository 0.3


mod_repository turns Apache into a content storage system with the benefit of storing just one copy of each file submitted. more>>
mod_repository turns Apache into a content storage system with the benefit of storing just one copy of each file submitted to the repository. Upon storing a file a user is given a unique token representing the file.

This can be used to create content servers which are abstracted from the filesystem. Files can be placed, retrieved, and deleted from the server.
<<less
Download (0.008MB)
Added: 2005-08-24 License: GPL (GNU General Public License) Price:
1521 downloads
InnerSpace 0.9

InnerSpace 0.9


InnerSpace began as a pseudo-MUD framework, and in its heart it still is. more>>
InnerSpace began as a pseudo-MUD framework, and in its heart it still is. Work is progressing on making it a robust multiuser code execution platform, written entirely in Python.
Installation:
Client:
- download and install twistedjava, make sure twistedjava.jar is in your classpath
- cd to the innerspace installation directory
- run ./build_client.py
- add the jar file build/is-client.jar to your classpath
- run java inner.space.client.client
- enter the username/password and host information to connect to a demo server will often be available at bubblehouse.org:8420
Server:
- download and install twisted; make sure twisted is in your pythonpath, or your < pythonhome >/lib/site-packages directory. Also ensure that the current directory (.) is
part of your pythonpath
- cd to the innerspace installation directory
- to build a minimal database, run:
bin/bootstrap-server.py
- to run a server using the provided database, run:
bin/run-server.py
Enhancements:
Requirements for server:
- python 2.4
- twisted 2.0.1
Requirements for client:
- java runtime environment >= 1.4.2
- twistedjava v0.6.1
Enhancements:
- oved get_environment function to code module, all prep of execution environment happens there
- if a verb has its is_method property set (i.e. as a keyword argument to add_verb), the parser will ignore it as a verb choice, so it can only be executed programmatically
- added sudo method which runs a function as the owner of the current verb
<<less
Download (0.14MB)
Added: 2005-10-19 License: GPL (GNU General Public License) Price:
1470 downloads
Kwotes 1.2.1

Kwotes 1.2.1


Kwotes is a chat quote database system with a twist. more>>
Kwotes is a chat quote database system with a twist.

The quotes are publicly moderated, so its up to you to maintain the quality. All quotes are accepted and if their ranking falls too low for too long, they are deleted.

<<less
Download (0.014MB)
Added: 2005-12-22 License: GPL (GNU General Public License) Price:
1401 downloads
Twisted 2.4.0

Twisted 2.4.0


Twisted is an event-based networking framework for Internet applications. more>>
Twisted is a framework, written in Python, for writing networked applications. Twisted includes implementations of a number of commonly used network services such as a web server, an IRC chat server, a mail server, a relational database interface and an object broker.
Developers can build applications using all of these services as well as custom services that they write themselves. Twisted also includes a user authentication system that controls access to services and provides services with user context information to implement their own security models.
Main features:
- Pluggable event loops allowing the developer to take advantage of platform-specific capabilities.
- Abstractions of protocols and transports.
- Through Twisted Spread, mechanisms for network encoding of data (in Python, Java, ELisp, and other languages), to a full-blown distributed object system.
Twisted is an integration point for network services that were previously unable to interoperate. Services within a Twisted server can communicate with each other and share information providing a very integrated programming environment that can re-use large amounts of infrastructure across multiple network mediums (such as chat, web, and mail).
As well as servers, Twisted supports several different kinds of clients and GUIs. This means that the client can re-use large portions of the servers code, improving test coverage and reliability while reducing code size.
Twisted is a collection of servers and clients, which can be used either by developers of new applications or directly.
Enhancements:
- This release includes many fixes for UDP and multicast stdio on Win32.
- Many bug fixes were made for Trial, and its support for a large number of previously deprecated APIs was dropped.
- Deferred Generators no longer leak their final result or exception.
- LoopingCall now supports functions which return Deferreds.
- A cooperative scheduler with pluggable policies has been added.
- Much of the API documentation has been improved and a new guide for developing producers and consumers has been added.
- This also includes new releases of Conch, Mail, Names, Words, and Web.
<<less
Download (2.0MB)
Added: 2006-05-28 License: LGPL (GNU Lesser General Public License) Price:
1385 downloads
PlugBoard 0.2

PlugBoard 0.2


PlugBoard is an Application framework made in Python and built on top of setuptools and Zope interfaces. more>>
PlugBoard is an Application framework made in Python and built on top of setuptools and Zope interfaces which help the developer create a plugin-based application.
PlugBoard is very extensible, and allows the application to be extensible as well.
An application is made up of a plugin resource (get all available plugins in the application), a context resource (organize plugins into different contexts), and an engine to let plugins communicate with each other into different environments (such as PlugBoard, GTK, Wx, Qt, Twisted, and so on) and provide some useful utilities.
Enhancements:
- Adaption registering has been fixed.
- New documentation has been added.
- A new built-in context resource DictContextResource has been added.
- There are minor fixes.
<<less
Download (0.008MB)
Added: 2006-02-28 License: MIT/X Consortium License Price:
1334 downloads
Jakelib2 2.0.1

Jakelib2 2.0.1


Jakelib2 is a cross platform C++ class library with a Java-like API. more>>
Jakelib2 is a cross platform C++ class library with a Java-like API. An automatic garbage collector is used to take care of unused objects.

External libraries like PCRE or GTK+ are beeing integrated to provide the programmer with a homogeneous, easy to use programming environment that covers every days tasks like string handling, data storage, networking, or GUI programming.

<<less
Download (0.94MB)
Added: 2006-03-10 License: LGPL (GNU Lesser General Public License) Price:
1324 downloads
OpenRTS 0.2

OpenRTS 0.2


OpenRTS is an open source realtime strategy game. more>>
OpenRTS is an open source realtime strategy game. OpenRTS game features isometric graphics, networked multiplayer and single-player scenarios. The game is being developed using Python and SDL.
Main features:
- Creating an exciting realtime strategy gameplay is the goal of the project.
- Isometric graphics, using an improvement called isometric mouse maps. See the Screenshots.
- Networked multiplayer using a client/server architecture.
- Single-player scenarios for skirmish games.
Enhancements:
- Network game support using the Twisted framework, new animations and selection of multiple units, support for psyco just-in-time compolation, improved path finding using Astar, and many bugfixes.
- New translations to Norwegian and German were included.
<<less
Download (1.7MB)
Added: 2006-04-23 License: GPL (GNU General Public License) Price:
1280 downloads
Cleversafe Alpha 4.1.3

Cleversafe Alpha 4.1.3


Cleversafe is a storage software solution that offers extremely high reliability and security. more>>
Cleversafe is a storage software solution that offers extremely high reliability and security. It uses fast information dispersal algorithms to store small slices of data in multiple, disparate locations.

Each slice is individually unusable, yet any majority of the slices can perfectly recreate all of the original data. A large dispersed storage grid with 11 or more storage locations can remain fully operational even if up to any 5 of the storage nodes are not operational.
<<less
Download (MB)
Added: 2006-04-27 License: GPL (GNU General Public License) Price:
1276 downloads
Vin 1.3

Vin 1.3


Vin is a personal wine cellar management application. more>>
Vin is a web based, wine cellar management application written in PHP. Vin project uses the MySQL database for data storage.
Main features:
- Simple to use, web based menus
- Optional user authentication for logins, with multiple permission levels
- Wine storage and tasting tracking capability with pricing, purchase location, and more!
- Search page with automatic filtering for search criteria
- Easy column sorting for report pages
- "Save-to-Excel" data export function to save your database to a MS Excel spreadsheet
- Automatic Pocket PC support. Use while youre in the winestore!
<<less
Download (0.053MB)
Added: 2006-05-15 License: GPL (GNU General Public License) Price:
1264 downloads
Twisted Conch 0.7.0

Twisted Conch 0.7.0


Conch is an SSHv2 implementation written in Python. more>>
Twisted Conch project is an SSHv2 implementation written in Python. SSH is a protocol designed to allow remote access to shells and commands, but it is generic enough to allow everything from TCP forwarding to generic filesystem access.
Since conch is written in Python, it interfaces well with other Python projects, such as Imagination. Conch also includes a implementations of the telnet and vt102 protocols, as well as support for rudamentary line editing behaviors.
A new implementation of Twisteds Manhole application is also included, featuring server-side input history and interactive syntax coloring.
Conch is available under the MIT Free Software licence.
Enhancements:
- The in-memory terminal emulators "expect" functionality now supports timeouts.
- The SSH server and client are now approximately five times faster for bulk-data transfers.
<<less
Download (0.12MB)
Added: 2006-05-28 License: MIT/X Consortium License Price:
1250 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5