Roger Backhus
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Roger Backhus created a post, AnsweredUnclear on the concept
Hello,I installed this Wolfram Language plugin into my Intellij Idea IDE. I use Mathematica a lot and have recently been executing Mathematica code through JLink and Kotlin. So, I saw this plugin... -
Roger Backhus commented, -
Roger Backhus created a post, AnsweredCopy large arrays to clipboard in intellij kotlin
I have large arrays and while at a breakpoint in the debugger I want to copy them to the clipboard. So the array declaration (Kotlin) are like, pmt_trace = mutableListOf<DataTimePoint>() where the... -
Roger Backhus created a post, AnsweredWhy CLion?
I'm trying to use CLion to explore and run existing projects for which the source files and even Make files are already created. Of course, the Make files are likely not quite right for my environ...