Projects tagged ‘filesystem’ and ‘java’


Jump to tag:

Projects tagged ‘filesystem’ and ‘java’

Filtered by Project Tags filesystem java

Refine results Project Tags fuse (5) distributed (4) windows (3) linux (3) p2p (2) soap (2) unix (2) utility (2) virtual (2) nio (2) mac (2) apache_commons (2)

[31 total ]

10 Users
   

Fura is a self-contained grid middleware that allows the grid enablement and distribution of applications on heterogeneous computational resources. Fura features a web-based GUI, wizard-guided ... [More] installation and configuration, and Web Services compliance. Fura's component based plug-in architecture allows grid services to be extended or replaced, and new services can be developed reusing existing components. [Less]
Created about 1 year ago.

4 Users
   

Virtual File System component for treating files, FTP, SMB, ZIP and such like as a single logical file system.
Created over 3 years ago.

1 Users

Apache Commons Transaction implements multi level locks, transactional collections and transactional file access in Java.
Created about 1 year ago.

0 Users

Utility code for accessing the J2ME RecordStore as a file system. Based on substanceofcode FileSystem class found in the mobile-trail-explorer googlecode project, with expanded support for directories.
Created 3 months ago.

0 Users

a research project distributed file system based on the Google FS architecture
Created 12 months ago.

0 Users

VFileSystem is a simple virtual filesystem which was save in a single file. I will keep it as simple as it can ! code example: File dataFile = File.createTempFile("vfs", null); ... [More] dataFile.deleteOnExit(); IFileSystem fileSystem = new VFileSystem(dataFile, 100000000, 4096); fileSystem.add("Wendal", "Hi,Java!"); Object obj= fileSystem.read("Wendal"); fileSystem.remove("Wendal"); fileSystem.reset(); [Less]
Created 3 months ago.

0 Users

PerFS is a distributed filesystem using p2p technologies for setting up a personal file store without servers. Each client sets up a local disk space of anything between 100 MB and 1 TB, and joins the ... [More] personal cluster created by the user by using a simple key. No entering of IP addresses or editing of config files are required. [Less]
Created over 2 years ago.

0 Users

Rooms3DIntroductionRooms3D is a 3D visualization environment for the manipulation and sharing of files and folders via "Room" metaphor. Rooms3D is made available to the user community via RoomYak!. ... [More] For more information on RoomYak!, please see http://roomyak.wordpress.com. Instructions for building with Rooms3D may be found at RoomYak! Developers Page. Rooms attempts to exploit a user's learned 3D skills by providing a natural environment. There are a couple of aspects: Navigation - Rooms3D will need to make this intuitive and we may need outside human/machine interface expert help to do so. However, this is so new, that there is a huge latitude for ideas (i.e. 'messy piles', 'shadows' and 'windows') Presentation - Rooms3D will need to pull images out of the user's own photographs to make them feel like it is their space. We also may need to help them adjust the geometry of their rooms Migration from a Traditional Computer Experience - a user's experience should be that Rooms3D is a one-for-one representation of the file system they are used to. Users need to believe that objects won't be lost by switching to the Rooms view. They need to be able to launch their traditional apps from recognizable 'file objects' in the Rooms world. Open Source - encourage community particpation in Rooms3D by releasing under open source license with the goal of making Rooms3D better for everyone. NotesWhile we use InfiniDrive for our own reference implementation, there are no code dependencies on this proprietary filesystem in this project. [Less]
Created 11 months ago.

0 Users

AboutMulti Unpacker is a free tool that can recursively extract multiple RAR or ZIP archives. It requires WinRAR on your computer. FeaturesRecursive scanning of folders and sub-folders for archives ... [More] Multi part (split) archive support. Nested archive handling (recursively extract archives that were packed in other archives). Choose whether to replace or to keep existing files. Deletes successfully extracted archives. Good for unpacking large amount of archives when low on disk space. You can cancel the whole process anytime. To request new features create an issue. Download2009.06.16 - Multi Unpacker 1.0 - Download Now (382K) Screenshots Support the Open Source Software [Less]
Created 4 months ago.

0 Users

JCompareTool for comparing directories What is JCompare?JCompare is a utility for comparing directories. The utility will present two directories at the same time in left and the right pane and ... [More] will provide a visual comparison of the directory contents. It will also provide subfolder trees navigation. Development ToolsThe application is developed in Java. This makes the software cross platform. The goal is not to use any native component and keep the utility cross platform. [Less]
Created 12 months ago.