Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 24.472.215 Times

Used To freeware
Filter: All | Freeware | Demo
Display by: Relevance |  Downloads |  Name

Used To

1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 336

Automatic Revision Control System Automated Revision Control System is used to automatically monitor remote and local git, subversion, CVS, and even rsync repositories. It notices changes and updates the local and remote repositories almost automatically. It requires either git, subversion, rsync, or CVS, and can be used for...



Platforms: Linux

License: Freeware Cost: $0.00 USD Size: 13.31 KB Download (45): Automatic Revision Control System Download

Added: April 06, 2010 | Visits: 341

mp3cleanup mp3cleanup is used to tidy up various aspects of MP3 files, including filenames, ID3 tags, path, m3u playlists, and bitrate. This is particularly useful for hardware MP3 players that sometimes have arbitrary limitations on the files they work (well) with. It can operate on single files or on...





Platforms: Linux

License: Freeware Cost: $0.00 USD Size: 15.36 KB Download (45): mp3cleanup Download

Added: January 13, 2010 | Visits: 328

freeCGI++ freeCGI++ is a full featured C++ class hierarchy used to build CGI type applications. This library is provided with a BSD license and is free for any type of use. freeCGI++ project is provided as-is and to be used at your own risk (standard legal stuff). If you find bugs or enhancements please...


Platforms: Linux

License: Freeware Cost: $0.00 USD Size: 409.6 KB Download (45): freeCGI++ Download

Added: July 09, 2010 | Visits: 302

as_propsheet as_propsheet can be used to create Web based user interfaces for configuring sets of properties. The project can compose and generate HTML forms with fields that appear split between multiple pages. The form pages may be browsed using a tabbed or wizard-like user interface. The form may be...


Platforms: Linux

License: Freeware Cost: $0.00 USD Download (43): as_propsheet Download

Added: October 25, 2010 | Visits: 331

LoFiMo LoFiMo is used to monitor logfiles in real time. The output is presented via a web interface and optionally on the console. Using the web interface it is possible to monitor log files from a remote machine. LoFiMo can be used to colorize the log entries using filters. Filters can also be used...


Platforms: Linux

License: Freeware Cost: $0.00 USD Size: 143.36 KB Download (57): LoFiMo Download

Added: June 01, 2010 | Visits: 348

phpMMORPG phpMMORPG is a Web interface that can be used to create an MMORPG with a back-end which permits users of the interface to create their own games. phpMMORPG project features real-time chat, a map editor, a template system, a quest box, PVP, PVE, a loot system, and other functions. Except for the...


Platforms: Linux

License: Freeware Cost: $0.00 USD Size: 4 MB Download (76): phpMMORPG Download

Added: May 01, 2010 | Visits: 607

PHPLiveX PHPLiveX is a class that can be used to call PHP functions from Javascript in Web pages using AJAX. The project generates Javascript code that implements functions with the same names and function arguments as a given list of existing PHP functions. When the generated Javascript functions are...


Platforms: Linux

License: Freeware Cost: $0.00 USD Size: 8.19 KB Download (69): PHPLiveX Download

Added: May 01, 2010 | Visits: 574

Lyriki-Lyrics Lyriki-Lyrics used to be a lyrics plugin to interface with lyriki.com. Its been now completely rewritten and extended to form a collection of lyric scripts. Whats interesting about these scripts is that they query the other scripts when they cant provide the lyrics for a song. Support for other...


Platforms: Linux

License: Freeware Cost: $0.00 USD Size: 32.77 KB Download (103): Lyriki-Lyrics Download

Added: October 25, 2010 | Visits: 336

Locale::Maketext::Extract Locale::Maketext::Extract is a Perl module used to extract translatable strings from source. SYNOPSIS my $Ext = Locale::Maketext::Extract->new; $Ext->read_po(messages.po); $Ext->extract_file($_) for <*.pl>; # Set $entries_are_in_gettext_format if the .pl files above use # loc(%1) instead...


Platforms: Linux

License: Freeware Cost: $0.00 USD Size: 83.97 KB Download (44): Locale::Maketext::Extract Download

Added: April 25, 2010 | Visits: 345

ContentLicensing ContentLicensing provides a tool is used to manage copyright licenses within plone. This tool is used to manage copyright licenses within plone. It allows for both a site wide copyright license to be set by default, and the ablility to set licenses on individual objects. It supports a number of...


Platforms: Linux

License: Freeware Cost: $0.00 USD Size: 39.94 KB Download (47): ContentLicensing Download

Added: November 20, 2010 | Visits: 439

PAM Lockout Module PAM Lockout Module is a PAM module is used to lockout users or groups from access to the machine. The module only supports authentication queries and the command line arguments are used to pass the users and groups. A sample usage is for locking root out from remote access. ---------------...


Platforms: Linux

License: Freeware Cost: $0.00 USD Size: 3.07 KB Download (44): PAM Lockout Module Download

Added: September 03, 2010 | Visits: 204

bgrab bgrab is an application used to download binary attachments from newsgroups. The purpose of this program is to automate the downloading of binary attachments from UseNet Newsgroups. Given a group name, this program will connect to a news server, read all messages in that group and extract any...


Platforms: Linux

License: Freeware Cost: $0.00 USD Size: 307.2 KB Download (45): bgrab Download

Added: August 21, 2010 | Visits: 322

Net::Lyskom Net::Lyskom is a Perl module used to talk to LysKOM servers. SYNOPSIS use Net::Lyskom; $a = Net::Lyskom->new(); $conf = 6; $a->login(pers_no => 437, password => "God", invisible => 1) or die "Failed to log in: $a->err_stringn"; $b = $a->send_message(7680, "Oook!"); $b =...


Platforms: Linux

License: Freeware Cost: $0.00 USD Size: 23.55 KB Download (44): Net::Lyskom Download

Added: February 13, 2010 | Visits: 319

ipfmeta ipfmeta is used to simplify the maintenance of an IPfilter ruleset. It does this through the use of objects. A matching object gets replaced by its values at runtime. ipfmeta is specifically geared towards IPfilter. It is line oriented: if an object has multiple values, the line with the object...


Platforms: Linux

License: Freeware Cost: $0.00 USD Size: 4.1 KB Download (44): ipfmeta Download

Added: November 24, 2010 | Visits: 297

Cache::Repository Cache::Repository is a Perl module used to cache generic file repository. SYNOPSIS my $rep = Cache::Repository->new( style => Filesys, # options for the F::R driver ); $rep->add_files(tag => groupname, files => @filenames, basedir => /tmp, move => 1, ); $rep->add_filehandle(tag =>...


Platforms: Linux

License: Freeware Cost: $0.00 USD Size: 12.29 KB Download (44): Cache::Repository Download

Added: July 07, 2010 | Visits: 234

Conn Conn is a small C library used to easily build any kind of IPV4/IPV6 daemons or clients. It allows a dynamic number of connections (limited by number or by RAM) and dynamic buffer allocation (for I/O). Whats New in This Release: - This release fixes two important bugs discovered with...


Platforms: Linux

License: Freeware Cost: $0.00 USD Size: 174.08 KB Download (48): Conn Download

Added: June 16, 2010 | Visits: 213

Libkdcraw Libkdcraw is a C++ interface around dcraw binary program used to decode RAW picture files. The library documentation is available on header files. Libkdcraw library is used by kipi-plugins, digiKam and others kipi host programs..


Platforms: Linux

License: Freeware Cost: $0.00 USD Size: 655.36 KB Download (46): Libkdcraw Download

Added: August 08, 2010 | Visits: 224

MP3Info MP3Info is a little utility used to read and modify the ID3 tags of MP3 files. MP3Info can also display various techincal aspects of an MP3 file including playing time, bit-rate, sampling frequency and other attributes in a pre-defined or user-specifiable output format. MP3Info was developed...


Platforms: Linux

License: Freeware Cost: $0.00 USD Size: 48.13 KB Download (49): MP3Info Download

Added: August 18, 2010 | Visits: 369

Chamo Chamo is a source code editor, even if it can be used to edit any text file. A system of "views" allows to edit some kinds of files in specific views. Each window can be splitted vertically or horizontally (à la emacs) or using tabs (à la gedit) in different views. Navigating from one view to...


Platforms: Linux

License: Freeware Cost: $0.00 USD Size: 573.44 KB Download (46): Chamo Download

Added: November 12, 2010 | Visits: 332

freq freq is a Perl script used to analyze the last log. It works on Linux systems, but may also work on other UNIX-based systems that have the same format for their lastlog. I have added some preliminary support for SunOS and IRIX, though this has not been tested to the point where I would know if...


Platforms: Linux

License: Freeware Cost: $0.00 USD Size: 14.34 KB Download (46): freq Download

1 2 3 4 5 > 
Home  | About Us  | Privacy  | Disclaimer  | Link to Us  | Contact Us  | Top Searches  | Submit Software
File Transit © 1998-2012