multiple
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2541

Multiple Tab Handler 0.4.2009072001
Multiple Tab Handler is an excellent and very useful program which provides features to handle multiple tabs at once, for example, close them, reload them, and so on. more>>
Multiple Tab Handler 0.4.2009072001 is an excellent and very useful program which provides features to handle multiple tabs at once, for example, close them, reload them, and so on. When you press the mouse button and drag over tabs, they are selected. After you release the button, the popup to choose command will be shown. Of course, you can toggle selection by Ctrl-click on each tab and call features from the context menu. The behavior looks like Excel.
This includes "Duplicate Tab", "Close All Tabs", "Close Left Tabs", "Close Right Tabs", "Copy URL" and "Close Similar Tabs" features. This is developed under a project to restructure TBE for Firefox 2.
Major Features:
- Select tabs, and choose a command. This is the simple usecase. If you want tabs to be rearranged, please drag the favicon of tabs.
- If you don't like the behavior of tabs, you can change it. "Move tab (Firefox default)", "select tab (Multiple Tab Handler default)" or "switch tab (iRider compatible)" is available.
- You can select/unselect tabs by ctrl-click or shift-click, like as cells of Excel.
- Selecting of closeboxes can close tabs directly. (iRider compatibility)
- This includes "Close Left Tabs" and "Close Right Tabs" features. You can use them from the context menu of tabs.
- With version 0.4 or later, you can add custom formats for the feature "copy URIs of selected tabs".
Enhancements: Improved: Formats of copied texts becomes customizable.
Added: 2009-07-23 License: MPL Price: FREE
1 downloads
Tivo2dvd 0.4.2-1
Tivo2dvd creates and executes the series of commands required to access, format, and burn television shows. more>>
Tivo2dvd creates and executes the series of commands required to access, format, and burn television shows from a Series II Tivo directly to a DVD. The project supports processing multiple shows at once, to a DVD with menus.
<<less Download (0.015MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
802 downloads
GSAMBAD 0.1.7
GSAMBAD is a frontend for the Samba file and print server. more>>
GSAMBAD is a frontend for the Samba file and print server. GSAMBAD project features multiple local and remote user and group imports, on the fly share creation, and user handling, including randomization of usernames and passwords.
<<less Download (0.35MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
816 downloads
Bitswash 0.0.4
Bitswash software is a crossplatform Bittorrent client. more>>
Bitswash software is a crossplatform Bittorrent client.
Bitswash is a cross platform Bittorrent client built on wxWidgets and libtorrent. It supports multiple torrent downloading, automatic queue management, and other extensions supported by the libtorrent library.
<<lessBitswash is a cross platform Bittorrent client built on wxWidgets and libtorrent. It supports multiple torrent downloading, automatic queue management, and other extensions supported by the libtorrent library.
Download (2.2MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
809 downloads
python-dime 0.1
python-dime project provides a way to parse and generate DIME messages. more>>
python-dime project provides a way to parse and generate DIME messages.
Direct Internet Message Encapsulation (DIME) is a binary message format that can be used to encapsulate multiple payloads into a single message.
<<lessDirect Internet Message Encapsulation (DIME) is a binary message format that can be used to encapsulate multiple payloads into a single message.
Download (0.007MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
821 downloads
FireMule 0.4.1
FireMule is a Firefox extension that allows you to add multiple downloads to eMule/eDonkey2000. more>>
FireMule is a Firefox extension that allows you to add multiple downloads to eMule/eDonkey2000.
It is able to add all of the ed2k:// links from a page or add only selected ed2k:// links.
<<lessIt is able to add all of the ed2k:// links from a page or add only selected ed2k:// links.
Download (0.015MB)
Added: 2007-07-17 License: MPL (Mozilla Public License) Price:
1823 downloads
LifeType 1.2.4
LifeType is an open-source blogging platform with support for multiple blogs and users in a single installation. more>>
LifeType project is an open-source blogging platform with support for multiple blogs and users in a single installation.
The formerly known as pLog project has decided to get a facelift including a new name, new image and new logo. This facelift is related to the projects cooperation with Amazon , current owners of the "plog" trademark in the United States.
LifeType supports multiple blogs and users, media management, generation of standard content, clean URLs and support for subdomains.
<<lessThe formerly known as pLog project has decided to get a facelift including a new name, new image and new logo. This facelift is related to the projects cooperation with Amazon , current owners of the "plog" trademark in the United States.
LifeType supports multiple blogs and users, media management, generation of standard content, clean URLs and support for subdomains.
Download (MB)
Added: 2007-07-17 License: GPL (GNU General Public License) Price:
832 downloads
Rubyripper 0.4.2
Rubyripper is a secure audio-cd ripper for linux. more>>
Rubyripper is a secure audio-cd ripper for linux.
Through multiple times ripping the same track and correcting any differences Rubyripper tries to deliver a secure rip.
<<lessThrough multiple times ripping the same track and correcting any differences Rubyripper tries to deliver a secure rip.
Download (0.030MB)
Added: 2007-07-08 License: GPL (GNU General Public License) Price:
845 downloads
talkative 0.4
talkative project is a simple XMPP/Jabber client. more>>
talkative project is a simple XMPP/Jabber client. It is written in Mono/C# and uses GTK+ GUI toolkit. It is designed to interoperate well with GNOME desktop environment.
Main features:
- Chats & Messages
- Support for multiple accounts
- Avatars
<<lessMain features:
- Chats & Messages
- Support for multiple accounts
- Avatars
Download (1.2MB)
Added: 2007-07-06 License: GPL (GNU General Public License) Price:
843 downloads
Scalar::MultiValue 0.03
Scalar::MultiValue is a Perl module to create a SCALAR with multiple values. more>>
Scalar::MultiValue is a Perl module to create a SCALAR with multiple values.
This module create a SCALAR with multiple values, where this values can be randomic or can change by a defined period.
USAGE:
With a period of 2:
my $s = new Scalar::MultiValue( [qw(a b c d)] , 2 ) ;
for(0..8) {
print "$sn" ;
}
Output:
a
a
b
b
c
c
d
d
With randomic values:
my $s = new Scalar::MultiValue( [qw(a b c d)] , * ) ;
for(0..8) {
print "$sn" ;
}
Output:
c
d
c
b
a
d
c
c
<<lessThis module create a SCALAR with multiple values, where this values can be randomic or can change by a defined period.
USAGE:
With a period of 2:
my $s = new Scalar::MultiValue( [qw(a b c d)] , 2 ) ;
for(0..8) {
print "$sn" ;
}
Output:
a
a
b
b
c
c
d
d
With randomic values:
my $s = new Scalar::MultiValue( [qw(a b c d)] , * ) ;
for(0..8) {
print "$sn" ;
}
Output:
c
d
c
b
a
d
c
c
Download (0.003MB)
Added: 2007-07-06 License: Perl Artistic License Price:
841 downloads
BooKreader 0.2
BooKreader is a Linux KDE twin-panel text files viewer specialized for reading e-books. more>>
BooKreader is a Linux KDE twin-panel text files viewer specialized for reading e-books.
It supports multiple bookmarks, custom fonts, encoding selection.
The main feature is the reader has two-page style, so it looks like a real book.
<<lessIt supports multiple bookmarks, custom fonts, encoding selection.
The main feature is the reader has two-page style, so it looks like a real book.
Download (0.66MB)
Added: 2007-07-04 License: GPL (GNU General Public License) Price:
848 downloads
EiffelVision 2 6.0
EiffelVision 2 is a platform independent GUI library. more>>
EiffelVision 2 is a platform independent GUI library.
EiffelVision2 is a nice GUI toolkit abstraction that works on multiple platforms. Based on GTK for Unix and WEL on Windows.
<<lessEiffelVision2 is a nice GUI toolkit abstraction that works on multiple platforms. Based on GTK for Unix and WEL on Windows.
Download (MB)
Added: 2007-06-20 License: Other/Proprietary License Price:
856 downloads
Blokkal 0.0.3
Blokkal project offers a KDE blogging client. more>>
Blokkal project offers a KDE blogging client.
Description:
Blokkal is a KDE blogging client designed to support multiple protocols and blogging sites. The goal is to provide a uniform way to access the most commonly used blogging systems.
Currently Blokkal supports servers that employ the LiveJournal blog software.
<<lessDescription:
Blokkal is a KDE blogging client designed to support multiple protocols and blogging sites. The goal is to provide a uniform way to access the most commonly used blogging systems.
Currently Blokkal supports servers that employ the LiveJournal blog software.
Download (0.48MB)
Added: 2007-06-20 License: GPL (GNU General Public License) Price:
856 downloads
Easy Hosting Control Panel 0.21
Easy Hosting Control Panel is designed for hosting multiple domains on a single machine. more>>
Easy Hosting Control Panel is designed for hosting multiple domains on a single machine. It uses LAMP (Linux/Apache/MySQL/PHP).
Easy Hosting Control Panel aims to be easy to install and use, simple, and functional.
Enhancements:
- The installer was improved.
- Known bugs were fixed.
<<lessEasy Hosting Control Panel aims to be easy to install and use, simple, and functional.
Enhancements:
- The installer was improved.
- Known bugs were fixed.
Download (0.49MB)
Added: 2007-06-06 License: GPL (GNU General Public License) Price:
881 downloads
ckmame 0.9
ckmame is a program to check ROM sets for MAME, the Multiple Arcade Machine Emulator. more>>
ckmame is a program to check ROM sets for MAME, the Multiple Arcade Machine Emulator.
ckmame project tells you which ROM files are missing or have a wrong checksum, and can delete unknown and unused files from the ROM sets, and rename or move ROM files.
<<lessckmame project tells you which ROM files are missing or have a wrong checksum, and can delete unknown and unused files from the ROM sets, and rename or move ROM files.
Download (0.21MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
873 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 multiple 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