Main > Free Download Search >

Free stocks market software for linux

stocks market

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 251
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
eeStock 4.0

eeStock 4.0


eeStock project is a Web application for managing an inventory. more>>
eeStock project is a Web application for managing an inventory.
eeStock is a free software which allows you to manage your stocks (items).
Its written in PHP4 and uses a PostgreSQL or MySQL database to store data.
Its divided in 2 sections:
- a user section
- an administration section
In the Stock managing section, users can:
.browse items by manufacturer, category, owner or location
.search items using a keyword
.borrow an item if this one is free
.return their items
.access to their profile
In the Administration section you can (if you have administrator or superuser rights):
.create, modify, duplicate, delete items
.browse all items (list)
.create, modify, delete categories (each category can have a parent category)
.create, modify, delete locations (each location can have a parent location)
.create, modify, delete manufacturers
.create, modify, delete users who will be owners of item(s) (only superusers)
System requirements:
- Apache (required)
- PHP (required)
- MySQL (optional)
- PostgreSQL (optional)
Install database
Create the eestock database (MySQL root user password required)
$ mysqladmin -h localhost -u root -p create eestock
Create the user "eestock" (MySQL root user password required)
$ mysql -h localhost -u root -D mysql -p < admin/utils/mysql/create_user.mysql
Create tables (MySQL root user password required)
$ mysql -h localhost -u root -D eestock -p < admin/utils/mysql/init_db.mysql
Edit file admin/config.inc to change the eestock user password.
<<less
Download (0.043MB)
Added: 2007-02-16 License: GPL (GNU General Public License) Price:
980 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
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
Keyword Marketing Buddy 2.3

Keyword Marketing Buddy 2.3


Keyword Marketing Buddy is a great tool that lets you compare the popularity of several different keyword groups at once. more>>
Keyword Marketing Buddy is a great tool that lets you compare the popularity of several different keyword groups at once.
Enter in a few general keywords, and Keyword Marketing Buddy will generate a list of keywords related to the original keywords and order them according to popularity. Keyword Marketing Buddy will even tell you how many searches each keyword gets a month.
Main features:
- Keyword Marketing Buddy is easy to install. Just unzip and upload, or if youre using it on a local server, just unzip!
- The user gives Keyword Marketing Buddy a list of keywords, and the Buddy automatically generates a list of related keywords. For virtually no work at all, you get a lot of great ideas for other keywords you might want to market to.
- Use Keyword Marketing Buddy for your own research, or add it to your web site for added functionality for your visitors.
- Each search produces an easy-to-copy list of comma-separated keyword, popularity pairs, so you can import your lists to a spreadsheet, or imort it into our Keyword Market Value Analyzer.
- Set the maximum number of keywords that can be entered in at one time.
<<less
Download (0.005MB)
Added: 2006-03-01 License: Freeware Price:
1333 downloads
ObjStore 1.59

ObjStore 1.59


ObjStore is a Perl extension for ObjectStore OODBMS. more>>
ObjStore is a Perl extension for ObjectStore OODBMS.

SYNOPSIS

Like perl? Sick of SQL? Ready to try something new? This extension implements something like a relational database management system, except that s/SQL/Perl/ig.

ObjectStore is the market leader in object-oriented databases http://www.odi.com (NASDAQ: ODIS). They use a unique Cache-Forward Architecture to make persistent data available in literally the most efficient manner possible.

Prior to this joining of forces

ObjectStore was too radical a design decision for many applications
Perl5 did not have a simple way of storing complex data persistently

Now there is an easy way to build database applications (especially if you are concerned about preserving your ideals of encapsulation).

<<less
Download (0.16MB)
Added: 2007-05-15 License: Perl Artistic License Price:
900 downloads
Qtstalker 0.34

Qtstalker 0.34


tstalker is a user friendly Technical Analysis package for GNU/Linux. more>>
Qtstalker project is a user friendly Technical Analysis package for GNU/Linux. Similar to commercial wares such as Metastock, Supercharts and Tradestation. Keeps to a lean, simple design for speed, portability, and low resource usage. Because it uses a plugin model, Qtstalker can easily be extended.
Qtstalker is 100% free software, distributed under the terms of the GNU GPL. An active development community is continually adding new features. We appreciate your input towards creating a world-class GNU/Linux TA package.
Main features:
- A point-and-click object-oriented graphical user interface.
- Chart plugins include line, bar, candlestick, point and figure, and swing.
- Customizable colors. Logarithmic and linear arithmetic scaling. Scale to screen.
- Indicators plugins include MACD, MAs, Bollinger Bands, RSI, and dozens more.
- Chart drawing objects: trendlines, buy/sell arrows, horizontal and vertical lines, fibonacci retracement lines, text.
- Quote plugins download data from online sources such as Yahoo, CME, NYBOT.
- Data import plugins for plain-text CSV files and MySQL database.
- The "Plugin" architecture for quotes and indicators enables easy future extensibility.
- Daily, weekly and monthly chart compression (intra-day in development)
- Various data classes to support for investment types such as stocks, futures, indices, ratios and spreads.
- A back testing function allowing indicator performance tests using actual trading data.
- A very basic portfolio manager. Good for tracking open positions. (Suggestions welcome.)
- A Scanner that can scan the qtstalker database for charts that meet a user defined criteria.
Enhancements:
- Installing TA-Lib is now a pre-requisite.
- A single-click is now used to select charts.
- The user can run external scripts that can pass data back to ExScript to be plotted.
- "Indicator Summary" shows a table of all values of active indicators for each item in a Group.
- An XML export can be used by other programs and by the ExScript indicator.
- See misc/CUS_examples to get a quick start with custom CUS indicators.
- Automated help documents were added for indicators.
- All the installation paths were changed from /usr/* to /usr/local/*.
- This now runs very reliably on Mac OS X systems.
<<less
Download (1.0MB)
Added: 2007-06-18 License: GPL (GNU General Public License) Price:
869 downloads
Keyword Market Value Analyzer 1.1

Keyword Market Value Analyzer 1.1


Keyword Market Value Analyzer allows you to compile a database a keywords based on a particular keyword subject. more>>
Keyword Market Value Analyzer allows you to compile a database a keywords based on a particular keyword subject, and to compare their popularity with the highest amount advertisers are willing to pay to advertise for the keyword.
The result of Keyword Market Value Analyzer is a really good idea about how much money-making potential there is for the keyword.
Main features:
- Keyword Market Value Analyzer is easy to install. Just unzip, install the database tables and upload.
- Create different keyword subject groups. The groups share the same keyword data, so you can leverage the research youve done for one keyword group for another, related keyword group.
- Easily browse keywords based on market value, highest bid, or most popular.
- Makes keyword market value research as easy as it can be!
<<less
Download (0.10MB)
Added: 2006-02-28 License: Freeware Price:
1335 downloads
NoFuss Sales Tracker 0.006a

NoFuss Sales Tracker 0.006a


NoFuss Sales Tracker is a quote generation and tracking system designed for the general IT retailer. more>>
NoFuss Sales Tracker is a quote generation and tracking system designed for the general IT retailer.

NoFuss Sales Tracker project can create quotes from an internal price list using drop-down menus and pre-setup machine recipes.

The end product will keep information regarding clients in a database, be able to generate quotes on the fly, generate invoices from quotes, etc.

NoFuss Solutions provides expert IT services to the local community using experience in a variety of computer systems. We support both hardware and software and strive to provide a one-stop service to our customers. Our main target is the home user or small business owner that can not afford dedicated IT personnel but needs the services of a dedicated IT support office.

Apart from the general IT support services (repairs and maintenance) we also offer custom software development utilising the JAVA programming language. NoFuss Invoicing is a free invoicing solution for small businesses and we are currently working on a free point-of-sale application for the same market.

NoFuss Solutions came into existence during 1996 as Horn Labs and along with a shift in focus the beginning of 2005 the name changed to symbolise the new vision and direction of the business. The main aim of NoFuss Solutions shifted from providing services to corporate companies to providing the same services to smaller businesses, especially start-up companies. After restructuring the cost-structure we managed to focus on this relative low-income market and build a stable business on a very unstable market.

At the head of NoFuss Solutions is Ewald Horn, sole proprietor since 1996. Instead of trying to do everything in-house we have identified areas where we can out-source certain functions in order to provide a higher level of service to our customers. This enables us to focus on our strengths while still providing an all-round service to our customers.
<<less
Download (0.064MB)
Added: 2005-12-15 License: Freely Distributable Price:
1409 downloads
Open Blue Lab 1.1.13 (Stocks Managing for Industry)

Open Blue Lab 1.1.13 (Stocks Managing for Industry)


Open Blue Lab is a modular ERP, built on a plugin architecture. more>>
Open Blue Lab is a modular ERP, built on a plugin architecture. Each business domain (such as Groupware, Financial, HCM, PLM, or SCM) is separated into subdomains which are implemented through plugins.
This architecture permits you to choose only the components that suit your needs. Each plugin is certified Zero Code, configurable through a GUI, and may be adapted through the UML models provided.
Enhancements:
- An "entries list" action has been added.
- Applied on a class object, it will display the incoming flow concerning that object.
- For example, applied on a supplier, it will display the list of incoming flows that were coming from this supplier.
<<less
Download (0.17MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
815 downloads
Abitare 1.0

Abitare 1.0


Abitare project consists of a real estate agency manager. more>>
Abitare project consists of a real estate agency manager.

Abitare is a full package based on MySQL and PHP for real estate agency management. It is fully Web-based and can be integrated with an existing Web site.

You can manage your customer contacts, appointments, and housing market

<<less
Download (MB)
Added: 2007-01-26 License: Other/Proprietary License Price:
1002 downloads
pytick 0.03

pytick 0.03


pytick is a customizable stock ticker. more>>
pytick is a customizable stock ticker.
pytick is a fully configurable and elegant stock ticker written in python for your desktop.
pytick gathers its stock quotes from finance.yahoo.com and displays them in a easy to read fashion.
Main features:
- Intuitive Interface
- Fits naturally into your desktop
- Custom Font Selection
- Variable Scroll Speed
<<less
Download (0.007MB)
Added: 2005-12-21 License: GPL (GNU General Public License) Price:
1405 downloads
NathanCheckers 1.5

NathanCheckers 1.5


NathanCheckers is a graphical, mouse-driven implementation of Checkers. more>>
NathanCheckers project is a mouse-driven, graphical implementation of Checkers. American Standard Checkers rules are enforced.
Known Bugs/Issues
- All versions: It appears that sound support currently requires the game to be run from a writable drive (not a disk image or CD).
- Windows: An extra command prompt window stays open. Runs on Windows 2000, but reportedly you need to minimize and maximize it before you can see the gameboard.
- Linux: Requires PyGame 1.6 or above.
- OS X: No quit menu-item (just close the window). How do you add menu items in PyGame anyway?
<<less
Download (0.80MB)
Added: 2006-04-18 License: MPL (Mozilla Public License) Price:
1284 downloads
Ask.com Toolbar 2.0

Ask.com Toolbar 2.0


Ask.com Toolbar is an extension to search better with Ask.com whereever you go with your Firefox browser. more>>
Ask.com Toolbar is an extension to search better with Ask.com whereever you go with your Firefox browser. Get direct access to the new AskCity and a convenient drop-down box for Maps with your favorite locations.

Save images and Web pages for sharing in MyStuff, get your fill of the blogosphere with Ask-powered blog and feed search, and read news headlines right in the toolbar. Customize your toolbar with any of these and many other options including weather, stocks, shopping, translations and more.

<<less
Download (0.063MB)
Added: 2007-05-03 License: Other/Proprietary License Price:
907 downloads
FastVox 2.0 Alpha 1

FastVox 2.0 Alpha 1


FastVox project is a state of the art volume rendering API with outstanding image quality and acceleration features. more>>
FastVox project is a state of the art volume rendering API with outstanding image quality and acceleration features that take advantage of todays hardware. These features include GPU, SSE and hand-tuned assembly language optimizations, resulting in one of the fastest implementations available on the market.
FastVox is built on top of OpenGL, the leading industry standard for high performance 3D computer graphics. A new feature of the 2.0 engine are the GLSL-based pixel shaders which perform all volume rendering computations exclusively on the GPU.
A key-feature of FastVox is the clean and simple API. This API enables developers to quickly integrate FastVox into third-party applications.
In contrast to other volume renderers, FastVox also supports features specially suited for use in the medical field. Features like Multiplanar Reformation and Maximum Intensity Projection are supported and made readily accessible through its simple API.
Enhancements:
- This release features hardware-accelerated rendering plugins based on the OpenGL 2.0 GLSL shading language.
- The GPU acceleration is available for volume rendering, ISO surface rendering, maximum-intensity projection, and multiplanar reconstruction.
- In addition, the handling of transfer tables has been facilitated and enhanced to improve the rendering output.
<<less
Download (MB)
Added: 2006-08-31 License: Free for non-commercial use Price:
1150 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5