Main > Free Download Search >

Free quotes about children software for linux

quotes about children

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 551
bigquotes 0.1

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.

<<less
Download (0.013MB)
Added: 2006-05-16 License: GPL (GNU General Public License) Price:
1256 downloads
Irssi Quotes System 1.2

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.
<<less
Download (0.003MB)
Added: 2006-07-05 License: Public Domain Price:
1207 downloads
fortune-mod-southpark 0.2

fortune-mod-southpark 0.2


fortune-mod-southpark project consists of a fortune file with quotes from South Park. more>>
fortune-mod-southpark project consists of a fortune file with quotes from South Park.
South Park Fortunes is a package containing various quotes from "South Park: Bigger, Longer, and Uncut" in the UNIX fortune file format.
Examples:
Rub my nipples as I torture this little piggy!
No dude, Id be scared too, youre mom is a fucking bitch.
Dont call my mom a bitch, you fat fuck!
Dont call me fat you buttfucking son of a bitch.
Should we blame the government?
Or blame society?
Or should we blame the images on TV?
NO! Blame Canada!

Enhancements:
- Fixed typos, nothing noteworthy. Released for the sake of the English language
- probably final release
<<less
Download (0.010MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1050 downloads
Kuotes 0.0.5

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.

<<less
Download (0.006MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1218 downloads
Afghan Hound Quote of the Day Daemon 0.7.2

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.
<<less
Download (0.098MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1073 downloads
Open Source Quotes DataBase 0.1 Alpha

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.
<<less
Download (0.081MB)
Added: 2005-12-05 License: GPL (GNU General Public License) Price:
1425 downloads
Finance::QuoteHist::Generic 1.09

Finance::QuoteHist::Generic 1.09


Finance::QuoteHist::Generic is a base class for retrieving historical stock quotes. more>>
Finance::QuoteHist::Generic is a base class for retrieving historical stock quotes.

SYNOPSIS

package Finance::QuoteHist::MyFavoriteSite;
use strict;
use vars qw(@ISA);
use Finance::QuoteHist::Generic;
@ISA = qw(Finance::QuoteHist::Generic);

sub url_maker {
# This method returns a code reference for a routine that, upon
# repeated invocation, will provide however many URLs are necessary
# to fully obtain the historical data for a given target mode and
# parsing mode.
}

This is the base class for retrieving historical stock quotes. It is built around LWP::UserAgent. Page results are currently parsed as either CSV or HTML tables.
In order to actually retrieve historical stock quotes, this class should be subclassed and tailored to a particular web site.

In particular, the url_maker() factory method should be overridden, which provides a code reference to a routine that provides however many URLs are necessary to retrieve the data over a list of symbols within the given date range, for a particular target (quotes, dividends, splits). Different sites have different formats and different limitations on how many quotes are returned for each query. See Finance::QuoteHist::Yahoo and Finance::QuoteHist::QuoteMedia for some examples of how to do this.

For more complicated sites, such as Yahoo, overriding additonal methods might be necessary for dealing with things such as splits and dividends.

<<less
Download (0.028MB)
Added: 2006-12-20 License: Perl Artistic License Price:
1039 downloads
Text::Quote 0.3

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;

<<less
Download (0.012MB)
Added: 2007-08-06 License: Perl Artistic License Price:
810 downloads
Finance::Quote::Yahoo::Brasil 1.12

Finance::Quote::Yahoo::Brasil 1.12


Finance::Quote::Yahoo::Brasil is a Perl module to fetch Brasiln stock quotes via Yahoo. more>>
Finance::Quote::Yahoo::Brasil is a Perl module to fetch Brasilian stock quotes via Yahoo.

SYNOPSIS

use Finance::Quote;
my $q = Finance::Quote->new;

my %info = $q->fetch("yahoo_brasil","BHP"); # Use this module only.
my %info = $q->fetch("brasil","BHP"); # Failover with other methods.

This module allows information to be fetched from Yahoo abouts stocks traded on the Brasilian Stock Exchange.

This module is loaded by default on a Finance::Quote object, although it can be explicitly loaded by passing the argument "Yahoo::Brasil" to Finance::Quote->new().
This module provides both the "brasil" and "yahoo_brasil" fetch methods. You should use the "brasil" method if you wish to allow failovers to other sources, and "yahoo_brasil" if you only want to obtain quotes from this module.
Information obtained via this module is governed by Yahoos terms and conditions, see http://br.finance.yahoo.com/ for more details.

LABELS RETURNED

This module returns all the standard labels (where available) provided by Yahoo, as well as the currency label. See Finance::Quote::Yahoo::Base for more information.

<<less
Download (0.090MB)
Added: 2006-12-12 License: Perl Artistic License Price:
1048 downloads
Finance-QuoteHist 1.07

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.
<<less
Download (0.025MB)
Added: 2006-03-27 License: GPL (GNU General Public License) Price:
1306 downloads
Stock Quote 1.2.4

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
Finance::Quote::Yahoo::nz 1.12

Finance::Quote::Yahoo::nz 1.12


Finance::Quote::Yahoo::nz is a Perl module to fetch nzn stock quotes via Yahoo. more>>
Finance::Quote::Yahoo::nz is a Perl module to fetch nzn stock quotes via Yahoo.

SYNOPSIS

use Finance::Quote;
my $q = Finance::Quote->new;

my %info = $q->fetch("yahoo_nz","DPC"); # Use this module only.
my %info = $q->fetch("nz","DPC"); # Failover with other methods.

This module allows information to be fetched from Yahoo about stocks traded on the New Zealand Stock Exchange. Information about indexes is not available through this module.

This module is loaded by default on a Finance::Quote object, although it can be explicitly loaded by passing the argument "Yahoo::nz" to Finance::Quote->new().
This module provides only the "yahoo_nz" fetch methods. The author (stephen@vital.org.nz) will write a module to access the NZX site if asked nicely.
Information obtained via this module is governed by Yahoos terms and conditions, see http://au.finance.yahoo.com/ for more details.

LABELS RETURNED

This module returns all the standard labels (where available) provided by Yahoo, as well as the currency label. See Finance::Quote::Yahoo::Base for more information.

<<less
Download (0.090MB)
Added: 2006-12-12 License: Perl Artistic License Price:
1046 downloads
Quotable Homer quotes .9

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.
<<less
Download (0.023MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1052 downloads
Finance::Quote::ASX 1.12

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.

<<less
Download (0.090MB)
Added: 2006-12-20 License: Perl Artistic License Price:
1038 downloads
Kuote 0.9.3

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
<<less
Download (0.56MB)
Added: 2005-06-20 License: GPL (GNU General Public License) Price:
1586 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5