sources
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4401
Tvheadend 2.4
Tvheadend brings users the convenience of a streaming server/relay which supports a variety of sources and multiple output formats. more>>
Tvheadend 2.4 brings users the convenience of a streaming server/relay which supports a variety of sources and multiple output formats.
Tvheadend is initially intended to be used for receiving TV (DVB, Analog, IPTV) and to transmit it using a number of different output formats to subscribers. Together with powerful DVR (Digital Video Recorder) features, an advanced EPG and a web-interface it can be used as a TV distribution hub in your home.
<<lessTvheadend is initially intended to be used for receiving TV (DVB, Analog, IPTV) and to transmit it using a number of different output formats to subscribers. Together with powerful DVR (Digital Video Recorder) features, an advanced EPG and a web-interface it can be used as a TV distribution hub in your home.
Added: 2009-07-27 License: GPL v3 Price: FREE
downloads
KDE 3.5 beta 1
The K Desktop Environment, for UNIX/Linux based systems more>>
KDE is a powerful graphical desktop environment for Unix workstations.
It combines ease of use, contemporary functionality and outstanding graphical design with the technological superiority of the Unix operating system. It is an Internet project and truly open in every sense.
Development takes place on the Internet and is discussed on our mailing lists and USENET news groups to which we invite and welcome everyone. No single group, company or organization controls the sources. All sources are open to everyone and may be distributed and modified by anyone subject to the well known GNU licenses.
<<lessIt combines ease of use, contemporary functionality and outstanding graphical design with the technological superiority of the Unix operating system. It is an Internet project and truly open in every sense.
Development takes place on the Internet and is discussed on our mailing lists and USENET news groups to which we invite and welcome everyone. No single group, company or organization controls the sources. All sources are open to everyone and may be distributed and modified by anyone subject to the well known GNU licenses.
Download (naMB)
Added: 2009-04-04 License: GPL Price:
208 downloads

Audacity Linux Source Code 1..2.4b
Audacity Linux Source Code free software for recording editing sounds. more>> Audacity Linux Source Code is a free, easy-to-use audio editor and recorder for Linux, and other operating systems. You can use Audacity to:
Record live audio.
Convert tapes and records into digital recordings or CDs.
Edit Ogg Vorbis, MP3, and WAV sound files.
Cut, copy, splice, and mix sounds together.
Change the speed or pitch of a recording.
And more! See the complete list of features.
This editor can record and play sounds and import and export WAV, AIFF, MP3, and OGG files. Edit your sounds using cut, copy, and paste features (with unlimited undo functionality), mix tracks, or apply effects to your recordings. The program also has a built-in amplitude-envelope editor, a customizable spectrogram mode, and a frequency-analysis window for audio-analysis applications. Built-in effects include bass boost, wah wah, and noise removal, and the program also supports VST plug-in effects. This program is open-source, and this version adds tool tips, keyboard shortcuts, and OGG exporting and fixes some bugs.
Version 1.2.4b has a Meter Toolbar added for monitoring volume levels during playback and recording, allows you to export multiple files at once, attempts to automatically correct latency in full-duplex recordings, and contains some bug fixes.<<less
Download (4.29MB)
Added: 2009-04-03 License: Freeware Price: Free
203 downloads
WebLOAD Open Source 8.0.5.018 / 8.1.0.118 Alpha
WebLOAD Open Source is a commercial-grade load and stress testing tool that is sponsored by RadView. more>>
WebLOAD Open Source is a commercial-grade load and stress testing tool that is sponsored by RadView. The project can load-test any Internet application, including applications that use Web 2.0 and AJAX.
Whats New in 8.1.0.118 Alpha Development Release:
- This build is considered a release candidate because it contains numerous bug fixes, making it much more stable than the previous build.
<<lessWhats New in 8.1.0.118 Alpha Development Release:
- This build is considered a release candidate because it contains numerous bug fixes, making it much more stable than the previous build.
Download (7.5MB)
Added: 2007-08-15 License: GPL (GNU General Public License) Price:
524 downloads
Sybase::Xfer 0.63
Sybase::Xfer contains Bcp data into a Sybae table from multiple sources. more>>
Sybase::Xfer contains Bcp data into a Sybae table from multiple sources.
SYNOPSIS
#!/usr/bin/perl
use Sybase::Xfer;
my %switches = (-from_server=>CIA, -to_server=>NSA, -table => x-files);
my $h = Sybase::Xfer->new( %switches );
my %status = $h->xfer(-return=>"HASH");
print "xref failed. $status{last_error_msg}n" unless $status{ok};
#!/bin/ksh
sybxfer -from_server CIA -to_server NSA -table x-files
if [[ $? != 0 ]]; then print "transfer problems"; fi
<<lessSYNOPSIS
#!/usr/bin/perl
use Sybase::Xfer;
my %switches = (-from_server=>CIA, -to_server=>NSA, -table => x-files);
my $h = Sybase::Xfer->new( %switches );
my %status = $h->xfer(-return=>"HASH");
print "xref failed. $status{last_error_msg}n" unless $status{ok};
#!/bin/ksh
sybxfer -from_server CIA -to_server NSA -table x-files
if [[ $? != 0 ]]; then print "transfer problems"; fi
Download (0.049MB)
Added: 2007-08-07 License: Perl Artistic License Price:
808 downloads
MAST 0.2.2
MAST is set of audio streaming tools using RTP over IPv4 and IPv6 Multicast/Unicast. more>>
MAST project is set of audio streaming tools using RTP over IPv4 and IPv6 Multicast/Unicast.
Unlike VAT and RAT, which are designed primerily for audio conferencing, MAST is designed to be used for audio distribution and broadcast. It is currently limited to recieving a single audio source, unlike RAT which can mix serveral sources.
It supports many of the audio payload types in the Audio-visual Profile (RTP/AVP).
MAST is licenced under the GNU General Public License.
<<lessUnlike VAT and RAT, which are designed primerily for audio conferencing, MAST is designed to be used for audio distribution and broadcast. It is currently limited to recieving a single audio source, unlike RAT which can mix serveral sources.
It supports many of the audio payload types in the Audio-visual Profile (RTP/AVP).
MAST is licenced under the GNU General Public License.
Download (0.17MB)
Added: 2007-07-26 License: LGPL (GNU Lesser General Public License) Price:
821 downloads
Adobe Source Libraries 1.0.29
The Adobe Source Libraries (ASL) are a collection of C++ libraries to allow the construction of commercial application. more>>
The Adobe Source Libraries (ASL) are a collection of C++ libraries building foundation technology to allow the construction of commercial applications by assembling generic algorithms through declarative descriptions.
Enhancements:
- GIL version 2.1 (support for sub-byte aligned pixel values in images).
- An ASL version_0 namespace has been introduced to maintain binary compatibility going forward.
- There are poly< > library improvements. adobe/vector.hpp and adobe/closed_hash.hpp have been added as generic containers.
- There are many other improvements.
<<lessEnhancements:
- GIL version 2.1 (support for sub-byte aligned pixel values in images).
- An ASL version_0 namespace has been introduced to maintain binary compatibility going forward.
- There are poly< > library improvements. adobe/vector.hpp and adobe/closed_hash.hpp have been added as generic containers.
- There are many other improvements.
Download (8.2MB)
Added: 2007-07-16 License: MIT/X Consortium License Price:
831 downloads
GroundWork Monitor Open Source 5.1.1-3
GroundWork Monitor Open Source is a complete availability monitoring solution. more>> <<less
Download (140MB)
Added: 2007-06-06 License: GPL (GNU General Public License) Price:
875 downloads
Other version of GroundWork Monitor Open Source
License:GPL (GNU General Public License)
GNU Source-highlight 2.7
GNU Source-highlight produces a document with syntax highlighting when given a source file. more>>
GNU Source-highlight produces a document with syntax highlighting when given a source file.
Source-highlight reads source language specifications dynamically, thus it can be easily extended (without recompiling the sources) for handling new languages.
GNU Source-highlight also reads output format specifications dynamically, and thus it can be easily extended (without recompiling the sources) for handling new output formats. The syntax for these specifications is quite easy (take a look at the manual).
Since version 2.2, source-highlight can also generate cross references; in order to do this it relies on GNU Ctags.
These are the output formats already supported:
HTML
XHTML
LATEX
TEXINFO
ANSI color escape sequences (you can use this feature with less)
These are the input languages (or input formats) already supported (in alphabetical order):
C/C++
Bison
Caml
Changelog
Diff
Flex
Fortran
Html
Java
Javascript
Latex
Logtalk
Log files
Lua
ML
Pascal
Perl
PHP
Prolog
Python
Ruby
<<lessSource-highlight reads source language specifications dynamically, thus it can be easily extended (without recompiling the sources) for handling new languages.
GNU Source-highlight also reads output format specifications dynamically, and thus it can be easily extended (without recompiling the sources) for handling new output formats. The syntax for these specifications is quite easy (take a look at the manual).
Since version 2.2, source-highlight can also generate cross references; in order to do this it relies on GNU Ctags.
These are the output formats already supported:
HTML
XHTML
LATEX
TEXINFO
ANSI color escape sequences (you can use this feature with less)
These are the input languages (or input formats) already supported (in alphabetical order):
C/C++
Bison
Caml
Changelog
Diff
Flex
Fortran
Html
Java
Javascript
Latex
Logtalk
Log files
Lua
ML
Pascal
Perl
PHP
Prolog
Python
Ruby
Download (0.60MB)
Added: 2007-06-10 License: GPL (GNU General Public License) Price:
867 downloads
Experimental Robotics Framework 0.5.0
Experimental Robotics Framework can develop and implement algorithms focused on the perception of the world for mobile robots. more>>
Experimental Robotics Framework aim is to develop and implement algorithms focused on the perception of the world for mobile robots, in order for them to navigate and execute tasks in an efficient way.
Installing erf
There are two ways to install the library, one is compiling the sources and the other is by installing the precompiled sources in rpm format.
To install from the sources do:
[user@machine tmp]$ tar -xjf erf...tar.bz2 ; cd erf... ; ./configure && make
[user@machine tmp]$ su
[root@machine tmp]$ make install
An rpm install goes like :
[user@machine tmp]$ rpm -ivh --nodeps erf...rpm
or if you are using mandriva linux or other rpm based linux distribution:
[user@machine tmp]$ urpmi erf...rpm
Visit rpm for more information on rpms.
Any problems please report to the miarn mailing list or email/ gmail chat with me.
<<lessInstalling erf
There are two ways to install the library, one is compiling the sources and the other is by installing the precompiled sources in rpm format.
To install from the sources do:
[user@machine tmp]$ tar -xjf erf...tar.bz2 ; cd erf... ; ./configure && make
[user@machine tmp]$ su
[root@machine tmp]$ make install
An rpm install goes like :
[user@machine tmp]$ rpm -ivh --nodeps erf...rpm
or if you are using mandriva linux or other rpm based linux distribution:
[user@machine tmp]$ urpmi erf...rpm
Visit rpm for more information on rpms.
Any problems please report to the miarn mailing list or email/ gmail chat with me.
Download (4.2MB)
Added: 2007-06-07 License: LGPL (GNU Lesser General Public License) Price:
872 downloads
TagUtil 0.5.1
TagUtil is an easy-to-use tagging utility that enables easy insertion of tags into a blog post. more>>
TagUtil is an easy-to-use tagging utility that enables easy insertion of tags into a blog post. Other facilities offered include: Scheduled Pinging, Support for portable Tag Sources (as RDF files), Facility to create and share such Tag Sources (in RDF format), and Updating of Live Bookmarks for selected Technorati tag searches.
(Note: Core functionality is platform independent. However, some peripheral features that involve file write operations would work only on Windows.)
<<less(Note: Core functionality is platform independent. However, some peripheral features that involve file write operations would work only on Windows.)
Download (0.010MB)
Added: 2007-06-06 License: MPL (Mozilla Public License) Price:
870 downloads
lbdb 0.35.1
The Little Brothers Database (lbdb) consists of a set of small tools which collect mail addresses. more>>
lbdb library consists of a set of small tools which collect mail addresses from several sources and offer these addresses to the external query feature of the Mutt mail reader.
Enhancements:
- This release fixes the warnings in mutt_ldap_query which were introduced with 0.35.
<<lessEnhancements:
- This release fixes the warnings in mutt_ldap_query which were introduced with 0.35.
Download (0.10MB)
Added: 2007-05-29 License: GPL (GNU General Public License) Price:
878 downloads
GroundWork Monitor Open Source 5.1.0-4 stable (VMWare Appliance)
GroundWork Monitor Open Source is a complete availability monitoring solution. more>>
GroundWork Monitor Open Source is a complete availability monitoring solution that ensures IT infrastructure uptime while identifying issues before they become real problems.
Unifies best-of-breed open source tools - Nagios*, Nmap, SNMP TT, PHP, Apache, MySQL and more — through PHP/AJAX-based components and an integrated user interface to deliver the extensible functionality you require.
<<lessUnifies best-of-breed open source tools - Nagios*, Nmap, SNMP TT, PHP, Apache, MySQL and more — through PHP/AJAX-based components and an integrated user interface to deliver the extensible functionality you require.
Download (1500MB)
Added: 2007-05-23 License: GPL (GNU General Public License) Price:
909 downloads
CastCluster 2007-05-14
CastCluster provides access to additional content on iTunes, Apple TV, iPod, or a random podcast viewer. more>>
CastCluster provides access to additional content on iTunes, Apple TV, iPod, or a random podcast viewer.
The project currently supports YouTube, Google Video, local disks, and RSS feeds as sources of content. CastCluster uses ffmpeg for video conversion.
<<lessThe project currently supports YouTube, Google Video, local disks, and RSS feeds as sources of content. CastCluster uses ffmpeg for video conversion.
Download (MB)
Added: 2007-05-15 License: Free To Use But Restricted Price:
893 downloads
Source Navigator NG NG1
Source Navigator NG is a source code analysis tool. more>>
Source Navigator NG is a source code analysis tool. With Source Navigator NG, you can edit your source code, display relationships between classes and functions and members, and display call trees.
Enhancements:
- (INTERNAL) update TODO file
- (ENHANCE) Highlight grep pattern when using format strings/regexps in greppane
- (INTERNAL) Add the possible new SN logo V
- (INTERNAL) Add the possible new SN logo IV
- (INTERNAL) Add the possible new SN logo III
- (INTERNAL) Add the possible new SN logo II
- (INTERNAL) Add the possible new SN logo
- (INTERNAL) Update TODO to list removal of -fwritable-strings compiler switch
- (BUGFIX) Allow for configure-generated french.txt, german.txt, part II
- (BUGFIX) Allow for configure-generated french.txt, german.txt
- (BUGFIX) Fix german language strings
- (DOCS) Change copyright msg and display GPL notice for french, japanese, german
- (DOCS) Change copyright msg and display GPL notice
- (INTERNAL) Move snavigator/MAINTAINERS to root of sourcetree and update
- (INTERNAL) Add Bart van Rompaey to CONTRIBUTORS
- (BUGFIX) Fix undefined references to assert() when building db/ with DEBUG
- (INTERNAL) Change version ID to NG1 and regenerate configure
- (BUGFIX) Fix xref-generation when using batch mode
- (BUGFIX) Fix double declaration of optarg that prevented compilation under Win32 for dbimp
- (BUGFIX) Fix multiple declarations of getopt() in hyper that prevented compilati on under Win32
- (INTERNAL) Add CONTRIBUTORS file
- (BUGFIX) Fix building tcl library on Win32
- (ENHANCE) Make sure an iconized windows shows its according project name
- (BUGFIX) Fix prev & next buttons in diff-dialog
- (BUFIX) Fix arrow navigation in grep dialog (greppane)
- (ENHANCE) Better integration of Clearcase into SN
- (INTERNAL) Add docs about wanted toplevel svn commit msg format
- (BUGFIX) Remove diplaying of copyright msg when refreshing project
- (INTERNAL) Bugfix the splashscreen installing
- (ENHANCE) Randomly choose splashscreen + shorten splashscreen time
- (INTERNAL) Rename camelCaps ChangeLog to CHANGELOG
- (BUGFIX) Install text file COPYING as 644, not 755
- (INTERNAL) Remove Makefile and other configure auto-generated files from SVN
- (ENHANCE) Pretty up splash screen
- (DOCS) Add TODO file to list top-level goals
- (BUGFIX) enlarge default db caches
- (BUGFIX) fix scrolling in greppane (grep dialog)
<<lessEnhancements:
- (INTERNAL) update TODO file
- (ENHANCE) Highlight grep pattern when using format strings/regexps in greppane
- (INTERNAL) Add the possible new SN logo V
- (INTERNAL) Add the possible new SN logo IV
- (INTERNAL) Add the possible new SN logo III
- (INTERNAL) Add the possible new SN logo II
- (INTERNAL) Add the possible new SN logo
- (INTERNAL) Update TODO to list removal of -fwritable-strings compiler switch
- (BUGFIX) Allow for configure-generated french.txt, german.txt, part II
- (BUGFIX) Allow for configure-generated french.txt, german.txt
- (BUGFIX) Fix german language strings
- (DOCS) Change copyright msg and display GPL notice for french, japanese, german
- (DOCS) Change copyright msg and display GPL notice
- (INTERNAL) Move snavigator/MAINTAINERS to root of sourcetree and update
- (INTERNAL) Add Bart van Rompaey to CONTRIBUTORS
- (BUGFIX) Fix undefined references to assert() when building db/ with DEBUG
- (INTERNAL) Change version ID to NG1 and regenerate configure
- (BUGFIX) Fix xref-generation when using batch mode
- (BUGFIX) Fix double declaration of optarg that prevented compilation under Win32 for dbimp
- (BUGFIX) Fix multiple declarations of getopt() in hyper that prevented compilati on under Win32
- (INTERNAL) Add CONTRIBUTORS file
- (BUGFIX) Fix building tcl library on Win32
- (ENHANCE) Make sure an iconized windows shows its according project name
- (BUGFIX) Fix prev & next buttons in diff-dialog
- (BUFIX) Fix arrow navigation in grep dialog (greppane)
- (ENHANCE) Better integration of Clearcase into SN
- (INTERNAL) Add docs about wanted toplevel svn commit msg format
- (BUGFIX) Remove diplaying of copyright msg when refreshing project
- (INTERNAL) Bugfix the splashscreen installing
- (ENHANCE) Randomly choose splashscreen + shorten splashscreen time
- (INTERNAL) Rename camelCaps ChangeLog to CHANGELOG
- (BUGFIX) Install text file COPYING as 644, not 755
- (INTERNAL) Remove Makefile and other configure auto-generated files from SVN
- (ENHANCE) Pretty up splash screen
- (DOCS) Add TODO file to list top-level goals
- (BUGFIX) enlarge default db caches
- (BUGFIX) fix scrolling in greppane (grep dialog)
Download (11MB)
Added: 2007-05-11 License: GPL (GNU General Public License) Price:
905 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 sources 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