Main > Free Download Search >

Free portfolio software for linux

portfolio

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 24
PortfolioTracker 0.8

PortfolioTracker 0.8


PortfolioTracker helps you track and manage your stock portfolio of Euronext shares in realtime (15 delay). more>>
PortfolioTracker helps you track and manage your stock portfolio of Euronext shares in realtime (15 delay).

Assess your stock positions (price, daychange, gain, gain%, value, weight%) with one command. Portfolio changes are easy maintained in a text file.

Example of generated output:

2006-03-15 16:05
Tick BuyDate # B-Price Price D-1% Value Gain Gain% W%
CA 2006-02-28 25 41.44 43.08 0.68 1077.00 41.00 3.96 10.65
DELB 2002-02-28 18 56.00 58.40 2.55 1051.20 43.20 4.29 10.40
FORB 2006-02-28 30 29.92 29.48 0.03 884.40 -13.20 -1.47 8.75
FP 2006-02-28 5 211.50 215.00 0.75 1075.00 17.50 1.65 10.63
HEIA 2006-02-28 30 31.72 32.07 -0.56 962.10 10.50 1.10 9.51
PHIA 2006-02-28 35 27.33 27.07 2.23 947.45 -9.10 -0.95 9.37
RDSA 2006-02-28 40 25.80 25.77 0.00 1030.80 -1.20 -0.12 10.19
SOLB 2002-02-28 10 92.50 91.10 -0.22 911.00 -14.00 -1.51 9.01
UG 2006-02-28 22 48.95 50.70 1.87 1115.40 38.50 3.58 11.03
CASH 1057.34 10.46
TOTAL 10111.69 111.69 1.12

PortfolioTracker is released in Open Source, it is written in Ruby, and runs on any major platform (windows, linux, mac).

Usage:

Run PortfolioTracker

Execute the ruby script:

ruby portfolioTracker.rb

On some platforms you can execute the script by clicking or double clicking on the file portfolioTracker.rb.

Input file "portfolio.pf"

Describe your stock portfolio in the file "portfolio.pf". The source distribution contains the following example:

1| #[init]
2| start_date: 2006-02-28
3| start_value: 10000.00
4| cash: 1057.34
5| #[positions]
6| # ticker:buy_date:no_of_shares:price_per_share
7| # Carrefour
8| CA : 2006-02-28 : 25 : 41.44
9| # Peugeot
10| UG : 2006-02-28 : 22 : 48.95
11| # Total
12| FP : 2006-02-28 : 5 : 211.50
13| # Philips
14| PHIA : 2006-02-28 : 35 : 27.33
15| # Royal Dutch Shell
16| RDSA : 2006-02-28 : 40 : 25.80
17| # Heineken
18| HEIA : 2006-02-28 : 30 : 31.72
19| # Fortis
20| FORB : 2006-02-28 : 30 : 29.92
21| # Delhaize
22| DELB : 2002-02-28 : 18 : 56.00
23| # Solvay
24| SOLB : 2002-02-28 : 10 : 92.50
<<less
Download (0.008MB)
Added: 2006-03-16 License: BSD License Price:
1318 downloads
Domain Name Portfolio 0.8.0

Domain Name Portfolio 0.8.0


Domain Name Portfolio is a PHP and MySQL based application to help domain owners better organize their portfolio. more>>
Domain Name Portfolio is a PHP and MySQL based application to help domain owners better organize their portfolio.
It allows you to list your domains with their expiry, registrar, and a price.
Also allows visitors to your portfolio to contact you about a given domain.
Main features:
- Script features
Enhancements:
- This release brings support for MySQLi, along with minor bugfixes and several function improvements.
<<less
Download (0.15MB)
Added: 2007-07-30 License: GPL (GNU General Public License) Price:
822 downloads
Portfolyo 0.2.1

Portfolyo 0.2.1


Portfolyo is a Web-based personal project and skill tracker. more>>
Portfolyo project is a Web-based personal project and skill tracker.
Portfolyo is a Web-based tool for professionals to manage their portfolios and, in a broader sense, all information that constitutes them as professionals.
It aids you in keeping track of your projects and skills, and it presents the captured data on your Web site to show off to potential clients, employers, or your peers.
Its a CGI application written in Python.
Main features:
- Manage and track your projects and skills in a web-based administration interface
- Present a list of your projects and detailed views of them on your website
- Present a "skills matrix" on your website, which transparently associates skills with your level of experience and related projects
- Customize look and functionality of your portfolio by editing HTML templates
- Import/export all data to/from a flat file
<<less
Download (0.26MB)
Added: 2007-01-22 License: GPL (GNU General Public License) Price:
1005 downloads
mod_perlservice 0.0.2

mod_perlservice 0.0.2


mod_perlservice enables you to directly call perl methods and get return value over the internet. more>>
mod_perlservice enables you to directly call perl methods and get return value over the internet.

mod_perlservice? What is that?

The cool new way to do remoting with Perl and Apache! But, lets start by breaking that crazy name apart. mod - perl - service

mod - Its a module for the popular and ubiquitous Apache HTTP Server.
perl - Of course, its the popular and ubiquitous programming language.
service - Ah, this is the unique part. Its the new ingredient that unifies Apache, Perl and XML into an easy to use web-services system.

With the mod_perlservice system, you can write perl subs and packages on your server and call them over the internet from client code. Clients can pass scalars, arrays and hashes to the server-side subroutines and obtain the return value ( scalar, array or hash ) back from the remote code. Some folks refer to this functionality as "remoting" or "RPC", so if you like, you can say mod_perlservice is remoting with Perl and Apache. Client programs may be written in a variety of languages; libraries for C, Perl, and Flash Action Script are all ready to go!

Now that you know what mod_perlservice is, lets look at why it is. The author (Thats me!) believes that mod_perlservice has a very clean, easy-to-use interface when compared with other RPC systems. Also, since it builds on the Apache platform, it benefits from Apaches ubiquity, security, and status as a standard. Since mod_perlservice sports an embedded perl interpreter, it offers high performance for demanding applications.

So what can I use this mod_perlservice for?

You can use it to create networked applications that require client-server communication, information processing and sharing. mod_perlservice is for applications and you will not use it to create dynamic content for your HTML pages. However, you surely can use it for Flash remoting with Perl.

Here are some usage examples:

A desktop application (written using your favorite C++ GUI library) that records the current local air temperatue and sends it to an online database every 10 minutes. The server can be queried to obtain the current and historical local air temperature of any other participating client.

A Flash-based stock portfolio management system. You can create model stock portfolios and retrieve realtime stock quote information and news.

A command-line utility in Perl that accepts English sentences on standard input and outputs the sentences in French. Translation occurs in server-side Perl code. If the sentence is idomatic and the translation is incorrect, the user has the option of sending the server a correct translation that will be stored in an online idiom database.

<<less
Download (0.30MB)
Added: 2006-05-02 License: GPL (GNU General Public License) Price:
1270 downloads
SLAMPP Lite 2.0

SLAMPP Lite 2.0


SLAMPPLite is a linux live CD that will turn your personal computer to a simple home server. more>>
SLAMPPLite is a linux live CD that will turn your personal computer to a simple home server.
What makes it different is that SLAMPPLite has smaller size that will fit into a 256 MB compact disk or usb stick. It contains only essential server applications like Apache, MySQL, ProFTPD, BIND, DHCPD, SSH and mail server.
Several programming languages such as PHP, Perl and Python and other tools to support your web development work are also included.
To keep SLAMPPLite slim and make it easy to update the applications, SLAMPPLite uses server suite provided by XAMPP.
SLAMPPLite is compiled intended to be your showcase box. So, when you have something to show to your (potential) users or clients, just put your web applications on SLAMPPLite and you will have an instant mobile portfolio.
Therefore I advise you not to use SLAMPPLite for production purpose, just use the standard SLAMPP instead. Although through some tweaks here and there, SLAMPPLite is also ready for that. Please remember, SLAMPPLite comes with ABSOLUTELY NO WARRANTY. It is provided as AS IS product. Please use it at your own risk.
Main features:
- Linux kernel: 2.6.16
- Desktop: Xfce 4.2.2
- Web, FTP and database servers: XAMPP 1.5.1
- Other servers: BIND, DHCP, Sendmail. Dovecot, SSH
- Programming:
- Languages: PHP 4.4.1/5.0.5, Perl 5.8.7, Python 2.4.1
- Editor: Bluefish 1.0.4
- Office: Xpdf
- Graphics: Xpaint
- Multimedia: Beep Media Player, BashBurn
- Network: Nmap, Putty, BitTorrent 4.2.1 (tracker/client), FTP client, Firestarter firewall
- Internet: Mozilla Firefox 1.5, Sylpheed 2.0.4, Gaim 1.5.0
- Package management: pkgtool, slapt-get/gslapt
- Antivirus: ClamAV 0.87.1, FetCav (GUI)
- Utilities: GParted, EmelFM2, Dufie, htop, rkhunter, Qemu, backup system and hard disk installation scripts
- Complete list of packages can be found over here, SLitePackages.
Enhancements:
- Updated and upgraded existing applications included in previous SLAMPPLite Live CD
- Powered by XAMPP 1.5.1 and now it exists as module (xampp_1_5_1.mo)
- Based on Slackware current
- Used linux kernel 2.6.16
- Compiled with Linux Live scripts 5.4.1
- Added NASLite File Servers applications of Server Elements for SMB, FTP and NFS. They can be found under /tools directory of CD.
- Added Abiword 2.4.1
- Added Freerock GNOME support via slapt-get
- New hard disk installation program provided by Nonux
- Web documents installation scripts is now separated from XAMPP boot scripts. You can execute it from Xfce menu, or manually: # bash /opt/slampp/install.sh
- Fixed fstab
<<less
Download (239.8MB)
Added: 2006-04-10 License: GPL (GNU General Public License) Price:
1301 downloads
Bodington 2.8.0

Bodington 2.8.0


Bodington is a free open source Virtual Learning Environment/Learning Management System. more>>
Bodington is a free open source Virtual Learning Environment/Learning Management System in use at Universities and Colleges worldwide.

The Bodington project exists to provide an open source environment to support learning, teaching and research.

Bodington project is particularly suitable for complex, multi-disciplinary and large organisations and for inter institutional collaboration. It delivers controlled access using open standards.

Bodington can be used to support teaching and learning across the entire range of learning institutions in the UK and worldwide. Current installations include the Universities of Leeds, Oxford, Manchester; UHI Millennium Institute, Eton College, Yorkshire Coast College and St Andrews College Singapore.

Bodington enables users to upload lecture notes, host discussion fora, publish and manage external links, create interactive resources, e.g. customised logbooks, peer-reviewed reflective diaries/e-portfolios (for PDP), multiple choice tests (QTI), short-answer papers and online surveys. Students can also port work into secure pigeon-holes for marking.

Choose Bodington...

Put material on the web quickly and easily.
Control access to material quickly and easily.
Brand and customise for local look and feel.
Run servers on Microsoft, Linux, UNIX, or Mac OS X platforms.
Run a reliable and scalable service for end users.
Run services for tens of thousands of registered users.
Give access to users on any platform using standard browsers.
Be part of a growing, thriving development community.
Help shape future functionality.
Use software that is built specifically for Further and Higher Education.
Integrate access with partner organisations using built-in Shibboleth functionality.
Keep in line with the JISC e-learning framework.
Customise the source code to meet local needs.
Free up more funds to support staff development, customisation, help desk etc.

Choose other software...

Be tied down to a fixed pedagogy.
Fail in your obligation to support users with disabilities.
Pay an annual licence fee.
Pay for upgrades and support services.
Have little or no influence on future functionality
<<less
Download (13MB)
Added: 2006-09-26 License: The Apache License Price:
1125 downloads
Merchant of Venice 0.7 beta

Merchant of Venice 0.7 beta


Venice is a stock market trading programme that supports portfolio management. more>> <<less
Download (2.7MB)
Added: 2006-04-17 License: GPL (GNU General Public License) Price:
736 downloads
mod_pguserdir 1.0.4

mod_pguserdir 1.0.4


mod_pguserdir is the cool new way to do remoting with Perl and Apache! more>>
But, lets start by breaking that crazy name apart. mod - perl - service.

mod - Its a module for the popular and ubiquitous Apache HTTP Server. perl - Of course, its the popular and ubiquitous programming language. service - Ah, this is the unique part. Its the new ingredient that unifies Apache, Perl and XML into an easy to use web-services system.

With the mod_perlservice system, you can write perl subs and packages on your server and call them over the internet from client code. Clients can pass scalars, arrays and hashes to the server-side subroutines and obtain the return value ( scalar, array or hash ) back from the remote code. Some folks refer to this functionality as "remoting" or "RPC", so if you like, you can say mod_perlservice is remoting with Perl and Apache. Client programs may be written in a variety of languages; libraries for C, Perl, and Flash Action Script are all ready to go!

Now that you know what mod_perlservice is, lets look at why it is. The author (Thats me!) believes that mod_perlservice has a very clean, easy-to-use interface when compared with other RPC systems. Also, since it builds on the Apache platform, it benefits from Apaches ubiquity, security, and status as a standard. Since mod_perlservice sports an embedded perl interpreter, it offers high performance for demanding applications.

So what can I use this mod_perlservice for?

You can use it to create networked applications that require client-server communication, information processing and sharing. mod_perlservice is for applications and you will not use it to create dynamic content for your HTML pages. However, you surely can use it for Flash remoting with Perl.

Here are some usage examples:

A desktop application (written using your favorite C++ GUI library) that records the current local air temperatue and sends it to an online database every 10 minutes. The server can be queried to obtain the current and historical local air temperature of any other participating client.

A Flash-based stock portfolio management system. You can create model stock portfolios and retrieve realtime stock quote information and news.

A command-line utility in Perl that accepts English sentences on standard input and outputs the sentences in French. Translation occurs in server-side Perl code. If the sentence is idomatic and the translation is incorrect, the user has the option of sending the server a correct translation that will be stored in an online idiom database.

<<less
Download (0.30MB)
Added: 2006-05-08 License: GPL (GNU General Public License) Price:
1264 downloads
Alinda 0.4

Alinda 0.4


Alinda (previously known as Araf) is a customer management and reporting facility application for small sized companies. more>>
Alinda (previously known as Araf) is a customer management and reporting facility application for small sized companies.
Alinda is developed using open standards such as Apache Struts, iBatis, Apache Commons for the web platform using JSP/Servlets.
This product is currently at alpha stage and should not be used at production systems. As of version 0.4 Alindas feature list is as follows.
Main features:
- Multilanguage support (currently Turkish and English provided)
- All customer related operations implemented. Add, delete, update, modify etc...
- All customers can have infinite number of notes, addresses, telephone numbers, anniversaries, children and basic accounting information.
- Quick Search from top of any screen.
- Advanced search. Can search with almost any criteria such as date, name, source, location, employee etc.... You can also identify searches depending on the customers financial transactions such as debit amount or the accounting period.
- Employees(users) have the ability to build their own portfolios.
- A simple admin console is provided to add/remove/modify employees(users)
- Ability to export search results to Microsoft Excel(XLS), CSV and XML formats.
Enhancements:
- This product is currently at an alpha stage and should not be used at production systems.
<<less
Download (5.0MB)
Added: 2006-04-11 License: LGPL (GNU Lesser General Public License) Price:
1291 downloads
Finance::BeanCounter 0.8.7

Finance::BeanCounter 0.8.7


Finance::BeanCounter is a Perl module for stock portfolio performance functions. more>>
Finance::BeanCounter is a Perl module for stock portfolio performance functions.

Finance::BeanCounter provides functions to download, store and analyse stock market data.

Downloads are available of current (or rather: 15 or 20 minute-delayed) price and company data as well as of historical price data. Both forms can be stored in an SQL database (for which we currently default to PostgreSQL though MySQL is supported as well; furthermore any database reachable by means of an ODBC connection should work).

Analysis currently consists of performance and risk analysis. Performance reports comprise a profit-and-loss (or p/l in the lingo) report which can be run over arbitrary time intervals such as --prevdate friday six months ago --date yesterday -- in essence, whatever the wonderful Date::Manip module understands -- as well as dayendreport which defaults to changes in the last trading day. A risk report show parametric and non-parametric value-at-risk (VaR) estimates.

Most available functionality is also provided in the reference implementation beancounter, a convenient command-line script.

The API might change and evolve over time. The low version number really means to say that the code is not in its final form yet, but it has been in use for well over four years.

More documentation is in the Perl source code.

<<less
Download (0.072MB)
Added: 2006-12-20 License: Perl Artistic License Price:
1038 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
BeanCounter 0.8.7

BeanCounter 0.8.7


BeanCounter enables stockmarket data analysis and performance evaluation. more>>
BeanCounter enables stockmarket data analysis and performance evaluation.
Ever wondered what happened to your portfolio on a day the market moved 500 points? Ever wondered what your portfolio returned over the last (odd and arbitrary) period? Ever wondered what the Value-at-Risk (VaR) was? Ever wondererd what the marginal risk contribution of a given stock in your portfolio was? Ever wondered what unrealized percentage gain (or loss) you made from the recent lows (or highs) ? Ever wondered if you could easily database the (public) price info on dozens of stocks for further analysis? Ever wondered if there was a simple cron job to report all this on a daily basis?
BeanCounter does all this, and provides an easy-to-use command-line tool as well as a Perl module that can be used with other pursuits. It stores its data (price, volume, earnings --- whatever Yahoo! supplies) in either a PostgreSQL or MySQL relational database system (but it can also use an ODBC connection). The (very fast) SQLite database on a flat file can also be used in either version 2.* or the newer version 3.*.
BeanCounter works with equities and equity indices from exchanges in the US, Canada, Europe and Asia. Options, foreign exchange rates, some commodities as well as US mutual funds are also supported as the data is provided by Yahoo! Downloads are efficiently batched so that information on e.g. several dozens US stocks is downloaded at once with a single HTTP request.
At some level this code is still beta in the sense that the command-line options and function interfaces might change. However, similar code has been working here since the fall of 1998.
Enhancements:
- Historical backpopulation now also adjusts closes, and the rpm.spec file has been updated.
<<less
Download (0.077MB)
Added: 2006-05-03 License: GPL (GNU General Public License) Price:
1282 downloads
CreditCruncher 1.1

CreditCruncher 1.1


CreditCruncher computes the Value At Risk (VAR) of large credit portfolios using the Monte Carlo method. more>>
CreditCruncher computes the Value At Risk (VAR) of large credit portfolios using the Monte Carlo method.
CreditCruncher is a command line solver that read an xml input file and returns a plain text file with the simulated values of portfolio. The current version is 0.8. This software is released under the GNU General Public License.
CreditCruncher is designed to work in batch mode, without graphical support. Computation time can be reduced enabling the MPI instructions when compiling and deploying the application in a cluster.
The user create a xml file where the portfolio is described. CreditCruncher take this file and simulate N times the portfolio described in the input file. The simulated values are stored in a file with extension .out. Finally, a R script takes the simulated values and do some statistic over there to generate the risk indicators (VaR, TCE, etc.)
Enhancements:
- Documentation rewrited and translated to english
- Modified asset losses computation algorithm
- solved minor bugs
- added minor enhancements
- changed site look & feel
<<less
Download (1.4MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
805 downloads
Cyberience Project Manager 1.5

Cyberience Project Manager 1.5


Cyberience Project Manager replaces the previously name PHP Project Manager. more>>
Cyberience Project Manager replaces the previously name PHP Project Manager. The application has functionality has been expanded significantly.
Cyberience Project Manager is a web based application for assisting in the management and organisation of a project based business. To use the application you will need to be able to use PHP in conjunction with a MySQL database.
The application incorporates the ability to organise a portfolio of projects made up of multiple tasks with individually specified billing rates (flat fee and/or hourly rate). The Project Manager allow you to monitor overall time spent on individual projects/tasks, and calculate project costs based on the specified billing rates.
Main features:
- To Do Lists
- Milestones
- Billing
- Checklists
- Time Tracking
- Bug Tracking
- Multiple Users
- Automatic Installation and Database Creation
- Password Protection
Installation:
Project Manager is simple to install:
- Extract All Files to the directory of your choice.
- FTP/Upload all the files to your server
- CHMOD 666 the file http://www.yourdomain.com/directoryname/application/includes/config.php and http://www.yourdomain.com/directoryname/.htaccess to allow the auto-install function to write information to these file.
- Point your browser to the file http://www.yourdomain.com/directoryname/
- Enter your SQL Database Hostname, Username, Password, Database Name.
- Enter the Password and Username of Your Choice for Accessing Cyberience Project Manager.
- Click the Update Button and The Database and Security Will Automatically Be Set Up
- Delete the install Directory
- Enjoy !
Enhancements:
- Client/Organisation functionality, reorganized dashboard/hub tables, an invoice/receipt facility, and the ability to create PDFs.
<<less
Download (1.1MB)
Added: 2007-07-07 License: GPL (GNU General Public License) Price:
839 downloads
PHP PSD reader 1.1

PHP PSD reader 1.1


PHP PSD reader reads .PSD files (Adobe Photoshop Documents) using only PHP4 or PHP5 and GD. more>>
PHP PSD reader reads .PSD files (Adobe Photoshop Documents) using only PHP4 or PHP5 and GD. The project comes with imagecreatefrompsd (a function that returns an image handle just like the native PHP imagecreatefrom functions).

It supports documents from Adobe Photoshop 3.0 up to version CS3, where compatibility has been enabled. The class is also usefull for retrieving basic data from a Photoshop document.

You can use this script for a portfolio gallery, or to see the contents of a .psd file when Photoshop is not available.
<<less
Download (MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1051 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2