legend homes
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 909
Gentoox Home 5.0
Gentoox is an adaptation of the popular Linux distribution called Gentoo. more>>
Gentoox Linux is an adaptation of the popular source based Linux distribution called Gentoo. Gentoox Home retains all the features of the original (portage, sysvinit etc...) but has a patch system created from the ground up, by myself, which is specifically designed for Gentoox.
"Magic" (as I have labelled it) allows users to install new software, upgrade their kernel and fix bugs. To learn more about magic, run "magic usage" once you have installed Gentoox.
Gentoox runs along side games - you get 3 choices during installation: E, F and Native. Both E and F create a loopback filesystem meaning that none of your drives are formatted during installation (except for cache partitions). If you choose "Native", then your F: partition is formatted to ReiserFS (making it inaccessible to Xbox applications).
Gentoox can be loaded via a .xbe file, or from a Cromwell based BIOS (which can be flashed to your modchip during installation). When using E or F installations, you are totally risk free - if you dont like Gentoox, simply delete all the files it installs (about 7 in total) and its gone.
There are three versions of Gentoox: Pro Edition, Home Edition and Media Center Edition. All three are 100% free and opensource, the difference between Home and Pro is that the Home Edition has many software packages preinstalled and preconfigured for instant usablity straight out of the box where as Pro doesnt even have a graphical user interface let alone any "useful" applications.
Pro is a bare minimum installation for booting the system, the entire customisation of the OS is left in the users hands with Pro. Media Center edition is more of a "Plugin" than a separate distribution. It allows you to have a Media Center along with Gentoox Home or Pro.
<<less"Magic" (as I have labelled it) allows users to install new software, upgrade their kernel and fix bugs. To learn more about magic, run "magic usage" once you have installed Gentoox.
Gentoox runs along side games - you get 3 choices during installation: E, F and Native. Both E and F create a loopback filesystem meaning that none of your drives are formatted during installation (except for cache partitions). If you choose "Native", then your F: partition is formatted to ReiserFS (making it inaccessible to Xbox applications).
Gentoox can be loaded via a .xbe file, or from a Cromwell based BIOS (which can be flashed to your modchip during installation). When using E or F installations, you are totally risk free - if you dont like Gentoox, simply delete all the files it installs (about 7 in total) and its gone.
There are three versions of Gentoox: Pro Edition, Home Edition and Media Center Edition. All three are 100% free and opensource, the difference between Home and Pro is that the Home Edition has many software packages preinstalled and preconfigured for instant usablity straight out of the box where as Pro doesnt even have a graphical user interface let alone any "useful" applications.
Pro is a bare minimum installation for booting the system, the entire customisation of the OS is left in the users hands with Pro. Media Center edition is more of a "Plugin" than a separate distribution. It allows you to have a Media Center along with Gentoox Home or Pro.
Download (792.45MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1224 downloads
Legends: The Game 0.4.1.42
Plenty of maps are provided by us, but the beauty of this game is its customization possibilities. Mission creation has never been easier, with a stab... more>> <<less
Download (111442KB)
Added: 2009-04-26 License: Freeware Price: Free
189 downloads
Download (116MB)
Added: 2006-10-11 License: GPL (GNU General Public License) Price:
1111 downloads
Legendary Legions 20070411
Legendary Legions is a turn-based strategy game with fantasy theme and rpg-elements. more>>
Legendary Legions is a turn-based strategy game with fantasy theme and rpg-elements (e.g. leveling the units, and skills which you could raise).
Your mission is to destroy enemys castle. You can be on good or evil side. A the moment game supports only 2 human player game, but in future we plan to add AI and network play. The gameplay is similar to this in Heroes of Might and Magic but its much simpler of course.
Game was written with allegro for graphic and:
- allegromp3 for music
- loadpng for png support
Note:
All units have been taken from Celtic Legends (an old Amiga game), the concept is a hybrid of Celtic Legends (its not clone), Heroes of Might & Magic and Civilization :D . The dragon in menu and in interface is not ours too as well as music in trailer ;D. Hmmm whats more... the code is ours (but we wont public it yet and everything is in polish so you wont understand it at all), the rest graphic are ours. Oh and sound when the unit is building is not ours too. I think its all about copyrights. The game is freeware, non-profit etc.
Enhancements:
- network multiplayer support
- graphic feature: dynamic clouds with lightining
- builder now can build tower or town
- performance tweak: framelimiter
- fixed bug: tower capture
- some optimization and bugfixes
<<lessYour mission is to destroy enemys castle. You can be on good or evil side. A the moment game supports only 2 human player game, but in future we plan to add AI and network play. The gameplay is similar to this in Heroes of Might and Magic but its much simpler of course.
Game was written with allegro for graphic and:
- allegromp3 for music
- loadpng for png support
Note:
All units have been taken from Celtic Legends (an old Amiga game), the concept is a hybrid of Celtic Legends (its not clone), Heroes of Might & Magic and Civilization :D . The dragon in menu and in interface is not ours too as well as music in trailer ;D. Hmmm whats more... the code is ours (but we wont public it yet and everything is in polish so you wont understand it at all), the rest graphic are ours. Oh and sound when the unit is building is not ours too. I think its all about copyrights. The game is freeware, non-profit etc.
Enhancements:
- network multiplayer support
- graphic feature: dynamic clouds with lightining
- builder now can build tower or town
- performance tweak: framelimiter
- fixed bug: tower capture
- some optimization and bugfixes
Download (3.6MB)
Added: 2007-05-26 License: Freeware Price:
882 downloads
File::Save::Home 0.08
File::Save::Home is a Perl module to place file safely under user home directory. more>>
File::Save::Home is a Perl module to place file safely under user home directory.
SYNOPSIS
use File::Save::Home qw(
get_home_directory
get_subhome_directory_status
make_subhome_directory
restore_subhome_directory_status
conceal_target_file
reveal_target_file
make_subhome_temp_directory
);
$home_dir = get_home_directory();
$desired_dir_ref = get_subhome_directory_status("desired/directory");
$desired_dir_ref = get_subhome_directory_status(
"desired/directory",
"pseudohome/directory", # two-argument version
);
$desired_dir = make_subhome_directory($desired_dir_ref);
restore_subhome_directory_status($desired_dir_ref);
$target_ref = conceal_target_file( {
dir => $desired_dir,
file => file_to_be_checked,
test => 0,
} );
reveal_target_file($target_ref);
$tmpdir = make_subhome_temp_directory();
$tmpdir = make_subhome_temp_directory(
"pseudohome/directory", # optional argument version
);
In the course of deploying an application on another users system, you sometimes need to place a file in or underneath that users home directory. Can you do so safely?
This Perl extension provides several functions which try to determine whether you can, indeed, safely create directories and files underneath a users home directory. Among other things, if you are placing a file in such a location only temporarily -- say, for testing purposes -- you can temporarily hide any already existing file with the same name and restore it to its original name and timestamps when you are done.
<<lessSYNOPSIS
use File::Save::Home qw(
get_home_directory
get_subhome_directory_status
make_subhome_directory
restore_subhome_directory_status
conceal_target_file
reveal_target_file
make_subhome_temp_directory
);
$home_dir = get_home_directory();
$desired_dir_ref = get_subhome_directory_status("desired/directory");
$desired_dir_ref = get_subhome_directory_status(
"desired/directory",
"pseudohome/directory", # two-argument version
);
$desired_dir = make_subhome_directory($desired_dir_ref);
restore_subhome_directory_status($desired_dir_ref);
$target_ref = conceal_target_file( {
dir => $desired_dir,
file => file_to_be_checked,
test => 0,
} );
reveal_target_file($target_ref);
$tmpdir = make_subhome_temp_directory();
$tmpdir = make_subhome_temp_directory(
"pseudohome/directory", # optional argument version
);
In the course of deploying an application on another users system, you sometimes need to place a file in or underneath that users home directory. Can you do so safely?
This Perl extension provides several functions which try to determine whether you can, indeed, safely create directories and files underneath a users home directory. Among other things, if you are placing a file in such a location only temporarily -- say, for testing purposes -- you can temporarily hide any already existing file with the same name and restore it to its original name and timestamps when you are done.
Download (0.018MB)
Added: 2007-01-27 License: Perl Artistic License Price:
1002 downloads
GNU Go 3.6
GNU Go is a free program that plays the game of Go. more>>
GNU Go is a free program that plays the game of Go. GNU Go has played thousands of games on the NNGS Go server.
GNU Go is now also playing regularly on the Legend Go Server in Taiwan, on the WING server in Japan, and many volunteers run GNU Go clients on KGS. GNU Go has established itself as the leading non-commercial go program in the recent tournaments that it has taken part in.
<<lessGNU Go is now also playing regularly on the Legend Go Server in Taiwan, on the WING server in Japan, and many volunteers run GNU Go clients on KGS. GNU Go has established itself as the leading non-commercial go program in the recent tournaments that it has taken part in.
Download (2.6MB)
Added: 2005-09-06 License: GPL (GNU General Public License) Price:
1513 downloads
Rokugen 0.4
Rokugen is a Legend of the Five Rings RPG character generator. more>>
Rokugen is a Legend of the Five Rings Character Generator, written in Python/GTK+ and designed to run both in Win32 machines (Win2k and up) and GNU/Linux. Itll run on any computer that supports Python and has the GTK+ runtime.
Rokugen is free software and its licensed under the GNU General Public License.
The name Rokugen derives obviously from Rokugan, the name of the Empire where the action of Legend of the Five Rings happens.
Enhancements:
- Kiho and Kata are available and working.
- Initial "free skills" can be used to increase ranks on other initial skills.
- The random name generator working (only 3 names right now).
- Minor bugfixes and code cleanups.
<<lessRokugen is free software and its licensed under the GNU General Public License.
The name Rokugen derives obviously from Rokugan, the name of the Empire where the action of Legend of the Five Rings happens.
Enhancements:
- Kiho and Kata are available and working.
- Initial "free skills" can be used to increase ranks on other initial skills.
- The random name generator working (only 3 names right now).
- Minor bugfixes and code cleanups.
Download (0.064MB)
Added: 2005-12-12 License: GPL (GNU General Public License) Price:
1421 downloads
Home for Sure 0.1
Home for Sure is an extension which will ask if you would like to close all open tabs and open your homepage. more>>
Home for Sure is an extension which will ask if you would like to close all open tabs and open your homepage.
When you click Home, Home for Sure will ask if you would like to close all open tabs and open your homepage(s) or if youd like to open your homepage(s) normally.
This isnt for everybody, but weve gotten a few requests, so we thought it might be useful. Try it out and see if you like it.
<<lessWhen you click Home, Home for Sure will ask if you would like to close all open tabs and open your homepage(s) or if youd like to open your homepage(s) normally.
This isnt for everybody, but weve gotten a few requests, so we thought it might be useful. Try it out and see if you like it.
Download (0.016MB)
Added: 2007-04-19 License: MPL (Mozilla Public License) Price:
918 downloads
Asterisk@Home 2.8
The Asterisk@Home project enables the home user to quickly set up a VOIP Asterisk PBX. more>>
The Asterisk@Home Linux Distribution project enables the home user to quickly set up a VOIP Asterisk PBX. A web GUI makes configuration and operation easy. We also provide an xPL (home automation) interface for easy interaction with other devices in the home.
Main features:
- Asterisk 1.0.9
- Flash Operator Panel 0.21
- Festival Speech Engine version 1.95
- weather agi scripts
- wakeup calls
- Integrated WebMeetMe GUI
- AMP-1.10.008
- CentOS 3.5
- SugarCRM with Cisco XML Services interface + Click to Dial
- Music On Hold (mpg123)
- Fax support (spanDSP)
- xPL support
- Digium card auto-config
AMP (Asterisk Management Portal)
- AMP is a web GUI that allows the configuration of Asterisk without the need for editing config files. If you use AMP be careful not to make manual changes to the config files that will affect AMP?s operation.
Flash Operator Panel
- Flash Operator Panel is a real-time web interface to Asterisk. You can see what all of your extensions, trunks, and conferences are doing. We have extension 200 set up for testing. This is a live extension and will work as soon as a phone is registered to ext 200. The rest of the buttons are dummy objects for examples.
- The op_buttons.conf file has all of the configs for each button in Flash Operator Panel you can edit this using the Config Edit button on the maint menu. You must reboot the Asterisk or restart the panel service after you make changes. The normal config files for Flash Operator Panel end in .cfg we changed them to .conf so they would match the other Asterisk files.
Cisco XML Services
- Asterisk@Home has a Cisco XML Services that can be used to look up contacts in a database. Click on Web Address Book from the Asterisk@Home main menu. (user: admin password: password) and enter all of your contacts and their phone numbers.
Music On Hold (mpg123)
- Asterisk@Home has now uses mpg123 for music on hold. Put a call on hold and they hear music not dead air!
Fax support (SpanDSP)
- SpanDSP allows Asterisk to receive faxes. You can set this up in AMP.
<<lessMain features:
- Asterisk 1.0.9
- Flash Operator Panel 0.21
- Festival Speech Engine version 1.95
- weather agi scripts
- wakeup calls
- Integrated WebMeetMe GUI
- AMP-1.10.008
- CentOS 3.5
- SugarCRM with Cisco XML Services interface + Click to Dial
- Music On Hold (mpg123)
- Fax support (spanDSP)
- xPL support
- Digium card auto-config
AMP (Asterisk Management Portal)
- AMP is a web GUI that allows the configuration of Asterisk without the need for editing config files. If you use AMP be careful not to make manual changes to the config files that will affect AMP?s operation.
Flash Operator Panel
- Flash Operator Panel is a real-time web interface to Asterisk. You can see what all of your extensions, trunks, and conferences are doing. We have extension 200 set up for testing. This is a live extension and will work as soon as a phone is registered to ext 200. The rest of the buttons are dummy objects for examples.
- The op_buttons.conf file has all of the configs for each button in Flash Operator Panel you can edit this using the Config Edit button on the maint menu. You must reboot the Asterisk or restart the panel service after you make changes. The normal config files for Flash Operator Panel end in .cfg we changed them to .conf so they would match the other Asterisk files.
Cisco XML Services
- Asterisk@Home has a Cisco XML Services that can be used to look up contacts in a database. Click on Web Address Book from the Asterisk@Home main menu. (user: admin password: password) and enter all of your contacts and their phone numbers.
Music On Hold (mpg123)
- Asterisk@Home has now uses mpg123 for music on hold. Put a call on hold and they hear music not dead air!
Fax support (SpanDSP)
- SpanDSP allows Asterisk to receive faxes. You can set this up in AMP.
Download (526MB)
Added: 2006-04-14 License: GPL (GNU General Public License) Price:
1311 downloads
Einstein@GNOME 1.4
Einstein@GNOME is a GNOME panel applet that lets you participate in the Einstein@Home neutron star search. more>>
Einstein@GNOME is a GNOME panel applet that lets you participate in the Einstein@Home neutron star search.
It is a frontend for the boinc client and was developed because there are no other decent GUIs available yet.
<<lessIt is a frontend for the boinc client and was developed because there are no other decent GUIs available yet.
Download (0.021MB)
Added: 2005-08-03 License: GPL (GNU General Public License) Price:
1543 downloads
LiteCD 0.1.3
LiteCD is useful utility for managing personal CDs, DVDs, video cassettes, etc. more>>
LiteCD project is useful utility for managing personal CDs, DVDs, video cassettes, etc.
You can define your own categories, add your personal media, and then set which items have been lent and which are at home.
<<lessYou can define your own categories, add your personal media, and then set which items have been lent and which are at home.
Download (0.024MB)
Added: 2006-11-06 License: GPL (GNU General Public License) Price:
1083 downloads
Solunas Hotel Management 2.0.1
Solunas Hotel Management helps the user manage small to medium-sized hotels, holiday flats, guest houses, or car rentals. more>>
Solunas Hotel Management helps the user manage small to medium-sized hotels, holiday flats, guest houses, or car rentals.
The Solunas Booking Engine Software is aimed at Hotels and Holiday Homes of between 1 to 150 units who are seeking to market their accomodation over the internet.
Because the trend in online bookings has remained constant/continues to grow, experience shows this system to be well liked by customers with growth in orders extending into the double digits. It is also noteworthy that private landlords providing from 1 to 50 units have a lot of catching up to do when it comes to the latest technology.
The Solunas.org central portal tasks itself, through a worldwide volunteer effort, to create an alternative Booking-Platform to rival commercial product offerings.
The end user has two methods to reserve his accomodation. Firstly, a visual reservations calendar displaying room availability, offers the customer direct booking online by mouse-click.
The second method, offering a manual selecction of the booking period and number of persons, involves a list of available units or groups can, likewise, be booked directly online. Details of the total price and last minute bargains are generated straight from the system.
The booking path, known internally as Bookflow, can be modified for very individual requirements.
<<lessThe Solunas Booking Engine Software is aimed at Hotels and Holiday Homes of between 1 to 150 units who are seeking to market their accomodation over the internet.
Because the trend in online bookings has remained constant/continues to grow, experience shows this system to be well liked by customers with growth in orders extending into the double digits. It is also noteworthy that private landlords providing from 1 to 50 units have a lot of catching up to do when it comes to the latest technology.
The Solunas.org central portal tasks itself, through a worldwide volunteer effort, to create an alternative Booking-Platform to rival commercial product offerings.
The end user has two methods to reserve his accomodation. Firstly, a visual reservations calendar displaying room availability, offers the customer direct booking online by mouse-click.
The second method, offering a manual selecction of the booking period and number of persons, involves a list of available units or groups can, likewise, be booked directly online. Details of the total price and last minute bargains are generated straight from the system.
The booking path, known internally as Bookflow, can be modified for very individual requirements.
Download (0.72MB)
Added: 2007-03-01 License: GPL (GNU General Public License) Price:
972 downloads
SSLBridge 1.5
SSLBridge enables users to access files and folders located on a local company network. more>>
SSLBridge project enables users to access files and folders located on a local company network from locations outside of the physical office and network.
Users can login from home to access shared folders on their computer and other servers on the company network without any client software installed on their home machine.
<<lessUsers can login from home to access shared folders on their computer and other servers on the company network without any client software installed on their home machine.
Download (0.15MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1053 downloads
Aero AIO: Folding@Home 0.1
Aero AIO: Folding@Home is a plugin for Aero AIO to monitor your Folding@Home client. more>>
Aero AIO: Folding@Home is a plugin for Aero AIO to monitor your Folding@Home client. It comes with a simple configuration dialog to set the update interval and client path.
It was inspired by navyrains folding-karamba theme.
Folding@Home is a distributed computing project to understand protein folding, misfolding and related diseases (http://folding.stanford.edu).
<<lessIt was inspired by navyrains folding-karamba theme.
Folding@Home is a distributed computing project to understand protein folding, misfolding and related diseases (http://folding.stanford.edu).
Download (0.011MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1214 downloads
kearone
kearone provides icon pack for gnome based on my kearones icons more>>
kearone provides icon pack for gnome based on my "kearones icons"
Version restrictions:
- think it could be improved with a more consistent Computer icon, and some black contour around the file type icons (just like the Home and Trash).
<<lessVersion restrictions:
- think it could be improved with a more consistent Computer icon, and some black contour around the file type icons (just like the Home and Trash).
Download (1.1MB)
Added: 2007-01-27 License: GPL (GNU General Public License) Price:
1001 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 legend homes 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