User Portlet
Discussions |
---|
Great. CSV remains a very important data format and handling it consistently really makes life easier. Thanks for validating the test case. I am eager for the next version. |
Thanks for the note @Sander Huisman. In my problem case with .wdx, the export from was a GNU/Linux x86_64 (*Intel(R) Xeon(R) CPU E5-2660 v3 @ 2.60GHz*) and the import was to a GNU/Linux x86_64 (*Intel(R) Core(TM) i5-5300U CPU @ 2.30GHz*) so both... |
Thanks for the confirmation. |
I am unable to connect to a remote kernel using the default procedure as documented in "[How to | Connect to a Remote Kernel][1]." It seem that the an ssh connection is made to the remote server, however the remote server then attempts to make a... |
Mathematica has a number of functions to test if expressions represent a type of object. A summary is provided in the Help section guide/TestingExpressions. Unfortunately, there does not seem to be a "URLQ" to test if an expression is a string... |
I am making use of FindClusters to reduce continuous data to ordinal or nominal categories. I am able to run FindClusters on each data set in parallel. However, FindClusters can itself be very time consuming. Can the FindClusters function take... |
In Mathematica 10.3.1.0, the File, New, Package menu item creates ".wl" files. The documentation for "Setting Up Wolfram Language Package" (tutorial/SettingUpWolframLanguagePackages) makes reference to ".m" files. What is the difference between... |
RFC 3986 specifies that URIs should use percent encoding (%20) for space characters http://tools.ietf.org/html/rfc3986#section-2.1 The Mathematica URLEncode function is documented as "converts into a URL-style, percent-encoded ASCII string" ... |
I have been developing routines to work with Linked Data technologies in Mathematica. The following mappings appear to be the most natural: - SPARQL SELECT: This is the simplest case as the result can be simple CSV with most SPARQL query... |
It seems that passing the "Username" and "Password" options to URLFetch does work. Therefore, the issue is limited to the use of the credential prompt dialog box when "Username" and "Password" options are not provided. This may be a defect in... |