468 reputation
18
bio website
location Bucharest, Romania
age
visits member for 1 year, 3 months
seen Jun 18 '12 at 22:27
stats profile views 22

Mar
19
awarded  Nice Question
Feb
14
awarded  Yearling
Dec
20
awarded  Nice Question
Apr
3
comment Basic questions about running Mathematica
@celtschk: I was talking about the little Workspace window that Matlab uses to show you the current variables: hec.nasa.gov/news/gallery_images/matlabdesktop_lg.jpg
Mar
22
accepted Old values are not freed/garbage collected when you re-evaluate an assignment
Mar
22
asked Old values are not freed/garbage collected when you re-evaluate an assignment
Mar
22
accepted How to get string representation (like repr in Python)
Mar
22
asked How to get string representation (like repr in Python)
Mar
17
accepted Error when using rule as a list index - { i, x[[i]] } /. i -> 5
Mar
16
asked Error when using rule as a list index - { i, x[[i]] } /. i -> 5
Mar
14
comment Basic questions about running Mathematica
@Tim, Mathematica does not have a MATLAB like GUI, with windows showing files in the current directory or local variables. Most of the stuff, like plotting, happens inside the notebook, and not in separate windows like in MATLAB.
Mar
13
awarded  Editor
Feb
20
awarded  Teacher
Feb
20
answered Creating a realtime MIDI Out
Feb
19
comment How to automate a FrontEnd return?
This method has the problem that it scrolls to the notebook end, unlike DeleteGeneratedCells. Maybe the position can be saved/restored?
Feb
19
accepted Delete the current notebook cell using the keyboard
Feb
18
awarded  Nice Question
Feb
18
asked Delete the current notebook cell using the keyboard
Feb
18
comment Calling IronPython code from Mathematica
There is a way to avoid rebuilding the NETLink component for .NET 4.0 - you can just edit the InstallableNET(32).exe.config file and replace <supportedRuntime version="v2.0.50727" /> with <supportedRuntime version="v4.0" />, as suggested by a Wolfram engineer in forums.wolfram.com/mathgroup/archive/2011/Aug/msg00115.html
Feb
18
accepted Calling IronPython code from Mathematica