Christopher2222

MaplePrimes Activity


These are Posts that have been published by Christopher2222

There are some great comments and replies by users that are worth upvoting.   Also choosing as best answer to some posts that were converted from questions would also be helpful here at mapleprimes.

Mapleprimes should have an option to sort Mapleprimes by the date of the original poster.

There are few ways to determine the day of the year.  The first way I show here is a bug.

with(Finance):
FormatDate("Aug-4-2015","%j")
                                             "%j"

it was described on the help page that the options can be of the form of any described in StringTools[ParseTime] of which %j did not work.  Fortunately there's other ways.

with(StringTools):
ParseTime("%m-%d-%Y", "8-4-2015"):-yearDay
                                                                       216

with(Finance):
DayCount("jan-1-2015", "aug-4-2015")+1
                                                                  216

 

 

                                                              

 

 

Why hasn't mapleprimes yet been able to solve the spam problem.  There was never this long a problem with Mapleprimes 1, every morning I find spam for the last few weeks. 

Also the timing still has yet to be fixed.  After 1 hour the times for when a post was made goes back to 0 minutes ago.

 

 

Bryon, since you are the mapleprimes.com programmer I am requesting that you add replies to the users list.  They are not brought up under users answers.

We have see all posts by... see all questions by... and see all answers by... however those categories miss every reply posted by the user.

First 8 9 10 11 12 13 14 Last Page 10 of 39