oprahu0027s big give
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2260
PCLinuxOS 0.93a Big Daddy
PCLinuxOS project is one of the worlds up and coming providers of a Linux Desktop Solution. more>>
PCLinuxOS project is one of the worlds up and coming providers of a Linux Desktop Solution. With a small but dedicated development team, PClinuxOS delivers Desktop Ready Software that harnesses the power of the Open Source Community.
Enhancements:
- PCLinuxOS Full Edition aka Big Daddy is now available for download or online ordering. The full edition comes with Kernel 2.6.16.27, KDE 3.5.3, OpenOffice.org, Firefox, Thunderbird and Nvu. Digikam, Gimp and GQview for your digital photo needs. Amarok, Audacity and Audio Creator for your digital music needs. Frostwire, BitTorrent and gFTP for file transfers and p2p file sharing. MPlayer and Kaffeine for video viewing. (libdvdcss2 required for DVD encrypted playback). Kopete and Xchat for online chatting. Blogging and podcast software also included. PCLinuxOS Big Daddy is the full monty!
<<lessEnhancements:
- PCLinuxOS Full Edition aka Big Daddy is now available for download or online ordering. The full edition comes with Kernel 2.6.16.27, KDE 3.5.3, OpenOffice.org, Firefox, Thunderbird and Nvu. Digikam, Gimp and GQview for your digital photo needs. Amarok, Audacity and Audio Creator for your digital music needs. Frostwire, BitTorrent and gFTP for file transfers and p2p file sharing. MPlayer and Kaffeine for video viewing. (libdvdcss2 required for DVD encrypted playback). Kopete and Xchat for online chatting. Blogging and podcast software also included. PCLinuxOS Big Daddy is the full monty!
Download (685MB)
Added: 2007-04-26 License: GPL (GNU General Public License) Price:
920 downloads
Big Sister 1.02
The Big Sister network monitor is a real time system and network health monitoring application. more>>
Big Sister network monitor is a real time system and network health monitoring application.
<<less Download (1.0MB)
Added: 2006-01-23 License: GPL (GNU General Public License) Price:
1369 downloads
Math::BigRat 0.20
Math::BigRat package arbitrary big rational numbers. more>>
Math::BigRat package arbitrary big rational numbers.
SYNOPSIS
use Math::BigRat;
my $x = Math::BigRat->new(3/7); $x += 5/9;
print $x->bstr(),"n";
print $x ** 2,"n";
my $y = Math::BigRat->new(inf);
print "$y ", ($y->is_inf ? is : is not) , " infinityn";
my $z = Math::BigRat->new(144); $z->bsqrt();
Math::BigRat complements Math::BigInt and Math::BigFloat by providing support for arbitrary big rational numbers.
MATH LIBRARY
You can change the underlying module that does the low-level math operations by using:
use Math::BigRat try => GMP;
Note: This needs Math::BigInt::GMP installed.
The following would first try to find Math::BigInt::Foo, then Math::BigInt::Bar, and when this also fails, revert to Math::BigInt::Calc:
use Math::BigRat try => Foo,Math::BigInt::Bar;
If you want to get warned when the fallback occurs, replace "try" with "lib":
use Math::BigRat lib => Foo,Math::BigInt::Bar;
If you want the code to die instead, replace "try" with "only":
use Math::BigRat only => Foo,Math::BigInt::Bar;
<<lessSYNOPSIS
use Math::BigRat;
my $x = Math::BigRat->new(3/7); $x += 5/9;
print $x->bstr(),"n";
print $x ** 2,"n";
my $y = Math::BigRat->new(inf);
print "$y ", ($y->is_inf ? is : is not) , " infinityn";
my $z = Math::BigRat->new(144); $z->bsqrt();
Math::BigRat complements Math::BigInt and Math::BigFloat by providing support for arbitrary big rational numbers.
MATH LIBRARY
You can change the underlying module that does the low-level math operations by using:
use Math::BigRat try => GMP;
Note: This needs Math::BigInt::GMP installed.
The following would first try to find Math::BigInt::Foo, then Math::BigInt::Bar, and when this also fails, revert to Math::BigInt::Calc:
use Math::BigRat try => Foo,Math::BigInt::Bar;
If you want to get warned when the fallback occurs, replace "try" with "lib":
use Math::BigRat lib => Foo,Math::BigInt::Bar;
If you want the code to die instead, replace "try" with "only":
use Math::BigRat only => Foo,Math::BigInt::Bar;
Download (0.050MB)
Added: 2007-08-14 License: Perl Artistic License Price:
801 downloads
Php Object Generator 3.0
PHP Object Generator (POG) is a PHP code generator which generates clean and tested object oriented code for your PHP4/PHP5. more>>
Php Object Generator on short POG is an open source PHP code generator which automatically generates clean & tested Object Oriented code for your PHP4/PHP5 application.
Over the years, we realized that a large portion of a PHP programmers time is wasted on repetitive coding of the Database Access Layer of an application simply because different applications require different objects.
By generating PHP objects with integrated CRUD methods, POG gives you a head start in any project and saves you from writing and testing SQL queries. The time you save can be spent on more interesting areas of your project. But dont take our word for it, give it a try!
Main features:
- Generates clean & tested code
- Generates CRUD methods
- Compatible with PHP4 & PHP5
- Compatible with PDO
- Free for personal use
- Free for commercial use
- Open Source
Enhancements:
- POG now fetches result set arrays where possible (which provides a big performance boost).
- Data encoding is handled within the database.
- A new plugin interface is used.
- A data encoding sanity check was added to setup.
- Siblings can be deleted without deleting children.
- Getlist() accepts column names as filters.
- Getlist(), GetChild(), and GetSibling() return all results if no arguments are passed.
- A database wrapper class for PDO was added.
- The PDO performance was improved.
- The plugin API, POG base API, and database API were made uniform to prevent plugin versioning.
<<lessOver the years, we realized that a large portion of a PHP programmers time is wasted on repetitive coding of the Database Access Layer of an application simply because different applications require different objects.
By generating PHP objects with integrated CRUD methods, POG gives you a head start in any project and saves you from writing and testing SQL queries. The time you save can be spent on more interesting areas of your project. But dont take our word for it, give it a try!
Main features:
- Generates clean & tested code
- Generates CRUD methods
- Compatible with PHP4 & PHP5
- Compatible with PDO
- Free for personal use
- Free for commercial use
- Open Source
Enhancements:
- POG now fetches result set arrays where possible (which provides a big performance boost).
- Data encoding is handled within the database.
- A new plugin interface is used.
- A data encoding sanity check was added to setup.
- Siblings can be deleted without deleting children.
- Getlist() accepts column names as filters.
- Getlist(), GetChild(), and GetSibling() return all results if no arguments are passed.
- A database wrapper class for PDO was added.
- The PDO performance was improved.
- The plugin API, POG base API, and database API were made uniform to prevent plugin versioning.
Download (1.0MB)
Added: 2007-07-26 License: BSD License Price:
516 downloads
Computer History Graphing Project 0.9.2
Computer History Graphing Project is a computer family tree. more>>
Computer History Graphing Project is a computer family tree.
The Computer History Graphing Project is an attempt to graph every computer standard, every piece of hardware, every OS, and every computer language in one big family tree.
<<lessThe Computer History Graphing Project is an attempt to graph every computer standard, every piece of hardware, every OS, and every computer language in one big family tree.
Download (MB)
Added: 2006-10-04 License: GPL (GNU General Public License) Price:
1115 downloads
Metalic Big Trash 0.1 Final
Metalic Big Trash theme shows the state of the KDE Trash with a big icon. more>>
Metalic Big Trash is based on KDE Trash SuperKaramba theme. But i change some icons.
Metalic Big Trash theme shows the state of the KDE Trash with a big icon.
<<lessMetalic Big Trash theme shows the state of the KDE Trash with a big icon.
Download (0.085MB)
Added: 2006-06-19 License: GPL (GNU General Public License) Price:
1222 downloads
soundgrab 0.9.0
soundgrab is designed to help you slice up a big long raw audio file. more>>
soundgrab is designed to help you slice up a big long raw audio file (by default 44.1 kHz 2 channel signed sixteen bit little endian) and save your favorite sections to other files. It does this by providing you with a cassette player like command line interface. Commands like ff , rw , jump can be used while the volume is being played or while it is stopped to move the player head around. The commands mark and name allow you to give names to sections between the mark and the current position of the player head (like emacs mark and point concept), and the export command exports the named sections to other files in wav, cdr (CD mastering), or raw format (or ogg or flac format if the appropriate encoder binaries are found on your system).
The man page has a few more details and could be more useful, though most information is in the online help.
soundgrab is from the perl department of the Maximegalon museum of diseased imaginings. It needs a lot of other things in order to work:
perl5 or later
Term::ReadLine::Gnu and Time::HiRes from the comprehensive perl archive network (CPAN). Time::HiRes ships with the base perl distribution for perl version 5.8.0 and later. Both these are bundled in the below package for your convenience.
rawrec program. This is bundled in the below package for your convenience.
sox program. This is pretty standard and is certainly available as a package in whatever distribution you are using.
GNU readline4 library. Standard on most distros I hope.
Some command line utilities which are standard everywhere.
Enhancements:
- Bundled new versions Term::ReadLine::Gnu and Time::Hires modules into odd_things directory
- Added knowledge to installation makefile to install Time::Hires iff we have a version of perl that doesnt ship it be default.
<<lessThe man page has a few more details and could be more useful, though most information is in the online help.
soundgrab is from the perl department of the Maximegalon museum of diseased imaginings. It needs a lot of other things in order to work:
perl5 or later
Term::ReadLine::Gnu and Time::HiRes from the comprehensive perl archive network (CPAN). Time::HiRes ships with the base perl distribution for perl version 5.8.0 and later. Both these are bundled in the below package for your convenience.
rawrec program. This is bundled in the below package for your convenience.
sox program. This is pretty standard and is certainly available as a package in whatever distribution you are using.
GNU readline4 library. Standard on most distros I hope.
Some command line utilities which are standard everywhere.
Enhancements:
- Bundled new versions Term::ReadLine::Gnu and Time::Hires modules into odd_things directory
- Added knowledge to installation makefile to install Time::Hires iff we have a version of perl that doesnt ship it be default.
Download (0.20MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1193 downloads
Camera Life 2.6
Full Decent Camera Life is a photo gallery system. more>>
Camera Life (FDCL) is a system for cataloging your photo collection. Camera Life project gives users the ability to search your archive by albums that you set up, or by directory structure.
Camera life (FDCL) is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
FDCL is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Chatterbox; see the file LICENSE. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Or visit http://www.gnu.org/licenses/gpl.html
Main features:
Self Updating
- When you add photos to the photo directory you specified when installing, FDCL will cache, thumnail and make public all such photos (Administration: File Manager). You can allow certain user classes to maintain your site by editing the photo descriptions and delete photos that suck.
Topic view and Folder View
- On the main page, users are presented with the option of viewing photos by topic or folder. In topic view, albums (collections of like photos) are categorized by topic (ex: People, Things, My Vacataions).
- Folder view is hierrical and based on the directory structure of the photos. When viewing a photo, users are given the option to view others photos in the same topic or folder.
Image deletion
- When viewing a photo, you have the option to delete it. When a user deletes an image, FDCL actually flags it as non-public. An admin has to actually erase it (Administration: File Manager). And when you erase it, FDCL just moves it to the erased folder. FDCL will never rm your photos. With this in mind, it is sensible to allow users to delete offensive images and admins to erase them.
Themes
- You can easily change the look of the entire site by choosing a different theme (Administration: Customize: Themes). Official themes can be downlaoded from http://fdcl.sourceforge.net other themes are available at your local supermarket (or not).
Users
- Users can anonyously sign up an account. The admins choose which accounts to give privileges to. All authentication is done by random cookies saved in the DB and passwords are salted and hashed.
Logging
- Some actions are logged to the logs table. This is done via the db_log function. You can view the logs (Administration: Log Viewer) and see the audit trail to modifications to the ssytem. You can then rollback specific action (like renaming a photo) by simply choosing the previous state to go back to.
Enhancements:
- This version adds support for Gallery Remote API, microformats, sitemaps, OpenSearch, and RSS feeds, and supports iPhoto photocasting.
- There are now photo keywords with a del.icio.us-like keyword editor.
- Checkpoints allow you to review and approve changes to the site.
- Your users can now order prints online.
- There are also big changes under the hood and some security enhancements.
<<lessCamera life (FDCL) is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
FDCL is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Chatterbox; see the file LICENSE. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Or visit http://www.gnu.org/licenses/gpl.html
Main features:
Self Updating
- When you add photos to the photo directory you specified when installing, FDCL will cache, thumnail and make public all such photos (Administration: File Manager). You can allow certain user classes to maintain your site by editing the photo descriptions and delete photos that suck.
Topic view and Folder View
- On the main page, users are presented with the option of viewing photos by topic or folder. In topic view, albums (collections of like photos) are categorized by topic (ex: People, Things, My Vacataions).
- Folder view is hierrical and based on the directory structure of the photos. When viewing a photo, users are given the option to view others photos in the same topic or folder.
Image deletion
- When viewing a photo, you have the option to delete it. When a user deletes an image, FDCL actually flags it as non-public. An admin has to actually erase it (Administration: File Manager). And when you erase it, FDCL just moves it to the erased folder. FDCL will never rm your photos. With this in mind, it is sensible to allow users to delete offensive images and admins to erase them.
Themes
- You can easily change the look of the entire site by choosing a different theme (Administration: Customize: Themes). Official themes can be downlaoded from http://fdcl.sourceforge.net other themes are available at your local supermarket (or not).
Users
- Users can anonyously sign up an account. The admins choose which accounts to give privileges to. All authentication is done by random cookies saved in the DB and passwords are salted and hashed.
Logging
- Some actions are logged to the logs table. This is done via the db_log function. You can view the logs (Administration: Log Viewer) and see the audit trail to modifications to the ssytem. You can then rollback specific action (like renaming a photo) by simply choosing the previous state to go back to.
Enhancements:
- This version adds support for Gallery Remote API, microformats, sitemaps, OpenSearch, and RSS feeds, and supports iPhoto photocasting.
- There are now photo keywords with a del.icio.us-like keyword editor.
- Checkpoints allow you to review and approve changes to the site.
- Your users can now order prints online.
- There are also big changes under the hood and some security enhancements.
Download (MB)
Added: 2007-08-04 License: GPL (GNU General Public License) Price:
819 downloads
PHP Big Brother Hosts Configurator 0.3
PHP Big Brother Hosts Configurator is a collection of PHP scripts to configure hosts for the Big Brother network. more>>
PHP Big Brother Hosts Configurator (phpBBHC) is a collection of PHP scripts and one C program to configure hosts
for the Big Brother network monitoring software. It doesnt cover all the possible settings for Big Brothers hosts file but it should be enough for
most demands.
Ammendment: Big Brother has been pretty much replaced by Hobbit. I havent got around to using Hobbit yet but Ive heard its pretty backwards compatible with Big Brothers configuration and scripts. Ive heard of successful stories
of phpBBHC being used to configure Hobbit.
<<lessfor the Big Brother network monitoring software. It doesnt cover all the possible settings for Big Brothers hosts file but it should be enough for
most demands.
Ammendment: Big Brother has been pretty much replaced by Hobbit. I havent got around to using Hobbit yet but Ive heard its pretty backwards compatible with Big Brothers configuration and scripts. Ive heard of successful stories
of phpBBHC being used to configure Hobbit.
Download (0.011MB)
Added: 2007-02-22 License: Freely Distributable Price:
975 downloads
Anti-Paranoia 1.0
Anti-Paranoia is an extension which takes all your doubts and gives you confidence. more>>
Anti-Paranoia is an extension which takes all your doubts and gives you confidence.
Especially if you are working on security, you might get the feeling that your part of something really big and maybe even evil.
How can your extension help me? It will pop up calmative messages for you to feel relaxed while browsing the web.
No, this extension will not spy and destroy your personal data, remember: Everything is good!
<<lessEspecially if you are working on security, you might get the feeling that your part of something really big and maybe even evil.
How can your extension help me? It will pop up calmative messages for you to feel relaxed while browsing the web.
No, this extension will not spy and destroy your personal data, remember: Everything is good!
Download (0.048MB)
Added: 2007-04-05 License: MPL (Mozilla Public License) Price:
938 downloads
Make-Big-Money 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-11 License: Freeware Price: Free
196 downloads
Placid 2.1
Placid comes from Phil Loathes ACID and was created as a replacement for CMUs ACID. more>>
Placid comes from Phil Loathes ACID and was created as a replacement for CMUs ACID. Acid was too big, too slow, and had too many requirements for me.
So I rewrote almost the entire thing(as well as added a few new features) using Python.
<<lessSo I rewrote almost the entire thing(as well as added a few new features) using Python.
Download (0.028MB)
Added: 2006-01-13 License: GPL (GNU General Public License) Price:
1380 downloads
IPchains Firewalling Webmin Module 0.83.1
IPchains Firewalling Webmin Module allows you to easily maintain a firewall based on ipchains with the Webmin look and feel. more>>
IPchains Firewalling Webmin Module allows you to easily maintain a firewall based on ipchains with the Webmin look and feel.
This module creates a shell script containing all system calls for ipchains. You can modify the chains and the rules in these chains. All changes are written to the script, which must then be executed (possible within the module). The module can import the current system settings so that you can migrate from other tools very easy and do not need to build up the complete firewall a second time. The current version offers three different operation modes:
Newbie: Select one from 5 predefined security levels. This will activate a predefined ruleset. There are two different sets of rulesets, one for a Personal Firewall and one for a Router Firewall
Template: Select from a big list of protocols and directions which traffic should be allowed to pass through the firewall
Expert: This mode is the original one. You can define the settings for each rule in detail and change everything
The installation is quite simple: Login to your Webmin as admin (or whatever you called the adminstrative user) and go to the Webmin tab, then choose "Webmin Configuration". Now click on "Webmin Modules". Give the file in the first box (you can choose any installation method, all should work). Hit Install. Now the module is being installed.
<<lessThis module creates a shell script containing all system calls for ipchains. You can modify the chains and the rules in these chains. All changes are written to the script, which must then be executed (possible within the module). The module can import the current system settings so that you can migrate from other tools very easy and do not need to build up the complete firewall a second time. The current version offers three different operation modes:
Newbie: Select one from 5 predefined security levels. This will activate a predefined ruleset. There are two different sets of rulesets, one for a Personal Firewall and one for a Router Firewall
Template: Select from a big list of protocols and directions which traffic should be allowed to pass through the firewall
Expert: This mode is the original one. You can define the settings for each rule in detail and change everything
The installation is quite simple: Login to your Webmin as admin (or whatever you called the adminstrative user) and go to the Webmin tab, then choose "Webmin Configuration". Now click on "Webmin Modules". Give the file in the first box (you can choose any installation method, all should work). Hit Install. Now the module is being installed.
Download (0.091MB)
Added: 2006-07-08 License: GPL (GNU General Public License) Price:
1207 downloads
MapGeneration Project 0.3.0
MapGeneration Project is a project featuring a server and helper programs to collect GPS information. more>>
MapGeneration Project is a project featuring a server and helper programs to collect GPS information from various sources and to then automatically generate a continuously improved, time annotated road map.
Nowadays gps-receivers are quite cheap and many people use them for route planning in their cars. On the other hand updated maps for the route planing systems are relativly expansive, if available at all.
The idea is to collect the data that people have recorded with their gps-receivers and combine it into one freely available road map. Besides being cheap and always current this map would also contain actual driving time information: Route planning on such a map would not have to use road type based approximations to calculate the fasted route.
In the MapGeneration Project we implement such a program and the end user tools needed to access the data. At the moment we concentrate on two programs: The MapGenerator itself and the MapGeneratorGUI used to administer the generator.
The MapGenerator is a server that accepts incoming data via network and combines the received road information into one big map. As the map might become quite big a database is used as storage. The MapGeneratorGUI connects to this database and displays the map.
As the best way to understand a program is to use it we will now give a short introduction to using the program.
Enhancements:
New features
- (Server) New filter to detect gaps in the input traces.
- (Server) Calculates and outputs total length and time of processed traces.
- (Server) Added full support for more than one processing thread, 2 is default now.
Changes
- (Server) Rewrote TraceServer and TraceConnection to support commoncpp2 1.0.x.
- (Server) Server tries to bind to 127.0.0.1 if no interfaces are found.
- (Server) Added curvature as a criterion for merging -> much better merging!
- (Server) Improved avoidance of double processing of nodes.
- (Server) Moved parsing of traces into TraceFilter.
- (General) Added lots of new methods to handle distances, bearings and interpolation.
- (General) Configuration system supports boolean values.
- (Buildsys) Changed parameters to specify config files to --with-wx-config and --with-ccgnu2-config
Bugfixes
- (Server) Protected data handling between thread with mutexs.
- (GUI) Fixed some string literals for full unicode support.
- (General) Cache: Fixed all size calculations and the size handling system.
- (General) Raised requirements for wxWidgets to 2.6 (beta versions since 2.5.3 should work).
- (General) Some small fixes to build with commoncpp2 1.0.x.
<<lessNowadays gps-receivers are quite cheap and many people use them for route planning in their cars. On the other hand updated maps for the route planing systems are relativly expansive, if available at all.
The idea is to collect the data that people have recorded with their gps-receivers and combine it into one freely available road map. Besides being cheap and always current this map would also contain actual driving time information: Route planning on such a map would not have to use road type based approximations to calculate the fasted route.
In the MapGeneration Project we implement such a program and the end user tools needed to access the data. At the moment we concentrate on two programs: The MapGenerator itself and the MapGeneratorGUI used to administer the generator.
The MapGenerator is a server that accepts incoming data via network and combines the received road information into one big map. As the map might become quite big a database is used as storage. The MapGeneratorGUI connects to this database and displays the map.
As the best way to understand a program is to use it we will now give a short introduction to using the program.
Enhancements:
New features
- (Server) New filter to detect gaps in the input traces.
- (Server) Calculates and outputs total length and time of processed traces.
- (Server) Added full support for more than one processing thread, 2 is default now.
Changes
- (Server) Rewrote TraceServer and TraceConnection to support commoncpp2 1.0.x.
- (Server) Server tries to bind to 127.0.0.1 if no interfaces are found.
- (Server) Added curvature as a criterion for merging -> much better merging!
- (Server) Improved avoidance of double processing of nodes.
- (Server) Moved parsing of traces into TraceFilter.
- (General) Added lots of new methods to handle distances, bearings and interpolation.
- (General) Configuration system supports boolean values.
- (Buildsys) Changed parameters to specify config files to --with-wx-config and --with-ccgnu2-config
Bugfixes
- (Server) Protected data handling between thread with mutexs.
- (GUI) Fixed some string literals for full unicode support.
- (General) Cache: Fixed all size calculations and the size handling system.
- (General) Raised requirements for wxWidgets to 2.6 (beta versions since 2.5.3 should work).
- (General) Some small fixes to build with commoncpp2 1.0.x.
Download (0.57MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1543 downloads
Making-Big-Money 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-29 License: Freeware Price: Free
187 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 oprahu0027s big give 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