full
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2197
Full Screen 0.5
Full Screen is an extension which provides a fulscreen button on the toolbar. more>>
Full Screen is an extension which provides a fulscreen button on the toolbar.
Adds Full Screen toolbar button and context menu command.
After installing use View / Toolbars / Customize... to add the button to the toolbar.
<<lessAdds Full Screen toolbar button and context menu command.
After installing use View / Toolbars / Customize... to add the button to the toolbar.
Download (0.009MB)
Added: 2007-04-06 License: MPL (Mozilla Public License) Price:
937 downloads
Brim Full 2.0.0
Brim is an application suite that allows you to manage all your personal items online. more>>
Brim is an application suite that allows you to manage all your personal items online. No need to syncronize your bookmarks and favorites and contacts, you can now keep them well-secured online in one single place.
Additionally, Brim provides a calendar, a task manager, notes, a password manager etc. all behind a single logon.
Brim is an opensource Webbased Information Manager, formerly known as Booby, with support for bookmarks, calendar, contacts, notes, news, passwords and tasks and more.
Brim is written in PHP, has an underlying Model-View-Controller (MVC - Model II) framework based on items with a hierarchical relationship, has support for internationlization (i18n) with over 15 translations available, has multiple themes and is database independant. In short; a multi-thingy something.
Main features:
- Support for unlimited users
- Tested on IE5, IE6, Opera 7.5, Firefox 1.0, Netscape/Mozilla and more
- Plugin support (bookmarks, calendar events, news items, notes, tasks and a webtools plugin)
- Support for unlimited items per plugin
- Support for multiple languages:
English
Czech
German
Esperanto
Spanish
French
Hebrew
Italian
Dutch
Norwegian
Polish
Portuguese Brazilian
Portuguese
Russian
Swedish
Tradition Chinese
- Support for multiple themes (check the demo site!)
- Support to publish items (public vs. private items)
Enhancements:
- This release features a totally reworked user-interface with lots of ajax features.
<<lessAdditionally, Brim provides a calendar, a task manager, notes, a password manager etc. all behind a single logon.
Brim is an opensource Webbased Information Manager, formerly known as Booby, with support for bookmarks, calendar, contacts, notes, news, passwords and tasks and more.
Brim is written in PHP, has an underlying Model-View-Controller (MVC - Model II) framework based on items with a hierarchical relationship, has support for internationlization (i18n) with over 15 translations available, has multiple themes and is database independant. In short; a multi-thingy something.
Main features:
- Support for unlimited users
- Tested on IE5, IE6, Opera 7.5, Firefox 1.0, Netscape/Mozilla and more
- Plugin support (bookmarks, calendar events, news items, notes, tasks and a webtools plugin)
- Support for unlimited items per plugin
- Support for multiple languages:
English
Czech
German
Esperanto
Spanish
French
Hebrew
Italian
Dutch
Norwegian
Polish
Portuguese Brazilian
Portuguese
Russian
Swedish
Tradition Chinese
- Support for multiple themes (check the demo site!)
- Support to publish items (public vs. private items)
Enhancements:
- This release features a totally reworked user-interface with lots of ajax features.
Download (MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
921 downloads
Full Lace Wigs 1
Leading online supplier of full lace and lace front wigs and accessories. our custom full lace wigs and lace front wigs will always be made to perfect... more>> <<less
Download (41KB)
Added: 2009-04-09 License: Freeware Price: Free
201 downloads
Amarok Full Screen 0.5
Amarok Full Screen provides a full screen front end for Amarok. more>>
Amarok Full Screen provides a full screen front end for Amarok.
The look can be changed by custom THEMES.
<<lessThe look can be changed by custom THEMES.
Download (0.20MB)
Added: 2007-03-19 License: GPL (GNU General Public License) Price:
961 downloads
5.56mm Full Metal Jacket 0.75 Beta
5.56mm Full Metal Jacket is a Doom 3 multiplayer modification. more>>
5.56mm Full Metal Jacket is a Doom 3 multiplayer modification
5.56mm Full Metal Jacket takes place in a fictive Environment where you have a West and an East team. Accordingly to your team you will get the full weapon-arsenal available supported by your side.
There are 5 classes of weapons .... Pistols, Shotguns, Sub-Machineguns, Assault Rifles and Sniper Rifles. The target system will feature 2 modes ... Aiming with the cross-hair which gets less and less precise the further away you shoot or aiming through the weapons sights which influences the overall field of view but therefore is damn pretty precise.
The game features first- and thirdperson view though when in thirdperson the lack of a crosshair makes aiming more difficult. The levels will vary between huge outdoor scenarios and narrow office corridors.
Supported gametypes are: Capture the Flag, Team DeathMatch
Supported weapons so far are:
Pistols: RUGER MK 512, GLOCK 17
Shotguns: BENELLI M3, EICHLER
SMGs: MP5SD6, MAC10
Assault Rifles: XM177E2(AR15), AK-47
Sniper Rifles: AWM, M24
<<less5.56mm Full Metal Jacket takes place in a fictive Environment where you have a West and an East team. Accordingly to your team you will get the full weapon-arsenal available supported by your side.
There are 5 classes of weapons .... Pistols, Shotguns, Sub-Machineguns, Assault Rifles and Sniper Rifles. The target system will feature 2 modes ... Aiming with the cross-hair which gets less and less precise the further away you shoot or aiming through the weapons sights which influences the overall field of view but therefore is damn pretty precise.
The game features first- and thirdperson view though when in thirdperson the lack of a crosshair makes aiming more difficult. The levels will vary between huge outdoor scenarios and narrow office corridors.
Supported gametypes are: Capture the Flag, Team DeathMatch
Supported weapons so far are:
Pistols: RUGER MK 512, GLOCK 17
Shotguns: BENELLI M3, EICHLER
SMGs: MP5SD6, MAC10
Assault Rifles: XM177E2(AR15), AK-47
Sniper Rifles: AWM, M24
Download (362MB)
Added: 2007-05-31 License: Freeware Price:
878 downloads
Mail::Message::Field::Full 2.073
Mail::Message::Field::Full is a Perl module that can construct one smart line in a message header. more>>
Mail::Message::Field::Full is a Perl module that can construct one smart line in a message header.
INHERITANCE
Mail::Message::Field::Full
is a Mail::Message::Field
is a Mail::Reporter
Mail::Message::Field::Full is extended by
Mail::Message::Field::Structured
Mail::Message::Field::Unstructured
SYNOPSIS
!! UNDER CONSTRUCTION
!! The details of this module are NOT FINISHED yet
!! Most parts are already usable, however. With care!
# Getting to understand the complexity of a header field ...
my $fast = $msg->head->get(subject);
my $full = Mail::Message::Field::Full->from($fast);
my $full = $msg->head->get(subject)->study; # same
my $full = $msg->head->study(subject); # same
my $full = $msg->get(subject); # same
# ... or build a complex header field yourself
my $f = Mail::Message::Field::Full->new(To);
my $f = Mail::Message::Field::Full->new(Subject: hi!);
my $f = Mail::Message::Field::Full->new(Subject => hi!);
This is the full implementation of a header field: it has full understanding of all predefined header fields. These objects will be quite slow, because header fields can be very complex. Of course, this class delivers the optimal result, but for a quite large penalty in performance and memory consumption. Are you willing to accept?
This class supports the common header description from RFC2822 (formerly RFC822), the extensions with respect to character set encodings as specified in RFC2047, and the extensions on language specification and long parameter wrapping from RFC2231. If you do not need the latter two, then the Mail::Message::Field::Fast and Mail::Message::Field::Flex are enough for your application.
<<lessINHERITANCE
Mail::Message::Field::Full
is a Mail::Message::Field
is a Mail::Reporter
Mail::Message::Field::Full is extended by
Mail::Message::Field::Structured
Mail::Message::Field::Unstructured
SYNOPSIS
!! UNDER CONSTRUCTION
!! The details of this module are NOT FINISHED yet
!! Most parts are already usable, however. With care!
# Getting to understand the complexity of a header field ...
my $fast = $msg->head->get(subject);
my $full = Mail::Message::Field::Full->from($fast);
my $full = $msg->head->get(subject)->study; # same
my $full = $msg->head->study(subject); # same
my $full = $msg->get(subject); # same
# ... or build a complex header field yourself
my $f = Mail::Message::Field::Full->new(To);
my $f = Mail::Message::Field::Full->new(Subject: hi!);
my $f = Mail::Message::Field::Full->new(Subject => hi!);
This is the full implementation of a header field: it has full understanding of all predefined header fields. These objects will be quite slow, because header fields can be very complex. Of course, this class delivers the optimal result, but for a quite large penalty in performance and memory consumption. Are you willing to accept?
This class supports the common header description from RFC2822 (formerly RFC822), the extensions with respect to character set encodings as specified in RFC2047, and the extensions on language specification and long parameter wrapping from RFC2231. If you do not need the latter two, then the Mail::Message::Field::Fast and Mail::Message::Field::Flex are enough for your application.
Download (0.58MB)
Added: 2007-08-02 License: Perl Artistic License Price:
815 downloads
Quake 4 1.4.2 Beta Patch for Linux Full Install
Quake 4 Patch for Linux Full Install is a FPS game. more>>
Quake 4 Patch for Linux Full Install is a FPS game.
This update replaces the 1.1 patch released several weeks ago, and includes all of the changes outlined for that update, including: a fixed pure server system, a new AddonPak autodownloading system, voice chat in multiplayer, a forcemodel option, brightskins, smooth stairjumping, a one-minute warning for tournament matches, Hyper-Threading Technology and Dual Core support as well as a number of multiplayer specific fixes.
About Quake 4:
Earth is under siege by the Strogg, a barbaric alien race moving through the universe consuming, recycling and annihilating any civilization in their path. In a desperate attempt to survive, an armada of Earths finest warriors is sent to take the battle to the Strogg home planet.
You are Matthew Kane, an elite member of Rhino Squad and Earths valiant invasion force. Fight alone, with your squad, or in hover tanks and mechanized walkers as you engage in a heroic mission to the heart of the Strogg war machine.
Battle through the beginning of the game as a combat marine, then after your capture, as a marine-turned-Strogg with enhanced abilities and the power to turn the tide of the war.
Built on id Softwares revolutionary DOOM 3 technology, QUAKE 4 also features fast-paced multiplayer competition modeled after the speed, feel, and style of QUAKE III Arena.
Enhancements:
- Refined hitboxes,
- Optimized sound and network code
- Configurable fps caps
- Weapon balancing
- Server direct autodownloading
- Addonpak fixes
- Q4TV
<<lessThis update replaces the 1.1 patch released several weeks ago, and includes all of the changes outlined for that update, including: a fixed pure server system, a new AddonPak autodownloading system, voice chat in multiplayer, a forcemodel option, brightskins, smooth stairjumping, a one-minute warning for tournament matches, Hyper-Threading Technology and Dual Core support as well as a number of multiplayer specific fixes.
About Quake 4:
Earth is under siege by the Strogg, a barbaric alien race moving through the universe consuming, recycling and annihilating any civilization in their path. In a desperate attempt to survive, an armada of Earths finest warriors is sent to take the battle to the Strogg home planet.
You are Matthew Kane, an elite member of Rhino Squad and Earths valiant invasion force. Fight alone, with your squad, or in hover tanks and mechanized walkers as you engage in a heroic mission to the heart of the Strogg war machine.
Battle through the beginning of the game as a combat marine, then after your capture, as a marine-turned-Strogg with enhanced abilities and the power to turn the tide of the war.
Built on id Softwares revolutionary DOOM 3 technology, QUAKE 4 also features fast-paced multiplayer competition modeled after the speed, feel, and style of QUAKE III Arena.
Enhancements:
- Refined hitboxes,
- Optimized sound and network code
- Configurable fps caps
- Weapon balancing
- Server direct autodownloading
- Addonpak fixes
- Q4TV
Download (268.9MB)
Added: 2007-06-19 License: Freeware Price:
861 downloads
Exam4Fun 0.5
Exam4Fun is a full-featured program that helps you learn new language/vocabulary. more>>
Exam4Fun 0.5 is a full-featured program that helps you learn new language/vocabulary. It is designed to be flexible and to fit to different kind of exam. You can create your own exam and take the exam in different ways(Identification, Flashcard, Multiple Choice).
Enhancements:
- Added multiple choice exam
- Updated the ordering of selected topics
- Revised exam summary report
- Fixed exam editor not displaying unknown word type in wrong choices table
- Renamed "Hardcopy" Exam to "Print out"
Requirements: Java 5 is required.
<<less Added: 2009-07-17 License: GPL Price: FREE
100 downloads
ROX Filer 2.3
ROX Filer is a fast and powerful graphical file manager. more>>
ROX Filer is a fast and powerful graphical file manager.
It has full drag-and-drop support and background file operations, and is highly configurable.
<<lessIt has full drag-and-drop support and background file operations, and is highly configurable.
Download (1.2MB)
Added: 2005-09-05 License: GPL (GNU General Public License) Price:
1510 downloads
uRadiusLib 0.1
uRadiusLib is a full, small, and easy to use C RADIUS client library. more>>
uRadiusLib is a full, small, and easy to use C RADIUS client library. It includes full AAA example code with complete attribute sets.
It provides AAA via a very easy C API for your applications. uRadiusLib is based on the Cistron and Livingstone radiusd code.
It was originally designed to be used in embedded Linux applications with uClibC/Buildroot or similar, but can be used anywhere.
Installation:
cd liburadius
make
make install
cd examples
#setup hardcoded for your radius server
#See PLAN for API
vi testauth.c
make testauth
./testauth
#setup hardcoded for your radius server
#See PLAN for API
vi testacct.c
make testacct
./testacct
<<lessIt provides AAA via a very easy C API for your applications. uRadiusLib is based on the Cistron and Livingstone radiusd code.
It was originally designed to be used in embedded Linux applications with uClibC/Buildroot or similar, but can be used anywhere.
Installation:
cd liburadius
make
make install
cd examples
#setup hardcoded for your radius server
#See PLAN for API
vi testauth.c
make testauth
./testauth
#setup hardcoded for your radius server
#See PLAN for API
vi testacct.c
make testacct
./testacct
Download (0.038MB)
Added: 2006-06-09 License: GPL (GNU General Public License) Price:
1236 downloads
FauBackup 0.5.9
FauBackup uses a filesystem on a hard drive for incremental and full backups. more>>
FauBackup uses a filesystem on a hard drive for incremental and full backups. All backups can easily be accessed by standard filesystem tools.
Later backups to the same filesystem will automatically be incremental, as unchanged files are only hard-linked with the existing version of the file.
<<lessLater backups to the same filesystem will automatically be incremental, as unchanged files are only hard-linked with the existing version of the file.
Download (0.13MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
1137 downloads
dclock
dclock is a digital LED-style desktop clock. more>>
dclock is an X11 desktop clock with a realistic LED-style display of the current time. Its features include full configuration of the digit style, military time, alarm, hourly bell, formatted date display, fade-out and fade-in of numbers and anti-aliased rendering of digits.
This version is an update of dclock by Dan Heller.
<<lessThis version is an update of dclock by Dan Heller.
Download (0.061MB)
Added: 2005-04-27 License: Freely Distributable Price:
1641 downloads
tideup_mail 0.12
tideup_mail is especially useful for russian/ukrainian/belarusian users but however can help those who reads mail from people. more>>
tideup_mail is especially useful for russian/ukrainian/belarusian users but however can help those who reads mail from people that uses such brain-damaged web-mailers as yahoo mail.
Fatigue with xterm when reading mail from mutt? Tired to press "Do Full reset" every time when terminal becames full of garbage? This program is for you! It removes unsafe characters for email & makes xterm happy!
Note that all documentation comes on russian language. Check for your local russian hacker.
<<lessFatigue with xterm when reading mail from mutt? Tired to press "Do Full reset" every time when terminal becames full of garbage? This program is for you! It removes unsafe characters for email & makes xterm happy!
Note that all documentation comes on russian language. Check for your local russian hacker.
Download (0.007MB)
Added: 2006-05-03 License: GPL (GNU General Public License) Price:
1269 downloads
DebBlue
DebBlue is a set of themes for the Debian desktop. more>>
DebBlue is a simple blue theme set for Debian which has a fading dark blue background with a Debian swirl on it.
The next few sections show DebBlue in action. If you click on the images you get a full resolution screenshot. You can download the themes in the Downloads section.
<<lessThe next few sections show DebBlue in action. If you click on the images you get a full resolution screenshot. You can download the themes in the Downloads section.
Download (0.010MB)
Added: 2005-04-25 License: GPL (GNU General Public License) Price:
923 downloads
Brutal Chess 0.5.2
Brutal Chess is a 3D chess game with several levels of AI inspired by Battle Chess released by Interplay circa 1988. more>>
Brutal Chess project features full 3D graphics, an advanced particle engine, and several different levels of intelligent AI, inspired by the once popular "Battle Chess" released by Interplay circa 1988.
<<less Download (4.5MB)
Added: 2007-01-23 License: GPL (GNU General Public License) Price:
617 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 full 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