MrMarc

3163 Reputation

18 Badges

17 years, 130 days

MaplePrimes Activity


These are questions asked by MrMarc

I would also like to have an answer to that question !
How would I specify the below code (yahoo finance) for google finance?

> sid := Open("ichart.yahoo.com", 80); Write(sid, cat("GET /table.csv?s=", ticker, "&a=", startMonth-1, "&b=", startDay, "&c=", startYear, "&d=", endMonth-1, "&e=", endDay, "&f=", endYear, "&g=", timeStep, "&ignore=.csv HTTP/1.0 \n\n")); str := ""; b := Read(sid); while b <> false do str := cat(str, b...

If I type FormatTime() then I get todays year,month and day.

What should I type if I want the year, month and day one month ago?

I have a inserted code-edit region in Maple-14.
The first line says restart: and then I have some data.

When I collapse the code edit region is says restart: beside the icon.
I dont understand why Maplesoft has not fixed such a "leak" ?

For me such small things are highly important because when you
use maple on a daily basis such small inconsistencies will give grow you a cancer.

Another thing, why cant I programmaticaly load a matrix with data into a code

I had my traditional right-hand-side dock pannel in Maple 14 which
includes Greek, Components etc. Then I selected components
and droped it on the righ-hand side of the screen, which gave me
a dock on the right-hand-side of the screen.

Now the problem is when you want to remove such a right-hand side dock.
The arrows are extremely small which means that it is extremly difficult to
see them yet alone click on them. Most of the time when you have your mouse on them

I am wondering if the export to pdf function has been improved in maple 14?

When I used such a function in Maple 13 the result was extremly ugly ie the
pdf did not show up as it looked on the screen ie in Maple. Some tables were
split on new rows, some table text did not show up at all, table orphance, text orphance, etc etc.

I would actually prefer that such a function "export to pdf" is removed than having such a
flawed function included in Maple....

First 12 13 14 15 16 17 18 Last Page 14 of 35