casey affleck news
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 434
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
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
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
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
Jeffs News Aggregator 1.2
A tool to download news and comics and place in them in a custom page of your choosing. more>>
Jeffs News Aggregator is a news getter / page generator that can pull comics, headlines, and RSS feeds and pump them into your template pages.
<<less Download (0.29MB)
Added: 2006-06-06 License: BSD License Price:
1236 downloads
Nethack Records 0.5.1
Nethack Records is a dynamic Nethack statistics generator for display on the Web. more>>
Nethack Records project is a dynamic Nethack statistics generator for display on the Web.
Nethack Records is an on-demand statistics generator for Nethack that is meant to be run on a Web server. It has several types of statistics, ranging from character info to daily and weekly stats.
It is implemented with a modern template system, and is very customizable. One can sort by most field-types, such as character class or gender. The code is separated from the XHTML by means of HTML::Template.
CSS is utilized to its fullest extent, allowing you to make it look however you like, without knowing Perl.
Main features:
- Top 10 players view
- All players view
- Sort by various criteria e.g. Class and Cause of death
- Various ranking possibilities
- Last five players view
- Todays games
- View per game statistics
Enhancements:
- Added quit and date-patches by Casey Zacek
- Fixed bug with empty logfile
- Added alternative css-file
- Added contact-person to options-file
- Fixed bug that appeared with<<less
Nethack Records is an on-demand statistics generator for Nethack that is meant to be run on a Web server. It has several types of statistics, ranging from character info to daily and weekly stats.
It is implemented with a modern template system, and is very customizable. One can sort by most field-types, such as character class or gender. The code is separated from the XHTML by means of HTML::Template.
CSS is utilized to its fullest extent, allowing you to make it look however you like, without knowing Perl.
Main features:
- Top 10 players view
- All players view
- Sort by various criteria e.g. Class and Cause of death
- Various ranking possibilities
- Last five players view
- Todays games
- View per game statistics
Enhancements:
- Added quit and date-patches by Casey Zacek
- Fixed bug with empty logfile
- Added alternative css-file
- Added contact-person to options-file
- Fixed bug that appeared with<<less
Download (0.068MB)
Added: 2007-06-08 License: GPL (GNU General Public License) Price:
870 downloads
CGI::WeT::Modules::News 0.71
CGI::WeT::Modules::News are Perl extensions to engine to allow article management. more>>
CGI::WeT::Modules::News are Perl extensions to engine to allow article management.
SYNOPSIS
use CGI::WeT::Modules::News ();
This module provides rendering constructs to allow navigation through a set of articles. Support is provided for multiple types of articles in multiple groupings (or channels).
EXTENSIONS
CGI::WeT::Modules::News::initialize($engine, $r)
This subroutine will initialize the engine passed as $engine with information from Apache (passed as $r). The base URL for articles is set with the following.
PerlSetVar WeT_NewsURL /baseURL/
This is available for building URLs as @@NEWS@@. For example, general articles are under the URL returned by
$engine->url(@@NEWS@@/general/);
The directory may likewise be found by using
$engine->filename($engine->url(@@NEWS@@/general/));
NEWS_SUMMARY
This extension will insert a summary of available news items starting with the most recent (ordered by submission time). The top of the content stack is applied to each item as a template.
The template used is called with four elements on the content stack: Title, Date, Author, and Summary (Title on top of stack). The available arguments for controlling NEWS_SUMMARY are
channel
This argument specifies which channel to collect items from. This defaults to `general.
category
This argument specifies which category to collect items from. Only one category may be specified at this time. There is no way to block items marked as `all. The default category is `all.
link
If this is set to `title, the title will be made a link. No other value has an effect.
number
This tells NEWS_SUMMARY how many items to put in the list. There is no default for this argument, so one must be supplied.
NEWS_NEXT
This extension is like CGI::WeT::Modules::Basics LINK in that the top of the content stack is made into a link. The location is determined by the values of the arguments.
channel
See NEWS_SUMMARY
type
This can be either `story or `response. If `story, then the articles in the top level are looked at. Otherwise, the articles in the current directory are examined.
sequence
This can be either `next or `prev.
<<lessSYNOPSIS
use CGI::WeT::Modules::News ();
This module provides rendering constructs to allow navigation through a set of articles. Support is provided for multiple types of articles in multiple groupings (or channels).
EXTENSIONS
CGI::WeT::Modules::News::initialize($engine, $r)
This subroutine will initialize the engine passed as $engine with information from Apache (passed as $r). The base URL for articles is set with the following.
PerlSetVar WeT_NewsURL /baseURL/
This is available for building URLs as @@NEWS@@. For example, general articles are under the URL returned by
$engine->url(@@NEWS@@/general/);
The directory may likewise be found by using
$engine->filename($engine->url(@@NEWS@@/general/));
NEWS_SUMMARY
This extension will insert a summary of available news items starting with the most recent (ordered by submission time). The top of the content stack is applied to each item as a template.
The template used is called with four elements on the content stack: Title, Date, Author, and Summary (Title on top of stack). The available arguments for controlling NEWS_SUMMARY are
channel
This argument specifies which channel to collect items from. This defaults to `general.
category
This argument specifies which category to collect items from. Only one category may be specified at this time. There is no way to block items marked as `all. The default category is `all.
link
If this is set to `title, the title will be made a link. No other value has an effect.
number
This tells NEWS_SUMMARY how many items to put in the list. There is no default for this argument, so one must be supplied.
NEWS_NEXT
This extension is like CGI::WeT::Modules::Basics LINK in that the top of the content stack is made into a link. The location is determined by the values of the arguments.
channel
See NEWS_SUMMARY
type
This can be either `story or `response. If `story, then the articles in the top level are looked at. Otherwise, the articles in the current directory are examined.
sequence
This can be either `next or `prev.
Download (0.040MB)
Added: 2006-10-06 License: GPL (GNU General Public License) Price:
1113 downloads
AmphetaDesk 0.93.1
AmphetaDesk is a free, cross platform, open-sourced, syndicated news aggregator. more>>
AmphetaDesk project is a free, cross platform, open-sourced, syndicated news aggregator - it obediently sits on your desktop, downloads the latest news that interests you, and displays them in a quick and easy to use (and customizable!) webpage.
With thousands of channels available, AmphetaDesk can shave hours off your day - and youll look smart to all your friends! Egotism never had it better!
<<lessWith thousands of channels available, AmphetaDesk can shave hours off your day - and youll look smart to all your friends! Egotism never had it better!
Download (0.85MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
1158 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
fbnews 0.5.1
fbnews is a RSS/RDF news fetcher for fluxbox. more>>
fbnews is a RSS/RDF news fetcher for fluxbox. The content of RSS is filled in a submenu of fluxbox. You can then read the news items with your favorite browser.
Main features:
- produces fluxbox menu code -> integrates into fluxbox menu
- a click on a news item invokes your favourite browser
- ability to run as a deamon and refetch rss data after a specified time interval
- supports categories for rss files
- support for seperators between rss files
- ability to use scripts instead of rss files (see r3s)
<<lessMain features:
- produces fluxbox menu code -> integrates into fluxbox menu
- a click on a news item invokes your favourite browser
- ability to run as a deamon and refetch rss data after a specified time interval
- supports categories for rss files
- support for seperators between rss files
- ability to use scripts instead of rss files (see r3s)
Download (0.16MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1236 downloads
CGIFeed
CGIFeed is a CGI based feed reader. more>>
CGIFeed is a CGI program that reads news feeds (via XML/RDF/RSS) and prepares HTML pages for them.
You can enter new feeds through the Web page, and edit the name and update interval for each feed.
<<lessYou can enter new feeds through the Web page, and edit the name and update interval for each feed.
Download (0.009MB)
Added: 2005-04-26 License: Free To Use But Restricted Price:
1641 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
Pay day Cash Loan 1.0
Pay day Cash Loan toolbar for IE with useful gadgets including a quick launch To-do List, Daily Calorie Counter, Email Notifier, Weather and News Tick... more>> <<less
Download (1101KB)
Added: 2009-04-11 License: Freeware Price: Free
196 downloads
Deep Network Analyser 1.5 GA
Deep Network Analyser is an open, flexible, and extensible deep network analyzer server. more>>
DNA (Deep Network Analyser) is an open, flexible, and extensible deep network analyzer server and software architecture for passively gathering and analyzing network packets, network sessions, and applications protocols.
Deep Network Analyser project is designed to be used for Internet security, network management, intrustion detection, protocol and network analysis, information gathering, and network monitoring applications.
Main features:
- Extensible Java based network sensor (processing layers 2-7)
Configurable processing and output:
- Packet flows like Ethereal
- IP Flows like CISCO netflow
- Stateful Sessions (client/server flow pairs)
- Application protocol element output
- Configurable and extensible application protocol element parsing.
- Application protocol parsing toolkit APIs allows for new protocol parser to be easily developed and extended
- Targeting based full session capture facility, like a realtime targeted TCPDump.
- Flexible targeting from IPAddr, Port tuple to Application sensitive targeting.
- Configurable and extensible output forwarding (file, DB, Streams, JMS, RMI, etc.)
- Extensible realtime collection portable to many OS/Packet processing environments
Easily adaptable to packet processing environments:
- Specialized linux drivers mechanismon
- Network Appliances
- Network Switches / Routers
- Highly mutithreaded for increased performance over multi processor environments
Enhancements:
- Adoption of OpenAdaptor(tm) as the Output Adapter mechanism.
- Support for local-only administration.
- A new targeted packet capture parser, new run scripts, and a new install mechanism.
- Many bugfixes.
<<lessDeep Network Analyser project is designed to be used for Internet security, network management, intrustion detection, protocol and network analysis, information gathering, and network monitoring applications.
Main features:
- Extensible Java based network sensor (processing layers 2-7)
Configurable processing and output:
- Packet flows like Ethereal
- IP Flows like CISCO netflow
- Stateful Sessions (client/server flow pairs)
- Application protocol element output
- Configurable and extensible application protocol element parsing.
- Application protocol parsing toolkit APIs allows for new protocol parser to be easily developed and extended
- Targeting based full session capture facility, like a realtime targeted TCPDump.
- Flexible targeting from IPAddr, Port tuple to Application sensitive targeting.
- Configurable and extensible output forwarding (file, DB, Streams, JMS, RMI, etc.)
- Extensible realtime collection portable to many OS/Packet processing environments
Easily adaptable to packet processing environments:
- Specialized linux drivers mechanismon
- Network Appliances
- Network Switches / Routers
- Highly mutithreaded for increased performance over multi processor environments
Enhancements:
- Adoption of OpenAdaptor(tm) as the Output Adapter mechanism.
- Support for local-only administration.
- A new targeted packet capture parser, new run scripts, and a new install mechanism.
- Many bugfixes.
Download (12.3MB)
Added: 2006-01-09 License: GPL (GNU General Public License) Price:
1391 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 casey affleck 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