| bio | website | problemania.org |
|---|---|---|
| location | Problemania | |
| age | ||
| visits | member for | 1 year, 3 months |
| seen | May 14 at 21:52 | |
| stats | profile views | 94 |
A moderator at Wiki site http://problemania.org where a group of enthusiasts enjoying sharing the fun solving mathematics, physics, and computing problems. We primarily work on problems found in college/grad school text books.
Web page: http://problemania.org
Twitter: http://twitter.com/#!/problemania
Github: https://github.com/Problemania
E-mail: problemaniac@gmail.com ( NOT problemania@gmail.com )
|
Jul 3 |
revised |
How to find all vertices reachable from a start vertex following directed edges? minor fix to wording |
|
Jul 3 |
suggested | suggested edit on How to find all vertices reachable from a start vertex following directed edges? |
|
Jun 29 |
awarded | Good Question |
|
Jun 24 |
accepted | Should I use \\\“ or \” to match " in regex? |
|
Jun 22 |
revised |
Should I use \\\“ or \” to match " in regex? added 138 characters in body |
|
Jun 22 |
asked | Should I use \\\“ or \” to match " in regex? |
|
Jun 20 |
comment |
How to write output to an external text file in addition to the standard output stream? Is it possible to use PutAppend[] and not OpenWrite[]? |
|
Jun 19 |
asked | How to write output to an external text file in addition to the standard output stream? |
|
Jun 5 |
awarded | Favorite Question |
|
Jun 2 |
awarded | Popular Question |
|
May 10 |
comment |
What format to use to store expressions in database? About the pair of transformations ToString[expr, InputForm] and ToExpression[str, InputForm], is it necessary for expressions that's NumericQ True? |
|
May 10 |
comment |
What format to use to store expressions in database? It's a requirement that {_String, _Real} should not be split into two columns. Sorry if I'm not clear with that. Also, the depth and length of the list is indefinite. So separating it is not generally possible. |
|
May 10 |
comment |
What format to use to store expressions in database? See addition in the OP. |
|
May 10 |
revised |
What format to use to store expressions in database? added 162 characters in body |
|
May 9 |
asked | What format to use to store expressions in database? |
|
May 8 |
comment |
How to let output and message be print to two separate external files? No. I don't know exactly all the details of the program I'm running. But I'm guessing, it's trying to print something whose up value isn't defined for OutputForm. |
|
May 8 |
comment |
How to read data file quickly? @Simon Woods, and RecordSeparators -> {"\t", "\n"} will work with it!? |
|
May 7 |
comment |
How to let output and message be print to two separate external files? After setting FormatType -> OutputForm, I get errors Intersection::normal: Nonatomic expression expected at position 2 in Intersection[{StandardForm, TraditionalForm}, FormatType]. in the file storing messages. Why? |
|
May 6 |
comment |
How to read data file quickly? What if the rows are of form _String _Integer _String _Integer? |
|
May 5 |
revised |
How to read data file quickly? added 5 characters in body |