Main > Free Download Search >

Free leading software for linux

leading

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 166
Leading::Zeros 0.0.2

Leading::Zeros 0.0.2


Leading::Zeros is a Perl module to defuse Perls octal number representation. more>>
Leading::Zeros is a Perl module to defuse Perls octal number representation.

SYNOPSIS

no Leading::Zeros;

my $answer = 042; # dies

This module offers some control over Perls insidious "leading-zero-means-octal" notation.

INTERFACE

If the module is loaded via a no:

no Leading::Zeros;

then any subsequent attempt to use an integer constant with a leading zero, causes an exception to be thrown. The intention is to prevent you from doing so by accident.
If the module is loaded via a use, like so:

use Leading::Zeros;

then it silently pretends that any octal value (say, 042) was really a decimal value (i.e. 42).

If the module is loaded with the special -warning flag:

use Leading::Zeros -warning;

then octal numbers are treated as usual (i.e. as octals), but a warning is issued. See below.

<<less
Download (0.004MB)
Added: 2007-01-16 License: Perl Artistic License Price:
1011 downloads
SpeakGoodChinese 0.5

SpeakGoodChinese 0.5


Speak Good Chinese is a cross-platform application that allows you or your students to train their Mandarin pronunciation. more>>
Speak Good Chinese is a cross-platform application based on GTK technology that allows you or your students to train their Mandarin pronunciation. Our software is based on Praat, leading software in speech analysis. Our speech technology is backed by the Institute of Phonetic Sciences part of the University of Amsterdam.
SpeakGoodChinese software was supported financially by the DU. Questions can be mailed to stefandekonink@xs4all.nl, they will be forwarded to the appropriate project member.
Enhancements:
- This release makes administrative tasks easier for teachers or students that want to manage or distribute their own wordlists.
- Another new feature in this subsystem is the shuffle function.
- Several bugs were solved related to cleaning up old recordings.
- New documentation was added.
<<less
Download (9.0MB)
Added: 2007-06-24 License: GPL (GNU General Public License) Price:
858 downloads
Asianux 2.0

Asianux 2.0


Asianux is a Linux server operating system which is co-developed by Chinese Leading Linux vendor Red Flag Software Co., Ltd. more>>
Asianux is a Linux server operating system which is co-developed by Chinese Leading Linux vendor Red Flag Software Co., Ltd. and Japanese Linux vendor Miracle Linux Corporation and Korean Linux software vendor Haansoft, INC, aiming at the common-standard enterprise Linux platform for Enterprise systems in Asia.

It provides enterprise customers with high reliability, scalability, manageability and better hardware & software compatibility.

Asianux certification partner program will invite more hardware and software products to be certified on Asianux, and it will definitely help to reduce developing and certificating resources and provide Linux with high quality and low cost.

Red Flag Software, Miracle Linux, and Haansoft INC. will distribute and market Asianux without any modifications in each Linux distribution package in China, Japan and Korea. New products such as Red Flag 5 Family , Miracle Linux V4.0 and Haansoft Linux 2005 will be based on Asianux and each will be bundled with localized features in each country.
<<less
Download (660MB)
Added: 2005-09-07 License: GPL (GNU General Public License) Price:
1517 downloads
Mudawin 0.1

Mudawin 0.1


Mudawin is weblog client. more>>
Mudawin is weblog client.

Mudawin supports almost all leading blog services: Blogger, Wordpress, Movable Type, Typepad, Dotclear, and more.

A blog is a website in which items are posted on a regular basis and displayed in reverse chronological order. The term blog is a shortened form of weblog or web log. Authoring a blog, maintaining a blog or adding an article to an existing blog is called "blogging".

Individual articles on a blog are called "blog posts," "posts" or "entries". A person who posts these entries is called a "blogger". A blog comprises hypertext, images, and links (to other web pages and to video, audio and other files). Blogs use a conversational style of documentation. Often blogs focus on a particular "area of interest", such as Washington, D.C.s political goings-on. Some blogs discuss personal experiences.

Blogs can be hosted by dedicated blog hosting services, or they can be run using blog software on regular web hosting services. In the early 21st Century, blogging has quickly emerged as a popular and important means of communication.

<<less
Download (1.3MB)
Added: 2006-02-03 License: Freeware Price:
1358 downloads
MiniGUI 1.6.2

MiniGUI 1.6.2


MiniGUI is a cross-operating-system graphics user interface support system for embedded devices, and is an embedded graphics. more>>
MiniGUI is "a cross-operating-system graphics user interface support system for embedded devices", and is "an embedded graphics middleware". It aims to provide a compact, fast, stable, lightweight, and cross-OS GUI support system, which is especially fit for real-time embedded systems based-on Linux/uClinux, eCos, uC/OS-II, and other traditional RTOSes, such as VxWorks, ThreadX, and Nucleus.
In December 1998, the initiator of Feynman Software, Wei Yongming, began to develop MiniGUI under the GNU General Public License (GPL). In September 2002, the core developers of MiniGUI founded Beijing Feynman Software Technology Co., Ltd., and started the commercial marketing with the free software. With the support of the leading enterprises, MiniGUI has become the de-facto standard in the field of embedded graphics platforms.
MiniGUI has been widely adopted and applied by the leading manufacturers in the following fields: telecommunication (hand-held terminals, digital-media devices and STBs), industry instrument, medical equipment, and military industry.
Enhancements:
- ext/control/gif89a.c (430), lost some entries of palette memcpy (ImageDesc->ColorMap, GifScreen->ColorMap, MAXCOLORMAPSIZE*3);
- to memcpy (ImageDesc->ColorMap, GifScreen->ColorMap, MAXCOLORMAPSIZE*sizeof (RGB));
<<less
Download (0.93MB)
Added: 2006-07-16 License: GPL (GNU General Public License) Price:
1204 downloads
ArchAddOn 1.0

ArchAddOn 1.0


ArchAddOn provides a straightforward toolbox of field types, widgets, and validators for Archetypes. more>>
ArchAddOn provides a straightforward toolbox of field types, widgets, and validators for Archetypes.
Instruction (only shows description on edit form, for adding sectional
help or other HTML markup to an edit form)
DynamicField. This is a textual field that can contain TALES
expressions which are evaluated. So you can add a "body" field to
a schema that is of this type, and have it be a mix of HTML content
and TALES expressions (just like in a ZPT).
SimpleDataGridField. A lines field with embedded vertical bars for fields. If the
columns property is set, the isValidGrid validator will ensure that
the entered text has exactly that number of columns for each row.
If strip_whitespace is True, the individual cells in the grid will
be stripped of leading and trailing whitespace (that is, whitespace
added around the delimiter).
If column_names is set to a tuple or list of strings, it gives the names
of columns in the grid. The getDataGridRow script and the getRow() method
will return a dict using these column names as keys rather than using the
column numbers (starting from zero).
Fields are just strings, with no internal validation, etc.
Enhancements:
- A long time resident of the collective, ArchAddOn makes its debut on plone.org.
<<less
Download (0.012MB)
Added: 2007-04-14 License: GPL (GNU General Public License) Price:
923 downloads
Apache::Dynagzip 0.16

Apache::Dynagzip 0.16


Apache::Dynagzip is a mod_perl extension for Apache-1.3.X to compress the response with gzip format. more>>
Apache::Dynagzip is a mod_perl extension for Apache-1.3.X to compress the response with gzip format.

This Apache handler provides dynamic content compression of the response data stream for HTTP/1.0 and HTTP/1.1 requests. Standard gzip compression is optionally combined with an extra light compression that eliminates leading blank spaces and/or blank lines within the source document. An extra light compression could be applied even when the client (browser) is not capable to decompress gzip format.

Handler helps to compress the outbound HTML content usually by 3 to 20 times, and provides a list of useful features. This is particularly useful for compressing outgoing web content that is dynamically generated on the fly (using templates, DB data, XML, etc.), when at the time of the request it is impossible to determine the length of the document to be transmitted. Support for Perl, Java, and C source generators is provided.

Besides the benefits of reduced document size, this approach gains efficiency from being able to overlap the various phases of data generation, compression, transmission, and decompression. In fact, the browser can start to decompress a document, which has not yet been completely generated.

<<less
Download (0.024MB)
Added: 2007-06-11 License: Perl Artistic License Price:
866 downloads
Yellow Dog Linux 5.0.2

Yellow Dog Linux 5.0.2


Yellow Dog Linux is the Premier Linux Operating System for PowerPC. more>>
Yellow Dog Linux is the Premier Linux Operating System for PowerPC.
Proven world-wide as the preferred Linux OS for the Power architecture, v4.1 brings Terra Soft into its 8th year of Power Linux development and support. Yellow Dog Linux v4.1 marks a returning point in Terra Softs effort to again provide a leading desktop Linux OS.
Yellow Dog Linux combines the preferred desktops KDE and Gnome with the latest sound and graphic card support, leading (but not bleeding) edge kernels and stable, functional compilers for code development. And of course, the foundation applications and servers expected of all modern Linux operatings systems for web, database, email, and network services.
What will you do with your PowerMac after Apple switches to Intel?
We have an answer--Faster, more stable, and far more efficient as a desktop OS, Yellow Dog Linux is a solid replacement (not just an alternative) to OSX. Breath new life into your PowerPC G3 and G4, giving it a second wind as a personal workstation, or a new function as a web, email, or data server. Want to see how your G5 runs Linux? You may dual-boot both OSX and Yellow Dog Linux or take the leap and run Yellow Dog Linux alone, taking advantage of the multitude of included, freely available, and commercial applications.
Main features:
New or Improved Device Support
- Backlit keys.
- PCMCIA cell phone and modem support.
- Support for Atheros wi-fi cards.
- Dual head config via the GUI.
- Install direct to and boot from FireWire drives.
- USB device auto-mount under both KDE & GNOME.
- Greatly improved sound support.
- Graphical Up2Date package install and update tool.
- Support for the latest Apple Power Books.
- Beta support for Apple G5 PowerMacs with dual core CPUs.
- Beta Extreme driver will be available shortly after release, via YDL.net Enhanced accounts.
Enhancements:
- We are pleased to announce the release of Yellow Dog Linux 5.0.2, a single Install DVD with support for the Apple G4 and G5 computers, Sony PS3, and IBM System p servers, including the JS20/21, OpenPower, and current POWER5 systems. Yellow Dog Linux 5.0.2 offers: kernel 2.6.22-rc4; SDK v2.0 for Cell BE; more than 70 bug fixes and updates; continued support for both 32-bit and 64-bit systems; beta IBM System p support. The IBM Software Development Toolkit (SDK) for Cell Broadband Engine (Cell BE) is a complete package of tools which allows developers to program optimized applications for platforms built upon the Cell BE. The SDK is composed of development tool chains, software libraries, and sample source.
<<less
Download (MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
571 downloads
PHP 5.0.1 Linux

PHP 5.0.1 Linux


The PHP Package !!! - Linux Version more>>
PHP began as a quick Perl hack written by Rasmus Lerdorf in 1994.
Over the next two to three years, it evolved into what we today know as PHP/FI 2.0. PHP/FI started to get a lot of users, but things didn`t start flying until Zeev Suraski and Andi Gutmans suddenly came along with a new parser in the summer of 1997, leading to PHP 3.0. PHP 3.0 defined the syntax and semantics used in both versions 3 and 4.
<<less
Download (4.98MB)
Added: 2009-04-29 License: Freeware Price:
202 downloads
Mule 1.3

Mule 1.3


Mule is the leading open source ESB (Enterprise Service Bus) and integration platform. more>>
Mule is the leading open source ESB (Enterprise Service Bus) and integration platform. Mule is a scalable, highly distributable object broker that can seamlessly handle interactions with services and applications using disparate transport and messaging technologies.
Main features:
- J2EE 1.4 Enterprise Service Bus (ESB) and Messaging broker
- Pluggable connectivity such as JMS (1.0.2b and 1.1), VM (embedded), JDBC, TCP, UDP, multicast, http, servlet, SMTP, POP3, file, XMPP.
- JBI Integration.
- Orchestration of services using WS-BPEL and Mule components and routers.
- Support for asynchronous, synchronous and request-response event processing over any transport.
- Web Services using XFire (STaX-based) Axis or Glue.
- Flexible deployment [Topologies] including Client/Server, Peer-to-Peer, ESB and Enterprise Service Network.
- Declarative and Programmatic transaction support including XA support.
- End-to-End support for routing, transport and transformation of events.
- Spring framework Integration. Can be used as the ESB container and Mule can be easily embedded into Spring applications.
- Highly scalable enterprise server using the SEDA processing model.
- REST API to provide technology agnostic and language neutral web based access to Mule Events
- Powerful event routing based on patterns in the popular EIP book.
- Dynamic, declarative, content-based and rule-based routing options.
- Non-Intrusive approach. Any object can be managed by the ESB container.
- Powerful Application Integration framework
- Fully extensible development model
Enhancements:
- XFire now supports STaX-based streaming SOAP, JavaSpaces JAAS Security Provider, Spring Remoting, HiveMind, and these transaction managers: Weblogic, Websphere, JRun, JBoss, Resin, and Generic Jndi-based.
- Performance improvements were made and full character set encoding support and internationalization was implemented.
- Transport-specific session handling was added.
- Over 300 issues were closed.
- The Sandbox now has jBPM Transport, specialised Tibco transport, specialised MQ Series transport, a SAP module, and Maven Archetypes for building template projects.
<<less
Download (22.3MB)
Added: 2006-10-09 License: MPL (Mozilla Public License) Price:
1111 downloads
Color::Fade 0.01

Color::Fade 0.01


Color::Fade provides a Perl extension for fading text colors. more>>
Color::Fade provides a Perl extension for fading text colors.

Color::Fade uses mathematical formulas to take an input string of virtually any length, and virtually any number of colors, and assign an individual color to each character to fade between each of the input colors.

In other words, it makes your sentences look really pretty.

Methods

Fade $string among the colors in @colors, where $string is a string of length greater than zero, and @colors is an array of colors in six byte hexadecimal format, with or without the leading octothorpe. @colors must have at least two elements.

When called in array context, the method returns an array in which each element is of the format:

y

For each character, where xxxxxx is a hexadecimal color code and y is one character from the original string.

When called in scalar context, this array is joined before being returned.

<<less
Download (0.006MB)
Added: 2007-03-29 License: Perl Artistic License Price:
939 downloads
String::MFN 1.27

String::MFN 1.27


String::MFN is a Perl module to Normalize a string in the manner of the mfn utility. more>>
String::MFN is a Perl module to Normalize a string in the manner of the mfn utility.

SYNOPSIS

use String::MFN;

my $sane_string = mfn($retarded_string);
...

Normalizes a string. Normalization, in brief, means modifying the string to resemble a sane UNIX filename while retaining information carried by the original formatting.
Normalization, in specific, consists of characters other than [w-.+] being removed, lowercasing of all letters, separation of internaCaps, separation of leading numerals from trailing non-numerals, replacement of "bracketing" characters ({[()]}), replacement of ampersands, and collapsing (things that look like) repeating extentions.

Some concrete examples (filenames found by googling for "mp3 playlist"):

Frank Sinatra & Count Basie - More.mp3
frank_sinatra_and_count_basie-more.mp3

Cornershop - Heavy Soup [Outro] [*] [*].mp3
cornershop-heavy_soup-outro.mp3

Soundtrack - American Pie 2 5 - Uncle Kracker - (Im Gonna) Split This Room In Half.mp3
soundtrack-american_pie_205-uncle_kracker-im_gonna-split_this_room_in_half.mp3

12. Only You (Bad Boys Remix)(Ft. The Notorious B.I.G.).mp3
12-only_you-bad_boys_remix-ft_the_notorious_b.i.g.mp3

Ultramagnetic MCs - Critical Beatdown.mp3.mp3.mp3
ultramagnetic_mcs-critical_beatdown.mp3

FUNCTIONS

mfn

Normalizes a string. Returns the normalized string. If no argument is given, mfn operates on $_.

<<less
Download (0.008MB)
Added: 2006-11-15 License: Perl Artistic License Price:
1073 downloads
csvdiff 0.2 (German Docs)

csvdiff 0.2 (German Docs)


csvdiff is a perl script to compare/diff two (comma) seperated files with each other. more>>
csvdiff is a perl script to compare/diff two (comma) separated files with each other. The part that is different to standard diff is, that youll get the number of the record where the difference occurs and the field/column which is different.
The separator can be set to the value you want it to, not just comma. Also you can to provide a third file which contains the columnnames in one(!) line separated by your separator. If you do so, columnnames are shown if a difference is found.
I wrote csvdiff to compare two database unloadfiles, but you can use it for any kind of file which has separators.
Main features:
- Choosable field separator
- If you provide a file containing the fieldnames, csvdiff tells you (by name) in which field a difference occured
- Multiple column key
- Ignor upper/lower case
- Trim leading/tailing spaces
- fade out selectet columns for comparision, usefull for columns with timestamps or columns which are not interesting for you
- Sort data befor comparing it, this has only effect if for comparision without key(s)
- Ignore empty lines while importing data files
- Second output format, looks a bit like diff, but with colour
<<less
Download (0.31MB)
Added: 2007-04-02 License: (FDL) GNU Free Documentation License Price:
948 downloads
 
Other version of csvdiff
csvdiff 0.1 (English Docs)It also provides support for multiple column keys, the ability to ignore case and trim leading/tailing spaces, and the ability to ignore selected columns such as timestamps
License:GPL (GNU General Public License)
Download (0.31MB)
837 downloads
Added: 2007-07-24
Sort::Versions 1.5

Sort::Versions 1.5


Sort::Versions is a Perl 5 module for sorting of revision-like numbers. more>>
Sort::Versions is a Perl 5 module for sorting of revision-like numbers.

SYNOPSIS

use Sort::Versions;
@l = sort { versioncmp($a, $b) } qw( 1.2 1.2.0 1.2a.0 1.2.a 1.a 02.a );

...

use Sort::Versions;
print lower if versioncmp(1.2, 1.2a) == -1;

...

use Sort::Versions;
%h = (1 => d, 2 => c, 3 => b, 4 => a);
@h = sort { versioncmp($h{$a}, $h{$b}) } keys %h;

Sort::Versions allows easy sorting of mixed non-numeric and numeric strings, like the version numbers that many shared library systems and revision control packages use. This is quite useful if you are trying to deal with shared libraries. It can also be applied to applications that intersperse variable-width numeric fields within text. Other applications can undoubtedly be found.

For an explanation of the algorithm, its simplest to look at these examples:

1.1 < 1.2
1.1a < 1.2
1.1 < 1.1.1
1.1 < 1.1a
1.1.a < 1.1a
1 < a
a < b
1 < 2
1.1-3 < 1.1-4
1.1-5 < 1.1.6

More precisely (but less comprehensibly), the two strings are treated as subunits delimited by periods or hyphens. Each subunit can contain any number of groups of digits or non-digits. If digit groups are being compared on both sides, a numeric comparison is used, otherwise a ASCII ordering is used. A group or subgroup with more units will win if all comparisons are equal. A period binds digit groups together more tightly than a hyphen.

Some packages use a different style of version numbering: a simple real number written as a decimal. Sort::Versions has limited support for this style: when comparing two subunits which are both digit groups, if either subunit has a leading zero, then both are treated like digits after a decimal point. So for example:

0002 < 1
1.06 < 1.5

This wont always work, because there wont always be a leading zero in real-number style version numbers. There is no way for Sort::Versions to know which style was intended. But a lot of the time it will do the right thing. If you are making up version numbers, the style with (possibly) more than one dot is the style to use.

USAGE

The function versioncmp() takes two arguments and compares them like cmp. With perl 5.6 or later, you can also use this function directly in sorting:

@l = sort versioncmp qw(1.1 1.2 1.0.3);

The function versions() can be used directly as a sort function even on perl 5.005 and earlier, but its use is deprecated.

<<less
Download (0.005MB)
Added: 2007-05-22 License: Perl Artistic License Price:
885 downloads
FSPLIB 0.9

FSPLIB 0.9


FSPLIB is implementation of an FSP (file service protocol) stack written in C. more>>
FSPLIB project is implementation of an FSP (file service protocol) stack written in C.
The library API is very easy to use because it is modeled after the POSIX API. You can use this library for adding FSP support to any C/C++ program.
Building:
This software can be builded by Scons or by GNU Autotools. Scons building and installing method is prefered. If you want to use autotools, you must create ./configure first by
running autoreconf -i.
Scons building:
run: scons [options] [install]
for building/installing the library and header file. Unlike Autotools
you must add build-time configure options to install target also.
Build time configuration:
At build time you can configure locking subsystem. There are two lock configuration options.
Note:
Scons do not uses leading -- before option names. Example: scons with-lockprefix=/tmp/.FSPL install
--with-lockprefix=path
Set lock prefix path to (default /tmp/.FSPL). Most users do not
need to change it.
--with-locking=none/semop/lockf
Configure type of locking subsytem used. FSP library support currently
3 types of locking subsystem.
none - no locking used
lockf - use lockf on lock file
semop - use Sys V shared memory and semaphore. Lock file will be still created because of use of ftok, but no locking is done on this file -> it can be on shared filesystem.
--prefix=/path
Where to install builded library and header file. Standard option.
--enable-maintainer-mode=yes
Compile with more debug code inside
Enhancements:
- This release fixes three buffer overflows exploitable by the FSP server.
- Strings sent by the FSP server are now checked for terminators before use.
<<less
Download (0.018MB)
Added: 2007-07-24 License: MIT/X Consortium License Price:
823 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5