Browsing projects by Tag(s)

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

Showing page 1 of 4

GNU Midnight Commander is a visual file manager, licensed under GNU General Public License and therefore qualifies as Free Software. It's a feature rich full-screen text mode application that allows you to copy, move and delete files and whole directory trees, search for files and run commands ... [More] in the subshell. Internal viewer and editor are included. Midnight Commander is based on versatile text interfaces, such as Ncurses or S-Lang, which allows it to work on a regular console, inside an X Window terminal, over SSH connections and all kinds of remote shells. [Less]

4.27381
   
  2 reviews  |  289 users  |  235,420 lines of code  |  34 current contributors  |  Analyzed 4 days ago
 
 

The goal of the Syllable project is to create a family of easy-to-use free software operating systems. It is the continuation of the BeOS-like AtheOS. Syllable Desktop has its own C kernel with symmetric multiprocessing, multithreaded pre-emptive multitasking, high POSIX compliancy, 64-bit ... [More] journaled filesystem (AFS) with metadata, an integrated native GUI architecture with an object-oriented C++ API, SDL, singular native toolkit and multi-user desktop environment. The system seeks to be an integrated, lightweight, easy-to-program, powerful, high-performance graphical desktop environment which avoids legacy OS paradigms that frustrate developers and have hindered the computing masses' adoption of a free-software desktop. Syllable Server is a matching small and efficient Linux server. [Less]

3.75
   
  0 reviews  |  12 users  |  2,704,719 lines of code  |  2 current contributors  |  Analyzed almost 2 years ago
 
 

Jari OS is a real-time microkernel operating system which runs in terms of multi-service architecture. Core system consists of its own microkernel μString, core and system services, set of device drivers launched as trusted services. Our system is a pure microkernel and multi-service OS. All ... [More] work is made via trusted services, and each service works within its own address space, and in this case Jari OS is a pure multi-service OS. Jari OS provide POSIX API for threads, files, networking, timers, memory operations. [Less]

5.0
 
  0 reviews  |  11 users  |  852,144 lines of code  |  4 current contributors  |  Analyzed 7 months ago
 
 

libguestfs is a library for accessing and modifying guest disk images. Amongst the things this is good for: making batch configuration changes to guests, getting disk used/free statistics (see also: virt-df), migrating between virtualization systems (see also: virt-p2v), performing partial backups ... [More] , performing partial guest clones, cloning guests and changing registry/UUID/hostname info, and much else besides. libguestfs uses Linux kernel and qemu code, and can access any type of guest filesystem that Linux and qemu can, including but not limited to: ext2/3/4, btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, qcow2, vmdk. libguestfs has bindings for C, C++, OCaml, Perl, Python, Ruby or Java. [Less]

4.66667
   
  0 reviews  |  5 users  |  99,406 lines of code  |  17 current contributors  |  Analyzed 6 days ago
 
 
Compare

Vifm is a ncurses file manager with vi like key bindings.

5.0
 
  0 reviews  |  2 users  |  269,312 lines of code  |  2 current contributors  |  Analyzed 6 days ago
 
 

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

0
 
  0 reviews  |  1 user  |  1,489 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

VMFS is a clustered filesystem designed to store virtual machine disks for VMware ESX or ESXi Server hosts. This set of tools allows to access these filesystems from some other non ESX/ESXi host for e.g. maintenance tasks. Only read access is available at the moment, but write access is under ... [More] works. Multiple extents are supported. The VMFS can be accessed with a command line tool or mounted through a userspace filesystem (FUSE-based). [Less]

5.0
 
  0 reviews  |  1 user  |  6,816 lines of code  |  1 current contributor  |  Analyzed 9 days ago
 
 

ThinFAT32ThinFAT32 is an implementation of the FAT32 filesystem specification specifically targeted at embedded systems. It is designed to have a low memory footprint, use very little RAM, but be as robust and feature-complete as more sophisticated or expensive implementations of the same spec. ... [More] FeaturesSmall Easy to setup and use (you need only supply functions to read and write blocks from your hardware) Written in ANSI-compliant C Supports both 8.3 and LFN (Long Filenames) Almost no dependency on any external C library. (Requires only string.h, which can be factored out very easily) Low RAM footprint (Works mostly like the C standard libs fopen() fread() fwrite() etc... Does not conflict with the standard C libs, if you happen to be using them Is ThinFAT32 Ready for My Application?Yes! ... er... well actually no. There are still some bugs, and a few features left, but all in all, it works pretty well. It's certainly ready to be tested, and for use in prototypes. Getting Started - Testing on NIXGet the source from subversion. Make sure you've got gcc. The default make target builds main.c which is a simple test program. (Typically the last test I felt like doing) $: makeThe default build of ThinFAT32 depends on a filesystem for testing. The make targets make create make mount and make unmount create, mount and unmount this filesystem respectively. The filesystem will be stored in the regular file test.fat32, and will be available through the directory fs when mounted. Have a look at main.c to see how ThinFAT32 is used. [Less]

0
 
  0 reviews  |  1 user  |  1,389 lines of code  |  0 current contributors  |  Analyzed 4 months ago
 
 

SSH(SFTP) filesystem made using Dokan and SSH.NET library. It allows you to mount remote computers via SFTP protocol like windows network drives . Patches, suggestions and bug reports (with as much info as possible) are always welcome. I will look at them, but please be patient. Supported ... [More] Authentication methods ---------------------------- * password * private-key (OpenSsh private key format) Requirements ---------------------------- * Windows XP SP3(x86) or Windows Vista SP1 (x86 and x64) or Windows 7 (x86 and x64) * Microsoft .NET Framework 4 Full Profile (http://www.microsoft.com/download/en/details.aspx?id=17718) * Dokan Library 0.6.0 (http://dokan-dev.net/wp-content/uploads/DokanInstall_0.6.0.exe) [Less]

5.0
 
  0 reviews  |  1 user  |  23,854 lines of code  |  2 current contributors  |  Analyzed 23 days ago
 
 

rmlint is a commandline tool to clean your filesystem from various sort of lint (unused files, twins, etc.). It runs on Unixoid systems only and beats existing tools in terms of speed features easily. (About 20x times faster than fdupes in worstcase) Main Features: - Very fast (written in ... [More] C, in many cases faster than rdfind, and always magnitudes faster than fdupes). - Output of both a ready to use script to handle finds and a easy-to-parse logfile. - No extra dependencies at all (glibc only though) - Regex filter for both files and directories. - Finds duplictes, nonstripped binaries, files with same basenames (nameclusters), empty files/directories, old tempdata, strange filenames and bad links. - Colorful! :-) [Less]

4.0
   
  0 reviews  |  1 user  |  3,511 lines of code  |  4 current contributors  |  Analyzed 4 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.