Main > Free Download Search >

Free found in software for linux

found in

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2935
libFoundation 1.1.3

libFoundation 1.1.3


libFoundation is an Objective-C library that provides an almost complete implementation of the OpenStep specification. more>>
libFoundation is an Objective-C library that provides an almost complete implementation of the OpenStep specification. libFoundation also has many other extensions that can be found in the Apples Mac OS X Foundation library.
Enhancements:
- This release works with the libobjc provided by GCC (3.0 and up), and has been ported to 64-bit platforms.
- A few minor bugs have been fixed, and support for OpenBSD has been improved.
<<less
Download (1.0MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1194 downloads
Quod Libet 1.0

Quod Libet 1.0


Quod Libet is a music player and tag editor. more>>
Quod Libet is a music player and tag editor.

Quod Libet is a music library management program. Rather than categorize songs by genre, artist, and album, it lets you search and display them however you want.

Quod Libet supports regexp-based searches, album cover display, tag editing, ReplayGain, multimedia keys, and an OSD.

Also included is Ex Falso, a tag editor that has the same editing features found in Quod Libet, but does not play audio files.

<<less
Download (0.22MB)
Added: 2007-05-05 License: GPL (GNU General Public License) Price:
902 downloads
Email::Find 0.10

Email::Find 0.10


Email::Find allows you to find RFC 822 email addresses in plain text. more>>
Email::Find allows you to find RFC 822 email addresses in plain text.

Email::Find is a module for finding a subset of RFC 822 email addresses in arbitrary text (see "CAVEATS"). The addresses it finds are not guaranteed to exist or even actually be email addresses at all (see "CAVEATS"), but they will be valid RFC 822 syntax.

Email::Find will perform some heuristics to avoid some of the more obvious red herrings and false addresses, but theres only so much which can be done without a human.

Finds email addresses in the text and executes callback registered.

The callback is given two arguments. The first is a Mail::Address object representing the address found. The second is the actual original email as found in the text. Whatever the callback returns will replace the original text.

<<less
Download (0.039MB)
Added: 2007-03-31 License: Perl Artistic License Price:
943 downloads
cons 2.2.0

cons 2.2.0


CONS is a replaceement for make. more>>
CONS is a replaceement for make.

Do you use Makefiles for your project? Have you ever done a "make clean; make all" just because you didnt know if the files you changed would be rebuilt correctly?

Or perhaps you work on several machines accessing an NFS server, and if their clocks arent in sync, make wont know to rebuild things? Well, welcome to a new and better way to control the building of your projects.

It is not compatible with make, but it has a number of powerful capabilities not found in other software construction systems, including make.

CONS is implemented in Perl. You dont need to know Perl to use CONS, although you can use it more powerfully if you do.

<<less
Download (0.19MB)
Added: 2006-06-08 License: GPL (GNU General Public License) Price:
1234 downloads
Sunrise 0.42j

Sunrise 0.42j


Sunrise project converts websites and newsfeeds for offline reading on your handheld. more>>
Sunrise project converts websites and newsfeeds for offline reading on your handheld.

Offline browser for handhelds (like AvantGO).

Sunrise is open-source software released under the BSD license.

Getting Started

Sunrise requires Java 1.5. (Earlier Java versions will not work correctly due to issues with the java.nio library.)

Start Sunrise Desktop with the script "sunrise-desktop.sh".

Some documentation can be found in the "web" subdirectory.

Acknowledgements

This product includes software developed by Andy Clark.

This product includes software developed by the Apache Software Foundation.

Toolbar icons and banner images taken from the Eclipse project.

<<less
Download (2.8MB)
Added: 2007-01-17 License: BSD License Price:
1016 downloads
Art of Illusion 2.4.1

Art of Illusion 2.4.1


Art of Illusion is a free, open source 3D graphics studio. more>>
Art of Illusion is a free, open source 3D graphics studio.

Art of Illusion combines modelling, animation, texturing and rendering in one application, with advanced features which compare favorably to those found in many commercial programs.

Art of Illusion is written entirely in Java. It should (in theory) work under any Java Virtual Machine (JVM) which is compatible with Suns Java Development Kit (JDK) 1.4 or later.

<<less
Download (7.4MB)
Added: 2007-02-28 License: GPL (GNU General Public License) Price:
980 downloads
NetAddr::IP::Find 0.03

NetAddr::IP::Find 0.03


NetAddr::IP::Find is a Perl module to find IP addresses in plain text. more>>
NetAddr::IP::Find is a Perl module to find IP addresses in plain text.

SYNOPSIS

use NetAddr::IP::Find;
$num_found = find_ipaddrs($text, &callback);

This is a module for finding IP addresses in plain text.

Functions

NetAddr::IP::Find exports one function, find_ipaddrs(). It works very similar to URI::Finds find_uris() or Email::Finds find_emails().

$num_ipaddrs_found = find_ipaddrs($text, &callback);

The first argument is a text to search through and manipulate. Second is a callback routine which defines what to do with each IP address as theyre found. It returns the total number of IP addresses found.

The callback is given two arguments. The first is a NetAddr::IP instance representing the IP address found. The second is the actual IP address as found in the text. Whatever the callback returns will replace the original text.

EXAMPLES

# For each IP address found, ping its host to see if its alive.
use Net::Ping;
my $pinger = Net::Ping->new;
my %pinged;
find_ipaddrs($text, sub {
my($ipaddr, $orig) = @_;
my $host = $ipaddr->to_string;
next if exists $pinged{$host};
$pinged{$host} = $pinger->ping($host);
});

while (my($host, $up) == each %pinged) {
print "$host is " . $up ? up : down . "n";
}


# Resolve IP address to FQDN
find_ipaddrs($text, sub {
my($ipaddr, $orig) = @_;
resolve_ip($ipaddr->to_string);
});

sub resolve_ip {
use Net::DNS;
# see perldoc Net::DNS for details
}

<<less
Download (0.003MB)
Added: 2007-04-17 License: Perl Artistic License Price:
923 downloads
UpdateFTP 0.1.1

UpdateFTP 0.1.1


UpdateFTP is an utility that updates an entire web site by ftp. more>>
UpdateFTP is an utility that updates an entire web site by ftp. It sends only local files that have been modified in the last upgrade and automatically creates all the remote directories that have been added locally. It overwrites directly files found in remote.

UpdateFTP is a free, open source and multiplatform software.

<<less
Download (0.010MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
1013 downloads
KNetDockApp 0.8

KNetDockApp 0.8


KNetDockApp is a small application that docks in the systray and monitors the activity of the selected network interface. more>>
KNetDockApp is a small application that docks in the systray and monitors the activity of the selected network interface.
KNetDockApp also monitors the link status and can detect if a networking cable is attached to the nic or not.
Supports session management, and runs on next logins.
Enhancements:
- run dhcpcd, bring up/down the selected interface
- connect to specific wifi network, details dialog
- allows choosing led color
- now found in internet kmenu category
- fix header issue
<<less
Download (0.25MB)
Added: 2007-06-30 License: GPL (GNU General Public License) Price:
847 downloads
AModules3 3.0.1

AModules3 3.0.1


AModules3 is a flexible framework for developing applications using Object Oriented Programming. more>>
AModules3 is a flexible framework for developing applications using Object Oriented Programming. Its like "Rails" for PHP. The project utilizes new features only found in PHP5 and shapes your application into a very efficient code.
Main features:
- Template and Skin support through SMlite
- Flexible and modular API system (also implements ModelViewController model)
- Multiple APIs - you can develop command line applications with amodules3
- PHP5+ (using exceptions and other new features)
- Seamless AJAX support
<<less
Download (0.34MB)
Added: 2007-01-18 License: LGPL (GNU Lesser General Public License) Price:
1018 downloads
Distccmon-Qt 0.1

Distccmon-Qt 0.1


Distccmon-Qt is a Qt based monitoring tool for distcc. more>>
Distccmon-Qt is a Qt based monitoring tool for distcc(distcc.samba.org), a distributed C/C++ compiler which helps you to speed up compilations.

Installation instructions can be found in the tarball.
<<less
Download (0.015MB)
Added: 2005-05-27 License: GPL (GNU General Public License) Price:
1610 downloads
CurlyAnkles 0.1.7

CurlyAnkles 0.1.7


CurlyAnkles is a versatile library written in C on GNU/Linux. more>>
CurlyAnkles is a versatile library written in C on GNU/Linux. CurlyAnkles has been written for GTK/GNOME and features a number of advanced features not found in the base GTK library. These include docking widgets and customisable toolbars and menus.

<<less
Download (2.3MB)
Added: 2007-07-28 License: GPL (GNU General Public License) Price:
818 downloads
GAdminSquid 0.0.4

GAdminSquid 0.0.4


GAdminSquid application is a C/GTK+ graphical user interface for the Squid proxy server. more>>
GAdminSquid application is a C/GTK+ graphical user interface for the Squid proxy server.

Featuring: Most options found in squid and advanced ACL-building. Delay pools and logformats are discarded for now but are planned. Some options may not be compiled into your squid so youll have to delete those in the configuration tab if you get any errors.

<<less
Download (0.10MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
858 downloads
FFmpeg::Stream::Audio 6036

FFmpeg::Stream::Audio 6036


FFmpeg::Stream::Audio is an audio stream from a (multi)media stream group. more>>
FFmpeg::Stream::Audio is an audio stream from a (multi)media stream group.

SYNOPSIS

$ff = FFmpeg->new(); #see FFmpeg
#...
$sg = $ff->create_streamgroup(); #see FFmpeg
$st = ($sg->streams())[0]; #this is a FFmpeg::Stream

Objects of this class are not intended to be instantiated directly by the end user. Access FFmpeg::Stream::Audio objects using methods in FFmpeg::StreamGroup. See FFmpeg::StreamGroup for more information.

This class represents an audio stream in a multimedia stream group, and has audio-specific attributes. General stream attributes can be found in the FFmpeg::Stream class.

<<less
Download (1.8MB)
Added: 2007-04-23 License: GPL (GNU General Public License) Price:
546 downloads
TalkSoup 1.0 alpha

TalkSoup 1.0 alpha


TalkSoup is a fully configurable graphical IRC client for both GNUstep and Mac OS X. more>>
TalkSoup is a fully configurable graphical IRC client for both GNUstep and Mac OS X.

Its simplistic interface is made extremely powerful by the fact that all parts of the IRC client are implemented as runtime-loaded plugins, so additional plugins can be made to further extend TalkSoup.

TalkSoup supports a tabbed interface, DCC file transfer, and most common features found in other IRC clients.

<<less
Download (0.33MB)
Added: 2005-09-07 License: GPL (GNU General Public License) Price:
1507 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5