2.00 stocks
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 184
ProfitPy 0.1
ProfitPy is a set of libraries and tools for the development, testing, and execution of automated stock trading systems. more>>
ProfitPy is a set of libraries and tools for the development, testing, and execution of automated stock trading systems Specifically, ProfitPy is a collection of Python packages, modules, and scripts that work together to help you implement an automated stock trading program (or programs).
Main features:
- A library with classes for accounts, orders, tickers, and more
- A GUI program for executing and plotting trades in real-time
- A GUI tool to collect ticker data for off-line use
- A CLI tool to back-test trading strategies
- Dozens of technical indicators and plotting widgets to display them
- An X11 keystroke tool for automating the TWS application
<<lessMain features:
- A library with classes for accounts, orders, tickers, and more
- A GUI program for executing and plotting trades in real-time
- A GUI tool to collect ticker data for off-line use
- A CLI tool to back-test trading strategies
- Dozens of technical indicators and plotting widgets to display them
- An X11 keystroke tool for automating the TWS application
Download (0.10MB)
Added: 2005-05-25 License: GPL (GNU General Public License) Price:
1615 downloads
Lphant 2.00 Beta2
Lphant is a peer to peer filesharing program. more>>
Lphant is a peer to peer filesharing program.
Main features:
- Free P2P File Sharing Application
- Compatible with emule/edonkey
- New!!! Compatible with BitTorrent
- Easy to use and configure
- Fast and stable
- Webcache support
- Skins
- Multilanguage
- Same file format than emule, you can change between lphant and emule and continue your downloads without problems
Whats New in 2.00 Beta2 Release:
- In the first Beta version of Lphant 2.0 we added the Bittorrent network integrating it with the eDonkey network with very good results, in this second Beta version many bugs have been fixed , the Web interface was updated to support Bittorrent integration (by Galvesband) and French language is updated (by Feuerfrei and Ericc)
Whats New in 1.11 Release:
- Juanjo: fixed, sometimes sources can stand in "pending" status too many time
- Juanjo: connections to sources are handled better now
- Juanjo: important memory usage optimizations
- Juanjo: stability improved
- Juanjo: auto recover bad preferences values
- Juanjo: ignore "zambor" messages
<<lessMain features:
- Free P2P File Sharing Application
- Compatible with emule/edonkey
- New!!! Compatible with BitTorrent
- Easy to use and configure
- Fast and stable
- Webcache support
- Skins
- Multilanguage
- Same file format than emule, you can change between lphant and emule and continue your downloads without problems
Whats New in 2.00 Beta2 Release:
- In the first Beta version of Lphant 2.0 we added the Bittorrent network integrating it with the eDonkey network with very good results, in this second Beta version many bugs have been fixed , the Web interface was updated to support Bittorrent integration (by Galvesband) and French language is updated (by Feuerfrei and Ericc)
Whats New in 1.11 Release:
- Juanjo: fixed, sometimes sources can stand in "pending" status too many time
- Juanjo: connections to sources are handled better now
- Juanjo: important memory usage optimizations
- Juanjo: stability improved
- Juanjo: auto recover bad preferences values
- Juanjo: ignore "zambor" messages
Download (0.34MB)
Added: 2006-02-15 License: GPL (GNU General Public License) Price:
1539 downloads
debsync 2.00
debsync is a Python command line tool which helps to synchronise the installed packages lists on several existing Debian. more>>
debsync is a Python command line tool which helps to synchronise the installed packages lists on several existing Debian GNU/Linux machines.
debsync gets a list of installed packages from a master host, and installs or removes packages on several hosts to match the masters package list.
debsync can do its work either over ssh (default) or rsh.
debsync is different from fai (Full Automated Installation) because AFAIK fai works with machines you plan to install automatically and identically, while debsyncs goal is to update a bunch of existing and different machines to the level at which they both have the same packages installed as those installed on a master host.
<<lessdebsync gets a list of installed packages from a master host, and installs or removes packages on several hosts to match the masters package list.
debsync can do its work either over ssh (default) or rsh.
debsync is different from fai (Full Automated Installation) because AFAIK fai works with machines you plan to install automatically and identically, while debsyncs goal is to update a bunch of existing and different machines to the level at which they both have the same packages installed as those installed on a master host.
Download (0.012MB)
Added: 2005-09-20 License: GPL (GNU General Public License) Price:
1494 downloads
LogDog 2.00-RC5
LogDog is a tool that monitors messages passing through syslogd and takes action based on key words and phrases. more>>
LogDog is a tool that monitors messages passing through syslogd and takes action based on key words and phrases.
LogDog has a configuration file which allows you to specify a list of key words or phrases to alert on, and a list of commands that can be run when those words are encountered.
Main features:
- Monitors syslogd messages for key words and phrases and runs system commands based on content.
- Logs all activity to a file.
- HUP signal is intercepted correctly and causes Logdog to reload its configuration and refresh all filehandles.
- Reads data from syslogd via a FIFO for efficiency and low latency alerts.
- Script returns error status to the system when an error occurs.
- Verbose and descriptive error messages if something goes wrong.
- Multiple debugging levels.
Installation:
make install
Enhancements:
- Updated the pringmsg() function. It now logs and syslogs messages in a more syslog-like format.
- Made it so it doesnt drop permissions until after it opens/writes its PID file. This means that if you *are* dropping permissions a HUP signal will likely cause logdog to exit abruptly if your PID file is not writable by Logdog.
<<lessLogDog has a configuration file which allows you to specify a list of key words or phrases to alert on, and a list of commands that can be run when those words are encountered.
Main features:
- Monitors syslogd messages for key words and phrases and runs system commands based on content.
- Logs all activity to a file.
- HUP signal is intercepted correctly and causes Logdog to reload its configuration and refresh all filehandles.
- Reads data from syslogd via a FIFO for efficiency and low latency alerts.
- Script returns error status to the system when an error occurs.
- Verbose and descriptive error messages if something goes wrong.
- Multiple debugging levels.
Installation:
make install
Enhancements:
- Updated the pringmsg() function. It now logs and syslogs messages in a more syslog-like format.
- Made it so it doesnt drop permissions until after it opens/writes its PID file. This means that if you *are* dropping permissions a HUP signal will likely cause logdog to exit abruptly if your PID file is not writable by Logdog.
Download (0.015MB)
Added: 2005-10-15 License: GPL (GNU General Public License) Price:
1469 downloads
php_writeexcel 0.3.0
php_writeexcel is a port of John McNamaras excellent Spreadsheet::WriteExcel Perl package to PHP. more>>
php_writeexcel is a port of John McNamaras excellent Spreadsheet::WriteExcel Perl package to PHP. It allows you to generate Microsoft Excel documents on your PHP enabled Web server without any other tools.
Ive included six example PHP scripts which are also taken out of the
Spreadsheet::WriteExcel package and ported to PHP:
- example-simple.php
- example-merge2.php
- example-stocks.php
- example-textwrap.php
- example-demo.php
- example-bigfile.php
All you have to do is to tar xzvf the package to a directory accessible via a web server. Then fetch any of the example scripts with your favourite web browser and Excel should come into place and show you a sheet.
Basically all features of Spreadsheet::WriteExcel are supported and thanks to a lot of people (see CHANGELOG) who contributed code and bug fixes, most things seem to work. However, please remember that its still in beta stage, so there are probably some bugs left.
Spreadsheet::WriteExcel uses the Parse::RecDescent package for formula support. Andreas Brodowski has imported and changed the PEAR::Spreadsheet Parser.php file, so formulas are supported since version 0.2.2.
Spreadsheet::WriteExcel uses the OLE::Storage_Lite package for supporting Excel files bigger than approx. 7 MB. I have ported this package already and called it php_ole. But I really dont know how reliable it is, so use it with care!
Enhancements:
- PHP5 compatibility has been added.
- Several bugs have been fixed.
<<lessIve included six example PHP scripts which are also taken out of the
Spreadsheet::WriteExcel package and ported to PHP:
- example-simple.php
- example-merge2.php
- example-stocks.php
- example-textwrap.php
- example-demo.php
- example-bigfile.php
All you have to do is to tar xzvf the package to a directory accessible via a web server. Then fetch any of the example scripts with your favourite web browser and Excel should come into place and show you a sheet.
Basically all features of Spreadsheet::WriteExcel are supported and thanks to a lot of people (see CHANGELOG) who contributed code and bug fixes, most things seem to work. However, please remember that its still in beta stage, so there are probably some bugs left.
Spreadsheet::WriteExcel uses the Parse::RecDescent package for formula support. Andreas Brodowski has imported and changed the PEAR::Spreadsheet Parser.php file, so formulas are supported since version 0.2.2.
Spreadsheet::WriteExcel uses the OLE::Storage_Lite package for supporting Excel files bigger than approx. 7 MB. I have ported this package already and called it php_ole. But I really dont know how reliable it is, so use it with care!
Enhancements:
- PHP5 compatibility has been added.
- Several bugs have been fixed.
Download (0.070MB)
Added: 2005-11-02 License: LGPL (GNU Lesser General Public License) Price:
1458 downloads
JRCF 0.9
JRCF is a Java/Swing application framework geared toward small-to-medium sized Rich Client applications. more>>
JRCF is a Java/Swing application framework geared toward small-to-medium sized Rich Client applications.
JRCF allows developers to separate their softwares into logical "chunks" and provides easy access to i18n, stock UI widgets, icons and so on.
<<lessJRCF allows developers to separate their softwares into logical "chunks" and provides easy access to i18n, stock UI widgets, icons and so on.
Download (1.7MB)
Added: 2005-11-15 License: The Apache License 2.0 Price:
1438 downloads
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
<<lesspytick 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
Download (0.007MB)
Added: 2005-12-21 License: GPL (GNU General Public License) Price:
1405 downloads
IbPy 0.5
IbPy is a third-party implementation of the API used for accessing the Interactive Brokers on-line trading system. more>>
IbPy comes from Interactive Brokers Python API.
IbPy is a third-party implementation of the API used for accessing the Interactive Brokers on-line trading system.
IbPy implements functionality that the Python programmer can use to connect to IB, request stock ticker data, submit orders for stocks and futures, and more.
In order to use IbPy, the TWS application provided by IB must be installed and running. See the note "What is TWS?" for more information.
IbPy is used in the same manner as all socket clients supplied by Interactive Brokers.
The typical sequence of operations is:
- Start the browser-based or stand-alone TWS application
- In TWS, enable socket clients via the Configure -> API menu
- Connect to TWS from external application
- In TWS, accept the incoming connection
- External application requests ticker updates, sends orders, receives account data, portfolio data, etc.
To connect to TWS and interact with the brokers trading system, the Python developer defines methods or functions to act as callbacks and associates these with an Ib.Socket.SocketConnection object. Refer to the Demo.py file in the distribution for a complete example.
In lieu of IbPy documentation, developers are referred to the IbPy source code and the documentation supplied by Interactive Brokers.
<<lessIbPy is a third-party implementation of the API used for accessing the Interactive Brokers on-line trading system.
IbPy implements functionality that the Python programmer can use to connect to IB, request stock ticker data, submit orders for stocks and futures, and more.
In order to use IbPy, the TWS application provided by IB must be installed and running. See the note "What is TWS?" for more information.
IbPy is used in the same manner as all socket clients supplied by Interactive Brokers.
The typical sequence of operations is:
- Start the browser-based or stand-alone TWS application
- In TWS, enable socket clients via the Configure -> API menu
- Connect to TWS from external application
- In TWS, accept the incoming connection
- External application requests ticker updates, sends orders, receives account data, portfolio data, etc.
To connect to TWS and interact with the brokers trading system, the Python developer defines methods or functions to act as callbacks and associates these with an Ib.Socket.SocketConnection object. Refer to the Demo.py file in the distribution for a complete example.
In lieu of IbPy documentation, developers are referred to the IbPy source code and the documentation supplied by Interactive Brokers.
Download (0.016MB)
Added: 2005-12-27 License: BSD License Price:
1402 downloads
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
<<lessThe 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
Download (0.82MB)
Added: 2005-12-30 License: BSD License Price:
1395 downloads
db_flay 2.00
db_flay generates a simple - but productive - web interface for databases. more>>
db_flay generates a simple - but productive - web interface for databases. The target user of db_flay is a secretary, rather than a database administrator. (You will need a database administrator to configure the script initially.)
db_flay lets users view data, edit data, copy data, and delete data in multiple databases.
The copy feature is especially useful as a time-saver! For some reason, many other database tools leave this feature out...
Main features:
- View, edit, copy, delete data in multiple databases.
- Generates query forms for searching through the database.
- Pre-defined queries can be used instead of a query form.
- Can pre-populate query form fields with foreign keys, or
- can pre-populate query form fields with existing data.
- Can auto-increment serial-type fields when adding new data.
- Pre-defined sorts, or click on field label to sort by that field.
- *, % and spaces are interpreted as multi-character wildcards.
<<lessdb_flay lets users view data, edit data, copy data, and delete data in multiple databases.
The copy feature is especially useful as a time-saver! For some reason, many other database tools leave this feature out...
Main features:
- View, edit, copy, delete data in multiple databases.
- Generates query forms for searching through the database.
- Pre-defined queries can be used instead of a query form.
- Can pre-populate query form fields with foreign keys, or
- can pre-populate query form fields with existing data.
- Can auto-increment serial-type fields when adding new data.
- Pre-defined sorts, or click on field label to sort by that field.
- *, % and spaces are interpreted as multi-character wildcards.
Download (0.010MB)
Added: 2006-01-25 License: GPL (GNU General Public License) Price:
1367 downloads
DigicaMerge 2.00
DigicaMerge is a commandline tool to merge directories of pictures taken with digital cameras. more>>
DigicaMerge project is a commandline tool to merge directories of pictures taken with digital cameras. If youve got a digital camera, your hard disk probably contains many directories full of pictures all named with the same names.
This utility allows you to merge such directories contents into a new directory, and renames all the pictures on the fly, ensuring no filename clash will occur.
You can define your own naming scheme, using either a set of predefined variables or any recognized Exif tag which may be present in your pictures, and also specify a pattern to select only certain files.
Installation:
- Extract it :
$ gzip -d digicamerge-x.xx.tar.gz | tar -xf -
where x.xx is digicamerges latest version number.
- Install it :
Go to digicamerges directory:
$ cd digicamerge-x.xx
Just type:
$ python setup.py install
You may need to be logged in with sufficient privileges (e.g. root)
This will generally install digicamerge in /usr/local/bin or an equivalent path depending on your system.
- Launch it :
Just type :
$ digicamerge
And read the long help message which contains examples.
Enhancements:
- A command line option was added to automatically remove duplicate pictures when merging directories.
- The manual page is now included in the package.
<<lessThis utility allows you to merge such directories contents into a new directory, and renames all the pictures on the fly, ensuring no filename clash will occur.
You can define your own naming scheme, using either a set of predefined variables or any recognized Exif tag which may be present in your pictures, and also specify a pattern to select only certain files.
Installation:
- Extract it :
$ gzip -d digicamerge-x.xx.tar.gz | tar -xf -
where x.xx is digicamerges latest version number.
- Install it :
Go to digicamerges directory:
$ cd digicamerge-x.xx
Just type:
$ python setup.py install
You may need to be logged in with sufficient privileges (e.g. root)
This will generally install digicamerge in /usr/local/bin or an equivalent path depending on your system.
- Launch it :
Just type :
$ digicamerge
And read the long help message which contains examples.
Enhancements:
- A command line option was added to automatically remove duplicate pictures when merging directories.
- The manual page is now included in the package.
Download (0.016MB)
Added: 2006-02-21 License: GPL (GNU General Public License) Price:
1340 downloads
Qmail-Scanner 2.00
Qmail-Scanner is an add-on that enables a Qmail email server to scan gatewayed email for certain characteristics. more>> <<less
Download (0.76MB)
Added: 2006-04-04 License: GPL (GNU General Public License) Price:
1302 downloads
ToBiX 1.0
ToBiX is a LINUX distribution based on Morphix. more>>
ToBiX is a Morphix-based Linux live CD containing a range of specialist applications for bioinformatics. With this distrubution you just boot from the CD and you have a fully functional LINUX OS distribution with open source applications.
Besides using some RAM, ToBiX doesnt touch the host computer and is ideal for presentations, workshops or other learning or scientific activity on bioinformatics and computational biology.
ToBiX comprises some of the most useful and powerful bioinformatics tools such as:
- Blast 2.0 - Basic Local Alignment Search Tool for rapid searching of nucleotide and protein databases;
- Copasi - software application for simulation and analysis of biochemical networks;
- mpiBLAST - MPI based parallel implementation of NCBI BLAST;
- SimWiz - collection of Java tools for visualization of data resulting from different kinds of biochemical simulation processes;
- Cellware - tool to model whole cell biochemical reactions;
- Gromacs - molecular dynamics simulation package;
- SBML-Editor - tool for the quick creation and edition of SBML files;
- Stocks 2 - software for simulation of biochemical processes using Maximal Time Step Method
<<lessBesides using some RAM, ToBiX doesnt touch the host computer and is ideal for presentations, workshops or other learning or scientific activity on bioinformatics and computational biology.
ToBiX comprises some of the most useful and powerful bioinformatics tools such as:
- Blast 2.0 - Basic Local Alignment Search Tool for rapid searching of nucleotide and protein databases;
- Copasi - software application for simulation and analysis of biochemical networks;
- mpiBLAST - MPI based parallel implementation of NCBI BLAST;
- SimWiz - collection of Java tools for visualization of data resulting from different kinds of biochemical simulation processes;
- Cellware - tool to model whole cell biochemical reactions;
- Gromacs - molecular dynamics simulation package;
- SBML-Editor - tool for the quick creation and edition of SBML files;
- Stocks 2 - software for simulation of biochemical processes using Maximal Time Step Method
Download (457.2MB)
Added: 2006-04-18 License: GPL (GNU General Public License) Price:
1286 downloads
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?
<<lessKnown 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?
Download (0.80MB)
Added: 2006-04-18 License: MPL (Mozilla Public License) Price:
1284 downloads
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.
<<lessEver 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.
Download (0.077MB)
Added: 2006-05-03 License: GPL (GNU General Public License) Price:
1282 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above 2.00 stocks search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed