Main > Free Download Search >

Free retrieves stock software for linux

retrieves stock

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 710
Apalogretrieve 0.9.2

Apalogretrieve 0.9.2


Apalogretrieve program retrieves data from an Apache logfile with a syntax, that is derived (a subset of) the SQL language. more>>
Apalogretrieve program retrieves data from an Apache logfile with a syntax, that is derived (a subset of) the SQL language.

The idea to make such an implementation came up at 17th of July 2007. I just started it then.

The basic idea of using an SQL-like dialect for logfile-analysis I had many years ago, but as there was no necessity, I didnt started a project like this.

The reason why I started to implement it now is, that the idea about SQL-querying of a logfile was now of interest to me, because I hated the way, how webalizer does it: you have graphical results very easy, but how to make detailed lookups to certain information? And: what about the delay until the (averaging) data can be seen in the graphs, and other problems, when changing a webalizer.conf-file?

So, this was the reason to start it.

As I not every day have the time to implement it, and only do it in a spare time window, it might need some time to make it ready, but reading Apaches common logfile-format as well as parsing simple SQL-like SELECT statements already works (19th of July 2007).

Usage Example:

SELECT host,date FROM "apache-commonlog.log" where size > 2000;
SELECT host,date,client,referrer FROM "apache-commonlog.log" where host = "foobar.host.net";
<<less
Download (0.012MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
801 downloads
Stock Watch! 0.3

Stock Watch! 0.3


StockWatch! is a SuperKaramba theme that periodically retrieves stock quotes from the internet. more>>
StockWatch! is a SuperKaramba theme that periodically retrieves stock quotes from the internet. Stock Watch! uses Yahoo! Finance data to obtain quotes.

<<less
Download (0.055MB)
Added: 2006-06-16 License: GPL (GNU General Public License) Price:
1233 downloads
Archetypes 1.3.6 RC1

Archetypes 1.3.6 RC1


Archetypes is a framework for developing new content types in Plone. more>>
Archetypes project is a framework for developing new content types in Plone.
The power of Archetypes is first in automatically generating forms, second in providing a library of stock field types, form widgets, and field validators, third in easily integrating custom fields, widgets, and validators, and fourth in automating transformations of rich content.
Enhancements:
- Major bugfixes
<<less
Download (0.82MB)
Added: 2005-12-30 License: BSD License Price:
1395 downloads
FreeTpl Shop 1.0

FreeTpl Shop 1.0


FreeTpl Shop is a Free PHP Shopping Cart. more>>
FreeTpl PHP Shopping Cart supports Downloadable products with instant activation option, especially useful for software companies selling their products via the Internet & could be easily integrated into any system widely utilizing the power of templates and web-administration tools.

Shopping Basket with advanced Sales Mechanisms (Products reviews and ratings, Discounts mechanism, Shipping and Stock mechanisms, etc), Web-based Administration with Order Maintenance, Product Maintenance, User/Shopper Maintenance, multiple payment processing capabilities (including support of Verisign, Paypal and Authorize.net payment systems). The project provides an easy, quick and flexible web interface that allows adding high performance Shopping basket to your web site.


<<less
Download (5.3MB)
Added: 2007-04-29 License: GPL (GNU General Public License) Price:
911 downloads
Advance Stock Tracker 0.2.8

Advance Stock Tracker 0.2.8


Advanced Stock Tracking System (AST) is a Web-based application for keeping track of stocks. more>>
Advanced Stock Tracking System (AST) is a Web-based application for keeping track of stocks.

Advance Stock Tracker features a portfolio with dividend tracking, a worksheet to keep track of prospects, a stock comparison utility, and a search engine for the stock market based heavily on technical analysis.

<<less
Download (1.3MB)
Added: 2007-05-07 License: GPL (GNU General Public License) Price:
917 downloads
Bio::NEXUS::DistancesBlock 0.67

Bio::NEXUS::DistancesBlock 0.67


Bio::NEXUS::DistancesBlock is a Perl module that represents DISTANCES block in NEXUS file. more>>
Bio::NEXUS::DistancesBlock is a Perl module that represents DISTANCES block in NEXUS file.

The DistancesBlock class represents a NEXUS Distances Block and provides methods for reading, writing, and accessing data within these blocks. Distances Blocks contain distance matrices, or a table of calculated distances between each possible pair of taxa.

METHODS

new

Title : new
Usage : block_object = new Bio::NEXUS::DistancesBlock($block_type, $commands, $verbose, $taxa);
Function: Creates a new Bio::NEXUS::DistancesBlock object
Returns : Bio::NEXUS::DistancesBlock object
Args : type (string), the commands/comments to parse (array ref), and a verbose flag (0 or 1)

get_matrix

Title : get_matrix
Usage : $matrix = $self->get_matrix();
Function: Retrieves the entire distance matrix
Returns : a hashref of hashrefs
Args : none
Note : Distance values may be retrieved by specifying the row and column keys, e.g. $dist = $matrix->{$row_taxon}{$col_taxon}

get_distances_for

Title : get_distances_for
Usage : %taxon1_distances = %{ $self->get_distances_for($first_taxon) };
Function: Retrieves a row of the distance matrix
Returns :
Args : the row label (a taxlabel) for the row desired (string)

get_distance_between

Title : get_distance_between
Usage : $distance = $self->get_distance_between($row_taxon, $column_taxon);
Function: Retrieves a cell from the matrix
Returns : A scalar (number)
Args : the row and column labels (both taxa) for the cell desired
Note : Generally get_distance_between($A, $B) == get_distance_between($B, $A); however, this need not be true if the distance matrix is not symmetric. Make sure you are asking for the distance you want.

<<less
Download (0.15MB)
Added: 2006-12-19 License: Perl Artistic License Price:
1040 downloads
gnome-themes 2.19.90

gnome-themes 2.19.90


gnome-themes is a GNOME theme manager. more>>
gnome-themes is a GNOME theme manager.

All the a11y themes in this module inherit from the gnome theme. The gnome theme is in the gnome-icon-theme module, and has to be built and installed separately.

1. Editing the gtkrc files

The gtkrc.in files for each a11y theme are currently generated by autogen.sh. Each gtkrc.in file is the concatenation of these files:

$theme/gtk-2.0/$theme.rc
common/gtk-stock-icons.rc
common/panel-stock-icons.rc
common/media-stock-icons.rc
common/capplet-stock-icons.rc

It follows that you should NOT edit gtkrc.in directly. Instead, edit the appropriate .rc file, then re-autogen before building. This obviously kind of sucks, but it was the only way I could get it to work at the time :/

2. Adding new icons

The module is currently configured to make it easy to add or remove a stock icon from all themes at once, but not so easy to do so on a per-theme basis. This works well for now but probably wont if we want to make this a more general theme repository.

So, to add a new gtk stock icon to all themes:

- Add the icons filename to common/all-stock-items.data
- Add the line you want to appear in the themes RC files to the appropriate common/*.rc file
- Add the icon files, each with the same filename, to all the /pixmaps/ directories.

GNOME icons that are themed via the icon theming mechanism (as specified on freedesktop.org) are currently still added individually in each < theme >/icons subdirectory. E.g. to add a new 48x48 application icon to all the themes, you have to modify each < theme >/icons/48x48/apps/Makefile.am individually, and add the appropriate icon file to each < theme >/icons/48x48/apps directory.

3. Changing icon sizes

The icon sizes for ALL the LargePrint themes are defined in configure.in. Changing them here will affect all LargePrint themes.

4. Changing colours

To change the colours in a particular theme, edit its /gtk-2.0/ .rc file.

5. Switching icon themes

In 2.2 and later, use gnome-theme-manager, and choose the Icon theme from the Details subdialog.

In earlier versions of GNOME, unless youre running my patched theme switcher dialog (patch in bugzilla,
#93486), youll need to switch icon themes by hand using GConf:

$ gconftool-2 -s /desktop/gnome/interface/icon_theme " " --type=string

6. To create low contrast icons in GIMP from the original coloured icon

Use the low-contrast-preset.scm GIMP script in this directory to create a low contrast icon from a regular-coloured icon. (Read the comments in the script for instructions on how to install and use it.) Thanks to Guillermo for providing this!

Note: In GIMP, Input=0/0.6/255, Output=75/255 seems to give results closer to the icons Suzanna converted in Photoshop, but plugging these values into this script seems to give different results from doing it manually in the Levels dialog :/
<<less
Download (2.7MB)
Added: 2007-08-13 License: LGPL (GNU Lesser General Public License) Price:
816 downloads
Freerails 0.2.7

Freerails 0.2.7


Freerails project is a multiplayer RTS game inspired by Sid Meiers classic Railroad Tycoon. more>>
Freerails project is a multiplayer RTS game inspired by Sid Meiers classic Railroad Tycoon.
FreeRails is a multiplayer RTS game inspired by Sid Meiers classic Railroad Tycoon. Development activity is currently focused on completing the feature set and adding AI players.
To run the binary distribution type:
java -jar jfreerails-20050923-1942.jar
Enhancements:
- java.lang.IllegalStateException
- Can buy stock when cant afford to
- Stock price never changes
- No limits on issuing/repaying bonds
- Networth on broker screen is wrong
- Can buy 100% of treasury stock
- Broker screen layout
- Cant tell other player has my stock
- Stock holder equity not shown properly on the balance sheet.
- Stacktraces often lost
- Train Info doesnt update
- Underscores in map names
- "waiting" message on launcher unclear
- Progress bar
- Cant select which saved game on launcher
- Load game when no saved games.
- Load game in full screen
- Load game across network
- Unexpected exception during network game
- OutOfMemoryError
- NotSerializableException when saving game with trains
- Incorrect station price on popup
- Reproducible Crash Bug
- Word wrapping in Html components
- Load game with wrong player
- Attempting to join game in progress
- Features implemented:
- Add show FTP to Display menu.
- Save launcher input
- Store launcher settings
- Add more info to train list
- Ability to pay off loan
- Add stock and bond market
- Name for Saved Games
<<less
Download (1.6MB)
Added: 2006-11-06 License: GPL (GNU General Public License) Price:
1083 downloads
PEAR::Services_Weather 1.4.2

PEAR::Services_Weather 1.4.2


PEAR::Services_Weather searches for given locations and retrieves current weather data and forecasts. more>>
Services_Weather searches for given locations and retrieves current weather data and, dependent on the used service, also forecasts.
Up to now, GlobalWeather from CapeScience, Weather XML from EJSE (US only), a XOAP service from Weather.com and METAR/TAF from NOAA are supported.
Further services will get included, if they become available, have a usable API and are properly documented.
Enhancements:
- Various additions to the METAR/TAF service, including cloud types, pressure tendencies and the US version of ice pellets in the conditions.
- Parsing has been changed for the FMC notations and the wind and cloud related groups.
- EJSE has been fixed to make it work again with the demand for registration.
- Globalweather seems to be back online after more than a year, but apparently the service is broken, because the replies are all invalid; thus it is tagged for removal unless Capescience fixes this.
<<less
Download (0.044MB)
Added: 2007-04-20 License: The PHP License Price:
919 downloads
Extended Python Debugger 1.22

Extended Python Debugger 1.22


Extended Python Debugger is a (slightly) more complete debugger for Python than the stock pdb.py debugger. more>>
Extended Python Debugger is a complete debugger for Python than the stock pdb.py debugger.

It supports a "restart" command and stack traces that show fewer ?s and give better information for exec statements.

Stepping/nexting skips over method/function "defs". It tries to follow gdbs command set unless there is good reason not to.

<<less
Download (0.094MB)
Added: 2007-04-16 License: Python License Price:
923 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
Advanced Stock Tracking System 0.2.8

Advanced Stock Tracking System 0.2.8


Advanced Stock Tracking System provides the individual investor with a powerful set of tools for making financial decisions. more>>
Advanced Stock Tracking System provides the individual investor with a powerful set of tools for making financial decisions and tracking securities.

This project features a portfolio with dividend tracking, worksheet to keep track of prospects, a stock comparison utility, a search engine for the stock market and an alert engine to email you about key events in your securities.
<<less
Download (9.8MB)
Added: 2007-05-09 License: GPL (GNU General Public License) Price:
909 downloads
Gnome::StockIcons 1.4.2

Gnome::StockIcons 1.4.2


Gnome::StockIcons is a Gnome 1.4 stock icons in XPM format. more>>
Gnome::StockIcons is a Gnome 1.4 stock icons in XPM format.

SYNOPSIS

use Gtk;
use Gnome::StockIcons;

my ( $pixmap, $mask ) = Gtk::Gdk::Pixmap->create_from_xpm_d( $window->window,
$style,
@stock_help );

These are the Gnome 1.4 stock icons. The original PNG files are in gnome-libs-1.4.1.2.90/libgnomeui/pixmaps. All names are identical but - is replaced by _. Currenlty, this only affects calculator-font.png (@calculator_font).
The module does not strictly speaking require Gtk, but its not much use without.

EXPORT

All icons are exported as arrays. See the source for a full list

<<less
Download (0.037MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
1201 downloads
Passive Cache 1.1

Passive Cache 1.1


Passive Cache is a Firefox extension that retrieves a stripped version of the cached Google page for a URL. more>>
Passive Cache is a Firefox extension that retrieves a stripped version of the cached Google page for a URL, as well as a listing of Waybacks archived pages for the URL. In essence, it allows the viewing of a page, or site, without any active connections being made to the site.

<<less
Download (0.007MB)
Added: 2007-07-28 License: MPL (Mozilla Public License) Price:
822 downloads
Musicextras 0.6.8

Musicextras 0.6.8


Musicextras is a program for automatically retrieving extra information for songs. more>>
Musicextras project is a program for automatically retrieving extra information for songs. Currently it retrieves lyrics, album covers, artist images, artist bio, years active, and track listings.

It was designed to make it easy to add other functionality. Information is obtained using plugins that parse Web page data. An example for having XMMS automatically load information for the currently playing MP3 is included.

<<less
Download (0.38MB)
Added: 2006-01-30 License: GPL (GNU General Public License) Price:
1362 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5