Main > Free Download Search >

Free 2008 software for linux

2008

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 22
IP*Works! 6.0.2008

IP*Works! 6.0.2008


IP*Works! is a comprehensive suite of more than 40 native Linux class libraries for Internet development. more>> <<less
Download (1.2MB)
Added: 2005-07-13 License: QPL (QT Public License) Price: $599
1577 downloads
IBiz QuickBooks Integrator 3.1.2008

IBiz QuickBooks Integrator 3.1.2008


IBiz QuickBooks Integrator is a suite of class libraries and PHP extensions for Internet-enabled QuickBooks (QBXML) integration. more>> <<less
Download (0.81MB)
Added: 2005-07-13 License: QPL (QT Public License) Price: $999
1569 downloads
IBiz E-Payment Integrator 2.1.2008

IBiz E-Payment Integrator 2.1.2008


The IBiz E-Payment Integrator provides a way to add secure and reliable Internet payment processing to your applications. more>> <<less
Download (0.23MB)
Added: 2005-07-13 License: QPL (QT Public License) Price: $999
1565 downloads
Tao Linux 4-update2

Tao Linux 4-update2


Tao Linux is one of several projects to build a free Linux distribution from the sources used in the Red Hat Enterprise. more>>
Tao Linux (pronounced dow Linux) is a project to build a free Linux distribution from the sources used in the Red Hat Enterprise Linux product line.
The target market is either experienced system administrators who would like freely available binaries of this code, or end users who are interested in experimenting with enterprise functionality.
Besides being mostly compatible with Red Hat Enterprise Linux 3, it also includes software packages such as Eclipse and clustering tools not found in the base RHEL products.
Main features:
- Includes gcj-compiled Eclipse IDE
- Includes clustering tools
- Yum with protectbase patch for safer use of 3rd-party repos
- Supports ACLs in ext3, nfs and Samba
- Many packages for Red Hat Enterprise Linux also run on Tao Linux
- Free as in speech and beer
- Security updates (in SRPM form, at least) available into 2008
<<less
Download (2033MB)
Added: 2005-10-27 License: GPL (GNU General Public License) Price:
1458 downloads
Template::Simple 0.01

Template::Simple 0.01


Template::Simple is a simple and fast template module. more>>
Template::Simple is a simple and fast template module.

SYNOPSIS

use Template::Simple;

my $tmpl = Template::Simple->new();

my $template = Jan 1, 2008,
author => Me, myself and I,
},
row => [
{
first => row 1 value 1,
second => row 1 value 2,
},
{
first => row 2 value 1,
second => row 2 value 2,
},
],
footer_data => {
modified => Aug 31, 2006,
},
} ;

my $rendered = $tmpl->render( $template, $data ) ;

Template::Simple has these goals:

Support most common template operations

It can recursively include other templates, replace tokens (scalars), recursively render nested chunks of text and render lists. By using simple idioms you can get conditional renderings.
Complete isolation of template from program code

This is very important as template design can be done by different people than the program logic. It is rare that one person is well skilled in both template design and also programming.
Very simple template markup (only 4 markups)

The only markups are INCLUDE, START, END and token. See MARKUP for more.

Easy to follow rendering rules

Rendering of templates and chunks is driven from a data tree. The type of the data element used in an rendering controls how the rendering happens. The data element can be a scalar or scalar reference or an array, hash or code reference.

Efficient template rendering

Rendering is very simple and uses Perls regular expressions efficiently. Because the markup is so simple less processing is needed than many other templaters. Precompiling templates is not supported yet but that optimization is on the TODO list.

Easy user extensions

User code can be called during an rendering so you can do custom renderings and plugins. Closures can be used so the code can have its own private data for use in rendering its template chunk.

<<less
Download (0.015MB)
Added: 2006-09-29 License: Perl Artistic License Price:
1121 downloads
Google::Adwords::AccountService 0.6.0

Google::Adwords::AccountService 0.6.0


Google::Adwords::AccountService is a Perl module to interact with the Google Adwords AccountService API calls. more>>
Google::Adwords::AccountService is a Perl module to interact with the Google Adwords AccountService API calls.

SYNOPSIS

use Google::Adwords::AccountService;
use Google::Adwords::AccountInfo;
use Google::Adwords::CoverageType;
use Google::Adwords::EmailPromotionsPreferences;
use Google::Adwords::CreditCard;
use Google::Adwords::Address;

my $service = Google::Adwords::AccountService->new();

# login to the Adwords server
$service->email($email)
->password($password)
->clientEmail($cemail)
->applicationToken($app_token)
->developerToken($dev_token);

# getAccountInfo
my $account = $service->getAccountInfo();
print "currencyCode : " . $account->currencyCode . "n";
print "descriptiveName : " . $account->descriptiveName . "n";

# getClientAccounts
my @emailaccounts = $service->getClientAccounts();
print "getClientAccounts : " . join(|, @emailaccounts) . "n";

# getCreditCard
my $creditcard = $service->getCreditCard();

# setLoginInfo
my $ret_setlogininfo= $service->setLoginInfo(email@example.com, toto);

# setLocalTimezone to brrr ...
my $ret_setlocaltimezone = $service->setLocalTimezone(America/Anchorage);

# setCreditCard
my $cc = Google::Adwords::CreditCard->new
->cardNumber(12345678912346)
->cardType(VISA)
->cardVerificationNumber(123)
->expirationMonth(1)
->expirationYear(2008);

my $addr = Google::Adwords::Address->new
->addressLine1(down the street)
->city(Paris)
->companyName(Up there)
->countryCode(FR)
->emailAddress(me@example.com)
->name(Up there)
->phoneNumber(+33112345678)
->postalCode(75020);

my $ret_setcreditcard = $service->setCreditCard($cc, $addr);

# createAdWordsAccount
my $emailPrefs = Google::Adwords::EmailPromotionsPreferences->new
->marketResearchEnabled(1)
->newsletterEnabled(1)
->promotionsEnabled(0);

my $covType = Google::Adwords::CoverageType->new
->optInContentNetwork(0)
->optInSearchNetwork(1);

my $ret = $service->createAdWordsAccount({
loginEmail => $loginEmail,
password => $password,
languagePreference => $lgPref,
emailPrefs => $emailPrefs,
currencyCode => $curCode,
cardInfo => $creditcard,
contactInfo => $address,
defaultAdsCoverage => $covType,
timeZoneId => $timeZoneId
});

# updateAccountInfo
$account->primaryBusinessCategory(Advertising, Marketing, SEO);
my $ret_updateaccountinfo = $service->updateAccountInfo($account);

This module provides an interface to the Google Adword AccountService API calls.

<<less
Download (0.041MB)
Added: 2006-11-21 License: Perl Artistic License Price:
1070 downloads
Separe 0.1.6

Separe 0.1.6


This is a great Firefox addon that helps you keeping tabs tidy by introducing a new kind of tab! more>>

Separe 0.1.6 is yet another extremely useful utility for Firefox users. It is actually a great addon that helps you keeping tabs tidy by introducing a new kind of tab!

Enhancements: March 10, 2008

  • Included support for Firefox 3.0b3.
  • Added some locales.
  • Supported locales: be-BY, ca-AD, da-DK, de-DE, en-US, es-ES, fi-FI, fr-FR, it-IT, nl-NL, pl-PL, pt-BR, ru-RU, sl-SI, uk-UA, zh-CN.

Requirements:

  • Mozilla Firefox
<<less
Added: 2008-03-11 License: GPL Price: FREE
981 downloads
ICS::Simple 0.06

ICS::Simple 0.06


ICS::Simple is a simple interface to CyberSource ICS2. more>>
ICS::Simple is a simple interface to CyberSource ICS2.

SYNOPSIS

Here is some basic code. Hopefully Ill come back through soon to document it properly.

use ICS::Simple;

my $ics = ICS::Simple->new(
ICSPath => /opt/ics,
MerchantId => v0123456789, # CyberSource supplies this number to you
Mode => test,
Currency => USD,
Grammar => UpperCamel, # defaults to raw ICS responses, so you might want to set this
#ErrorsTo => all-errors@some.fun.place.com,
CriticalErrorsTo => only-critical-errors@some.fun.place.com,
);

my $request = {
OrderId => order19857219,
FirstName => Fred,
LastName => Smith,
Email => fred.smith@buyer-of-stuff.com,
CardNumber => 4111111111111111,
CardCVV => 123,
CardExpYear => 2008,
CardExpMonth => 12,
BillingAddress => 123 Main St,
BillingCity => Olympia,
BillingRegion => WA,
BillingPostalCode => 98501,
BillingCountryCode => US,
ShippingAddress1 => 6789 Industrial Pl,
ShippingAddress2 => Floor 83, Room 11415,
ShippingCity => Olympia,
ShippingRegion => WA,
ShippingPostalCode => 98506,
ShippingCountryCode => US,
ShippingFee => 25.05,
HandlingFee => 5.00,
Items => [
{ Description => Mega Lizard Monster RC,
Price => 25.00,
SKU => prod15185 },
{ Description => Super Racer Parts Kit,
Price => 15.30,
SKU => prod23523 },
{ Description => Uber Space Jacket,
Price => 72.24,
SKU => prod18718 },
],
};

my $response = $ics->requestBill($request);

if ($response->{success}) {
print "Woo! Success!n";
$response = $response->{response};
print "Thanks for your payment of $$response->{BillAmount}.n";
}
else {
print "Boo! Failure!n";
print "Error: $response->{error}->{description}n";
}

<<less
Download (0.010MB)
Added: 2007-03-21 License: Perl Artistic License Price:
949 downloads
White Box Enterprise Linux 4 Respin 2

White Box Enterprise Linux 4 Respin 2


White Box Enterprise Linux is derived from the Free/Open Source Software made available by Red Hat, Inc. more>>
Specifically, this product is forked from the source code for Red Hats _Red Hat Enterprise Linux 3_ product under the terms and conditions of its EULA.

There may be remaining packaging problems and other odd bugs. These are solely the responsibility of the White Box Linux effort and should not in any shape, manner or form reflect on the quality of Red Hats commercial product. In fact, if you need a fully tested and supported OS you probably should go buy their box set.

A fair amount of effort has gone into removing Red Hats trademarks and logos. Should you find one remaining, please report it so that it can be removed.

The goal of this project is to provide an unencumbered RPM based Linux distribution that retains enough compatibility with Red Hat Linux to allow easy upgrades and to retain compatibility with their Errata srpms.

Being based off of RHEL3 means that a machine should be able to avoid the upgrade treadmill until Oct 2008 since RHEL promises Errata availability for five years from date of initial release and RHEL3 shipped in Oct 2003.

Or more briefly, to fill the gap between Fedora and RHEL.
<<less
Download (655.5MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
859 downloads
Mandriva Linux 2007.1 / 2008 Beta 1

Mandriva Linux 2007.1 / 2008 Beta 1


Mandriva Linux is the operating system of choice for users keen on all things advanced. more>>
Mandriva Linux 2007 is the ultimate version of Mandriva Linux. It is the fruit of the convergence of three technologies: Mandriva, Conectiva and Lycoris.
Mandriva Linux 2007 is also more easy-to-use, more user-friendly and more powerful. It is ideal for the needs of all customers, from the beginner to the SOHO user.
Whats New in 2007.1 Stable Release:
- Mandriva is proud to announce the release of its brand new distribution that provides up-to-date and freshly released open source software: Mandriva Linux 2007 Spring. Mandriva Linux 2007 Spring integrates the latest innovations in the fields of office suite applications, Internet, multimedia and virtualization technologies. Not only does Mandriva Linux 2007 Spring bring to users the most advanced Linux operating system, it also includes some very special new features: WengoPhone, Google Picasa and Google Earth, Drakvirt...
Whats New in 2008 Beta 1 Development Release:
- The first beta of Mandriva Linux 2008, code-named Cassini, is now available. This beta is available only as a 3-CD Free edition (containing no non-free software or drivers) for the x86-32 architecture, with a traditional installer. Future betas will be available in One live / install CD hybrid editions with proprietary drivers, and in x86-64 variants." Whats new? " Default NTFS write support; AppArmor; modular IDE drivers; new devicescape wireless stack; Compiz Fusion replaces Beryl; Linux kernel 2.6.22, GNOME 2.19, KDE 3.5.7 and 4 preview, Xfce 4.4.1....
<<less
Download (4357MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
506 downloads
Free Website Builder 1.6

Free Website Builder 1.6


Free Website Builder Easily Builds Unlimited Niche Video Web Sites! Easily Add Unlimited Video Pages to Your Current Websites. Our free version is comparable to the full, paid version of other Video C more>>

Free Website Builder Easily Builds Unlimited Niche Video Web Sites! Easily Add Unlimited Video Pages to Your Current Websites.
Our free version is comparable to the full, paid version of other Video Clip Site Builders.
Easily Build Unlimited Auto-Updating Niche Video Websites Using YouTube Video Clips.
Video sites are hot and their popularity is sure to explode in 2008. People love video clips, and the search engines love video site.
Simply FTP the software to your Unix/Linix webhost, run our setup program, answer a few questions, click create and you will have a new auto updating video website.

Requirements: Unix/Linux Hosting, PHP4 or PHP5, Curl, or PHP function file_get_contents

<<less
Download (276.08KB)
Added: 2009-04-07 License: Freeware Price: $0
376 downloads
Mandriva Linux 2008

Mandriva Linux 2008


Mandriva Linux One 2008 is the best way to start using Linux. more>> Mandriva Linux One 2008 is the best way to start using Linux. A full Linux operating system on a single CD for both new and experienced Linux users, it is fast to download and install, and also safe to try with a live mode. One is really the one CD you need!
<<less
Download (696.66MB)
Added: 2009-04-09 License: Freeware Price: Free
227 downloads
Color Oracle for Linux 1.1.1

Color Oracle for Linux 1.1.1


Color Oracle applies a full screen color filter to art you are designing. more>> Color Oracle takes the guesswork out of designing for color blindness by showing you in real time what people with common color vision impairments will see. Color Oracle applies a full screen color filter to art you are designing independently of the software that you are using. Eight percent of all males are affected by color vision impairement make sure that your graphical work is readable by the widest possible audience.
Seeing is believing! Instantaneously identify and correct problem colors in your art using Color Oracles system-wide menu accessible in any program.
New:
Color Oracle 1.1.1 fixes a few bugs on all platforms (25 February 2008).
Color Oracle 1.1 now runs on Windows and Linux (20 February 2008).
<<less
Download (105KB)
Added: 2009-04-02 License: Freeware Price: Free
206 downloads
ChainBuilder ESB for Linux 2.0

ChainBuilder ESB for Linux 2.0


ChainBuilder ESB is an open source solution for use in Service Oriented Architecture (SOA) environments. ChainBuilder ESB creates standards-based components though drag and drop graphical user interfa more>>

ChainBuilder ESB is an open source Enterprise Service Bus. ChainBuilder ESB allows IT developers with Service Oriented Architecture (SOA) infrastructures to create standards-based ESB components through Eclipse-based graphical user interfaces. Most organizations SOAs need to include strategic backend systems that operate with non-XML data formats and non-WebServices communication protocols. Bostech focus on usability ensured the initial offerings of ChainBuilder ESB had industry standard editors to manage EDI X12, HL7, fixed and variable formats and communication components for TCP/IP, FTP and file protocols and database components for JMS and ETL integrations - the formats and protocols that organizations with mature applications absolutely require. ChainBuilder ESB also has uncommon high-end open source features, like an AJAX-based Console web interface for monitoring and controlling the production environment, usually found only with expensive proprietary systems. Bostech Corporation is deploys a dual-license distribution model for ChainBuilder ESB. Developers can download the open source software for Windows, Linux and Unix under the common GPL license at http://www.chainforge.net. A commercial license and subscription support is also available for enterprises and software vendors.

System Requirements: P4/1GB ram/10GB HD min; dual 3.0Ghz/2GB ram preferred

System Requirements: 2.0, Oct 2008 1.3.1, July 2008, incls Java 6 1.2, Mar 2008, incls ETL and Vista 1.1, Aug 2007, incls HL7, POP3, SMTP and framework; 1.0, Jan 2007, incls console and JDBC support; Beta Release, Dec 2006, incls source code and Linux support; Alpha Release, Sep 2006, incls Windows support;

<<less
Download (365.00MB)
Added: 2009-04-02 License: Freeware Price: $0
204 downloads
Beijing 2008 Icons for Linux -

Beijing 2008 Icons for Linux -


This iconset will help you customize your projects more>> Along came 2008 and one of the most expected and vivid events of this year is clearly the Olympics in Beijing. The preparation for this event is in full course and we are trying not to lag behind. Chinese designer Han Meilin drew the symbol or rather symbols of Fuwa. And our TurboMilk designer Olesia Kozlova who highly praised the style of the Olympics produced icons for these symbols.
Logo and Fuwa characters copyright The Beijing Organizing Committee for the Games of the XXIX Olympiad.
NOTE: Free to use for personal non-commercial purposes
<<less
Download (118KB)
Added: 2009-04-03 License: Freeware Price: Free
203 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2