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 50.068.342 Times

List Of Insects In Ohio freeware
Filter: All | Freeware | Demo
 

List Of Insects In Ohio

< 1 2 3 4 5 > 
Added: August 05, 2013 | Visits: 451

Site Compare While visiting a site, to view it and the other sites of the same category in a list of links in Google PageRank order, click the Site Compare button, which is a button with three green bars, in the navigation toolbar. To find better sites than a site, without Site Compare: 1. visit the site 2....



Platforms: Mac

License: Freeware Size: 30.72 KB Download (39): Site Compare Download

Added: April 16, 2013 | Visits: 678

Recent Love - A List of Recent Comments Displays a list (typically, in your sidebar) of your visitors' recent comments. By default, shows the latest comment from each of the last five commented-on posts.You control: * how many recent comments to display * how many characters of the post title to display * how to style each comment in...





Platforms: PHP

License: Freeware Size: 20.48 KB Download (44): Recent Love - A List of Recent Comments Download

Added: November 06, 2010 | Visits: 1.381

dialog-mp3-list dialog-mp3-list generates an organized list of your CDs and directories of MP3s. It shows a numbered list of MP3s with information on their encoding speed and track lengths. It uses Dialog/XDialog and Latex to create lists in .tex, .ps, and .pdf formats. You can modify the source file .tex and...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (97): dialog-mp3-list Download

Added: August 05, 2013 | Visits: 470

List of participants Stellt eine Teilnehmerliste zur Verfuegung in der sich Besucher eintragen koennen. Die Liste ist Zeitlich und in der Anzahl der Teilnehmer eingrenzbar. Weiter Parameter stehen zur Verfuegung.Creates a participants list in which guests can log entries. The list can be restricted time-wise and in...


Platforms: PHP

License: Freeware Size: 10 KB Download (44): List of participants Download

Added: April 17, 2010 | Visits: 1.125

Imieniny Imieniny reads a list of names and the dates on which those saints are commemorated in Poland. The "name-day", i.e. the day on which a saint bearing a persons name is commemorated, is important in Poland, and is celebrated like a birthday. The program, given a date, will display what people...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (96): Imieniny Download

Added: April 18, 2010 | Visits: 949

Dir::Which Dir::Which is a Perl module to search for directory entries in a list of directories. SYNOPSIS use Dir::Which qw/ which /; @entries = which( -entry => "myprog.conf", -env => "myprog_path", -defaultpath => ".:".$FindBin::Bin.":/etc:/usr/local/etc") ; This module searches directory...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Dir::Which Download

Added: September 03, 2010 | Visits: 906

SeeYouLater SeeYouLater script purpose is to fetch a list of IP of known spammers and to ban them by putting them in /etc/hosts.deny. /etc/hosts.deny is usually read by xinetd of daemons using tcpwrapper. The software is composed of: - the feeder, that looks at SMTP daemon logs for the string...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (98): SeeYouLater Download

Added: February 26, 2010 | Visits: 1.522

Amazing Media Browser Amazing Media Browser automatically searches for all embed objects in a website and shows you a list of the source links. You can then conveniently browse through each link to see the content of the source file. These usually are a Flash movie, a Window Media movie or a mp3 file link. It can...


Platforms: *nix

License: Freeware Size: 256 KB Download (98): Amazing Media Browser Download

Added: November 12, 2010 | Visits: 1.001

SRESI SRESI is a smart bookmarks manager: from a list of tagged bookmarks, it can generate an exhaustive tree or a portal, where each bookmark is at every place in the hierarchy you can expect to find it, and with absurd branches absorbed back in their saner versions. An import function is provided...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (98): SRESI Download

Added: May 23, 2010 | Visits: 3.885

W3C-PHP W3C-PHP is a little php-cli script that can validate a list of URLs trough the W3C validator Web site (http://validator.w3.org/) with PHP-DOM functions. Configuration: list.txt -> contain the list of url that you need to validate the URLs must start with ":" without the "http://" prefix for...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (136): W3C-PHP Download

Added: April 17, 2010 | Visits: 2.017

Fast Audio Playlist Generator FAPG is a tool to generate list of audio files (WAV, MP3, Ogg, etc.) in various formats (M3U, PLS, HTML, etc). It is very useful for quickly creating a playlist of a large number of audio files. It is coded in C to be as fast as possible, and does not use any specific audio library (like...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (167): Fast Audio Playlist Generator Download

Added: September 18, 2010 | Visits: 1.091

Acme::Hyperindex Acme::Hyperindex is a Perl module to look deep into structures using a list of indexes. SYNOPSIS use strict; use Acme::Hyperindex; my @struct = ( { j_psi => [qw( eta_prime phi kaon )] }, { j_psi => [qw( selectron down tau_sneutrino )] }, { j_psi => [qw( upsilon gluino photino )] } );...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (97): Acme::Hyperindex Download

Added: November 23, 2010 | Visits: 1.269

blah blah project consists of a utility for maintaining a list of frequently copy-and-pasted text. When an item is selected from the menu the corresponding text is automatically placed into the clipboard. You can then use the paste feature in another application to transfer the text. The current...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (91): blah Download

Added: June 04, 2010 | Visits: 1.164

squid_redirect squid_redirect uses a list of patterns to zap annoying ad banners from Web pages, inserting a placeholder image. It lives in a Web proxy and so requires no special browser facilities. squid_redirect is readily customizable, small, fast, and easy to install. Whats New in This Release: - A...


Platforms: *nix

License: Freeware Size: 52.22 KB Download (101): squid_redirect Download

Added: July 05, 2010 | Visits: 940

Math::HashSum Math::HashSum can sum a list of key-value pairs on a per-key basis. SYNOPSIS use Math::HashSum qw(hashsum); my %hash1 = (a=>.1, b=>.4); my %hash2 = (a=>.2, b=>.5); my %sum = hashsum(%hash1,%hash2); print "$sum{a}n"; # Prints .3 print "$sum{b}n"; # Prints .9 This module allows you to...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (89): Math::HashSum Download

Added: March 03, 2010 | Visits: 1.514

MP3 Report Generator MP3 Report Generator is a customizable program to scan a list of (sub)directories, creating a report from an HTML template. Also calculates various statistics and each songs playing time. Supports ID3 and ID3v2 tags. All options can be configured through the command line, see mp3report.pl...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (102): MP3 Report Generator Download

Added: June 25, 2010 | Visits: 791

fileq fileq transfers files from an incoming queue (directory) to a list of destinations. Destinations can only be directories on remote hosts. The respective transfers are performed using the sftp command line utility from the OpenSSH package. After a successful transfer to all destinations, the...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (89): fileq Download

Added: June 05, 2010 | Visits: 1.274

EPM EPM package is a free UNIX software/file packaging program that generates distribution archives from a list of files. EPM Can: - Generate portable script-based distribution packages complete with installation and removal scripts and standard install/uninstall GUIs. - Generate "native"...


Platforms: *nix

License: Freeware Size: 491.52 KB Download (134): EPM Download

Added: July 26, 2010 | Visits: 954

Memlockd Memlockd project locks a list of files into RAM so that if the system starts paging excessively (as the result of a DOS attack or buggy program), the sysadmin will still be able to login to recover it. The project will lock regular files as well as programs in memory, and for programs, it can...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (98): Memlockd Download

Added: May 27, 2010 | Visits: 1.099

HLmaps HLmaps project is a Perl/CGI script for Half-Life servers to present a list of loaded maps. HLmaps is a pair of Perl/CGI scripts for Half-Life game servers running on Linux, FreeBSD, and WinNT. It allows Web site visitors to view all your loaded maps, screen shots, download links, and some...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (93): HLmaps Download

< 1 2 3 4 5 >