Main > Free Download Search >

Free multiple listings software for linux

multiple listings

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2782
Media Listings

Media Listings


Media Listings project aims to provide a comfortable way to see the TV listings of supported TV channels. more>>
Media Listings project aims to provide a comfortable way to see the TV listings of supported TV channels. More exactly, it displays defined number of programs, which are yet to come, based on current date and time.

Clicking one of the displayed programs will start your default browser and navigate to appropriate additional info page of the program.

<<less
Download (0.012MB)
Added: 2007-04-04 License: GPL (GNU General Public License) Price:
940 downloads
Multiple Time Sheets 4

Multiple Time Sheets 4


Multiple Time Sheets is a simple tool to help you keep track of how many hours you work and for whom. more>>
Multiple Time Sheets is a simple tool to help you keep track of how many hours you work and for whom.
It differs from most time-tracking software because its designed to work like paper that magically totals up hours.
Main features:
- Uses text files, requiring no database.
- Supports only one user per app, for simpler code.
- Sends and tracks invoices, and payments thereof.
- Features a rudimentary to-do list that displays your list as an outline.
- Sends you a backup of your data automatically.
- Assume the user prefers free-form data entry in text files rather than typing into forms.
- Uses the htmlMimeMail.php class by Richard Heye (phpguru.org).
- CSV and OPML exports of some data.
- Automatic hyperlinking from MTS to your favorite web-based software.
Enhancements:
- This release added a feature that replaces text patterns with links so that strings like "Bug 10" can link to a bug tracking application.
- CSV export was added for the timesheet along with OPML export for the to-do list.
<<less
Download (0.039MB)
Added: 2006-01-31 License: Public Domain Price:
1364 downloads
File::Listing 5.805

File::Listing 5.805


File::Listing is a Perl module to parse directory listing. more>>
File::Listing is a Perl module to parse directory listing.

SYNOPSIS

use File::Listing qw(parse_dir);
for (parse_dir(`ls -l`)) {
($name, $type, $size, $mtime, $mode) = @$_;
next if $type ne f; # plain file
#...
}

# directory listing can also be read from a file
open(LISTING, "zcat ls-lR.gz|");
$dir = parse_dir(*LISTING, +0000);

This module exports a single function called parse_dir(), which can be used to parse directory listings. Currently it only understand Unix ls -l and ls -lR format. It should eventually be able to most things you might get back from a ftp server file listing (LIST command), i.e. VMS listings, NT listings, DOS listings,...
The first parameter to parse_dir() is the directory listing to parse. It can be a scalar, a reference to an array of directory lines or a glob representing a filehandle to read the directory listing from.

The second parameter is the time zone to use when parsing time stamps in the listing. If this value is undefined, then the local time zone is assumed.
The third parameter is the type of listing to assume. The values will be strings like unix, vms, dos. Currently only unix is implemented and this is also the default value. Ideally, the listing type should be determined automatically.
The fourth parameter specifies how unparseable lines should be treated. Values can be ignore, warn or a code reference. Warn means that the perl warn() function will be called. If a code reference is passed, then this routine will be called and the return value from it will be incorporated in the listing. The default is ignore.

Only the first parameter is mandatory.

The return value from parse_dir() is a list of directory entries. In a scalar context the return value is a reference to the list. The directory entries are represented by an array consisting of [ $filename, $filetype, $filesize, $filetime, $filemode ]. The $filetype value is one of the letters f, d, l or ?. The $filetime value is the seconds since Jan 1, 1970. The $filemode is a bitmask like the mode returned by stat().

<<less
Download (0.23MB)
Added: 2007-04-26 License: Perl Artistic License Price:
911 downloads
File Lister 2.3

File Lister 2.3


File Lister provides a Web interface for listing files and directories. more>>
File Lister provides a Web interface for listing files and directories.

FileLister is meant to be an open source alternative for listing files/directories with an easy navigateable (web-)interface.

<<less
Download (0.034MB)
Added: 2007-02-07 License: GPL (GNU General Public License) Price:
992 downloads
gTVListings 0.8 beta

gTVListings 0.8 beta


gTVListings is a TV listings management program. more>>
TV listings management program

gTVListings is a TV listings management program constructed in Mono for Gnome using XMLTV to download the listings.

Key features include Searching, Favorites, Show Category, Reminders and Now & Next.

<<less
Download (0.12MB)
Added: 2005-07-19 License: GPL (GNU General Public License) Price:
1559 downloads
PHP Directory Listing 0.3.0

PHP Directory Listing 0.3.0


PHP Directory Listing is a simple PHP script that will do just that, list a directory. more>>
PHP Directory Listing is a simple PHP script that will do just that, list a directory.
To use PHP Directory Listing just unpack into the directory you want listed, or unpack somewhere else and symlink index.php, index.css and the .icons directory.
Version restrictions:
- Im currently using the Tango Projects icon library, but theres quite a few of the MIME icons missing. If youre good at graphics and help them out, youre supporting much more projects than just this little script!
- The gray box around a mime type icon / thumbnail does not always have the same size.
- There is no good way of specifying the number of columns when the script is used through symlinks
- Actually, the columns should adjust their number automatically, which they dont
Enhancements:
- This release merges Andreas Aronssons changes.
- ASP files are now supported, and directories have a slash appended.
<<less
Download (0.024MB)
Added: 2006-08-22 License: GPL (GNU General Public License) Price:
1175 downloads
Multiple-Precision Floating-Point Library 2.2.0

Multiple-Precision Floating-Point Library 2.2.0


The MPFR library is a C library for multiple-precision floating-point computations with exact rounding. more>>
The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision library.

The main goal of MPFR is to provide a library for multiple-precision floating-point computation which is both efficient and has a well-defined semantics. It copies the good ideas from the ANSI/IEEE-754 standard for double-precision floating-point arithmetic (53-bit mantissa).

MPFR is free. It is distributed under the GNU Lesser General Public License (GNU Lesser GPL). The library has been registered in France by the Agence de Protection des Programmes under the number IDDN FR 001 120020 00 R P 2000 000 10800, on 15 March 2000.

This license guarantees your freedom to share and change MPFR, to make sure MPFR is free for all its users. Unlike the ordinary General Public License, the Lesser GPL enables developers of non-free programs to use MPFR in their programs. If you have written a new function for MPFR or improved an existing one, please share your work!
<<less
Download (0.92MB)
Added: 2005-10-12 License: LGPL (GNU Lesser General Public License) Price:
1473 downloads
Multiple Tab Handler 0.4.2009072001

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:

  1. Select tabs, and choose a command. This is the simple usecase. If you want tabs to be rearranged, please drag the favicon of tabs.
  2. 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.
  3. You can select/unselect tabs by ctrl-click or shift-click, like as cells of Excel.
  4. Selecting of closeboxes can close tabs directly. (iRider compatibility)
  5. This includes "Close Left Tabs" and "Close Right Tabs" features. You can use them from the context menu of tabs.
  6. 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.

<<less
Added: 2009-07-23 License: MPL Price: FREE
1 downloads
EiffelVision 2 6.0

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.

<<less
Download (MB)
Added: 2007-06-20 License: Other/Proprietary License Price:
856 downloads
Eureka Encryption Global Edition 6.0

Eureka Encryption Global Edition 6.0


Eureka Encryption Global Edition contains file encryption, multiple encryption, merge encryption and more. more>>
Eureka Encryption Global Edition contains file encryption, multiple encryption, merge encryption, multiple file encryption, embedded applications (Crypt Words, Steganographer, Interface) and other tools such as a file shredder and scrambler.

Eureka Encryption Global Edition is available for Windows, Mac and Linux. Other applications are available from the website.

<<less
Download (5.5MB)
Added: 2007-05-09 License: Freeware Price:
899 downloads
FireMule 0.4.1

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.

<<less
Download (0.015MB)
Added: 2007-07-17 License: MPL (Mozilla Public License) Price:
1823 downloads
xmltvdb 3

xmltvdb 3


xmltvdb is a fairly simplistic tv listings database/viewer for xmltv listings. more>>
xmltvdb is a fairly simplistic tv listings database/viewer for xmltv listings. It uses PostgreSQL and mod_perl.

Creating the Database

First off, youll want to create your database. The schema.sql file contains the basics youll need. The mkschema.sh will replace the placeholder schema name within schema.sql with the value you pass it as an argument, and spit the result out to stdout. So, you might do something like:

./mkschema.sh xmltv | psql database xmltvuser

And assuming the xmltvuser has create schema privileges (important!) it should create everything. If you want separate users for schema ownership versus reading/writing data, youll have to setup the grants yourself. The pgadmin3 tool makes doing such mass grants easy.

<<less
Download (0.044MB)
Added: 2006-09-26 License: Perl Artistic License Price:
1125 downloads
Maxemum TV-Guide 7.3.2

Maxemum TV-Guide 7.3.2


Maxemum TV-Guide is a KDE TV guide. more>>
Maxemum TV-Guide is a KDE TV-guide. Maxemum TV-Guide is developed in C++, based on QT/KDE and uses XMLTV as its back end to grab listings.
At present there are backends grabbing TV listings for Canada, the USA, the UK, Germany, Austria, Finland, Spain, the Netherlands, Hungary, Denmark, Japan, Sweden, France, Norway and Romania.
Main features:
- easy-to-use user interface
- quick channel(s)-only selection
- descriptions
- hidden in tray while not used
- favourite show highlighting
- realtime updates with colour encoded time
- automatic grabbing of TV-listings
- a popup window alerting the user when favourite show starts
- execution of an external command upon user alerts
- favourite overview with quick removal
- realtime progress
- and more..
Enhancements:
- new translation: Slovak, by Jozef Riha
- new translation: Italian, by Matteo Azzali
- norwegian translation has been improved, by Leif Mathis Gaup
- french translation has been improved, by Starcrasher
- german translation has been improved, by Philipp Matthias Hahn
- episode Title-patch by nhjm449 applied
- bug-fix in parser (MTVG crashed if an icon-tag was located in a programme-tag)
<<less
Download (0.20MB)
Added: 2007-03-04 License: GPL (GNU General Public License) Price:
978 downloads
Rubyripper 0.4.2

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.

<<less
Download (0.030MB)
Added: 2007-07-08 License: GPL (GNU General Public License) Price:
845 downloads
Musicextras 0.6.8

Musicextras 0.6.8


Musicextras is a program for automatically retrieving extra information for songs. more>>
Musicextras project is a program for automatically retrieving extra information for songs. Currently it retrieves lyrics, album covers, artist images, artist bio, years active, and track listings.

It was designed to make it easy to add other functionality. Information is obtained using plugins that parse Web page data. An example for having XMMS automatically load information for the currently playing MP3 is included.

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