Main > Free Download Search >

peugeot 407

peugeot 407

Sponsored Links
Sponsored Links

peugeot 407

No.
Title
Category
Price
License
Expand All
1
Office -> Finance
GPL GNU General Public License
Hide show
Open Blue Lab is a rapid application development framework for building Web 2.0 portal applications. Open Blue Lab is the framework used to develop the web site you are reading, and the full Web ERP Open Blue Lab too, from scratch.

Portal layout may be configured through the UI. Widgets are dynamically populated, making them data-aware automatically at run time with no need to code any database interaction.
Ajax and HTML-based forms are automatically built from XML widget definitions, which may be generated on the fly from a UML model that describes your information system.

This framework allows you to focus on Information System design, with forms and portal architecture being generated automatically.

Open Blue Lab is stable and production ready and is deployed in a variety of industries. For example, it has been used :

· for the Louis Vuitton luxury store, in the Champs-Elysées, Paris, France
· for Peugeot car constructor to manage office building

Whats New in This Release:

· This release provides models which are needed to generate the Web portal application.
· The portal is generated from the use case diagram.
· Forms and views are generated from the class diagram.

2
Office -> Finance
GPL GNU General Public License
Hide show
Open Blue Lab is a rapid application development framework for building Web 2.0 portal applications. Open Blue Lab is the framework used to develop the web site you are reading, and the full Web ERP Open Blue Lab too, from scratch.

Portal layout may be configured through the UI. Widgets are dynamically populated, making them data-aware automatically at run time with no need to code any database interaction.
Ajax and HTML-based forms are automatically built from XML widget definitions, which may be generated on the fly from a UML model that describes your information system.

This framework allows you to focus on Information System design, with forms and portal architecture being generated automatically.

Open Blue Lab is stable and production ready and is deployed in a variety of industries. For example, it has been used :

· for the Louis Vuitton luxury store, in the Champs-Elysées, Paris, France
· for Peugeot car constructor to manage office building

Whats New in This Release:

· Elements in the portal have been changed.
· The Warehouse form has been changed to a Location form. Supplier, Notification, and OrganizeBatchPick forms have been added.

3
Office -> Finance
BSD License
Hide show
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
4
Internet -> Proxy
GPL GNU General Public License
Hide show
NTLM Authorization Proxy Server is a proxy software that allows you to authenticate via an MS Proxy Server using the proprietary NTLM protocol.

Since version 0.9.5 APS has an ability to behave as a standalone proxy server and authenticate http clients at web servers using NTLM method.

It can change arbitrary values in your clients request header so that those requests will look like they were created by MS IE. It is written in Python v1.5.2 language.

Here are some key features of "NTLM Authorization Proxy Server":

· supports NTLM authentication via parent proxy server (Error 407 Proxy Authentication Required);
· supports NTLM authentication at web servers (Error 401 Access Denied/Unauthorized);
· supports translation of NTLM scheme to standard "Basic" authentication scheme;
· supports the HTTPS CONNECT method for transparent tunnelling through parent proxy server;
· has ability to change arbitrary values in clients request headers;
· supports unlimited number of client connections;
· supports connections from external hosts;
· supports HTTP 1.1 persistent connections;
· stores users credentials in config file or requests password from a console during the start time;
· supports intelligent failure detection and failover between multiple upstream proxies;

Whats New in This Release:

· This release fixes a minor bug with Python 1.5.2 compatibility.