User Portlet User Portlet

Rodrigo Murta
Discussions
Hi David, tks for share your material, I believe the main point is to simplify this operation, like what **R** does. Today in **Mathematica** as you stated, you have to: - 1 - Go to a website to download the file - 2 - Put in the right place...
Realy cool! Beautiful post! I suggest you to use some compression in your file, they are too big. Maybe something like: Export["~/desktop/test.jpg",RandomImage[], "CompressionLevel"->0.2 ]
Hi @Daniel Interesting this Google API for search. Tks for sharing!
Tks Jean! It solver my problem too. Very useful.
I would use: FirstCase[el, ("pricedec" -> x_ ):> x,Null,Infinity]
The behavior of **.wl vs .m** has changed in V10.1 (and broke my code!). When reading a Folder Package, now Wolfram reads first **.wl** instead of **init.m** inside Kernel directory, I have to change from **.wl** to the old **.m** to make my code...
I don't have the steps, but I have success in make it work in RedHat. It was not easy to make front end to work. Front end instance is needed for make plots or file export to work.
Some problem with my post. I can't edit it, and my name is missing. This code part is useless: Get[pack_String,Databin[id_String]]:=Module[{databin=Databin[id]}, Get[pack,databin] ] Can be removed Murta
Hi Ray, The debugger don't work well in Mathematica. See this post: [Bug in Debugger?][1] for more information. I have reported it to Wolfram Support. Maybe in next release we have some news. [1]:...
This guide is very complete: [DatabaseLinkUserGuide][1] Here is how I would do for your case. Needs["DatabaseLink`"] conn = OpenSQLConnection[ JDBC["Microsoft SQL Server(jTDS)", "myIP"] ,"Username" -> "myuser" ...