ast-devel Mailing List for Advanced Stock Tracking System
Status: Beta
Brought to you by:
mwilliamson
You can subscribe to this list here.
2007 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(2) |
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: hugh b. <hug...@ya...> - 2012-06-27 21:35:52
|
http://www.inseadworld.com/wp-content/themes/twentyeleven/getya.html |
From: hugh b. <hug...@ya...> - 2008-04-10 05:53:29
|
Hi I've just found ast and it looks great, big thank you! I'm a Perl/script person rather than a C++ one, so I can't contribute significantly into the core of it. One thing that would be very useful is detailed descriptions of the file structures and/or a complete database schema for the data. I'd like to try and mirror/use the data or link it from the back end (perhaps into cclite, which is my main sourceforge project). If this is somewhere on the site, my apologies... Finally, I found I had to allow symbolic links in my apache options to get it to run? Best regards Hugh Barnard http://copsewood.net/mailman/listinfo/ccdiscuss http://hughbarnard.org ___________________________________________________________ Yahoo! For Good helps you make a difference http://uk.promotions.yahoo.com/forgood/ |
From: Shay F. <sha...@gm...> - 2008-02-03 10:08:49
|
Hello. I'm try to compile ast (downloaded from svn repository). The compilation fails and throws me out. The error is : linking /usr/bin/ld: cannot find -lXpm collect2: ld returned 1 exit status make[1]: *** [afetch] Error 1 make[1]: Leaving directory `/home/panda01/ast-src/src/afetch' make: *** [all-recursive] Error 1 What is wrong on my system? (It is a Fedora Core 7 Virtual Server from GoDaddy.com) Thanks, Shay. |
From: Maor L. <ma...@st...> - 2008-01-29 11:23:58
|
Hallo my friends, I am part of a group ( of traders ) that have a large community in Israel. We are interesting in adding this application into our site with some (little) changes. I am looking for someone that has experience with the software and will be ready to help us with the "changes". We will be more then happy to donate $ to the project or to pay directly to the developer that will be ready to help us. If you are interested, let me know ......so we could talk about the details. Hoping to hear from you Regards Maor Lahav | Strategy Bank TEL 072 21 116 11 | FAX: 072 211 5213 | CELL 054 2 464 114 www.StrategyBank.co.il <http://www.strategybank.co.il/> . |
From: Boadie <bo...@gm...> - 2007-10-02 03:50:51
|
I see from the archives allot of people have had the same problem as me which is after running the install. The server is up and you go through the first time installation procedure but after that you cannot log in. The log files are big and empty and apache reports symptoms which suggest the ast file is abnormally ending. To cut a long saga short, involving a long wrestling session with gdb. I found that in date.cc in libatf has two pieces of nice working code that has been commented out and replaced with a direct reference to the environment. The effect of this is a reference to a non- existent TZ environment variable in Apache 2. This then throws an exception as the date is attempted. Then one line is written to the log file and it tries to use the date when writing the error log and of course the generates an exception. This spins to a predictable core dump. To fix, remove the return std::getenv("TZ"); and uncomment the old code and recompile etc. 00522 std::string libatf::date::get_tz() 00523 { 00524 return std::getenv("TZ"); 00525 /* tzset(); 00526 return get_tz( daylight != 0 );*/ 00527 } 00528 00529 std::string libatf::date::get_tz(bool is_dst) 00530 { 00531 return std::getenv("TZ"); 00532 /* tzset(); 00533 if( is_dst && tzname[1] != NULL && tzname[1][0] != 0 ) 00534 return tzname[1]; 00535 return tzname[0];*/ 00536 } -Boadie |
From: Jun Ma <art...@ya...> - 2007-05-27 15:15:38
|
Hi, All, I tried to install the latest version. I tested the version from source code and the version from http://advancedstocktracker.org, both have the same problem The problem appears after I setup admin, then login as admin, The error messages are following: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>500 Internal Server Error</title> </head><body> <h1>Internal Server Error</h1> <p>The server encountered an internal error or misconfiguration and was unable to complete your request.</p> <p>Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.</p> <p>More information about this error may be available in the server error log.</p> <p>Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.</p> <hr> <address>Apache/2.2.0 (Linux/SUSE) Server at localhost Port 80</address> </body></html> Any idea ? Thanks ____________________________________________________________________________________Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. http://mobile.yahoo.com/go?refer=1GNXIC |
From: <ili...@gm...> - 2007-03-13 08:29:43
|
Hi, I can't open new ast-0.2.7-src.tar.gz. Help, please. Regards |
From: Grzegorz C. <Grz...@te...> - 2007-01-10 18:18:56
|
Helo all =20 I try today to test AST with SQL database =20 So I've select in menu "Setup/System Settings/Quote Engines/Real-time Quote Engine" =20 and next switch from "Yahoo Finanse" to "SQL Database" =20 unixODBC, drivers, data source and "Database DSN" in AST is already configured. =20 now i've got following message: =20 ------------------------------ SQL Error: Database Query failed:=20 Stmt: SELECT last_price, date, "time", change, open, high, low, volume, daily_avg_vol, prev_close, avg_50_dy, avg_200_dy, bid, bid_size, ask, ask_size FROM ast_realtime_quote WHERE symbol =3D ? AND market_key =3D ? = =20 Type: N6libawf9sql_errorE Thrown from sqlconnection.cc:99 In function libawf::sql_stream libawf::sql_connection::create_stream(const std::string&, unsigned int)=20 =20 ------------------------------ =20 My question is =20 "where is... or what is database schema used by AST" =20 is someone has script with SQL create instruction please sent it to me. =20 Best regards Grzegorz Czuba =20 |