| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year |
| seen | May 3 at 6:13 | |
| stats | profile views | 55 |
|
May 11 |
awarded | Nice Answer |
|
May 1 |
awarded | Yearling |
|
Apr 28 |
accepted | On Reverting Code that Mma Switches to Raw Input Form Back to Standard Form |
|
Apr 28 |
comment |
On Reverting Code that Mma Switches to Raw Input Form Back to Standard Form @Fultz: On one occasion I tracked an error back to a matching quote that got trapped in an italics style box by examining the associated .m file very carefully. Other times the parsing error is more obscure and I'm forced to search for previous versions of the notebook file and re-enter recent modifications. Sometimes I wonder if formatted usage messages are worth the potential headache, although I continue to use them with the hope that these issues will eventually be resolved. |
|
Apr 28 |
comment |
On Reverting Code that Mma Switches to Raw Input Form Back to Standard Form @Fultz: A somewhat related issue that has caused me additional grief on occasion concerns how style boxes are created when moving back and forth between plain text and italic in code cells where I'm using formatted text to define usage messages. Extraneous style boxes (containing no text) can sometimes be found littered throughout the underlying cell expression. Sometimes bizarre and difficult to track down parsing errors are reported by Mma while trying to load a package. |
|
Apr 28 |
comment |
On Reverting Code that Mma Switches to Raw Input Form Back to Standard Form @Fultz: I use the auto-generate package mechanism and always edit the notebook file (hardly ever looking at the .m package file and certainly not editing it). It's probably worth emphasizing here that this behavior can occur while editing in the notebook front-end. |
|
Apr 18 |
answered | How can you combine lines in LATEX, and lines Mathematica? |
|
Apr 18 |
revised |
Using the Mathematica front-end efficiently for editing notebooks added 1 characters in body |
|
Apr 18 |
answered | Using the Mathematica front-end efficiently for editing notebooks |
|
Apr 17 |
revised |
On Reverting Code that Mma Switches to Raw Input Form Back to Standard Form deleted 2 characters in body; edited title |
|
Apr 17 |
comment |
On Reverting Code that Mma Switches to Raw Input Form Back to Standard Form @Fultz: Thanks for the detailed response ... especially the point about commands in the FrontEnd context not really being intended for end-users. (Not clear from this section of the documentation.) Agree that NotebookWrite would be preferable for many applications -- my goal here was simply to convert some code that contained italics, which had mysteriously flipped into raw input form, back to standard input form. Do you have any additional insights in to what causes this behavior in the front-end? |
|
Apr 14 |
asked | On Reverting Code that Mma Switches to Raw Input Form Back to Standard Form |
|
Apr 3 |
comment |
Plotting data points: Optimizing size and visuals The PIP algorithm described in this review might be helpful for compressing the time series as well as some of the other techniques that are mentioned. |
|
Apr 3 |
comment |
Does an equivalent of marks in vim exist for navigating notebooks quickly? Looking at the code in the link a little more carefully it appears not too difficult to modify it to a) create bookmarks that are invisible or at least less visually intrusive and b) create keyboard shortcuts to delete bookmarks. |
|
Apr 3 |
comment |
Does an equivalent of marks in vim exist for navigating notebooks quickly? Thanks for the link ... I was envisioning a mark-setting mechanism that would be more immediate and more temporary in nature. For example, if I'm moving between three places in the notebook I'd like to be able to have the cursor bounce between those three locations with just a keystroke or two. Adding, searching, and then deleting comments feels somewhat like a hack and is certainly less convenient than I would prefer but might be worth introducing into my workflow if nothing better exists. |
|
Apr 3 |
asked | Does an equivalent of marks in vim exist for navigating notebooks quickly? |
|
Feb 7 |
comment |
Applying TextRecognize on alpha-numerical table Does anyone know if TextRecognize is a closed-source repackaging of Tesseract within Mathematica? Has anyone discovered any useful undocumented functions that can customize the behavior of this tool? It would be interesting to use Mma to try to build a mathematical OCR document engine since there's not many other choices available in this area yet. |
|
Feb 6 |
awarded | Organizer |
|
Feb 6 |
revised |
Creating a R DataFrame like construct in Mathematica edited tags |
|
Feb 6 |
comment |
Mathematica Package for Bayesian Networks Perhaps one could try to access the Bayesian network package in R from Mma using version 9 of the latter. RLink looks pretty awkward to use as compared to RPy2 thus far but perhaps that will change in the future. |