Main > Free Download Search >

Free give 1 get 1 software for linux

give 1 get 1

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 15231
Divide rectangles 0.1

Divide rectangles 0.1


Divide rectangles is a program which helps you divide a rectangular sheet of paper into small pieces. more>>
Divide rectangles is a program which helps you divide a rectangular sheet of paper into small pieces.

You give the size of the sheet and the size of the pieces, it tells you how to cut and how many pieces you will have.

<<less
Download (0.002MB)
Added: 2006-11-30 License: GPL (GNU General Public License) Price:
1060 downloads
Web.GET 2.0.14

Web.GET 2.0.14


Web.GET is a user-friendly Web tool for managing file downloads. more>>
Web.GET is a user-friendly Web tool for managing file downloads. Web.GET project uses GNU wget as its downloading back-end.

<<less
Download (0.059MB)
Added: 2006-01-29 License: GPL (GNU General Public License) Price:
1366 downloads
CGI::Test 0.104

CGI::Test 0.104


CGI::Test is a CGI regression test framework. more>>
CGI::Test is a CGI regression test framework.

SYNOPSIS

# In some t/script.t regression test, for instance
use CGI::Test; # exports ok()

my $ct = CGI::Test->new(
-base_url => "http://some.server:1234/cgi-bin",
-cgi_dir => "/path/to/cgi-bin",
);

my $page = $ct->GET("http://some.server:1234/cgi-bin/script?arg=1");
ok 1, $page->content_type =~ m|text/htmlb|;

my $form = $page->forms->[0];
ok 2, $form->action eq "/cgi-bin/some_target";

my $menu = $form->menu_by_name("months");
ok 3, $menu->is_selected("January");
ok 4, !$menu->is_selected("March");
ok 5, $menu->multiple;

my $send = $form->submit_by_name("send_form");
ok 6, defined $send;

#
# Now interact with the CGI
#

$menu->select("March"); # "click" on the March label
my $answer = $send->press; # "click" on the send button
ok 7, $answer->is_ok; # and make sure we dont get an HTTP error

The CGI::Test module provides a CGI regression test framework which allows you to run your CGI programs offline, i.e. outside a web server, and interact with them programmatically, without the need to type data and click from a web browser.

If youre using the CGI module, you may be familiar with its offline testing mode. However, this mode is appropriate for simple things, and there is no support for conducting a full session with a stateful script. CGI::Test fills this gap by providing the necessary infrastructure to run CGI scripts, then parse the output to construct objects that can be queried, and on which you can interact to "play" with the scripts control widgets, finally submitting data back. And so on...
Note that the CGI scripts you can test with CGI::Test need not be implemented in Perl at all. As far as this framework is concerned, CGI scripts are executables that are run on a CGI-like environment and which produce an output.

To use the CGI::Test framework, you need to configure a CGI::Test object to act like a web server, by providing the URL base where CGI scripts lie on this pseudo-server, and which physical directory corresponds to that URL base.
From then on, you may issue GET and POST requests giving an URL, and the pseudo-server returns a CGI::Test::Page object representing the outcome of the request. This page may be an error, plain text, some binary data, or an HTML page (see CGI::Test::Page for details).

The latter (an HTML page) can contain one or more CGI forms (identified by tags), which are described by instances of CGI::Test::Form objects (see CGI::Test::Form for details).

Forms can be queried to see whether they contain a particular type of widget (menu, text area, button, etc...), of a particular name (thats the CGI parameter name). Once found, one may interact with a widget as the user would from a browser. Widgets are described by polymorphic objects which conform to the CGI::Test::Form::Widget type. The specific interaction that is offered depends on the dynamic type of the object (see CGI::Test::Form::Widget for details).

An interaction with a form ends by a submission of the form data to the server, and getting a reply back. This is done by pressing a submit button, and the press() routine returns a new page. Naturally, no server is contacted at all within the CGI::Test framework, and the CGI script is ran through a proper call to one of the GET/POST method on the CGI::Test object.

Finally, since CGI::Test is meant to be used from regression test scripts, it exports a single ok() routine which merely prints the messages expected by Test::Harness. This is the only functional routine in this module, all other accesses being made through a CGI::Test object.

<<less
Download (0.050MB)
Added: 2007-06-12 License: Perl Artistic License Price:
864 downloads
pgmixer 1.0

pgmixer 1.0


pgmixer project is a gnome applet for controlling a mixer you specify. more>>
pgmixer project is a gnome applet for controlling a mixer you specify (from back when GNOME programs were actually useful for something).

The mixer that comes with gnome only controls the master volume. If you need a volume control for one or more other mixers, you could give this a go. Alternatively if you use gkrellm you could try its volume plugin.

You will need aumix and Gtk-Perl (if you use mandrake linux I think the package name is perl-gtk).

How to use it:

Run it like

pgmixer [channel option]

where [channel option] is a single character which specifies the mixer to use - use pgmixer -help to get a list.
If you dont like the default orientation of the applet you can flip it by adding a "-flip" argument - for example

pgmixer w -flip

creates an applet for the PCM mixer, with the default orientation flipped around.

You can run more than one of these and the panel should remember their positions correctly.

<<less
Download (0.007MB)
Added: 2007-02-26 License: GPL (GNU General Public License) Price:
970 downloads
gail 1.19.6

gail 1.19.6


GAIL provides accessibility support for gtk+ and libgnomecanvas by implementing AtkObjects for widgets in gtk and libgnomecanvas more>>
GAIL provides accessibility support for gtk+ and libgnomecanvas by implementing AtkObjects for widgets in gtk+ and libgnomecanvas. GAIL library is a GTK+ module.
For example, if the module is loaded in a program which calls gtk_widget_get_accessible() for a GtkEntry an instance of GailEntry is returned. This module is normally used with the atk-bridge GTK+ module from at-spi to allow an assistive technology, e.g a screenreader, to query or drive the program.
Dependencies:
In order to get CVS gail installed on your system, you need to have the most recent CVS versions of gtk+ and libgnomecanvas installed as well. Note that gtk+ requires glib/pango/atk and libgnomecanvas also requires libart, pangoft2 and gnome-common.
Building:
To compile a CVS version of gail on your system, you will need to take several steps to setup the tree for compilation. You can do all these steps at once by running:
cvsroot/gail# ./autogen.sh
Basically this does the following for you:
cvsroot/gail# aclocal; automake; autoconf
The above commands create the "configure" script. Now you can run the configure script in cvsroot/gail to create all the Makefiles.
Before running autogen.sh or configure, make sure you have libtool in your path.
Note that autogen.sh runs configure for you. If you wish to pass options like --prefix=/usr to configure you can give those options to autogen.sh and they will be passed on to configure.
Enhancements:
- Bugfixes: #460820, #363450.
- Implement ATK_STATE_DEFAULT in gailwidget.
- This version of GAIL should be used with Libgnomecanvas released with GNOME 2.19.6.
<<less
Download (0.82MB)
Added: 2007-07-30 License: GPL (GNU General Public License) Price:
816 downloads
GetHT 0.0.1

GetHT 0.0.1


GetHT is a free application to download PDF and multimedia files from Hinduism Today. more>>
GetHT is a free application to download PDF and multimedia files from Hinduism Today, an "award winning, Macintosh-generated, full color quarterly news magazine articulating Indian spirituality for 135,000 readers around the world."
Main features:
- Control - Only download the parts of the magazine that interest you, saving time, bandwidth and disk space. You can also choose to save the multimedia files, or stream them using any program, freeing you to enjoy the media as you see fit, for example watching a video fullscreen or burning an audio track to CD.
- Proxy Support - For those who arent lucky enough to have direct access to the internet, the program has support for proxies of many different varieties.
- GNU/Linux Support - The official Hinduism Today client only works on Mac and Windows platforms. GetHT however works natively in GNU/Linux. It has also been written with portability in mind, and while at present its only known to work on Linux, it shouldnt be too hard to get it to work perfectly on any of the Unices, as well as Mac and Windows platforms.
- Freedom - GetHT is distributed under the GNU General Public License V2, meaning that anyone is free to study the code making it up, change it and share it with others, providing they give others those same freedoms. See http://www.gnu.org/philosophy/free-sw.html for more information.
<<less
Download (0.092MB)
Added: 2007-05-10 License: GPL (GNU General Public License) Price:
897 downloads
Get-Rich 1.0

Get-Rich 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-06 License: Freeware Price: Free
200 downloads
bcr beats 0.1

bcr beats 0.1


bcr steps is a step sequencer and arpeggiator made for the Behringer BCR2000 controller. more>>
bcr steps is a step sequencer and arpeggiator made for the Behringer BCR2000 controller. This project can also be used on its own, or with almost any other MIDI controller.

If you like, you can try out the applet version, though it wont give you the full MIDI capabilities of the standalone application.

<<less
Download (0.10MB)
Added: 2007-06-12 License: GPL (GNU General Public License) Price:
866 downloads
Get-Money 1.0

Get-Money 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-07 License: Freeware Price: Free
199 downloads
Get File 1.2.2

Get File 1.2.2


Get File is a Firefox extension that can get a file from an URL. more>>
Get File is a Firefox extension that can get a file from an URL.

To use this extension, go in File menu and choose "Get a File".

Ive also developed a french freeware for supervision of your computer.

http://www.pastouchexp.info/

<<less
Download (0.014MB)
Added: 2007-07-09 License: MPL (Mozilla Public License) Price:
875 downloads
Dial2Net 0.1.3

Dial2Net 0.1.3


Dial2net is an application that configures a PPP (dialup) connection according to the ISP specified by the user. more>>
Dial2net is an application that configures a PPP (dialup) connection according to the ISP specified by the user. Both PAP and CHAP protocols are supported. This application is aimed toward users new to linux that are trying to get thier system configured so they can access the internet via a ppp connection. The scope of this project is to create a simple, easy to use application that gets the job done veri good.
What differs is a few things by other applications:
1. Give the user the ability to choose thier ISP from a list to make things simpler and reduce the need for manual configuration.
2. Include an application (Lan2Net) that will setup a Local Area Network that will share an internet connection.
3. A slew of useful tools that make day-to-day use of a ppp connection easier.
After the initial installation...
Run dial2net to dial out and dial2net -d to disconnect. If you need to reconfigure dial2net for any reason, run dial2net -s again for setup mode.
Enhancements:
- added autoredial function
- minor bugfix
<<less
Download (0.006MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1212 downloads
SDL_image 1.2.11

SDL_image 1.2.11


SDL_image is an image file loading library. more>>
SDL_image is an image file loading library. It loads images as SDL surfaces, and supports the following formats: BMP, PNM, XPM, LBM, PCX, GIF, JPEG, PNG, TGA.

Images provide the basic visual building blocks for any user interface. Colors and fun shapes are the stuff that we as kids looked at for hours at a time while trying to shoot down big aliens and rescue pixelated princesses. Now its our turn to make the images that others will remember later in life perhaps. Now how do we get this dang images into our SDL programs, and be flexible in the handling of the images so that we dont even have to worry about what various formats they may be in?

This is where SDLimage makes your life easier. This document doesnt help you make artwork, but it will give you the functional knowledge on how to get that art into your game. Now go forth and make your Stick Figure of Justice, someone else might fill in for your lack of artistry, at least you wont have to make much of an effort to include the new and better art into your code.

<<less
Download (2.7MB)
Added: 2006-07-14 License: GPL (GNU General Public License) Price:
1202 downloads
slapt-get 0.9.12a

slapt-get 0.9.12a


slapt-get is an APT-like system for Slackware package management. more>>
slapt-get is an APT-like system for Slackware package management.
slapt-get project allows you to search Slackware mirrors and third-party package sources (such as www.linuxpackages.net) for packages, compare them with installed packages, and install new packages or upgrade installed packages, all with a few simple commands.
Enhancements:
- This release features updated documentation, improved handling of GPGME errors, and a bugfix for GPG verification of uncompressed checksums files.
<<less
Download (0.14MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
808 downloads
Get-Rich-Quick 1.0

Get-Rich-Quick 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-05 License: Freeware Price: Free
202 downloads
Manslide 1.6

Manslide 1.6


Manslide is the begining of ManDVD rewrite. more>>
Manslide is the begining of ManDVD rewrite. This is slideshow module (just a begin) for testing and to know if all is good.

The program is in french for the moment but there is in a near futur all other translation. Give feedback to help me.

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