Main > Free Download Search >

Free eternal sunshine of the spotless mind quotes software for linux

eternal sunshine of the spotless mind quotes

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 966
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
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
Way Of The Warrior: Sons of twilight 5.0

Way Of The Warrior: Sons of twilight 5.0


Way of The Warrior: Sons of Twilight is a Web-based boardgame of fantasy battle. more>>
Way of The Warrior: Sons of Twilight is a Web-based boardgame of fantasy battle. Like a boardgame, it is turn based and at least 2 players are neeed, but there is no upper limit on the number of players.
Way Of The Warrior: Sons of twilight is fully and easily customizable, from the unit to the board tile.
Enhancements:
- board visualization is now good
- sincronization algoritm for the save process
<<less
Download (3.0MB)
Added: 2006-10-11 License: Other/Proprietary License Price:
1110 downloads
Eternal Lands 1.4.0 Beta

Eternal Lands 1.4.0 Beta


Eternal Lands is a 3D MMORPG. more>> <<less
Download (38.2MB)
Added: 2007-06-03 License: Free To Use But Restricted Price:
548 downloads
StealthSound 0.10.1

StealthSound 0.10.1


StealthSound is based on KoggEncoders gui and is a totally rewritten project that can convert your sound files. more>>
StealthSound is based on KoggEncoders gui and is a totally rewritten project that can convert your sound files to another format.

For now it only support mp3 decoding and ogg encoding.

With expandibility focused in mind. Those who know the gambas language will find easy to write a decode/encode plugin for this program.

<<less
Download (0.33MB)
Added: 2006-05-15 License: GPL (GNU General Public License) Price:
1257 downloads
LiveJournal Quote 0.5

LiveJournal Quote 0.5


LiveJournal Quote is a Firefox extension that tires to make our communication in LJ more easy. more>>
LiveJournal Quote is a Firefox extension that tires to make our communication in LJ more easy. It makes quotes.
How does it works?
1) You can write in post-form tags [quote]Text[/quote] and on clicking the Send-button tags will be converted in html-quote (Div element)
2) You can also select some text on page, right-click, and choose Quote: "Selected Text" and your selected text will be quoted in Send-form.
3) You can easily modify the quote-element as you want. Just open "Settings" in Tools menu, and youll be able to edit CSS code of our Quote-elements
Localization:
- English,
- Russian,
- Deutch
<<less
Download (0.021MB)
Added: 2007-05-30 License: MPL (Mozilla Public License) Price:
882 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
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
Breathe and Smile 1.0

Breathe and Smile 1.0


Breathe and Smile is a GDM theme. more>>
Breathe and Smile is a GDM theme created as a modification of savagehps theme:
http://www.gnome-look.org/content/show.php/Still+alive+sunshine+GDM+Theme?content=52687

Original login elements work from pyros:
http://www.gnome-look.org/content/show.php/Sunergos+Blue+GDM?content=41562

All I did was move some elements around to compensate for the background.

The background image is from Neoyume: http://neoyume.deviantart.com

All credits go to the original authors.

<<less
Download (0.65MB)
Added: 2007-05-04 License: GPL (GNU General Public License) Price:
905 downloads
Fortune Osho 1.1

Fortune Osho 1.1


Fortune Osho project consists of quotes from the spiritual guru Osho. more>>
Fortune Osho project consists of quotes from the spiritual guru Osho.
Examples:
Awareness
Mind can never be intelligent - only no-mind is intelligent. Only no-mind is original and radical. Only no-mind is revolutionary - revolution in action.
This mind gives you a sort of stupor. Burdened by the memories of the past, burdened by the projections of the future, you go on living - at the minimum. You dont live at the maximum. Your flame remains very dim.
Once you start dropping thoughts, the dust that you have collected in the past, the flame arises - clean, clear, alive, young. Your whole life becomes a flame, and a flame without any smoke. That is what awareness is.

Enhancements:
- More cookies has been added. The count now reaches to 50.
<<less
Download (0.016MB)
Added: 2006-12-13 License: Freely Distributable Price:
1049 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
NachoCalendar 0.23

NachoCalendar 0.23


NachoCalendar is intended to provide a fully customizable calendar component for Java. more>>
NachoCalendar is intended to provide a fully customizable calendar component for Java. NachoCalendar has three components: DateField, MonthPanel, and CalendarPanel.
DateField
This component can be used instead of a JFormattedField, in fact it uses one. You can write directly the date in it or display the Calendar to navigate between months. It extends from JPanel so can be used in any Swing/AWT application.
The DateField can also be used withing a JTable.
DatePanel
This component is used to show a month permanently. You can add convenient Listeners to react to day changes. It extends from JPanel also.
CalendarPanel
This is the last (for now) component. It shows many months at once. They are synchronized, so they are always ordered and always only one date is selected. This component can be oriented horizontal or vertical. You can select the quantity of months to show. The position of the scrollbar and the year changer can be changed.
Enhancements:
- JTableCustomizer: fixed DateRendererDecorator constructor
- Added moon phase support (thanks to Leo Welsh)
- Added "eternal scroll" to CalendarPanel (thanks to Leo Welsh)
- Demos updated
- Lots of small fixes
<<less
Download (MB)
Added: 2005-12-30 License: LGPL (GNU Lesser General Public License) Price:
1396 downloads
fortune-xfiles 1.0

fortune-xfiles 1.0


fortune-xfiles project consists of various quotes from the X-Files TV episodes for the fortune program. more>>
fortune-xfiles project consists of various quotes from the X-Files TV episodes for the fortune program.

To install these fortunes, copy the .dat file to your fortunes directory (possibly /usr/games/lib/fortunes).

To use it, simply type:

# fortune xfiles

Example:

Mulder: You know, I always wanted a peg-leg. It was a boyhood
thing I never grew out of.

"The X-Files: Quagmire"


<<less
Download (0.013MB)
Added: 2006-12-13 License: GPL (GNU General Public 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
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
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5