Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

hatexmpp

Compare

  Analyzed about 21 hours ago

Hatexmpp is a xmpp client featuring filesystem interface. It can be used as an unix-way-ish jabber client in various scripts and with user-friendly frontends. It’s inspired by suck less philosophy and awful state of the other xmpp clients.

1.91K lines of code

1 current contributors

over 1 year since last commit

2 users on Open Hub

Very Low Activity
3.0
   
I Use This
Licenses: No declared licenses

ClamFS

Compare

  No analysis available

ClamFS is a FUSE-based user-space file system for Linux with on-access anti-virus file scanning through clamd daemon.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: No declared licenses

cloudfuse

Compare

  Analyzed about 24 hours ago

Cloudfuse is a FUSE application which provides access to Rackspace's Cloud Files (or any installation of Swift). Cloud Files is a remote storage system which is similar in principle to Amazon S3. It provides a simple RESTful interface to storing and retrieving objects. ... [More] http://www.rackspace.com/cloud/files/ Swift, the software behind Cloud Files, has been open-sourced as part of the OpenStack project. http://swift.openstack.org/ [Less]

7.46K lines of code

0 current contributors

almost 8 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

musicfs

Compare

  Analyzed 1 minute ago

Musicfs is a FUSE filesystem which indexes your media files and provides a convenient hierarchy to browse the collection. Much like the one you see in media players like Amarok or the iPod.

1.51K lines of code

0 current contributors

over 14 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This
Tags fuse media

pyraid

Compare

  Analyzed 1 day ago

This project is moving to Github. Pyraid is a simple RAID-0 and RAID-5 implementation useful for data recovery. If the headers that contain the RAID metadata (stripe size, algorithm, offset...) are corrupted, it is often difficult to rebuild them, so Pyraid allows you to mount a RAID array without ... [More] requiring the headers by manually specifying the RAID metadata. Pyraid uses FUSE (Filesystem in Userspace), which is available for POSIX-compliant operating systems (Linux, Mac OS X, etc). Pyraid also includes a pyraid-dump.py script, which does not require FUSE, so it should run on most operating systems. See the HOWTO in the wiki for usage information. [Less]

395 lines of code

0 current contributors

over 14 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

bindfs

Compare

  Analyzed about 2 hours ago

Overviewbindfs is a FUSE filesystem for mounting a directory to another location, similarly to mount --bind. The permissions inside the mountpoint can be altered using various rules. ExamplesHere are some examples of what bindfs can do for you: Make a directory read-only. bindfs --perms=a-w ... [More] somedir somedir Share a directory with some other users without modifying /etc/group. bindfs --mirror-only=joe,bob,@wheel ~/some/dir shared Make your website available to the webserver process read-only. bindfs --owner=www --perms=0000:u=rD ~/stuff/website ~/public_html Make all new files uploaded to an FTP share owned by you and seen by everyone. bindfs --create-for-user=me --create-with-perms=u+rw,a+rD /var/ftp/uploads /var/ftp/uploads Manualbindfs --help man 1 bindfs Supportbindfs has been tested on Linux 2.4/2.6 with fuse 2.5.3+ as well as Mac OS X 10.5 with MacFUSE. Please tell me if you have tried it on another platform, such as FreeBSD. Basic installation instructions are available. All bug reports, comments and ideas are very welcome at or the issue tracker. [Less]

5.9K lines of code

3 current contributors

23 days since last commit

1 users on Open Hub

Low Activity
5.0
 
I Use This

boxfs

Compare

  Analyzed about 14 hours ago

boxfs is a FUSE-based filesystem that lets you mount your box.com account to a local directory. It interfaces whe box.com storage service using their OpenBox API . boxfs is licensed under the GPLv3, and comes with no warranty. More info at the project homepage: https://github.com/drotiro/boxfs2

1.95K lines of code

0 current contributors

about 9 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

FSter

Compare

  Analyzed 1 day ago

FSter is a virtual file system implementation based on Fuse technology and exploiting Tracker metadata technology to allow access to files according to the metadata they’re associated to. In practice, FSter enables scenarios such as the following ones: - browsing the content of a drive (or ... [More] simply of a folder) according to a user-defined hierarchy or progression of filter based on metadata; - associating metadata to files whenever operations are performed on them. For example, copying or saving a file in a specific place means storing it along with a description (metadata); - generating “virtual” files from metadata, e.g., a vCard file that is not really on the file system, but dynamically built from metadata [Less]

5.16K lines of code

0 current contributors

over 9 years since last commit

1 users on Open Hub

Inactive
3.0
   
I Use This

pytagsfs

Compare

  No analysis available

pytagsfs is a FUSE filesystem that arranges media files in a virtual directory structure based on the file tags. For instance, a set of audio files could be mapped to a new directory structure organizing them hierarchically by album, genre, release date, etc. File tags can be changed by moving and ... [More] renaming virtual files and directories. The virtual files can also be modified directly, and, of course, can be opened and played just like regular files. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: gpl

unionfs-fuse

Compare

  Analyzed about 9 hours ago

UnionFS-fuse is a filesystem service for Linux which implements a union mount for other file systems. It allows files and directories of separate file systems, known as branches, to be transparently overlaid, forming a single coherent file system. Contents of directories which have the same path ... [More] within the merged branches will be seen together in a single merged directory, within the new, virtual filesystem. It first tries to access the file on the top branch and if the file does not exist there, it continues on lower level branches. If the user tries to modify a file on a lower level read-only branch the file is copied to to a higher level read-write branch if the copy-on-write (cow) mode was enabled. [Less]

3.92K lines of code

2 current contributors

4 months since last commit

1 users on Open Hub

Very Low Activity
3.5
   
I Use This