User Portlet User Portlet

Szabolcs Horvát
Discussions
Hello everyone, I created a survey to try to determine what versions of Mathematica people are most commonly using. Please fill it out, and forward the survey to any friends or colleagues who also use Mathematica. ...
If it is at all technically feasible, it would be useful (or rather: user-friendlier) if `mathlink.h` did not include `windows.h` on Windows systems. Recently I had a very frustrating experience where a C++ library wouldn't work on Windows when...
This is a follow-up on [the discussion about the future of the `Graph` functionality in Mathematica](http://community.wolfram.com/groups/-/m/t/1321057). [@Charles Pooh][at0] was kind enough to respond in that thread and indicate that new...
What is the reasoning behind making Mathematica and the Wolfram Language purposefully non-modular? Currently, every new function goes into the same context, ``System` ``, and every function *appears* loaded at all times. It seems to be done this...
Suppose we have a graph `g` and a subset of `vs = VertexList[g]`. The vertex names of `g` could be anything. **How can I quickly and reliably get the subgraph induced by `vs`?** `Subgraph[g, vs]` does not work reliably. Consider the following...
Given a `Graph` with hard-coded vertex coordinates, how can we remove those coordinates without affecting any other graph properties? I am looking for a performant solution that uses only documented functionality. Here's a simple example. This is...
Wolfram|Alpha knows about lots of periodic tilings, e.g. [hexgonal](http://www.wolframalpha.com/input/?i=hexagonal+tiling). Most of the information it displays is accessible though Mathematica's entities. Entity["PeriodicTiling",...
This is a cautionary tale for those who choose Mathematica as the main tool for their work. It is now clear to me that Wolfram has simply abandoned the [Graphs and Networks](http://reference.wolfram.com/language/guide/GraphsAndNetworks.html)...
Hello everyone, I am looking for a (hopefully official) answer about the intended purpose of `"Shared"` passing in LibraryLink. LibraryLink developers have given me very useful responses here on Wolfram Community in the past. Basically, I...
[*Cross-posted to M.SE*](https://mathematica.stackexchange.com/q/164057/12) ---- I would like to know what method `FindGraphCommunities` uses with the option `Method -> "Centrality"` when given an edge-weighted graph. Based on the name of...