These questions are the most frequently asked and answered questions on Meta.
10
votes
1answer
152 views
Language hint for the code environment
Here on mathematica.stackexchange we will most of the time have to deal with Mathematica code, but it clearly happens too, that someone posts Java-code for JLink or C-code for MathLink, etc. just look ...
17
votes
4answers
190 views
How do I enter the backticks for contexts as inline code?
Contexts have backticks, which conflict with the normal way to enter inline code. How do I enter an inline context, since the initial approach:
`System``
doesn't work ( `System`` ).
83
votes
1answer
2k views
Can I easily post images to this site directly from Mathematica? (Yes!)
Graphics are tightly integrated into the Mathematica interface. The Front End is programmable, and Mathematica has functions to interface with the web, so the question naturally comes up:
Could we ...