468 reputation
18
bio website dinamistics.com
location Sydney, Australia
age 47
visits member for 1 year
seen May 13 at 8:26
stats profile views 18

Nov
22
comment Why do I keep getting the same random numbers?
I can't find anything in the documentation that exposes the current Method. The current state (kind of deprecated) is available via $RandomState but I believe it doesn't include the method. Anyone from Wolfram? If you want to isolate changes to your pseudo random generator to have reproducible simulations, use BlockRandom.
Nov
22
answered Problem with function as an argument
Nov
22
asked Notebook manipulation to “Save as (HTML)”
Nov
19
comment Possible to evaluate only selected cells?
Sebastian: many people have suggested to you to avoid doing Notebook manipulation. Please follow their advice, cell manipulation is useful in certain cases but it is not a way to structure execution. Unless, of course, you explicitly want to do Notebook manipulation to control export, rendering, etc. But honestly your questions don't seem to point in that direction... help us help you, what are you really doing?
Nov
19
comment Doing an Interpolation through a list of lists into a single function
Can I suggest to @wxffles to post and answer instead of a comment, no matter how "trivial"? It helps everybody 8^)
Nov
19
answered Why do I keep getting the same random numbers?
Nov
18
awarded  Supporter
Oct
30
awarded  Teacher
Oct
30
answered Why does importing a URL fail the second time and produce a FetchURL::conopen error?
Oct
18
awarded  Editor
Oct
18
revised How can I use “Save as (html)” and still render code as text?
added progress
Oct
18
comment How can I use “Save as (html)” and still render code as text?
Thanks cormullion. I was thinking on something along those lines. I got the following not crashing... Export[NotebookDirectory[] <> "/test.html", EvaluationNotebook[], "HTML", "ConvertReverseClosed" -> True, "ConversionRules" -> {"Input" -> {"<p class=\"text\">\n", # &, "\n</p>"}}] but produces lots of RowBox[...] output, so I bet I need to convert from RowBox to plain text somehow.
Oct
18
awarded  Student
Oct
18
asked How can I use “Save as (html)” and still render code as text?