hood county news
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 451
Cook County PIN Search 2.1
Cook County PIN Search provides a title search tool. more>>
Cook County PIN Search provides a title search tool.
Cook County (IL, USA) Property Index Number Search
A title search tool. If in the course of your browsing you come across a Cook County Property Index Number (PIN) (format 99-99-999-999 or 99-99-999-999-9999) in your browser window, select it and "right"-click and on the context menu you will be offered options to open new tabs of relevant information from Cook County websites.
<<lessCook County (IL, USA) Property Index Number Search
A title search tool. If in the course of your browsing you come across a Cook County Property Index Number (PIN) (format 99-99-999-999 or 99-99-999-999-9999) in your browser window, select it and "right"-click and on the context menu you will be offered options to open new tabs of relevant information from Cook County websites.
Download (0.004MB)
Added: 2007-04-05 License: MPL (Mozilla Public License) Price:
933 downloads
In The News 0.0.1
In The News is a Firefox extension that highlights text, right-click to see the latest related news stories. more>>
In The News is a Firefox extension that highlights text, right-click to see the latest related news stories.
Mouse over any of the headlines to see a brief summary of the story. Click on any of the stories to have it open up in a new tab.
<<lessMouse over any of the headlines to see a brief summary of the story. Click on any of the stories to have it open up in a new tab.
Download (0.003MB)
Added: 2007-06-27 License: MPL (Mozilla Public License) Price:
852 downloads
Gemu News 1.0
Gemu News is a SuperKaramba theme that displays the latest version of compatibility layers like wine. more>>
Gemu News is a SuperKaramba theme that displays the latest version of compatibility layers like wine and the latest version of emulators like dosbox. The version of xqf is also listend.
By clicking on the globe youll get on the homepage of the driver/tool.
Im looking forward for your feedback.
<<lessBy clicking on the globe youll get on the homepage of the driver/tool.
Im looking forward for your feedback.
Download (0.022MB)
Added: 2007-04-04 License: GPL (GNU General Public License) Price:
935 downloads
Locale::SubCountry 1.37
Locale::SubCountry is a Perl module that can convert state, province, county etc. names to/from code. more>>
Locale::SubCountry is a Perl module that can convert state, province, county etc. names to/from code.
SYNOPSIS
my $country_code = GB;
my $UK = new Locale::SubCountry($country_code);
if ( not $UK )
{
die "Invalid code $country_coden";
}
elsif ( $UK->has_sub_countries )
{
print($UK->full_name(DGY),"n"); # Dumfries and Galloway
print($UK->regional_division(DGY),"n"); # CT (Scotland)
}
my $australia = new Locale::SubCountry(AUSTRALIA);
print($australia->country,"n"); # AUSTRALIA
print($australia->country_code,"n"); # AU
if ( $australia->has_sub_countries )
{
print($australia->code(New South Wales ),"n"); # NSW
print($australia->full_name(S.A.),"n"); # South Australia
my $upper_case = 1;
print($australia->full_name(Qld,$upper_case),"n"); # QUEENSLAND
print($australia->category(NSW),"n"); # state
print($australia->FIPS10_4_code(ACT),"n"); # 01
print($australia->ISO3166_2_code(02),"n"); # NSW
my @aus_state_names = $australia->all_full_names;
my @aus_code_names = $australia->all_codes;
my %aus_states_keyed_by_code = $australia->code_full_name_hash;
my %aus_states_keyed_by_name = $australia->full_name_code_hash;
foreach my $code ( sort keys %aus_states_keyed_by_code )
{
printf("%-3s : %sn",$code,$aus_states_keyed_by_code{$code});
}
}
# Methods for country codes and names
my $world = new Locale::SubCountry::World;
my @all_countries = $world->all_full_names;
my @all_country_codes = $world->all_codes;
my %all_countries_keyed_by_name = $world->full_name_code_hash;
my %all_country_keyed_by_code = $world->code_full_name_hash;
This module allows you to convert the full name for a countries administrative region to the code commonly used for postal addressing. The reverse lookup can also be done. Sub country codes are defined in "ISO 3166-2:1998, Codes for the representation of names of countries and their subdivisions".
Sub countries are termed as states in the US and Australia, provinces in Canada and counties in the UK and Ireland.
Names and ISO 3166-2 codes for all sub countries in a country can be returned as either a hash or an array.
Names and ISO 3166-1 codes for all countries in the world can be returned as either a hash or an array.
ISO 3166-2 codes can be converted to FIPS 10-4 codes. The reverse lookup can also be done.
<<lessSYNOPSIS
my $country_code = GB;
my $UK = new Locale::SubCountry($country_code);
if ( not $UK )
{
die "Invalid code $country_coden";
}
elsif ( $UK->has_sub_countries )
{
print($UK->full_name(DGY),"n"); # Dumfries and Galloway
print($UK->regional_division(DGY),"n"); # CT (Scotland)
}
my $australia = new Locale::SubCountry(AUSTRALIA);
print($australia->country,"n"); # AUSTRALIA
print($australia->country_code,"n"); # AU
if ( $australia->has_sub_countries )
{
print($australia->code(New South Wales ),"n"); # NSW
print($australia->full_name(S.A.),"n"); # South Australia
my $upper_case = 1;
print($australia->full_name(Qld,$upper_case),"n"); # QUEENSLAND
print($australia->category(NSW),"n"); # state
print($australia->FIPS10_4_code(ACT),"n"); # 01
print($australia->ISO3166_2_code(02),"n"); # NSW
my @aus_state_names = $australia->all_full_names;
my @aus_code_names = $australia->all_codes;
my %aus_states_keyed_by_code = $australia->code_full_name_hash;
my %aus_states_keyed_by_name = $australia->full_name_code_hash;
foreach my $code ( sort keys %aus_states_keyed_by_code )
{
printf("%-3s : %sn",$code,$aus_states_keyed_by_code{$code});
}
}
# Methods for country codes and names
my $world = new Locale::SubCountry::World;
my @all_countries = $world->all_full_names;
my @all_country_codes = $world->all_codes;
my %all_countries_keyed_by_name = $world->full_name_code_hash;
my %all_country_keyed_by_code = $world->code_full_name_hash;
This module allows you to convert the full name for a countries administrative region to the code commonly used for postal addressing. The reverse lookup can also be done. Sub country codes are defined in "ISO 3166-2:1998, Codes for the representation of names of countries and their subdivisions".
Sub countries are termed as states in the US and Australia, provinces in Canada and counties in the UK and Ireland.
Names and ISO 3166-2 codes for all sub countries in a country can be returned as either a hash or an array.
Names and ISO 3166-1 codes for all countries in the world can be returned as either a hash or an array.
ISO 3166-2 codes can be converted to FIPS 10-4 codes. The reverse lookup can also be done.
Download (0.062MB)
Added: 2006-08-16 License: Perl Artistic License Price:
1164 downloads
tNews 0.99b
tNews provides a PHP4 template-based news script with a full Web-based administration system. more>>
tNews provides a PHP4 template-based news script with a full Web-based administration system.
tNews is a set of PHP4 scripts designed to provide easy-to-use basic news headline support for websites. The system uses HTML-based templates to specify formatting of news pages, providing complete control of page appearance to the webmaster.
The systems backend is provided by a MySQL database, and support is included for generation of both news and old news pages. News HTML pages are only regenerated when changes are made to news headlines, so end users suffer no delays caused by database access or parsing of scripting code.
All administration and setup is done through a Web-based interface, so no editing of text files is required.
<<lesstNews is a set of PHP4 scripts designed to provide easy-to-use basic news headline support for websites. The system uses HTML-based templates to specify formatting of news pages, providing complete control of page appearance to the webmaster.
The systems backend is provided by a MySQL database, and support is included for generation of both news and old news pages. News HTML pages are only regenerated when changes are made to news headlines, so end users suffer no delays caused by database access or parsing of scripting code.
All administration and setup is done through a Web-based interface, so no editing of text files is required.
Download (0.029MB)
Added: 2007-03-29 License: GPL (GNU General Public License) Price:
942 downloads
Aero AIO: RSS News Feed 0.1d
Aero AIO: RSS News Feed is a plugin for Aero AIO. more>>
Aero AIO: RSS News Feed is a plugin for Aero AIO. Aero AIO: RSS News Feed its based on slashdot karamba.
<<less Download (0.030MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1222 downloads
Sethi Yahoo News Grabber 1.0
Sethi Yahoo News Grabber is a small script used for fetching news from Yahoo. more>>
Sethi Yahoo News Grabber is a small script used for fetching news from Yahoo.
Quick and dirty routine to get Yahoo news
Should save result to a text file and then SSI the sucker where you want
<<lessQuick and dirty routine to get Yahoo news
Should save result to a text file and then SSI the sucker where you want
Download (MB)
Added: 2007-03-26 License: GPL (GNU General Public License) Price:
946 downloads
MyNews 1.2b1
MyNews provides a Web news grabber. more>>
MyNews provides a Web news grabber.
MyNews is a program that scans selected Web sites for recent news. News items are stored in a database.#
MyNews users can subsribe to Web sites to receive email when recent news items have been added. The MyNews script requires the MN Perl module.
<<lessMyNews is a program that scans selected Web sites for recent news. News items are stored in a database.#
MyNews users can subsribe to Web sites to receive email when recent news items have been added. The MyNews script requires the MN Perl module.
Download (0.009MB)
Added: 2007-02-13 License: GPL (GNU General Public License) Price:
985 downloads
Bollywood Mantra Sidebar 0.1.2
Bollywood Mantra Sidebar is a Firefox extension to search Bollywood News and Images from the sidebar. more>>
Bollywood Mantra Sidebar is a Firefox extension to search Bollywood News and Images from the sidebar. Checkout an install and usage tutorial here.
<<less Download (0.002MB)
Added: 2007-05-04 License: MPL (Mozilla Public License) Price:
1022 downloads
phpNews 0.0.2
phpNews provides a Web News Manager. more>>
phpNews provides a Web News Manager.
php-News is a PHP3 application that allows you to easily include a news system on your Web site.
Its features include posting news, news summary view, read news view, news adminsitration tool for browse, edit and delete news.
<<lessphp-News is a PHP3 application that allows you to easily include a news system on your Web site.
Its features include posting news, news summary view, read news view, news adminsitration tool for browse, edit and delete news.
Download (0.021MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
954 downloads
Rediff Business 1.0
Rediff Business widget allows you to view and read the latest bussiness news from this Indian news source. more>>
Get up to date news about India Business from Rediff Business Edition RSS Feed.
Rediff Business widget brings, right on your desktop, the latest news from the bussiness world taken from this Indian news source.
Stay up-to-date with the latest bussiness news.
<<lessRediff Business widget brings, right on your desktop, the latest news from the bussiness world taken from this Indian news source.
Stay up-to-date with the latest bussiness news.
Download (92.4KB)
Added: 2009-04-25 License: Freeware Price:
191 downloads
TkNewsII 1.0.2
TkNewsII is a QWK and NNTP echomail and Usenet news client. more>>
TkNewsII is a QWK and NNTP echomail and Usenet news client.
This package needs a basic C compiler, Tcl/Tk (8.3 or later), BWidget (1.7 or later), and Snit (part of Tcllib). LaTeX and tex4ht are needed to build the documentation (PDF and HTML).
To build:
./configure [--with-bwlib=BWIDGETDIR] [--with-snitlib=SNITDIR] [standard configure options
make
make install
Youll need a $HOME/.TkNewsRc file, which will contain your news configuration information.
<<lessThis package needs a basic C compiler, Tcl/Tk (8.3 or later), BWidget (1.7 or later), and Snit (part of Tcllib). LaTeX and tex4ht are needed to build the documentation (PDF and HTML).
To build:
./configure [--with-bwlib=BWIDGETDIR] [--with-snitlib=SNITDIR] [standard configure options
make
make install
Youll need a $HOME/.TkNewsRc file, which will contain your news configuration information.
Download (0.23MB)
Added: 2006-12-26 License: GPL (GNU General Public License) Price:
1032 downloads
PHP News Ticker 0.0.1
PHP News Ticker is a news ticker that is easy to manage, easy to add to, and easy to purge old news from. more>>
PHP News Ticker is a news ticker that is easy to manage, easy to add to, and easy to purge old news from. PHP News Ticker project allows HTML and small images to be inserted. Its a horizontal scroller, so it does not display big pictures attractively.
***first, go through the admin/config.php
and change the following:
host, dbuser, dbpass, dbname
***create a table on a db with the following colums:
id (int)6 AUTO INCREMENT NOT NULL PRIMARY KEY
message (VARCHAR)9000 NOT NUL
*** copy and paste from the sample_script.php what you need, changing what has been annotated to be changed.
*** upload files to http://"your-site.com"/news leaving the folder structure unchanged
*** Log into the admin area to test script by going to http://"your-site.com"/news/admin no username needed, just the password that you setup in the config.php file.
<<less***first, go through the admin/config.php
and change the following:
host, dbuser, dbpass, dbname
***create a table on a db with the following colums:
id (int)6 AUTO INCREMENT NOT NULL PRIMARY KEY
message (VARCHAR)9000 NOT NUL
*** copy and paste from the sample_script.php what you need, changing what has been annotated to be changed.
*** upload files to http://"your-site.com"/news leaving the folder structure unchanged
*** Log into the admin area to test script by going to http://"your-site.com"/news/admin no username needed, just the password that you setup in the config.php file.
Download (0.008MB)
Added: 2007-01-24 License: GPL (GNU General Public License) Price:
1003 downloads
newsx 1.6
Newsx is an NNTP client for Unix. more>>
Newsx is an NNTP client for Unix. It connects to remote NNTP servers and receives incoming and outgoing articles
Newsx is also well suited for large spools with normal feeds, being used for pulling newsgroups from specific NNTP servers that are not distributed in the usual manner. Since newsx obeys the normal news spool configuration file and requires little or no specific configuration, the administrative burden should be minimized.
Main features:
- compatible with C News and INN local news servers
- configuration relies on standard C News and INN mechanisms for setting up newsservers and newsgroups
- setting of which newsgroups will be exchanged with which remote server based on sys or newsfeeds files, making administration easy
- logging of errors that occurred, as well as article transfer statistics
- optional log file for actual articles posted, and collection of posted articles in folders
- has been designed to be nice, so as not to overload the remote news server
- uses only standard RFC-977 functions, so should be compatible with the vast majority of news servers
- comprehensive error recovery for posting as well as for fetching; failed postings will be retried at the next opportunity, while fetching will resume at the point where it stopped
- refers to news history database to prevent fetching of articles already in the local spool. will not fetch crossposted articles more than once. does not rely on Xref, since many sites does not provide it.
- interface to popular news filters like Cleanfeed
Pulling news
News transfer via fetching to local news spools is sometimes claimed to be an inefficient way of transferring news compared to connecting newsreaders directly to the remote NNTP server.
The fact of the matter is that if set up and used correctly, exactly the opposite is the case.
A local news spool allows news transfer to occur at off-peak hours, thereby decreasing the host server load in the critical period. This will tie up less modems at peak hours, as well as decreasing the connect time since the actual transfer will run much quicker.
A fetch based system is also easier to administrate then the feeding kind, since every site decides for itself what groups it will exchange with whom. The major down-side is that article propagation times will be longer. For sites that are leafs in the news distribution tree, this is usually not very important.
Much of the problems connected with news pulling is connected to the use of the RFC-977 NEWNEWS command. Most news servers has implemented this command in an inefficient manner, which will put severe loads on the newsserver. Newsx does not use NEWNEWS.
<<lessNewsx is also well suited for large spools with normal feeds, being used for pulling newsgroups from specific NNTP servers that are not distributed in the usual manner. Since newsx obeys the normal news spool configuration file and requires little or no specific configuration, the administrative burden should be minimized.
Main features:
- compatible with C News and INN local news servers
- configuration relies on standard C News and INN mechanisms for setting up newsservers and newsgroups
- setting of which newsgroups will be exchanged with which remote server based on sys or newsfeeds files, making administration easy
- logging of errors that occurred, as well as article transfer statistics
- optional log file for actual articles posted, and collection of posted articles in folders
- has been designed to be nice, so as not to overload the remote news server
- uses only standard RFC-977 functions, so should be compatible with the vast majority of news servers
- comprehensive error recovery for posting as well as for fetching; failed postings will be retried at the next opportunity, while fetching will resume at the point where it stopped
- refers to news history database to prevent fetching of articles already in the local spool. will not fetch crossposted articles more than once. does not rely on Xref, since many sites does not provide it.
- interface to popular news filters like Cleanfeed
Pulling news
News transfer via fetching to local news spools is sometimes claimed to be an inefficient way of transferring news compared to connecting newsreaders directly to the remote NNTP server.
The fact of the matter is that if set up and used correctly, exactly the opposite is the case.
A local news spool allows news transfer to occur at off-peak hours, thereby decreasing the host server load in the critical period. This will tie up less modems at peak hours, as well as decreasing the connect time since the actual transfer will run much quicker.
A fetch based system is also easier to administrate then the feeding kind, since every site decides for itself what groups it will exchange with whom. The major down-side is that article propagation times will be longer. For sites that are leafs in the news distribution tree, this is usually not very important.
Much of the problems connected with news pulling is connected to the use of the RFC-977 NEWNEWS command. Most news servers has implemented this command in an inefficient manner, which will put severe loads on the newsserver. Newsx does not use NEWNEWS.
Download (0.15MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
709 downloads
vNews 1.2
vNews provides a site news script used to relay the latest information regarding any topic to visitors. more>>
vNews provides a site news script used to relay the latest information regarding any topic to visitors.
vNews is a site news script used to relay the latest information regarding any topic to visitors. And being a part of vScripts, vNews comes with a powerful and flexible administration module where administrators/webmasters can easily change the look of the embedded news to conform with their existing site design.
<<lessvNews is a site news script used to relay the latest information regarding any topic to visitors. And being a part of vScripts, vNews comes with a powerful and flexible administration module where administrators/webmasters can easily change the look of the embedded news to conform with their existing site design.
Download (0.013MB)
Added: 2007-04-20 License: Freeware Price:
919 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 hood county news 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