Main > Free Download Search >

Free capability to software for linux

capability to

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 912
TrashMail.net 2.0.2

TrashMail.net 2.0.2


TrashMail.net will improve your browsers capability greatly. more>>

TrashMail.net 2.0.2 will improve your browser's capability greatly. It is designed as a Firefox addon that creates free disposable email addresses and paste them directly in forms. This helps to protect you from spam mails and could be useful when subscribing to forums or newsletters.

The email addresses can be deleted at any time and this plugin uses the free TrashMail.net DEA service.

Enhancements:

Added the following features in the TrashMail Address Manager:

  • Copy email address to clipboard with right mouse click if holding the mouse cursor on a trashmail email address
  • Copy website address to clipboard with right mouse click if holding the mouse cursor on a website address

Requirements:

  • Mozilla Firefox
<<less
Added: 2009-07-22 License: MPL Price: FREE
9 downloads
Gtkcat 0.1

Gtkcat 0.1


Gtkcat is a quick and compact GTK disk-catalog program. more>>
Gtkcat is a quick and compact GTK disk-catalog program.

I use this to index my source code CD-ROMs and search through them. You could probably use this to catalog other things, but keep in mind the only search criteria is a filename or a filename pattern.

This program is quite a bit faster than GTKtalog, and if all you need is basic filename search capability, this should be good enough.
<<less
Download (0.013MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1101 downloads
OpenWebMail 2.52

OpenWebMail 2.52


Open WebMail is a webmail system based on the Neomail version 1.14 from Ernie Miller. more>>
Open WebMail is a webmail system based on the Neomail version 1.14 from Ernie Miller. Open WebMail is designed to manage very large mail folder files in a memory efficient way.
OpenWebMail also provides a range of features to help users migrate smoothly from Microsoft Outlook to Open WebMail.
Main features:
For Users:
- Auto Login
- Multiple Languages/Multiple Charsets
- Strong MIME Message Capability
- Full Content Search
- Draft Folder Support
- Confirm Reading Support
- Spelling Check Support
- vCard compliant Addressbook
- POP3 Support
- Mail Filter Support
- AntiSpam Support through SpamAssassin (http://www.spamassassin.org)
- AntiVirus Support through ClamAV (http://www.clamav.net)
- Calendar with Reminder/Notification Support
- Webdisk Support
- HTTP Compression
For System:
- Fast Folder Access
- Efficient Message Movement
- Smaller Memory Footprint
- Graceful File Lock
- Various Authentication Modules
- PAM support
- Remote SMTP Relaying
- Virtual Hosting
- User Alias
- Pure Virtual User Support
- Per User Capability Configuration
- Persistent Running through SpeedyCGI
<<less
Download (7.3MB)
Added: 2006-05-04 License: GPL (GNU General Public License) Price:
1286 downloads
Email 2.5.1

Email 2.5.1


Email sends email to remote SMTP servers via the command line, which makes it useful in cron jobs. more>>
Email sends email to remote SMTP servers via the command line, which makes it useful in cron jobs. It will send to any RFC standard remote ESMTP server, and will allow you to encrypt, sign, and design your message on the fly.
It has the capability to use signature files with dynamic options, address book functionality, and users can also attach pictures, binary files, documents, or whatever they want. It is completely compatible with GNUPG for encryption and signing, and is easy to configure and use.
Enhancements:
- A bug where an assert caused an abort when encrypting any message with GnuPG under Cygwin has been fixed.
- Compile time problems where the compiler would complain about SIG* being undeclared have been fixed.
- There is some minor source code cleanup.
<<less
Download (0.17MB)
Added: 2006-11-20 License: GPL (GNU General Public License) Price:
1084 downloads
TAPPy 0.7.3

TAPPy 0.7.3


TAPPY is a tidal analysis package. more>>
TAPPY is a tidal analysis package. TAPPy breaks down a record of water levels into the component sine waves. It is written in Python and uses the least squares optimization and other functions in SciPy.
The focus is to make the most accurate analysis possible. TAPPY only determines the constituents that are calculatable according to the length of the time series.
Main features:
- Calculates the node factor at each water elevation measurement. Very important for long time-series.
- Very accurate ephemeris calculations thanks to the Astrolabe library.
- Able to read in different input data sets without changing TAPPY or the input data set. All you have to do is create a file that defines the input data set. Thanks to Pyparsing
- Added the capability to read compressed files and Internet data streams (actually any URL) directly into TAPPY by using filelike
- The time-series does not need to have equal intervals. All intervals must be less than or equal to an hour.
Installation:
This is a standard Python distutils install:
cp tappy-0.5.0.tar.gz myworkdir
cd myworkdir
gzip -cd tappy-0.5.0.tar.gz | tar xvf -
cd tappy-0.5.0
# At this point you can try TAPPY out without installing.
cd example
../tappy.py mayport_florida_8720220_data.txt
# OR on Unix/Linux
./example.sh
cd ..
# If you want to install...
python setup.py build
python setup.py install #possibly as root
<<less
Download (1.0MB)
Added: 2007-01-21 License: GPL (GNU General Public License) Price:
1011 downloads
WMApp DockApp Library 0.0.4.3

WMApp DockApp Library 0.0.4.3


WMApp is a C++ based library for writing WindowMaker-style dockapps. more>>
WMApp DockApp Library is a C++ based library for writing WindowMaker-style dockapps. To write a dockapp, it is generally necessary to perform some magic Xlib incantations, supply a clipping mask, and set up X event checking.
Like larger graphics libraries such as GTK+ and Qt, WMApp automates this process by providing the classes and functions necessary for widget creation and callbacks.
The library provides numerous widgets, all with the traditional dockapp appearance. Many common dockapps could already be rewritten to use this library.
WMApp widgets available (most shown above) include:
- WMText, a text widget with three available font sizes (two are shown).
- WMLED, for creating the cutesy blinkenlights beloved by authors of PPP/Ethernet status dockapps.
- WMHistory, for showing the history of some quantity.
- WMMeterBar, for showing the quantitys instantaneous value. Available in three different styles.
- WMSlider, a subclass of WMMeterBar. This class lets you change a value by clicking or scrolling the mouse wheel over the widget.
- WMImage (not shown), a box with the capability to display a pixmap.
- WMButton. Buttons may have one or more callback functions attached.
- Or, inherit from WMCallback in order to give any other widget the ability to run callback functions.
- WMCanvas, a subclass of WMImage that lets you draw directly onto the dockapp.
- WMEllipse; inherit from this widget to create rounded buttons, images, etc.
- WMFrame. These container widgets may be nested to create the desired layout.
- WMWindow (one instance for each possible state of the dockapp). These contain all the other widgets for that state. WMWindows may have callback functions attached that execute every so often. These could be used, for instance, to update a clock or progress bar, or to "time out" an Internet connection.
Enhancements:
- Several fixes were made so that WMApp will compile with modern, stricter C++ compilers.
- Two new, very small fonts are now available.
- There are also new set/getuserdata() members of the WMApp and WMWidget classes that can be used to store arbitrary data to be used within callback functions.
<<less
Download (0.054MB)
Added: 2006-01-10 License: GPL (GNU General Public License) Price:
1386 downloads
Open IT Online 2.5.1

Open IT Online 2.5.1


Open IT Online will improve your browsers capability greatly. It is designed as a Firefox addon that allows to open and edit your documents from everywhere! more>> <<less
Added: 2009-07-21 License: MPL Price: FREE
13 downloads
Omnitty 0.2.8

Omnitty 0.2.8


Omnitty is an SSH multiplexer that allows you to log into several machines simultaneously. more>>
Omnitty is a curses-based program that allows one to log into several machines simultaneously and interact with them, selectively directing input to individual machines or groups of selected machines.

You can run both line-oriented and screen oriented in the target machines, because Omnitty has built-in terminal emulation capability. When the window is large enough, Omnitty also displays a "summary area" for each machine, in which it shows what the latest output from the machine was, so you can have an idea of what is going on in each machine.

<<less
Download (0.048MB)
Added: 2005-04-06 License: GPL (GNU General Public License) Price:
1662 downloads
libtcp++ 0.1.2

libtcp++ 0.1.2


libtcp++ is a C++ class library to facilitate the creation of TCP/IP clients and servers. more>>
libtcp++ is a C++ class library to facilitate the creation of TCP/IP clients and servers. libtcp++ has three classes, TcpClient, TcpServer and TcpIpRuleSet.

TcpServer has build it logging capability peer detection method, and IP-based access control in addition to regular server functionality.

TcpClient supports a user specified timeout on connect(), nice for port/host scanning, and other situations when you may be connecting to a dead host or a firewalled port.

<<less
Download (0.068MB)
Added: 2006-05-24 License: Freeware Price:
1251 downloads
phpMSAdmin 0.18

phpMSAdmin 0.18


phpMSAdmin project is designed to be a capable replacment to SQL Enterprise Manager which requires Windows to run. more>>
phpMSAdmin project is designed to be a capable replacment to "SQL Enterprise Manager", which requires Windows to run.
With the use of phpMSAdmin, your database can be managed from any computer capable of running a web browser (open source or otherwise).
Enhancements:
- Added stored procedure, view and function support to database exporting.
- Fixed bug in query builder where selecting no criteria would cause error.
- Fixed broken "less than" bug on query builder.
- Added "LIKE" wildcard searching and "ORDER BY" capability to the query builder.
<<less
Download (0.050MB)
Added: 2006-07-24 License: GPL (GNU General Public License) Price:
1189 downloads
diald-top 2.1pl7

diald-top 2.1pl7


diald-top maintains a top-like listing of all packets and their time to live for use with diald. more>>
diald-top maintains a top-like listing of all packets and their time to live for use with diald. This project needs a new lead developer as the author no longer uses diald.

The concept behind diald-top is very simple. I got sick of trying to read a monitor pipe flying by on an extra VC, so I lusted after a more user friendly interface. As I like the interface in top, I decided to start with that kind of look. Fortunately, the designers of diald made my life rather easy by making the monitor pipe with an easy structure to implement.

I used ncurses for the interface to make my life simpler. This also has the additional effect of making this possible to run on any type of terminal. I have a VC4404 hooked up and this works great on it. As ncurses uses the terminfo database, it SHOULD work fine on any terminal with correct terminfo entries.

As of Version 0.0.1.1, I have added a limited command structure to diald-top. It is now possible to send diald commands to force/unforce, block/unblock and to bring the link up/down, and also to quit diald (immediately or when the link comes down) all from within diald-top. This makes the program a lot more useful.

The program also now reports the status of the link (UP, DOWN, CONNECT, START_LINK, STOP_LINK, DISCONNECT, CLOSE, etc). This can still use some work
but it is there now...

As of v2.0, diald-top now has the capability to run remotely, communicating to a custom server (also included in the package) that farms the contents of the monitor FIFO out to the remotely running clients. The communication is done using TCP/IP on port 1313 on the server. The identity of the user that is remotely running diald-top is verified using identd, and is then looked up in a configuration file (by userid, IP address, netmask).
<<less
Download (0.004MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1215 downloads
phpHtmlLib 2.5.4

phpHtmlLib 2.5.4


phpHtmlLib is a PHP classes for building and rendering XML/HTML/XHTML/WAP/SVG documents. more>>
phpHtmllib is a set of PHP classes and library functions to help facilitate building, debugging, and rendering of XML, HTML, XHTML WAP/WML Documents, and SVG (Scalable Vector Graphics) images as well as complex html widgets.
It provides a mechanism to output perfectly indented/readable XML/HTML/XHTML/WML/SVG source, and a programmatic API to generating XML/HTML/XHTML/WML/SVG on the fly.
Enhancements:
- fixed a problem with the ADODBDataListSource not doing count() properly.
- fixed a problem with the MessageBoxWidget::add_button() not working when an action contained a .html url
- Got the FormWizard to work. It should be useable now. It requires a child of the StandardFormContent.
- Changed FormValidation::is_name() to allow a second parameter to specify the max allowable length.
- Added ordering capability to the FEComboListBox
- Added 3rd parameter to DefaultGUIDataList::action_button() to support extra js prior to the submit being called.
- changed the order in which the content for the head are rendered for the HTMLPageClass. All external links are now built first before the inline js and css is added.
- changed the css class name of the DefaultGUIDataList column header links to resolve a conflict with the FERadioGroup text links
- changed FECheckBox clickable text to use the same css class name as the FERadioGroup clickable text. form_link
- Added a new optional parameter to the FormElement::get_element_name() so it can be called statically to discover an elements name that is used in the form, based on a string.
- First pass at a working FormWizard. Its still combersome a bit.
- Added an index parameter to FormElement::build_id_name() for building consistent ID strings for complex FormElement children.
- Added new FEColorPicker with some used JS code from http://www.mattkruse.com/javascript/colorpicker
- Fixed an issue with the FEComboListBox when manually calling set_value().
- The right hand side data wasnt being merged properly with the left hand data.
- Brian Laird added code to have a list of required selected values for the FEComboListBox.
- added XMLTagClass::get_tag_attribute()
- Fixed a problem of the DefaultGUIDataList missing the wrapping form tag when someone has added an action column.
- Fixed a minor issue with the FEHidden element with a value of 0 and php5
- Fixed a small issue with the FormProcessor building a hidden element that wasnt W3C compliant.
- Fixed a potential problem with the FEDate element being used more than once in a form.
- Added https support to the FormValidation::is_url().
- Added InfoTable::set_title_css()
- Added Daniel I. Roberts PEARDB_DataObjectDataListSource
- Fixed some validation issues with FEFile
<<less
Download (0.82MB)
Added: 2005-09-02 License: GPL (GNU General Public License) Price:
1513 downloads
Jebi 0.2.2

Jebi 0.2.2


Jebi allows users to record AM/FM radio, TV or other audio content to MP3 and automatically publish as podcast channels via RSS. more>>
Jebi project allows users to record AM/FM radio, TV or other audio content to MP3 and automatically publish as podcast channels via RSS.

The result is a Tivo-like capability for radio (Rivo?). Tuner cards are supported.

<<less
Download (0.017MB)
Added: 2006-08-12 License: GPL (GNU General Public License) Price:
1168 downloads
GDAL 1.4.1

GDAL 1.4.1


The Geospatial Data Abstraction Library (GDAL) is a unifying C/C++ API for accessing raster geospatial data. more>>
GDAL project is a translator library for raster geospatial data formats that is released under an X/MIT style Open Source license.

As a library, it presents a single abstract data model to the calling application for all supported formats.

The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data.
<<less
Download (6.5MB)
Added: 2007-04-09 License: MIT/X Consortium License Price:
937 downloads
WWW::Mechanize::Shell 0.36

WWW::Mechanize::Shell 0.36


WWW::Mechanize::Shell is an interactive shell for WWW::Mechanize. more>>
WWW::Mechanize::Shell is an interactive shell for WWW::Mechanize.

SYNOPSIS

From the command line as
perl -MWWW::Mechanize::Shell -eshell
or alternatively as a custom shell program via :
#!/usr/bin/perl -w
use strict;
use WWW::Mechanize::Shell;

my $shell = WWW::Mechanize::Shell->new("shell");

if (@ARGV) {
$shell->source_file( @ARGV );
} else {
$shell->cmdloop;
};

This module implements a www-like shell above WWW::Mechanize and also has the capability to output crude Perl code that recreates the recorded session. Its main use is as an interactive starting point for automating a session through WWW::Mechanize.
The cookie support is there, but no cookies are read from your existing browser sessions. See HTTP::Cookies on how to implement reading/writing your current browsers cookies.

<<less
Download (0.054MB)
Added: 2006-11-29 License: Perl Artistic License Price:
1059 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5