Main > Free Download Search >

Free to take software for linux

to take

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2632
Perl6::Take 0.04

Perl6::Take 0.04


Perl6::Take is a Perl module to gather/take in Perl 5. more>>
Perl6::Take is a Perl module to gather/take in Perl 5.

SYNOPSIS

use Perl6::Take;

my @foo = gather {
take 5;
};

EXPORT

gather

Accepts a block. take statements inside the dynamic scope of the block are used to accumulate a list, which is gathered as the return value of the block.

take

Accumulates its argument (or list of arguments) on to the nearest gather in the dynamic scope. Arguments are evaluated in list context. The arguments may be passed on to a variable, but note that this assignment should usually be done in list context, as per usual context rules:

$answer = take 42; # 1
($answer) = take 42; # 42

<<less
Download (0.021MB)
Added: 2007-02-14 License: MIT/X Consortium License Price:
982 downloads
Spaminator Gentoo Stage 4 .01

Spaminator Gentoo Stage 4 .01


Spaminator project provides a ready-to-use operating system configured to act as a spam filtering mail gateway. more>>
Spaminator is a server that is placed infront of your email server that allows you to take full advantage of the anti-virus/spam features while keeping your current email server intact.
Spaminator project provides a ready-to-use operating system configured to act as a spam filtering mail gateway.
This stage4 is a generic implementation of: http://www.gentoo.org/doc/en/mailfilter-guide.xml
Main features:
- Real Time Black-Hole Lists
- ClamAV AntiVirus filtering
- Spam Assassin
- Postfix
<<less
Download (254MB)
Added: 2006-02-01 License: GPL (GNU General Public License) Price:
1364 downloads
FotoFix 1.35

FotoFix 1.35


FotoFix is a simple image viewer with simple capabilities to take care of freshly downloaded photos from your camera. more>>
FotoFix is a simple image viewer with simple capabilities to take care of freshly downloaded photos from your camera - can walk image lists, rotate images, and remove red eyes (if lucky). The project was inspired by IrfanView for Windows, a great but unfortunately non-portable and closed-source product.

My experience with various image viewers came to a point where I was no longer satisfied with any, so I wrote yet another one.

<<less
Download (0.051MB)
Added: 2007-08-10 License: BSD License Price:
496 downloads
ftv_gnome 1.3

ftv_gnome 1.3


ftv_gnome is a frontend for furious_tv. more>>
ftv_gnome is a frontend for furious_tv.

furious_tv is a set of tools to take XMLTV TV listings and enable a UNIX system to automatically record programs off of a TV card. It is written in C and uses a SAX parser for maximum speed and efficiency.

<<less
Download (0.12MB)
Added: 2005-11-04 License: GPL (GNU General Public License) Price:
1449 downloads
Openads 2.3.35 Beta

Openads 2.3.35 Beta


Openads provides an open-source ad server, with an integrated banner management interface and tracking system for statistics. more>>
Openads provides an open-source ad server, with an integrated banner management interface and tracking system for statistics.

Openads is an open-source ad server, with an integrated banner management interface and tracking system for gathering statistics. With phpAdsNew you can easily rotate paid banners and your own in-house advertisements. You can even integrate banners from third party advertising companies.

Openads can handle different types of banners in various sizes. Thanks to our flexible delivery engine it can handle regular banners and buttons, pop-ups, text ads, DHTML banners and much more. phpAdsNew is the only ad server that can handle tracking of Flash banners which arent specially prepared.

Openads is the home of some of the most popular, online advertising software available anywhere in the world. Whether you want to take advantage of your website as a source of advertising revenue or if you want to take control and extend your online advertising portfolio, Openads provides you with a family of easy-to-use products backed by expertise from the world’s largest ad space community.

When you use an Openads product, you gain access to that community for support and advice, while your feedback contributes to the future development of the products. And as it is open source, Openads products are free to download and use.

<<less
Download (1.4MB)
Added: 2007-07-24 License: GPL (GNU General Public License) Price:
823 downloads
Notes List 0.1

Notes List 0.1


Notes List is a simple and easy way to take Notes. more>>
Notes List is a simple and easy way to take Notes.

- Change SIZE (width and height)
- tun on/off the background image
- Auto save notes

<<less
Download (0.020MB)
Added: 2006-06-28 License: GPL (GNU General Public License) Price:
1219 downloads
Trip on the Funny Boat 1.4

Trip on the Funny Boat 1.4


Trip on the Funny Boat is a side scrolling shooter game starring a steamboat on the sea. more>>
Trip on the Funny Boat is a side scrolling shooter game starring a steamboat on the sea.

Trip on the Funny Boat is side scrolling arcade shooter game on a steamboat equipped with a cannon and the ability to jump. The player will need to take advantage of waves to defeat the enemies and dodge hazards.

This game was made for the second PyWeek competition during the week from 25.3.2006 to 2.4.2006.

<<less
Download (3.8MB)
Added: 2007-03-14 License: MIT/X Consortium License Price:
959 downloads
mod_stego 1.4

mod_stego 1.4


mod_stego is an apache 1.x module. more>>
mod_stego is an apache 1.x module. It steganograph a file or a message inside the html pages.

If you want the message, you should use a a de-steganography software to take it out.

Installation:

mod_stego.c

$ tar xvfz mod_stego-*tar.gz
$ tar xvfz apache_1.3.*.tar.gz
$ cd apache_1.3.*
$ PREFIX=/home/apache
$ ./configure --add-module=../mod_stego/mod_stego.c --prefix=$PREFIX
$ make
# make install
$ vi $PREFIX/conf/httpd.conf

Add:

AddHandler stego-handler .html .htm
StegoMessage /tmp/msg
StegoKey "Be happy!" # This is the key of your stego message. If there isnt
# it, the message isnt crypted. The algorithm is RC5.

stego_extractor.c

$ cc stego_extractor.c -o stego_extractor
$ wget www.autistici.org/bakunin/stego_example.html
$ ./stego_extractor stego_example.html

My page have no password (press enter 2 times).
<<less
Download (0.014MB)
Added: 2005-12-16 License: GPL (GNU General Public License) Price:
1408 downloads
desktop-data-manager 0.8.10

desktop-data-manager 0.8.10


desktop-data-manager includes a clipboard history for many different types of content (text, images, ...). more>>
desktop-data-manager includes a clipboard history for many different types of content (text, images, ...) and an application to take screenshots from a single window/subwindow, rectangle of the screen or the whole desktop.

The two applications are designed to work well together. For more details please visit my homepage.

Notes: If you find some bugs/problems with the application please contact me at einki(at)users.sourceforge.net. The Program is programmed to work in a GTK/GNOME environment but at least the basic functionalities will work in KDE too.

<<less
Download (0.11MB)
Added: 2007-01-27 License: GPL (GNU General Public License) Price:
1002 downloads
Jakelib2 2.0.1

Jakelib2 2.0.1


Jakelib2 is a cross platform C++ class library with a Java-like API. more>>
Jakelib2 is a cross platform C++ class library with a Java-like API. An automatic garbage collector is used to take care of unused objects.

External libraries like PCRE or GTK+ are beeing integrated to provide the programmer with a homogeneous, easy to use programming environment that covers every days tasks like string handling, data storage, networking, or GUI programming.

<<less
Download (0.94MB)
Added: 2006-03-10 License: LGPL (GNU Lesser General Public License) Price:
1324 downloads
IPMItool 1.8.6

IPMItool 1.8.6


IPMItool is a command-line utility to control IPMI-enabled devices. more>>
IPMItool is a simple command-line interface to systems that support the Intelligent Platform Management Interface (IPMI) v1.5 and v2.0 specifications.
IPMItool provides the ability to read the SDR and print sensor values, display the contents of the SEL, print FRU information, read and set LAN configuration parameters, and perform chassis power control.
Originally written to take advantage of IPMI-over-LAN interfaces, it is also capable of using a system interface as provided by a kernel device driver such as OpenIPMI.
Enhancements:
- A major feature and bugfix release that includes support for PICMG (ATCA) management controllers, better support for Sensors and Events and Inventory data, fixes for IPMIv2 encryption and IPMIv2 Serial-over-LAN, and support for the Tyan implementation of IPMIv1.5 Serial-over-LAN.
<<less
Download (0.26MB)
Added: 2006-02-14 License: BSD License Price:
1406 downloads
Python-SIP 4.7

Python-SIP 4.7


Python-SIP is a tool to generate Python bindings from C++ code. more>>
One of the features of Python that makes it so powerful is the ability to take existing libraries, written in C or C++, and make them available as Python extension modules. Such extension modules are often called bindings for the library.
SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. Python-SIP was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library.
SIP comprises a code generator and a Python module. The code generator processes a set of specification files and generates C or C++ code which is then compiled to create the bindings extension module. The SIP Python module provides support functions to the automatically generated code.
The specification files contains a description of the interface of the C or C++ library, i.e. the classes, methods, functions and variables. The format of a specification file is almost identical to a C or C++ header file, so much so that the easiest way of creating a specification file is to edit the corresponding header file.
SIP makes it easy to exploit existing C or C++ libraries in a productive interpretive programming environment. SIP also makes it easy to take a Python application (maybe a prototype) and selectively implement parts of the application (maybe for performance reasons) in C or C++.
Enhancements:
- This release adds support for consolidated and composite modules.
- It adds support for pickling classes and enums.
<<less
Download (0.38MB)
Added: 2007-07-31 License: Python License Price:
830 downloads
Take Out The Mouse 1.0

Take Out The Mouse 1.0


Take Out The Mouse is a very entertaining puzzle game where you must help a mouse to find the exit. more>>
Take Out The Mouse is a very entertaining puzzle game where you must help a mouse to find the exit.

This is the first game developed by Bertesh Studios, in 2001. Take Out The Mouse consist in a little mouse who has to find the exit of the different labyrinths by finding his delicious reward... the cheese.

The game has 2 difficulties. The first one is the "Easy" difficulty, where our only objective is to find the cheese before our time finishes. Once we have finish this difficulty, we will have access to the "Hard" difficulty, here besides of have to find the cheese before that our time ends, we must to eliminate all the bats that are inside the labyrinths with cakes first to be able to get access to the next level... but be careful, because this bats spit drops of blood that could damage the mouse and could cost him 1 live.

Take Out The Mouse counts with several labyrinths and funny music that we will listen during the whole game, getting a fun game for all the family.

<<less
Download (1.5MB)
Added: 2007-04-20 License: Freeware Price:
917 downloads
Dawn KDM

Dawn KDM


Dawn KDM is a KDM theme based on my photo of the sunrise on the Great Ocean Road. more>>
Dawn KDM is a KDM theme based on my photo of the sunrise on the Great Ocean Road. - http://www.kde-look.org/content/show.php/Sunrise+-+Great+Ocean+Road?content=54727

If anyone can tell me how to take a snapshot of the KDM, please do so. Ive tried Xnest, but havent been able to get the actual login screen to show.

This is my first KDM, so I hope it works!
<<less
Download (0.40MB)
Added: 2007-04-02 License: GPL (GNU General Public License) Price:
937 downloads
Rogue Detect 0.4 Beta 2

Rogue Detect 0.4 Beta 2


Rogue Detect sends DHCPDISCOVER packets to the network and listens for DHCP servers to respond. more>>
Rogue Detect sends DHCPDISCOVER packets to the network and listens for DHCP servers to respond.

It can run continuously as a daemon, or do a single probe and quit. Its written in Perl and can be easily extended to take any action you can think of in response to an unknown DHCP server (send pages, disable them or whatever).

<<less
Download (0.10MB)
Added: 2007-06-30 License: GPL (GNU General Public License) Price:
846 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5