quotes and sayings
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 424
Irssi Quotes System 1.2
Irssi Quotes System is a script for the Irssi IRC client that provides commands for showing random or specific quotes. more>>
Irssi Quotes System is a script for the Irssi IRC client that provides commands for showing specific or random quotes, searching for quotes using SQL-style wild cards, and adding and deleting quotes.
Commands:
!quote [id] - Shows the quote with that id, or a random quote if none is used.
!search - Searches for *string* - SQL-style wildcards.
!whoset - Shows the author of the quote under that id.
!addquote - Adds a quote in the database.
!db - Prints number of non-deleted quotes in the database.
/delquote - Deletes a quote (actually it just marks the quote as deleted, nobody will be able to see it unless you restore it)
/restore - Restores a quote.
In order to install the irssi quotes system you have to do the following:
Download http://surferz.info/irssi_quotes.sql
Execute it: mysql -p yourdbname < irssi_quotes.sql
Go to your Irssi scripts directory, normally it is ~/.irssi/scripts/
Download http://surferz.info/irssi_quotes.pl
Open irssi_quotes.pl with your favorite text editor and edit these variables:
$database = (yourdbname);
$username = (dbuser);
$password = (dbpass);
Save irssi_quotes.pl
In your Irssi client type: /script load irssi_quotes.pl
Thats it! If you want the script to be loaded automatically at startup, put irssi_quotes.pl in the ~/.irssi/scripts/autorun/ directory. If the directory doesnt exist, create it.
Enhancements:
- Levels were added for the !addquote command.
- The owner can choose who may add quotes: only opped clients, only opped and voiced clients, or everyone.
- The commands must be written on a #channel, as the script wont listen to query windows anymore.
<<lessCommands:
!quote [id] - Shows the quote with that id, or a random quote if none is used.
!search - Searches for *string* - SQL-style wildcards.
!whoset - Shows the author of the quote under that id.
!addquote - Adds a quote in the database.
!db - Prints number of non-deleted quotes in the database.
/delquote - Deletes a quote (actually it just marks the quote as deleted, nobody will be able to see it unless you restore it)
/restore - Restores a quote.
In order to install the irssi quotes system you have to do the following:
Download http://surferz.info/irssi_quotes.sql
Execute it: mysql -p yourdbname < irssi_quotes.sql
Go to your Irssi scripts directory, normally it is ~/.irssi/scripts/
Download http://surferz.info/irssi_quotes.pl
Open irssi_quotes.pl with your favorite text editor and edit these variables:
$database = (yourdbname);
$username = (dbuser);
$password = (dbpass);
Save irssi_quotes.pl
In your Irssi client type: /script load irssi_quotes.pl
Thats it! If you want the script to be loaded automatically at startup, put irssi_quotes.pl in the ~/.irssi/scripts/autorun/ directory. If the directory doesnt exist, create it.
Enhancements:
- Levels were added for the !addquote command.
- The owner can choose who may add quotes: only opped clients, only opped and voiced clients, or everyone.
- The commands must be written on a #channel, as the script wont listen to query windows anymore.
Download (0.003MB)
Added: 2006-07-05 License: Public Domain Price:
1207 downloads
bigquotes 0.1
bigquotes is a quotes database based on the bpquotes project, with some minor (for the moment) enhancements. more>>
bigquotes is a quotes database based on the bpquotes project, with some minor (for the moment) enhancements. bigquotes is designed to let IRC users add funny quotes for others to see.
A banning system, Web-configurable options (session support, registratuib, admins, timeout for voting, etc.), and other facilities are planned.
<<lessA banning system, Web-configurable options (session support, registratuib, admins, timeout for voting, etc.), and other facilities are planned.
Download (0.013MB)
Added: 2006-05-16 License: GPL (GNU General Public License) Price:
1256 downloads
Kuotes 0.0.5
Kuotes gets a random quote from wikiquote. more>>
Kuotes gets a random quote from wikiquote, fortune or http://www.softwarequotes.com/ and put it to your desktop.
To install it, first uncompress the package, then put the quotes.sh shell script in your ~/bin. Thats all.
To configure, edit ~/.kuotes/config.txt file.
<<lessTo install it, first uncompress the package, then put the quotes.sh shell script in your ~/bin. Thats all.
To configure, edit ~/.kuotes/config.txt file.
Download (0.006MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1218 downloads
Text::Quote 0.3
Text::Quote contains quotes strings as required for perl to eval them back correctly. more>>
Text::Quote contains quotes strings as required for perl to eval them back correctly.
SYNOPSIS
use Text::Quote;
my @quotes=map{$quoter->quote($_,indent=>6,col_width=>60)}(
"The time has come"
the walrus said,
"to speak of many things..."
," 123456abtn13fr16172021222324252627303132e34353637",
("6abtn13fr32e34" x 5),2/3,10,00);
for my $i (1..@quotes) {
print "$var$i=".$quotes[$i-1].";n";
}
Would produce:
$var1=qq"The time has come"ntthetwalrus said,nt"to speak of man.
qqy things...";
$var2=" 123456abtn13fr16172021222324252627".
"303132e34353637";
$var3=("6abtn13fr32e34" x 5);
$var4=0.666666666666667;
$var5=10;
$var6=00;
<<lessSYNOPSIS
use Text::Quote;
my @quotes=map{$quoter->quote($_,indent=>6,col_width=>60)}(
"The time has come"
the walrus said,
"to speak of many things..."
," 123456abtn13fr16172021222324252627303132e34353637",
("6abtn13fr32e34" x 5),2/3,10,00);
for my $i (1..@quotes) {
print "$var$i=".$quotes[$i-1].";n";
}
Would produce:
$var1=qq"The time has come"ntthetwalrus said,nt"to speak of man.
qqy things...";
$var2=" 123456abtn13fr16172021222324252627".
"303132e34353637";
$var3=("6abtn13fr32e34" x 5);
$var4=0.666666666666667;
$var5=10;
$var6=00;
Download (0.012MB)
Added: 2007-08-06 License: Perl Artistic License Price:
810 downloads
Open Source Quotes DataBase 0.1 Alpha
Open Source Quotes DataBase is a Web site which is very similar in style to the bash.org QDB. more>>
Open Source Quotes DataBase is a Web site which is very similar in style to the bash.org QDB. Open Source Quotes DataBase is designed for people who would like to run their own quote sites.
Enhancements:
- The ability has been added for all admin users to change their own passwords, including mods.
- An error on some systems that stopped you from changing the admin password has been fixed.
- The voting page bug has been fixed.
- This will need a complete rewrite at a later stage.
- The browse function has been rewritten so that there are fewer problems with the page number output.
- The "Hacking Attempt" code has been fixed.
<<lessEnhancements:
- The ability has been added for all admin users to change their own passwords, including mods.
- An error on some systems that stopped you from changing the admin password has been fixed.
- The voting page bug has been fixed.
- This will need a complete rewrite at a later stage.
- The browse function has been rewritten so that there are fewer problems with the page number output.
- The "Hacking Attempt" code has been fixed.
Download (0.081MB)
Added: 2005-12-05 License: GPL (GNU General Public License) Price:
1425 downloads
Quasi 0.87
Quasi is a Python shell with pluggable contexts. more>>
Quasi project is a Python shell which supports pluggable "contexts" for non-Python commands, such as OS commands, MySQLdb queries and external programs.
The smart-eyed reader will have noticed the use of the built-in quoted() method in the examples above. There are a number of these that are available in the interpreter namespace (the source is, as youd expect, in quasi.py):
* quoted() returns any string surrounded by either single or double quotes (single-quotes as default). If passed a list, it returns a list of the strings, each quoted(), joined with whitespace. Currently it uses Pythons repr() as a quick-and-dirty way to do this.
* dquoted does the same, but uses double-quotes and will escape any double-quotes already in a string.
* commas() joins the elements of a list with commas; this is mostly for Windows work.
* modules() returns a list of the currently imported modules in the interpreter namespace; just to make ones working life a little easier.
* Bag() is a useful class.
Bags can behave like dicts (in that they have a keys() method, and you can access values using the x[y] syntax) or like objects (in that you can access values using the x.y syntax). You must always assign values using the former (x[y]), but after that you can reference values either way.
A Bag will also remember the order in which values were assigned; this is used in the SQL context, for example, so that a Bags keys or values are always returned in the order that a SELECT obtained them.
There are also a number of built-in shell commands. Unlike nearly everything else that gets typed into Quasi, these execute in the namespace of the shell, not the interpreter. More on that another time, but it means that any variables your Python code may have defined are not accessible to built-in shell commands. This is why none of them need any real arguments:
* exit: exit Quasi.
* help: show lots of help on various sorts of command.
* credits: show the names of the people who have contributed to Quasi.
* license: show the Quasi (BSD-style) license.
* history: show the command history. Supports slice notation (1:20), plus history searching. For example, history sq will find all command lines that begin with "sq".
* recall: recall a previous command or set of them.
This is very useful when youve been writing indented code and want to recall a set of previous lines. Same syntax as history - specify a single line or a slice-like set of them.
Recall has a limitation; it requires a functional readline module available, to insert the recalled command into the input buffer for editing. If that cant be done, the recalled line(s) are printed to allow copying and pasting. Also, if more than one line is recalled, theres no way to edit them, so theyre executed.
There are also a set of built-in commands which execute in the interpreter namespace and can, therefore, do variable-substitution trickery:
* cd: change directory. You can do cd $x to change to the directory whose path is in variable x.
* pwd: return the current working directory. You can do x=`pwd` to return the path of the current working directory into x, or just type pwd to see it.
* pushd, popd: Oh come on... they work like the bash equivalents, ok? Both return the directory where they end up, as a string, so x=`pushd subDirectory` or here=`popd` work.
<<lessThe smart-eyed reader will have noticed the use of the built-in quoted() method in the examples above. There are a number of these that are available in the interpreter namespace (the source is, as youd expect, in quasi.py):
* quoted() returns any string surrounded by either single or double quotes (single-quotes as default). If passed a list, it returns a list of the strings, each quoted(), joined with whitespace. Currently it uses Pythons repr() as a quick-and-dirty way to do this.
* dquoted does the same, but uses double-quotes and will escape any double-quotes already in a string.
* commas() joins the elements of a list with commas; this is mostly for Windows work.
* modules() returns a list of the currently imported modules in the interpreter namespace; just to make ones working life a little easier.
* Bag() is a useful class.
Bags can behave like dicts (in that they have a keys() method, and you can access values using the x[y] syntax) or like objects (in that you can access values using the x.y syntax). You must always assign values using the former (x[y]), but after that you can reference values either way.
A Bag will also remember the order in which values were assigned; this is used in the SQL context, for example, so that a Bags keys or values are always returned in the order that a SELECT obtained them.
There are also a number of built-in shell commands. Unlike nearly everything else that gets typed into Quasi, these execute in the namespace of the shell, not the interpreter. More on that another time, but it means that any variables your Python code may have defined are not accessible to built-in shell commands. This is why none of them need any real arguments:
* exit: exit Quasi.
* help: show lots of help on various sorts of command.
* credits: show the names of the people who have contributed to Quasi.
* license: show the Quasi (BSD-style) license.
* history: show the command history. Supports slice notation (1:20), plus history searching. For example, history sq will find all command lines that begin with "sq".
* recall: recall a previous command or set of them.
This is very useful when youve been writing indented code and want to recall a set of previous lines. Same syntax as history - specify a single line or a slice-like set of them.
Recall has a limitation; it requires a functional readline module available, to insert the recalled command into the input buffer for editing. If that cant be done, the recalled line(s) are printed to allow copying and pasting. Also, if more than one line is recalled, theres no way to edit them, so theyre executed.
There are also a set of built-in commands which execute in the interpreter namespace and can, therefore, do variable-substitution trickery:
* cd: change directory. You can do cd $x to change to the directory whose path is in variable x.
* pwd: return the current working directory. You can do x=`pwd` to return the path of the current working directory into x, or just type pwd to see it.
* pushd, popd: Oh come on... they work like the bash equivalents, ok? Both return the directory where they end up, as a string, so x=`pushd subDirectory` or here=`popd` work.
Download (0.046MB)
Added: 2006-12-13 License: BSD License Price:
1046 downloads
Finance-QuoteHist 1.07
Finance-QuoteHist provides Finance::QuoteHist, a Perl module that provides easy fetching of historical stock quotes. more>>
Top level aggregator that will select a default lineup of site instances default lineup of site instancesof site instancesof site instancesof site instances from which to retrieve quotes.
Other than the default lineup, this module behaves identically to whichever site-specific module is first in the lineup. See below for site-specific modules.
METHODS
The basic user interface consists of several methods, as seen in the example above. Those methods are:
quotes()
Returns a list of rows (or a reference to an array containing those rows, if in scalar context). Each row contains the Symbol, Date, Open, High, Low, Close, and Volume for that date. Optionally, if non-adjusted values were requested, their will be an extra element at the end of the row for the Adjusted closing price.
dividends()
Returns a list of rows (or a reference to an array containing those rows, if in scalar context). Each row contains the Date and amount of the Dividend, in that order.
splits()
Returns a list of rows (or a reference to an array containing those rows, if in scalar context). Each row contains the Date, Post split shares, and Pre split shares, in that order.
source($ticker, $target)
Each of these methods displays which site-specific class actually retrieved the information, if any, for a particular ticker symbol and target such as quote (default), dividend, or split.
Enhancements:
- The internal structure was changed to use date iterators where appropriate.
- The documentation was fixed for MSN.
- Various minor edge cases were fixed.
<<lessOther than the default lineup, this module behaves identically to whichever site-specific module is first in the lineup. See below for site-specific modules.
METHODS
The basic user interface consists of several methods, as seen in the example above. Those methods are:
quotes()
Returns a list of rows (or a reference to an array containing those rows, if in scalar context). Each row contains the Symbol, Date, Open, High, Low, Close, and Volume for that date. Optionally, if non-adjusted values were requested, their will be an extra element at the end of the row for the Adjusted closing price.
dividends()
Returns a list of rows (or a reference to an array containing those rows, if in scalar context). Each row contains the Date and amount of the Dividend, in that order.
splits()
Returns a list of rows (or a reference to an array containing those rows, if in scalar context). Each row contains the Date, Post split shares, and Pre split shares, in that order.
source($ticker, $target)
Each of these methods displays which site-specific class actually retrieved the information, if any, for a particular ticker symbol and target such as quote (default), dividend, or split.
Enhancements:
- The internal structure was changed to use date iterators where appropriate.
- The documentation was fixed for MSN.
- Various minor edge cases were fixed.
Download (0.025MB)
Added: 2006-03-27 License: GPL (GNU General Public License) Price:
1306 downloads
Kuote 0.9.3
Kuote is an applet for the KDE panel, inspired by Gnomes Wanda the Fish. more>>
Kuote is an applet for the KDE panel, inspired by Gnomes Wanda the Fish. It displays an animated character (a fish by default), which pops up quotes generated by the fortune(6) program when clicked (and optionally shows them in tooltips, too).
Kuote supports kioslaves for both the animation file and fortune files (fortune directories still work from local filesystems only). This means that you can enter any URL, not only local file names.
Try for example this fortune file available over WWW: http://hektor.umcs.lublin.pl/~mikosmul/computing/inet-fortune
It contains only two quotes, so for testing purposes use it as the only fortune file or assign it a high probability if you want to actually see these fortunes.
Main features:
- support for user-defined animations (file format compatible with Wanda the Fish)
- run fortune or any other program to generate quotes
- fortune can be configured through the GUI
Enhancements:
- added new animation: "See, Hear, Speak" (CC-BY-NC-SA license) - thanks to Mark Riedesel [Klowner]
- added French translation (thanks to Nicolas Ternisien)
- added "Next" button to fortune dialog
- fixed a memory leak associated with dialog boxes
<<lessKuote supports kioslaves for both the animation file and fortune files (fortune directories still work from local filesystems only). This means that you can enter any URL, not only local file names.
Try for example this fortune file available over WWW: http://hektor.umcs.lublin.pl/~mikosmul/computing/inet-fortune
It contains only two quotes, so for testing purposes use it as the only fortune file or assign it a high probability if you want to actually see these fortunes.
Main features:
- support for user-defined animations (file format compatible with Wanda the Fish)
- run fortune or any other program to generate quotes
- fortune can be configured through the GUI
Enhancements:
- added new animation: "See, Hear, Speak" (CC-BY-NC-SA license) - thanks to Mark Riedesel [Klowner]
- added French translation (thanks to Nicolas Ternisien)
- added "Next" button to fortune dialog
- fixed a memory leak associated with dialog boxes
Download (0.56MB)
Added: 2005-06-20 License: GPL (GNU General Public License) Price:
1586 downloads
Stock Quote 1.2.4
Stock Quote allows getting stock quote of selected ticker from any financial site that you define in the setting page. more>>
Stock Quote is a Firefox extension that allows you to get stock quote of selected ticker from any financial site that you define in the setting page.
<<less Download (0.007MB)
Added: 2007-06-02 License: MPL (Mozilla Public License) Price:
887 downloads
TenderSystem 0.9.5 Beta
TenderSystem is an Internet-based system to source, award, and manage a procurement process. more>>
TenderSystem is an Internet based system to source, award and manage the total procurement process.
This tried and tested technology leverages the age-old principle of supply and demand, through reverese auction, ensuring that products are purchased at the best possible price, at a lower administration and management cost, than any other method.
TenderSystem is released under a dual license, namely TenderSystem Public License (TPL) for TenderSystem OS and a commercial license for TenderSystem PRO that includes additional features.
Main features:
- Tender invitations by email with optional SMS notification.
- Templates for cellphones, computers, laptops, car audio and cameras.
- Attach files.Smart closing time calculation or user defined closing time.
- Budget value displayed in RFQ.
- Calculate savings based on alternative quotes.
- Automatically generate installation or delivery fee.
- Send RFQ to multiple supplier agents.Supplier panel not required for RFQ.
- Display RFQs publicly.
- Quote by email or website.
- Automatically submit valid supplier quotes.
- Include attachments with quote submission.
- Recommend suitable substitution products, description, stock availability and validity period.
- Multiple quote submissions.
- Automatically close RFQ when all requests received or closing time reached.
- Send email report to user stating all supplier quotes.
- Send email report to agent stating price position.
- Remove duplicate submissions.
- Award to supplier, cash-settlement, invalidate or non-tender merchant.
- Send out purchase order via email to successful supplier with optional SMS notification.
- Purchase order authentication.
- Optional SMS notification to supplier and client.
- Mandate management.
- Create and delete organisations, branches and users.
- View reports (Audit trail and Group by Quote).
- View and edit profiles.
- Reset passwords.
- Request tenders on behalf of users.
- Create and delete suppliers, branches and agents.
- View reports (Open, Closed and Awarded).
- View and edit profiles.
- Reset passwords.
- Link organisations, areas and categories.
- Upload and view valid items.
- Submit tenders on behalf of agents.
- Control panel displaying audit trail of whole process.
- Change closing times.
- Change and invalidate quotes.
- Load, edit and delete States.
- Load, edit, delete and link Areas.
- Load, edit and delete Categories.
- Load, edit and delete Subcategories and Brands.
- Create and delete administrators.
- General Settings
<<lessThis tried and tested technology leverages the age-old principle of supply and demand, through reverese auction, ensuring that products are purchased at the best possible price, at a lower administration and management cost, than any other method.
TenderSystem is released under a dual license, namely TenderSystem Public License (TPL) for TenderSystem OS and a commercial license for TenderSystem PRO that includes additional features.
Main features:
- Tender invitations by email with optional SMS notification.
- Templates for cellphones, computers, laptops, car audio and cameras.
- Attach files.Smart closing time calculation or user defined closing time.
- Budget value displayed in RFQ.
- Calculate savings based on alternative quotes.
- Automatically generate installation or delivery fee.
- Send RFQ to multiple supplier agents.Supplier panel not required for RFQ.
- Display RFQs publicly.
- Quote by email or website.
- Automatically submit valid supplier quotes.
- Include attachments with quote submission.
- Recommend suitable substitution products, description, stock availability and validity period.
- Multiple quote submissions.
- Automatically close RFQ when all requests received or closing time reached.
- Send email report to user stating all supplier quotes.
- Send email report to agent stating price position.
- Remove duplicate submissions.
- Award to supplier, cash-settlement, invalidate or non-tender merchant.
- Send out purchase order via email to successful supplier with optional SMS notification.
- Purchase order authentication.
- Optional SMS notification to supplier and client.
- Mandate management.
- Create and delete organisations, branches and users.
- View reports (Audit trail and Group by Quote).
- View and edit profiles.
- Reset passwords.
- Request tenders on behalf of users.
- Create and delete suppliers, branches and agents.
- View reports (Open, Closed and Awarded).
- View and edit profiles.
- Reset passwords.
- Link organisations, areas and categories.
- Upload and view valid items.
- Submit tenders on behalf of agents.
- Control panel displaying audit trail of whole process.
- Change closing times.
- Change and invalidate quotes.
- Load, edit and delete States.
- Load, edit, delete and link Areas.
- Load, edit and delete Categories.
- Load, edit and delete Subcategories and Brands.
- Create and delete administrators.
- General Settings
Download (1.8MB)
Added: 2006-09-19 License: TPL (TenderSystem Public License) Price:
1136 downloads
Quotable Homer quotes .9
Quotable Homer quotes project consists of Homer Simpson quotes for `fortune`. more>>
Quotable Homer quotes project consists of Homer Simpson quotes for `fortune`.
In 1999, Fox published a one-a-day calendar of Homer Simpson quotes. On the back of each page was the name of the episode from the quote came, providing us fanatics with some fun trivia.
At some point, I decided that itd be nice to have all of those quotes in a file parsable by `fortune`. So, you get what we have here.
Installing:
Simply place the files `homer and `homer.dat into same the directory as the other fortune files.
Usually, this is (on GNU/Linux) `/usr/share/games/fortunes.
If, for some reason, youd rather not get homer quotes, simply delete the file `homer.dat.
At any later date, you may run `strfile homer` and the .dat file will be recreated. Could it be any easier?
Enhancements:
- this is now released under a license.
<<lessIn 1999, Fox published a one-a-day calendar of Homer Simpson quotes. On the back of each page was the name of the episode from the quote came, providing us fanatics with some fun trivia.
At some point, I decided that itd be nice to have all of those quotes in a file parsable by `fortune`. So, you get what we have here.
Installing:
Simply place the files `homer and `homer.dat into same the directory as the other fortune files.
Usually, this is (on GNU/Linux) `/usr/share/games/fortunes.
If, for some reason, youd rather not get homer quotes, simply delete the file `homer.dat.
At any later date, you may run `strfile homer` and the .dat file will be recreated. Could it be any easier?
Enhancements:
- this is now released under a license.
Download (0.023MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1052 downloads
fortune-mod-calvin 0.1.1
fortune-mod-calvin is a fortune cookie file with quotes from Calvin and Hobbes. more>>
fortune-mod-calvin project is a fortune cookie file with quotes from Calvin and Hobbes.
fortune-mod-calvin is a compilation of quotes from Bill Wattersons fantastic "Calvin and Hobbes" comic strip.
The quotes have been compiled from various sources on the Web.
<<lessfortune-mod-calvin is a compilation of quotes from Bill Wattersons fantastic "Calvin and Hobbes" comic strip.
The quotes have been compiled from various sources on the Web.
Download (0.006MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1047 downloads
Finance::Quote::ASX 1.12
Finance::Quote::ASX is a Perl module that can obtain quotes from the Australian Stock Exchange. more>>
Finance::Quote::ASX is a Perl module that can obtain quotes from the Australian Stock Exchange.
SYNOPSIS
use Finance::Quote;
$q = Finance::Quote->new;
%stockinfo = $q->fetch("asx","BHP"); # Only query ASX.
%stockinfo = $q->fetch("australia","BHP"); # Failover to other sources OK.
This module obtains information from the Australian Stock Exchange http://www.asx.com.au/. All Australian stocks and indicies are available. Indexes start with the letter X. For example, the All Ordinaries is "XAO".
This module is loaded by default on a Finance::Quote object. Its also possible to load it explicity by placing "ASX" in the argument list to Finance::Quote->new().
This module provides both the "asx" and "australia" fetch methods. Please use the "australia" fetch method if you wish to have failover with other sources for Australian stocks (such as Yahoo). Using the "asx" method will guarantee that your information only comes from the Australian Stock Exchange.
Information returned by this module is governed by the Australian Stock Exchanges terms and conditions.
<<lessSYNOPSIS
use Finance::Quote;
$q = Finance::Quote->new;
%stockinfo = $q->fetch("asx","BHP"); # Only query ASX.
%stockinfo = $q->fetch("australia","BHP"); # Failover to other sources OK.
This module obtains information from the Australian Stock Exchange http://www.asx.com.au/. All Australian stocks and indicies are available. Indexes start with the letter X. For example, the All Ordinaries is "XAO".
This module is loaded by default on a Finance::Quote object. Its also possible to load it explicity by placing "ASX" in the argument list to Finance::Quote->new().
This module provides both the "asx" and "australia" fetch methods. Please use the "australia" fetch method if you wish to have failover with other sources for Australian stocks (such as Yahoo). Using the "asx" method will guarantee that your information only comes from the Australian Stock Exchange.
Information returned by this module is governed by the Australian Stock Exchanges terms and conditions.
Download (0.090MB)
Added: 2006-12-20 License: Perl Artistic License Price:
1038 downloads
Afghan Hound Quote of the Day Daemon 0.7.2
Afghan Hound Quote of the Day Daemon project is a TCP/UDP quote-of-the-day server. more>>
Afghan Hound Quote of the Day Daemon project is a TCP/UDP quote-of-the-day server.
Afghan Hound Quote of the Day Daemon uses both TCP and UDP port 17 to return a random quote from fortune(6) style quote files. It has performance benefits over other programs which use fortune(6) to source their quotes.
The server also includes the ability to limit the number of client connections per second. Client and benchmarking programs are included in the package.
Main features:
- RFC865 compatibility - The official standard for qotd (port 17) services.
- Only needs root if listening on ports lower than 1024, however it should drop root as soon as possible.
- Uses standard fortune(6) text-file, text-file.dat style quote files.
- All new code to read and create fortune files.
- Listens on both TCP and UDP user specifiable ports.
- Can limit returned quotes to lie in a max-size, min-size range.
- Can limit maximum number of connections per second independently on both TCP and UDP.
- Can log connections, optionally recording hostname and ident information.
- Logging can either be to a specified log file, or to syslog
- Handles rot13-encoded (offensive) quotes, which can be enabled or disabled.
- Many configuration items can be changed at run-time.
- Known to compile on Solaris 2.5 (Ultra SPARC) and Linux 2.2.16 (Intel and sparc32). (With gcc everywhere and Suns cc on Solaris.)
Enhancements:
- Bug fixes: signal.c:
- client.c: Added gcc __attribute__ thing to signal handlers, elimiates warning.
- Added F_NOTIFY to allow auto reloading if fortune files change.
<<lessAfghan Hound Quote of the Day Daemon uses both TCP and UDP port 17 to return a random quote from fortune(6) style quote files. It has performance benefits over other programs which use fortune(6) to source their quotes.
The server also includes the ability to limit the number of client connections per second. Client and benchmarking programs are included in the package.
Main features:
- RFC865 compatibility - The official standard for qotd (port 17) services.
- Only needs root if listening on ports lower than 1024, however it should drop root as soon as possible.
- Uses standard fortune(6) text-file, text-file.dat style quote files.
- All new code to read and create fortune files.
- Listens on both TCP and UDP user specifiable ports.
- Can limit returned quotes to lie in a max-size, min-size range.
- Can limit maximum number of connections per second independently on both TCP and UDP.
- Can log connections, optionally recording hostname and ident information.
- Logging can either be to a specified log file, or to syslog
- Handles rot13-encoded (offensive) quotes, which can be enabled or disabled.
- Many configuration items can be changed at run-time.
- Known to compile on Solaris 2.5 (Ultra SPARC) and Linux 2.2.16 (Intel and sparc32). (With gcc everywhere and Suns cc on Solaris.)
Enhancements:
- Bug fixes: signal.c:
- client.c: Added gcc __attribute__ thing to signal handlers, elimiates warning.
- Added F_NOTIFY to allow auto reloading if fortune files change.
Download (0.098MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1073 downloads
Kwotes 1.2.1
Kwotes is a chat quote database system with a twist. more>>
Kwotes is a chat quote database system with a twist.
The quotes are publicly moderated, so its up to you to maintain the quality. All quotes are accepted and if their ranking falls too low for too long, they are deleted.
<<lessThe quotes are publicly moderated, so its up to you to maintain the quality. All quotes are accepted and if their ranking falls too low for too long, they are deleted.
Download (0.014MB)
Added: 2005-12-22 License: GPL (GNU General Public License) Price:
1401 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 quotes and sayings 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