x 210
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 67
x 3.0
x project is a tool for Unix-like systems that takes all the hassle out of extracting archives. more>>
x project is a tool for Unix-like systems that takes all the hassle out of extracting archives. Heres an example of how you use it:
$ x linux-2.6.10.tar.bz2
Thats basically the same thing as:
$ tar -jxf linux-2.6.10.tar.bz2
So why use x?
Main features:
- Handles many archive types: You only need to remember one simple command to extract tar, zip, cpio, deb, and rpm files. If theyre compressed, x will take care of that for you, too.
- Keeps everything organized: x will make sure that archives are extracted into their own dedicated directories.
- Sane permissions: x makes sure you can read and write all the files you just extracted, while leaving the rest of the permissions intact.
- Recursive extraction: x can find archives inside the archive and extract those too.
<<less$ x linux-2.6.10.tar.bz2
Thats basically the same thing as:
$ tar -jxf linux-2.6.10.tar.bz2
So why use x?
Main features:
- Handles many archive types: You only need to remember one simple command to extract tar, zip, cpio, deb, and rpm files. If theyre compressed, x will take care of that for you, too.
- Keeps everything organized: x will make sure that archives are extracted into their own dedicated directories.
- Sane permissions: x makes sure you can read and write all the files you just extracted, while leaving the rest of the permissions intact.
- Recursive extraction: x can find archives inside the archive and extract those too.
Download (0.017MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
1025 downloads
X-word 1.0
X-word is a GTK program for doing crosswords. more>>
X-word is a GTK program for doing crosswords.
Xword is a GTK crossword puzzle program. It reads and writes puzzles in the AcrossLite format used by The New York Times.
It has printing, a clock, a word list, auto-saving, and options to check and reveal letters of the puzzle.
<<lessXword is a GTK crossword puzzle program. It reads and writes puzzles in the AcrossLite format used by The New York Times.
It has printing, a clock, a word list, auto-saving, and options to check and reveal letters of the puzzle.
Download (0.018MB)
Added: 2006-07-24 License: BSD License Price:
1191 downloads
X Portal 2.0
X Portal is a powerful CMS (content management system) which can handle multiple language files. more>>
X Portal project is a powerful CMS (content management system) which can handle multiple language files.
English and Hungarian languages are included in the basic package. The engine was taken from phpnuke-textportal.
Enhancements:
- autoHALT automatically logs out when the browser is closed.
- Security was enhanced with lots of new security tools.
<<lessEnglish and Hungarian languages are included in the basic package. The engine was taken from phpnuke-textportal.
Enhancements:
- autoHALT automatically logs out when the browser is closed.
- Security was enhanced with lots of new security tools.
Download (0.60MB)
Added: 2006-04-28 License: Free To Use But Restricted Price:
1277 downloads
Download (0.37MB)
Added: 2007-06-20 License: LGPL (GNU Lesser General Public License) Price:
860 downloads
X-DSL 0.3
X-DSL can be run as a live CD on a modded Xbox or installed to the Xbox hard drive. more>>
X-DSL can be run as a live CD on a modded Xbox or installed to the Xbox hard drive. It will automatically boot into X Windows where you can use your Xbox controller to control the mouse pointer and a virtual keyboard to enter text.
X-DSL has fluxbox based desktop, with applications for a number of common tasks including:
- Mozilla Firefox web browser
- AxY GTK+ graphical FTP Client
- Sylpheed graphical email client
- Naim console based AIM, ICQ, IRC
- VNC and Remote Desktop clients
- FLWriter word processor
- Siag spreadsheet
- Graphics editing and viewing using Xpaint and xzgv
- Viewers for PDF, Word and Postscript files
- emelFM file manager
- XMMS audio player
- Monkey web server
- FTP server
- SSH client/server
X-DSL can be customised using myDSL extensions with over 200 extensions currently available from the Damn Small Linux repository.
Enhancements:
- Based on Damn Small Linux 1.4
- Another rewrite of the the install scripts
- Improvements to loopback install to allow swap file on the same partition
- Added raincoat
- Added tool to show current IP Address (Under System, Net Setup in the desktop menu)
<<lessX-DSL has fluxbox based desktop, with applications for a number of common tasks including:
- Mozilla Firefox web browser
- AxY GTK+ graphical FTP Client
- Sylpheed graphical email client
- Naim console based AIM, ICQ, IRC
- VNC and Remote Desktop clients
- FLWriter word processor
- Siag spreadsheet
- Graphics editing and viewing using Xpaint and xzgv
- Viewers for PDF, Word and Postscript files
- emelFM file manager
- XMMS audio player
- Monkey web server
- FTP server
- SSH client/server
X-DSL can be customised using myDSL extensions with over 200 extensions currently available from the Damn Small Linux repository.
Enhancements:
- Based on Damn Small Linux 1.4
- Another rewrite of the the install scripts
- Improvements to loopback install to allow swap file on the same partition
- Added raincoat
- Added tool to show current IP Address (Under System, Net Setup in the desktop menu)
Download (40MB)
Added: 2005-08-25 License: GPL (GNU General Public License) Price:
1528 downloads
X.Org 7.2
The X.Org Foundation provides an open source implementation of the X Window System. more>>
The X.Org Foundation provides an open source implementation of the X Window System. The development work is being done as part of the freedesktop.org community.
<<less Download (MB)
Added: 2007-02-06 License: MIT/X Consortium License Price:
998 downloads
X::Osd 0.7
X::Osd is a Perl extension to the X On Screen Display library (xosd). more>>
X::Osd is a Perl extension to the X On Screen Display library (xosd).
SYNOPSIS
use X::Osd;
my $osd = X::Osd->new(NULL, 2);
$osd->set_font("-*-lucidatypewriter-medium-r-normal-*-*-25-*-*-*-*-*-*");
$osd->set_colour("Green");
$osd->set_timeout(3);
$osd->set_pos(XOSD_top);
$osd->set_align(XOSD_right);
$osd->set_horizontal_offset(0);
$osd->set_vertical_offset(10);
$osd->set_shadow_offset(2);
$osd->string(0,Hello World!);
$osd->percentage(0,56);
$osd->slider(0,34);
XOSD displays text on your screen, sounds simple right? The difference is it is unmanaged and shaped, so it appears transparent. This gives the effect of an On Screen Display, like your TV/VCR etc..
It currently supports 3 type of writes, string for simple text, printf formatted text, slider and percentage display.
<<lessSYNOPSIS
use X::Osd;
my $osd = X::Osd->new(NULL, 2);
$osd->set_font("-*-lucidatypewriter-medium-r-normal-*-*-25-*-*-*-*-*-*");
$osd->set_colour("Green");
$osd->set_timeout(3);
$osd->set_pos(XOSD_top);
$osd->set_align(XOSD_right);
$osd->set_horizontal_offset(0);
$osd->set_vertical_offset(10);
$osd->set_shadow_offset(2);
$osd->string(0,Hello World!);
$osd->percentage(0,56);
$osd->slider(0,34);
XOSD displays text on your screen, sounds simple right? The difference is it is unmanaged and shaped, so it appears transparent. This gives the effect of an On Screen Display, like your TV/VCR etc..
It currently supports 3 type of writes, string for simple text, printf formatted text, slider and percentage display.
Download (0.006MB)
Added: 2007-05-10 License: Perl Artistic License Price:
905 downloads
Auth-X 0.7
Auth-X provides the Web-based authentication component for the R-BOSS system. more>>
Auth-X provides the Web-based authentication component for the R-BOSS system.
Auth-X is the web based authentication component for all R-BOSS applications (Actual-X, News-X, Track-x, etc). Access to all R-Boss applications initiates after and an Auth-X session. Though Auth-X is not directly access by users, it plays a fundamental role in tying the various R-BOSS applications together.
The User module/library is used by R-BOSS applications to authenticate users against a central user database. The User module also authorizes the level of permissions a user has and what task the user is allowed to perform. In addition to the User module/library, Auth-X is comprised of web based CGI pages. These CGI pages all allow new users to add themselves, pending administrator approval. Administrators then approve new users and authorize allowed program access.
Each of the R-Boss programs has different types of permissions, and the proper use of the Auth-X system can ensure that each user has sufficient rights to do what he or she needs to do-but nothing more. Auth-X enables users to change their own passwords and apply for permissions on the various R-BOSS programs. Auth-X administrators (generally within the language service) are notified via e-mail and are then able to authorize - or deny - the privileges without the intervention of technical support staff.
Auth-X Administrators are entrusted as the gatekeeper to important services and data. Administrators set the level of privileges the users has to perform task within the R-BOSS programs.
<<lessAuth-X is the web based authentication component for all R-BOSS applications (Actual-X, News-X, Track-x, etc). Access to all R-Boss applications initiates after and an Auth-X session. Though Auth-X is not directly access by users, it plays a fundamental role in tying the various R-BOSS applications together.
The User module/library is used by R-BOSS applications to authenticate users against a central user database. The User module also authorizes the level of permissions a user has and what task the user is allowed to perform. In addition to the User module/library, Auth-X is comprised of web based CGI pages. These CGI pages all allow new users to add themselves, pending administrator approval. Administrators then approve new users and authorize allowed program access.
Each of the R-Boss programs has different types of permissions, and the proper use of the Auth-X system can ensure that each user has sufficient rights to do what he or she needs to do-but nothing more. Auth-X enables users to change their own passwords and apply for permissions on the various R-BOSS programs. Auth-X administrators (generally within the language service) are notified via e-mail and are then able to authorize - or deny - the privileges without the intervention of technical support staff.
Auth-X Administrators are entrusted as the gatekeeper to important services and data. Administrators set the level of privileges the users has to perform task within the R-BOSS programs.
Download (0.048MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
921 downloads
X-Unikey 1.0.3b
X-Unikey lets you type Vietnamese in X Window environment. more>>
X-Unikey project lets you type Vietnamese in X Window environment. X-Unikey is Unikey ported to Linux and FreeBSD.
It has been tested with many popular programs, such as OpenOffice, emacs, vim, QT applications, GTK applications... X-Unikey has all the features of the Windows version, except that its GUI is still too simplified.
All options are set through configuration file or keyboard shortcuts.
Enhancements:
- This release was unified with Unikey.
- Some bugs were fixed, including an array out of range error in macro matching that caused the engine to crash.
- Some unused options were removed.
<<lessIt has been tested with many popular programs, such as OpenOffice, emacs, vim, QT applications, GTK applications... X-Unikey has all the features of the Windows version, except that its GUI is still too simplified.
All options are set through configuration file or keyboard shortcuts.
Enhancements:
- This release was unified with Unikey.
- Some bugs were fixed, including an array out of range error in macro matching that caused the engine to crash.
- Some unused options were removed.
Download (0.32MB)
Added: 2006-02-14 License: GPL (GNU General Public License) Price:
1376 downloads
X-Bone 3.2
X-Bone project dynamically deploys and manages Internet overlays to reduce configuration effort. more>>
X-Bone project dynamically deploys and manages Internet overlays to reduce configuration effort and increase network component sharing.
The X-Bone discovers, configures, and monitors network resources to create overlays over existing IP networks. Overlays are useful for deploying overlapping virtual networks on shared infrastructure and for simplifying topology.
The X-Bone extends current overlay management by adding dynamic resource discovery, deployment, and monitoring, and allows network components (hosts, routers) to participate simultaneously in multiple overlays.
The X-Bones two-layer IP in IP tunneled overlays support existing applications and unmodified routing, multicast, and DNS services in unmodified host operating systems. This two-layer scheme uniquely supports node revisitation and recursive overlays, which is critical for fault tolerance and dynamic relocation.
The X-Bone uses multicast to simplify resource discovery, and provides secure deployment as well as secure overlays.
Enhancements:
- LDAP support, replication, a global registry, and multiple certificate authorities were added.
- The UI was cleaned and updated. Legacy support for Red Hat 9 and Apache 1.3 was dropped.
- Many bugfixes were made.
<<lessThe X-Bone discovers, configures, and monitors network resources to create overlays over existing IP networks. Overlays are useful for deploying overlapping virtual networks on shared infrastructure and for simplifying topology.
The X-Bone extends current overlay management by adding dynamic resource discovery, deployment, and monitoring, and allows network components (hosts, routers) to participate simultaneously in multiple overlays.
The X-Bones two-layer IP in IP tunneled overlays support existing applications and unmodified routing, multicast, and DNS services in unmodified host operating systems. This two-layer scheme uniquely supports node revisitation and recursive overlays, which is critical for fault tolerance and dynamic relocation.
The X-Bone uses multicast to simplify resource discovery, and provides secure deployment as well as secure overlays.
Enhancements:
- LDAP support, replication, a global registry, and multiple certificate authorities were added.
- The UI was cleaned and updated. Legacy support for Red Hat 9 and Apache 1.3 was dropped.
- Many bugfixes were made.
Download (0.37MB)
Added: 2006-05-04 License: BSD License Price:
1268 downloads
Other version of X-Bone
License:GPL (GNU General Public License)
G-SYS-X 0.2
G-SYS-X is a simple system for web masters allowing then to add galleries to webpages. more>>
G-SYS-X is a simple system for web masters allowing then to add galleries to webpages using a tree of directories to organize the structure of the gallery.
The system can also generate a Google sitemap for the gallery to help Google web crawlers spider the gallery more efficiently.
The project has been made available as open source under the LGPL license.
Enhancements:
- Added Google Sitemap generator to the system
<<lessThe system can also generate a Google sitemap for the gallery to help Google web crawlers spider the gallery more efficiently.
The project has been made available as open source under the LGPL license.
Enhancements:
- Added Google Sitemap generator to the system
Download (0.011MB)
Added: 2007-04-27 License: LGPL (GNU Lesser General Public License) Price:
910 downloads
X-pired 1.22
X-pired is an action-puzzle game. more>>
X-pired is an action-puzzle game written in C using SDL, SDL_mixer, SDL_image and SDL_gfx libraries distributed under the terms of GNU GPL.
The goal of the game in each level is to reach the exit square, avoiding exploding barrels and other deadly stuff...
Enhancements:
- Some loading bugs fixed.
- Rare and strange cycling bug fixed(?).
- X-pir-Ed-It supports some command line opts, fullscreen mode (but it sucks under Win) and "save as" feature now.
<<lessThe goal of the game in each level is to reach the exit square, avoiding exploding barrels and other deadly stuff...
Enhancements:
- Some loading bugs fixed.
- Rare and strange cycling bug fixed(?).
- X-pir-Ed-It supports some command line opts, fullscreen mode (but it sucks under Win) and "save as" feature now.
Download (2.1MB)
Added: 2005-08-11 License: GPL (GNU General Public License) Price:
1535 downloads
X-bomber 0.8
X-bomber project is a multiplayer game for Unix systems. more>>
X-bomber project is a multiplayer game for Unix systems.
"X-Bomber" is multi-player maze-style game where players collect and drop bombs, in an attempt to blow each other up. Last player standing wins!
X-Bomber is vaguely based on "Atomic Bomberman" by InterPlay and "Bomberman" by Hudsonsof. It is played on a grid, rather than with smooth movement.
Main features:
- 4 players on screen, up to 3 may be computer-controlled
- Pairs of players can share the same keyboard (so only two PCs are needed for a 4-human match)
- 2 types of bombs - normal, and remote-controlled
- Randomly-placed boxes with random power-ups inside!
- Occasionally, random boxes of explosive TNT
- 100 level maps!
- A nasty "death" character who appears if the players take too long. He ruthlessly homes in one a character until he catches him... then he picks a new victim!
<<less"X-Bomber" is multi-player maze-style game where players collect and drop bombs, in an attempt to blow each other up. Last player standing wins!
X-Bomber is vaguely based on "Atomic Bomberman" by InterPlay and "Bomberman" by Hudsonsof. It is played on a grid, rather than with smooth movement.
Main features:
- 4 players on screen, up to 3 may be computer-controlled
- Pairs of players can share the same keyboard (so only two PCs are needed for a 4-human match)
- 2 types of bombs - normal, and remote-controlled
- Randomly-placed boxes with random power-ups inside!
- Occasionally, random boxes of explosive TNT
- 100 level maps!
- A nasty "death" character who appears if the players take too long. He ruthlessly homes in one a character until he catches him... then he picks a new victim!
Download (0.23MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1074 downloads
X-Moto 0.3.0
X-Moto is a 2D motocross platform game. more>>
X-Moto is a challenging 2D motocross platform game, where physics play an all important role in the gameplay. You need to control your bike to its limit, if you want to have a chance finishing the more difficult of the challenges.
First youll try just to complete the levels, while later youll compete with yourself and others, racing against the clock.
Main features:
- High-resolution 2D graphics accelerated by your fancy 3D hardware
- Easy extensible with custom levels and stuff (Level editor included)
- Advanced physics engine
- Levels scriptable with the Lua programming language
- Much more...
<<lessFirst youll try just to complete the levels, while later youll compete with yourself and others, racing against the clock.
Main features:
- High-resolution 2D graphics accelerated by your fancy 3D hardware
- Easy extensible with custom levels and stuff (Level editor included)
- Advanced physics engine
- Levels scriptable with the Lua programming language
- Much more...
Download (2.6MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
2166 downloads
X-Launch 0.5
X-Launch is a GTK-based skinnable run dialog. more>>
X-Launch is a GTK-based skinnable run dialog.
It has bash style autocompletion, skin support, and animations to let you know when a slow application is launching.
It can function like other run dialogs, but you can also tell it to stay resident in memory and hide itself after it launches an application.
X-Launch not only looks better then any other Run dialog, but is more powerful and faster then most. It will manage its own hotkey, so you dont have to have a window manager that supports hotkeys and it doesnt have to launch every time you want to launch an application.
For those of you out there that are avid keyboard users, especially for launching applications, then this program is for you.
Main features:
- Launch applications easily from a command interface
- Fresh looking skinable user interface
- Set a hotkey to bring up the launch window
- Animations to let you know a slow program is launching
- Full command history that has smart sorting (last used, first shown)
- Inline command history, no need for using arrows or tab to select command
- Tab completion for executable file in your path
- Tab completion for directories
- Edit your history easily.
- Configurable behavor after an application is launched.
- Smart app technology that will figure out if you have typed a valid application.
<<lessIt has bash style autocompletion, skin support, and animations to let you know when a slow application is launching.
It can function like other run dialogs, but you can also tell it to stay resident in memory and hide itself after it launches an application.
X-Launch not only looks better then any other Run dialog, but is more powerful and faster then most. It will manage its own hotkey, so you dont have to have a window manager that supports hotkeys and it doesnt have to launch every time you want to launch an application.
For those of you out there that are avid keyboard users, especially for launching applications, then this program is for you.
Main features:
- Launch applications easily from a command interface
- Fresh looking skinable user interface
- Set a hotkey to bring up the launch window
- Animations to let you know a slow program is launching
- Full command history that has smart sorting (last used, first shown)
- Inline command history, no need for using arrows or tab to select command
- Tab completion for executable file in your path
- Tab completion for directories
- Edit your history easily.
- Configurable behavor after an application is launched.
- Smart app technology that will figure out if you have typed a valid application.
Download (0.29MB)
Added: 2006-09-28 License: GPL (GNU General Public License) Price:
1130 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above x 210 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed