Main > Free Download Search >

Free x file explorer 1.00 software for linux

x file explorer 1.00

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 533
X File Explorer 1.00

X File Explorer 1.00


X File Explorer is a file manager for the X Window System. more>>
X File Explorer (Xfe) is an MS-Explorer like file manager for X. X File Explorer is based on the popular, but discontinued, X Win Commander, originally developed by Maxim Baranov.
Xfe aims to be the file manager of choice for all the Unix addicts!
Why another file manager when the excellent Konqueror or Nautilus exist on Linux systems? The answer is quite simple : these file managers are very good, features rich and look wonderful, but they are like a brontosaurus when you are a console addict and only want to copy some files or delete it. Another problem is that they require either the whole Gnome or KDE desktops to be installed on your system!
On the contrary, Xfe is small, very rapid and only requires the FOX library to be fully functional. It can be launched from the command line in a fraction of second, and can efficiently complete the set of command line tools.
Main features:
- Four different file manager styles (one panel, two panels, tree list and one panel, tree list and two panels)
- Integrated text viewer (X File View, xfv)
- Integrated RPM viewer / installer / uninstaller (X File Query, xfq)
- Status line
- File associations
- Auto save registry
- Right mouse click pop-up menu in tree list and file list
- Change file(s) attributes
- Mount/Unmount devices (for Linux only)
- Toolbar
- Bookmarks (up to 20)
- Color schemes (GNOME, KDE, Windows...)
- Drag and Drop ( ctrl -> copy, shift -> move, alt -> symlink )
- Create / Extract archives (tar, zip, gzip, bzip2, compress formats are supported)
- Tool tips for long file names
- Progress bars or dialogs for lengthy file operations
- Image preview as thumbnails
- Ability to enqueue multimedia files (open command)
Key bindings:
- Help - F1
- View - F3, return
- Edit - F4
- Copy - F5, ctrl-c
- Cut - ctrl-x
- Paste - ctrl-v
- Move - F6, ctrl-d
- Rename - ctrl-n
- Delete - F8, del, ctrl-del
- Symlink - ctrl-s
- New file - F2
- New folder - F7
- Properties - F9
- Tree and one panel - ctrl-F1
- Tree and two panels - ctrl-F2
- One panel - ctrl-F3
- Two panels - ctrl-F4
- Hidden files - ctrl-F5
- Hidden folders - ctrl-F6
- Execute - ctrl-e
- Go home - ctrl-h
- Go up - backspace
- Terminal - ctrl-t
- Console file manager - ctrl-k
- Refresh - ctrl-r
- Select all - ctrl-a
- Deselect all - ctrl-z
- Invert selection - ctrl-i
- Add bookmark - ctrl-b
- Mount (Linux only) - ctrl-m
- Unmount (Linux only) - ctrl-u
- Quit - ctrl-q
<<less
Download (1.6MB)
Added: 2007-07-17 License: GPL (GNU General Public License) Price:
839 downloads
Pioneer Explorer 1.0

Pioneer Explorer 1.0


Pioneer Explorer is a desktop Linux distribution based on Ubuntu. more>>
Pioneer Explorer is a desktop Linux distribution based on Ubuntu.
Enhancements:
- Technalign, Inc., developers of both the community and commercial Pioneer Linux operating systems, announced today the release of Pioneer Explorer 1.0 and the Programs Folder. The final release of Pioneer Explorer includes a rebuilt X.Org file and rebuilt Firefox coupled with additional changes. Pioneer Explorer 1.0 is available for download immediately and includes the final additions to the Programs folder including virtualization tools. Pioneer Explorer 1.0 includes a pleasant experience with additional hardware support including unprecedented wireless and WinModem support out of the box. Pioneer Explorer now has KDE 4.0 beta in the repositories and those wanting to test may do so. Pioneer Explorer includes the Programs folder that allows for individuals to open a simple folder, install what they want when they want it easily
<<less
Download (672MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
803 downloads
WWW L-System Explorer 1.0.2

WWW L-System Explorer 1.0.2


WWW L-System Explorer is fancy tool for exploring L-S based fractals in your browser while computing takes place on a Web server more>>
WWW L-System Explorer project is fancy tool for exploring L-S based fractals in your browser while computing takes place on a Web server.
A rich command set is provided, along with several examples.
Main features:
- rich command set
- user-friendly interface using JavaScript
- PNG output
- 8 examples
- can be included in your pages using < IMG SRC="" > tag
- English and Czech help pages
- easy installation
- source code included
- universal class for turtle graphics
<<less
Download (0.020MB)
Added: 2006-01-26 License: GPL (GNU General Public License) Price:
1369 downloads
Shtooka Explorer 1.0

Shtooka Explorer 1.0


Shtooka Explorer project helps you by browsing your audio collections of words (SWAC). more>>
Shtooka Explorer project helps you by browsing your audio collections of words (SWAC).
These collections of words can be on your own computer, or you can get sounds from collections on the Internet. There are currently about 30 000 words in our server (5 packages: fra, eng, dut, chi, rus).
Main features:
- Browse local/internet audio collection of words
- Use shtooka-scan to extract vorbis comment tags of local collections
- Use flac/oggdec to decompress audio files
- Use "aplay" command to play sounds
- Use "wget" command to download files from the internet
- Compiled with LCL/GTK2 by FreePascal
<<less
Download (1.1MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
945 downloads
RegExplorer 0.1.6

RegExplorer 0.1.6


RegExplorer project is a regular Expression Explorer. more>>
RegExplorer project is a regular Expression Explorer.

It allows for writing regular expressions and visually see the matches, thus making regular expression much easier to write and maintain.

<<less
Download (0.028MB)
Added: 2006-11-03 License: QPL (QT Public License) Price:
1086 downloads
CGI::Explorer 2.07

CGI::Explorer 2.07


CGI::Explorer is a class to manage displaying a hash tree of data, for use in CGI scripts. more>>
CGI::Explorer is a class to manage displaying a hash tree of data, for use in CGI scripts.

Synopsis

Install /assets/css/explorer/xtree.css, /assets/js/explorer/xtree.js, and /assets/images/explorer/*, as per the installation instructions, below.
Then run the demos example/bootstrap-hobbit.pl, which creates a database table using DBIx::Hash2Table, and then example/hobbit.cgi, which reads a database table using DBIx::Table2Hash.
Or, more simply, run example/hobbit-hash.cgi which has the same hash directly in the source code.

CGI::Explorer is a pure Perl module.

It is a support module for CGI scripts. It manages a hash, a tree of data, so that the script can display the tree, and the user can single-click on the [+] or [-] of a node, or double-click on the icon of a node, to open or close that nodes sub-tree.

Opening a node reveals all children of that node, and restores their open/closed state.
Closing a node hides all children of that node.

When you click on the text of a node, the nodes id is submitted to the CGI script via the path info of the URL attached to that node. This path info mechanism can be overridden.
The id is assigned to the node when you call the method hash2tree(), which is where the module converts your hash into JavaScript.

Neither the module CGI.pm, nor any of that kidney, are used by this module.

<<less
Download (0.031MB)
Added: 2006-10-07 License: Perl Artistic License Price:
1112 downloads
GRegExp Explorer 0.4.0

GRegExp Explorer 0.4.0


GRegExp Explorer is a graphical regular expression explorer based on the PCRE regular expression library. more>>
GRegExp Explorer is a graphical regular expression explorer based on the PCRE regular expression library. It is possible to test regular expressions on the fly and check the result in detail.

<<less
Download (0.12MB)
Added: 2007-06-12 License: GPL (GNU General Public License) Price:
864 downloads
my Knowledge Explorer 7.3

my Knowledge Explorer 7.3


my Knowledge Explorer, in short mKE, is an intelligent knowledge assistant. more>>
my Knowledge Explorer, in short mKE, is an intelligent knowledge assistant. mKE helps the user to record, change and search knowledge, and provides extensive error checking to ensure the internal consistency of the knowledge. mKE possesses self-knowledge -- just ask it (using the mKR language) what commands it can execute for you.
mKE command-line options select the language definitions -- RDF or OWL or CycL or mKR -- which are automatically loaded on startup. The CycL definitions include the complete Upper Ontology of the OpenCyc knowledge base.
mKE is implemented using the Unicon and KornShell and Java languages, providing easy integration with Unicon procedures, shell scripts, Linux/Windows commands, web pages and standard databases.
Enhancements:
- This release includes the OpenCyc Upper Ontology, which is automatically loaded with "-cyc" option.
- RDF and OWL language definitions are loaded with "-rdf" and "-owl" options.
- The mKR binary relation syntax was enhanced for easier translation of OWL files to mKR files.
<<less
Download (8.5MB)
Added: 2007-02-22 License: GPL (GNU General Public License) Price:
977 downloads
Ports Tree Explorer 0.2

Ports Tree Explorer 0.2


Ports Tree Explorer is a navigation tool for a ports tree. more>>
Ports Tree Explorer (PTE) is a small tool that allows you to navigate through your /usr/ports tree, showing you information about a selected port, tree view, software categories (/usr/ports main dirs) and finally allows you to install a selected port using childs for the installation.
PTE Allows you to monitor background installs and allow you to perform certain operations related to your software ports tree, with a plain and simple GUI requires almost minimum shell interaction.
Newer versions will include CVS updates off the ports, managing/modifying a specific port, see available FLAVORS and finally specify compilation options for this port. Ports Tree Explorer is written in perl/tk and its working (tested) on Open BSD. PTE is free and improvements, adjustments etc. are more than welcomed.
PTE aims to be an easy to use tool. Plain and simple as possible, functional for new users of /usr/ports tree along with experienced users that get bored often.
The scope of this project is to provide an easy way to use/maintain and install programs from your ports tree.
At the current stage, we aim to be usable and all the required functions be implemented and work.
After this goes to a stable release, security enhancements and extra functionality will be added.
Main features:
- Ports Category separation
- Ports Program separation
- Description of Port
- Install selected port
- History of executed commands (Installations)
Enhancements:
- Kill a background install.
- Changed the state of background install from Started to Finished (when the install is actually finished)
- Save history to file.
- Direct output from the fork to the output window.
- Support for other ports, like NetBSD, Free BSD ports.
<<less
Download (0.16MB)
Added: 2005-05-05 License: BSD License Price:
1633 downloads
file2menu 1.00

file2menu 1.00


file2menu is a class that automatically generates a menu of links more>>
file2menu is a class that automatically generates a menu of links.

It reads the contents of given directories and all the subdirectories in them to enumerate the files that should be referenced in the output.

To use the function you just need something like this :

< ?php
$dir = new file2menu(‘/myDirectory’);
$dir->DisplayMenu();

You can also use the SaveAs method to save the menu in a file :

< ?php
$dir = new file2menu(‘/myDirectory’);
$dir->SaveAs(‘FileToSave.html’);

<<less
Download (MB)
Added: 2006-09-20 License: GPL (GNU General Public License) Price:
1130 downloads
BytesFall Explorer 0.0.9.1

BytesFall Explorer 0.0.9.1


BytesFall Explorer is a web-based file manager programmed in PHP and JavaScript and licensed under the GNU GPL. more>>
BytesFall Explorer (bfExplorer for short) is a web-based file manager programmed in PHP and JavaScript and licensed under the GNU GPL.
It allows you to upload, download, view, edit, copy, move/rename and change permissions of a single file/directory or a group of files/directories. It uses an SQL engine to store the users for the authentication (currently MySQL and PostgreSQL are supported). BytesFall Explorer has an interface similar to Windows Explorer (and several other explorers).
bfExplorer uses the work of some other projects, also released under the GNU GPL license:
- jsTree is used to generate the directories tree.
- GeSHi is used to highligh the source code in the known files.
- Shell Commander (a modified version) is used to provide the shell functionality.
- FCKeditor will be used to provide WYSIWYG edition in HTML files (not implemented yet).
Enhancements:
- This release fixes a bug in the installer of version 0.0.9 that prevented the user from logging in after the installation.
- No other changes were made.
<<less
Download (0.30MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1017 downloads
Devel::Pointer 1.00

Devel::Pointer 1.00


Devel::Pointer is a Perl module that can fiddle around with pointers. more>>
Devel::Pointer is a Perl module that can fiddle around with pointers.

SYNOPSIS

use Devel::Pointer;
$a = address_of($b); # a = &b;
$b = deref($a); # b = *a;

$a = unsmash_sv(0+$scalar_ref);
@a = unsmash_av(0+$array_ref);
%a = unsmash_hv(0+$hash_ref);
&a = unsmash_cv(0+$code_ref);
# OK, you cant do that, but you get the idea

$c = deref(-1); # *(-1), and the resulting segfault.

The primary purpose of this is to turn a smashed reference address back into a value. Once a reference is treated as a numeric value, you cant dereference it normally; although with this module, you can.

Be careful, though, to avoid dereferencing things that dont want to be dereferenced.

<<less
Download (0.003MB)
Added: 2007-07-26 License: Perl Artistic License Price:
821 downloads
Bazaar Explorer 0.5

Bazaar Explorer 0.5


desktop application providing an easy-to-use interface to the Bazaar version control system more>>

Bazaar Explorer 0.5 is a simple to use, yet sophisticated desktop application with an easy-to-use interface for the Bazaar version control system. It is designed to be simple enough for casual users of version control, yet powerful enough for experts to be productive. To see BzrExplorer in action, see Bazaar Explorer by Pictures or browse the screenshots.

Unlike many other version control applications, BzrExplorer puts the focus on managing branches and changes, rather than directories and files. (If you prefer the latter, you may find an extension to the File Manager provided as part of the operating system more to your liking, e.g. TortoiseBzr.)

Major Features:

  1. Cross Platform
    • Based on Nokia's Qt technology, BzrExplorer runs on all popular desktops including GNOME, KDE, Windows and Mac OS X. In each environment, it provides a native look-and-feel and adjusts its menu to meet the UI design guidelines for that platform.
  2. Application Suites
    • BzrExplorer provides most of its functionality by calling out to mini-applications provided by "application suites", namely the QBzr and bzr-gtk plugins. QBzr is required while bzr-gtk is optional. If both are installed, you can choose which application suite to use.
    • Note: Different application suites provide different amounts of coverage of Bazaar's functionality. If you expect an action to be enabled and it isn't, it's probably because the application suite is yet to provide that feature.
  3. Location Views:
    • BzrExplorer supports 4 kinds of Bazaar locations:
      • repositories
      • branches
      • bound branches (also called heavyweight checkouts in Bazaar 1.x)
      • checkouts.
    • The summary view and actions available depend on the location kind. For example, opening a repository shows the interesting locations nested within it while opening a branch shows the working tree "status" summary.
    • Note: Strictly speaking, "repositories" are actually called shared repositories and "checkouts" are actually called lightweight checkouts. Those more-precise terms are avoided in the BzrExplorer user interface to Keep It Simple for casual users.
  4. Change Management: Here's the most commonly used recipe by BzrExplorer users:
    • Open a branch
    • Change some files
    • Select Refresh on the toolbar (F5), confirming the overall status
    • Select Diff on the toolbar (F3), checking the changes
    • Select Commit on the toolbar (F4)
    • Enter a commit message and select OK
    • Select Refresh on the toolbar (F5), confirming there are no outstanding changes
  5. Remote Locations
    • While primarily designed for working on local branches, BzrExplorer lets you open remote locations, e.g. branches on Launchpad. The set of actions available is masked accordingly.
  6. Settings Management
    • BzrExplorer provides easy access to all of Bazaar's configuration files. Custom dialogs are provided by the various application suites for nice editing of some of these. For others, a (configurable) text editor is launched.
  7. Troubleshooting
    • BzrExplorer provides easy access to Bazaar's log file and the Launchpad pages for reporting bugs and asking questions about BzrExplorer. A diagnostic mode can also be enabled in which selecting an action simply shows what Bazaar command would actually be run, together with the options and parameters that would be passed to it.
<<less
Added: 2009-07-21 License: GPL Price: FREE
14 downloads
Il Catalogo 1.00

Il Catalogo 1.00


A classical CD music cataloging utility more>> A classical CD music cataloging utility

Il Catalogo will allow you to keep track of all your CDs and organize you classical music collection. An easy to use and handy cataloguer written in Java.

<<less
Download (865KB)
Added: 2009-04-07 License: GPL Price: FREE
199 downloads
sipscreen 1.00

sipscreen 1.00


sipscreen project is a Linux iptables QUEUE target handler written in perl for screening incoming SIP phone calls. more>>
sipscreen project is a Linux iptables QUEUE target handler written in perl for screening incoming SIP phone calls.

If you have a network configuration similar to mine, with a Vonage or other Voice-over-IP adapter located behind a Linux gateway, you may find sipscreen useful for programmatically accepting or rejecting inbound calls, based on the caller ID information, the time of day, or any other clever algorithm you can think of.
<<less
Download (0.003MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
861 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5