User Portlet User Portlet

Discussions
Nice graphs! Depending on your goal, you can get more "accurate" synonyms by staying within the sense-disambiguated classes in WordData. E.g., taking the word "discombobulate", you can find these synonyms by using the third argument "Rules":...
If you assume it's consistent within the list (either {10} or {13,10} or {13} for every line ending), then something likeIn[103]:= Max[Count[bytes, 10], Count[bytes, 13]] Out[103]= 2 is probably pretty efficient. If you want to support...
Here are a couple of options: [mcode]In[255]:= ToExpression["$Line", InputForm, Function[x, MessageName[x, "usage"], {HoldFirst}]] Out[255]= "$Line is a global variable that specifies the number of the current input line. " In[260]:= MessageName[#,...
Here's a way Select[Names["System`*"], MemberQ[ToExpression[#, InputForm, Attributes], Orderless] &]