Main > Free Download Search >

Free listing software for linux

listing

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 271
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
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
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
list files 0.2

list files 0.2


list files package prints to file list of files in a given directory. more>>
list files package prints to file list of files in a given directory.
Handy if youd like to, say, tell a friend of yours what ebooks you have, and wouldnt feel like typing them all by hand.
Hope you can find it useful.
INSTALLATION
i assume youve got everything in its standard places; otherwise you probably know what to do anyway.
to install for one user
copy listFiles.desktop to ~/.kde/share/apps/konqueror/servicemenus
copy listFiles.sh to /usr/local/bin or elsewhere in the path
to install for all users
copy listFiles.desktop to /usr/share/apps/konqueror/servicemenus
copy listFiles.sh to /usr/local/bin or elsewhere in the path
Enhancements:
- added counting the number of items
- added the possibility to change the place where the listing is written to
- some minor changes to the code
<<less
Download (0.002MB)
Added: 2007-02-13 License: GPL (GNU General Public License) Price:
581 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
libproclist 1.0.2

libproclist 1.0.2


libproclist is a very simple and easy to use C library that returns the process listing using ps. more>>
libproclist is a very simple and easy to use C library that returns the process listing using ps.

It is very portable and is known to work on Linux, Irix, AIX, Solaris and OpenBSD. libproclist doesnt, however, work for FreeBSD.

Usage:

The installation is as simple as `configure, `make and `make install.

The interface of the library is:

struct pl_procinfo
{
pid_t pid;
pid_t ppid;
uid_t euid;
gid_t egid;
char *tty;
char *cmd;
};

struct pl_procinfo **pl_proclist;
int pl_proclist_count;

/*
Get the process list.
Return:
-1: Internal error
0: Error executing ps
>0: Number of processes
*/
int pl_get_proclist();

Just call pl_get_proclist() and it will allocate the pl_proclist table which will contain pl_proclist_count elements. Each element is a process.
<<less
Download (0.13MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
1087 downloads
PHP Radius Accounting Tool 0.1

PHP Radius Accounting Tool 0.1


PHP Radius Accounting tool is a report tool for use with freeradius and MySQL. more>>
PHP Radius Accounting tool is a report tool for use with freeradius and MySQL. PHP Radius Accounting Tool features: listing of users, bandwidth used up/down per user, number of logins, usage details, who is using most bandwidth, a list of stations (access points), which users use each access point, most popular access points, most b

Listing of Users:

- Bandwidth used by user up/down, # of logins, Usage Details
- Who is using most bandwidth

List of stations (Access Points)

- Which users use each Access Point
- Most popular Access points
- Most bandwidth used by station
- Logins per station
<<less
Download (0.012MB)
Added: 2005-11-16 License: GPL (GNU General Public License) Price:
824 downloads
ViewMTN 0.02

ViewMTN 0.02


ViewMTN project provides a Web interface to the Monotone distributed version control system. more>>
ViewMTN project provides a Web interface to the Monotone distributed version control system.

ViewMTN is a Web interface to the Monotone distributed version control system.

Features include listing all branches and tags, a graphical, clickable revision ancestry chart, diffs, and retrieval of the manifest of any revision as a tar file.

<<less
Download (0.015MB)
Added: 2007-01-31 License: GPL (GNU General Public License) Price:
996 downloads
Bitswiki 0.1

Bitswiki 0.1


Bitswiki is a wiki that runs on Ruby on Rails. more>>
Bitswiki is a wiki that runs on Ruby on Rails.
Bitswiki project features:
- tags
- searching
- textile markdown
- revision comparison
- pluggable external authentication
- listing of recent changes
- RSS feeds for individual page changes or the entire wiki
- scriptaculous drawer effects
Bitswiki Installation Instructions:
Edit config/database.yml to your taste. For example, to use MySQL, search and replace postgresql to mysql, and postgres to root.
Execute these commands inside the bitswiki root directory:
createdb bitswiki
rake db:schema:load
script/server
Point your browser at http://localhost:3000/
<<less
Download (0.081MB)
Added: 2007-01-05 License: GPL (GNU General Public License) Price:
1022 downloads
LnBlog 0.9.0

LnBlog 0.9.0


LnBlog is a simple Weblog with some basic site management features. more>>
LnBlog is a simple Weblog with some basic site management features that is designed to work well in low-cost shared hosting environments.
LnBlog has support for multiple authors, multiple Weblogs, reader comments, trackbacks, auto- generated RSS feeds, permanent articles, and file uploads.
It has a flexible PHP-based theme and template system that generates standards-complaint sites. All data is stored in flat files, and the file access module can be easily configured to work when PHPs safe mode is enabled.
Enhancements:
- Most data files are now XML.
- Old formats are still supported (no need to convert).
- Running blogs on multiple subdomains from a single installation is supported.
- The per-blog PHP wrapper scripts were consolidated.
- Support was added for saving draft entries to be published later.
- A Linksleeve anti-spam plugin was added.
- Support for blogging APIs was improved, including support for the Moveable Type API.
- Reply management pages were added for bulk listing or deleting of replies.
- Improvements were made to file writing configuration.
<<less
Download (0.31MB)
Added: 2007-04-11 License: GPL (GNU General Public License) Price:
926 downloads
htmloptim 1.2

htmloptim 1.2


htmloptim reduces the size of an HTML file by removing unnecessary characters like spaces, tabs, line feeds, and blank lines. more>>
htmloptim project reduces the size of an HTML file by removing unnecessary characters like spaces, tabs, line feeds, and blank lines.
Enhancements:
- added the -p option (remove trailing spaces and tabs)
- added skipping of more < pre > like tags: < listing > < plaintext > < xmp >
- added description of the script
<<less
Download (0.006MB)
Added: 2006-08-11 License: GPL (GNU General Public License) Price:
1170 downloads
Stylish-Custom 0.4.5

Stylish-Custom 0.4.5


Restores the important button, Color/Site Rules menu items, enable/update checks more>>

Stylish-Custom 0.4.5 brings users a convenient Thunderbird extension, with full features and easy installation.
Major Features:

  1. Restores the important button, Color/Site Rules menu items, enable/update checks
  2. Style info listing with quick enable toggle (dbl-click to edit style, can also search within styles)
  3. Import/export styles
  4. Disable all styles then enable them afterwards
  5. Or take a snapshot and restore that
  6. Adds search/replace to edit dialog (ctrl+F, ctrl+R, and F3)
  7. Hides tags area by default (use checkbox to toggle it)
  8. Press ! to type !important (can be changed in edit dialog)
  9. Select and un/comment/merge text
  10. Page button (left click for style page, right for edit page, it also posts the code)
  11. Save & Close
  12. Discard preview

Requirements:

  • Mozilla Thunderbird
  • Stylish


<<less
Added: 2009-07-22 License: GPL v3 Price: FREE
12 downloads
pciutils 2.2.0

pciutils 2.2.0


pciutils is a set of programs for listing PCI devices, inspecting their status and setting their configuration registers. more>>
pciutils is a set of programs for listing PCI devices, inspecting their status and setting their configuration registers.
Currently, pciutils work on all versions of Linux and they also have somewhat experimental support for FreeBSD, NetBSD, AIX, GNU Hurd and Solaris/x86. It should be very easy to add support for other systems as well (volunteers wanted; if you want to try that, Ill be very glad to see the patches and include them in the next version).
Enhancements:
- pci.ids: Updated copyright header.
- lib/sysfs.c (sysfs_get_resources): Removed warning about unsupported 64-bit addresses, they are now always supported.
- lspci.c (show_bases): Corrected printing of 64-bit addresses in bus-centric mode.
- lib/configure: Enable 64-bit addresses on all Linux systems.
- lib/types.h: Dont pad 64-bit addresses to 16 xigits, only to 8 if they are shorter.
<<less
Download (0.19MB)
Added: 2005-10-19 License: GPL (GNU General Public License) Price:
1480 downloads
Personal Internet Broadcasting Script 1.0.2

Personal Internet Broadcasting Script 1.0.2


Personal Internet Broadcasting Script provides a WWW GUI for the litestream mp3 streaming server. more>>
Personal Internet Broadcasting Script provides a WWW GUI for the litestream mp3 streaming server.
The Personal Internet Broadcasting Script (PIBS) is a PHP/Apache frontend to create dynamic mp3 playlists and broadcast them with litestream.
It can be used to manage playlists for a LAN in an office or to manage your Internet mp3 radio station.
Enhancements:
- bug fixes
- added recursive dir listing.
<<less
Download (0.034MB)
Added: 2007-03-22 License: GPL (GNU General Public License) Price:
957 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5