User Portlet User Portlet

Szabolcs Horvát
Discussions
I would like to start a discussion on how to best handle errors in Mathematica. You are writing a package that many people will use. They may use your functions interactively, or they may use them inside larger functions they define. There is an...
We had multiple guides on setting up our own paclet server: * http://community.wolfram.com/groups/-/m/t/968760 * http://mathematica.stackexchange.com/a/132649/12 It's easy to do I tried it and works well. One remaining question I have:...
Recently I was trying to process notebooks generated by the documentation tools and make small adjustments to them. This is a "soft question" on what is the best way to do such notebook manipulations. I am asking about this because I found that in...
I was trying to make an auto-update script for my packages. It would find, download and install the latest version. The problem is that sometimes `URLSaveAsynchronous` hangs. This happens more often on Windows than on other platforms, but it...
Normally, documentation meant to be integrated into the Documentation Center is built from special source notebooks. According to the Workbench documentation, it should also be possible to use [alternative formats][1]. Just create the notebooks...
I am evaluating commands on a "slave kernel" which I control from a "master kernel" through MathLink in a manner similar to this: * http://reference.wolfram.com/language/tutorial/CallingSubsidiaryWolframSystemProcesses.html The slave kernel is...
Hello everyone, In this post I would like to share a programming technique I find interesting, as well as ask for feedback on it. ## The problem The [MaTeX package][1] typesets LaTeX directly within Mathematica. Unfortunately, every call to...
I would like to know what are the possible extensions in PacletInfo.m and what are their arguments. What practical effect does each one have? I am going to list the ones I know about below, and note the answer when I have it. ...
What does the function `FindGraphPartitions` do? The documentation doesn't explain this function clearly. I can see that this is the key: > FindGraphPartition[g,k] gives a partition of vertices into k approximately equal-size parts. > >...
I am exploring the Workbench documentation tools and I am trying to create documentation this way for the first time. I have a few questions on how to use these tools correctly. **How can I control the name of the application that will appear...