The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
1answer
290 views

Gravatars/identicons with Mathematica

The default avatar/identicon is based on an MD5 hash of your e-mail address. With some e-mail providers (e.g., GMail) the address gmailuser+foo@gmail.com is still ...
0
votes
2answers
108 views

Network database access - How do I connect to a remote database?

I am able to connect to a specific MS Access Database when it is on the same Windows computer as Mathematica via the command ...
5
votes
1answer
127 views

Connecting Mathematica to a SOCKS5 tunnel proxy

I have Mathematica setup normally and connections work. However, when I want to use it to connect through my SSH tunnel program (Tunnelier), it throws the error PacletSiteUpdate::err: An error ...
15
votes
1answer
296 views

Can anyone explain how to use Mathematica's OAuth package?

I noticed that in HTTPClient.m which is included with Mathematica 9 and is located in ...
3
votes
2answers
263 views

Check Google PageRank for a given URL

Does anyone know how to write a Mathematica function that returns the Google PageRank of a given URL? I found a tutorial for achieving this in a bash script here, but I have no idea how to port this ...
14
votes
1answer
195 views

Getting Mathematica.SE reputation data

I'm asking the following on behalf of Mr.Wizard. On StackOverflow I used the old v1.0 SO API and Mathematica to obtain user reputation data. Now we are no longer a tag on StackOverflow and the v2.1 ...
8
votes
1answer
164 views

Import the “thumbnail” of an internet page

I have a list of internet sites links from which I would like to automatically recover the page image/thumbnail and page title. Let's suppose that one of the links is https://www.google.com/, I would ...
0
votes
0answers
106 views

Problem with “Test Connectivity”

I have internet connection and I can execute such commands like: Import["http://www.google.com"] and == integrate x^2 dx ...
3
votes
2answers
304 views

How to access Mathematica license server (being outside of the local network)

This is no Mathematica-language specific question but rather a network problem, so if this is the wrong place to ask, I apologize. I am running Mathematica on Windows 7, the license manager ...
4
votes
0answers
89 views

How to deal with WebServices error “any is not supported in sequence”? [closed]

I am trying to aquire data through Mathematica's WebServices and this example works just fine: ...
18
votes
3answers
938 views

Download xkcd Click and Drag comic

Inspired by the recent question about xkcd styled plots I started looking at xkcd again and I came across a comic titled Click and Drag. And if you do that, you start exploring a larger drawing. A ...
17
votes
2answers
1k views

How to play with Facebook data inside Mathematica?

I saw this post from Wolfram here and I would like to know how to import facebook data into Mathematica.
5
votes
0answers
82 views

Download binary file bypassing Import/Export? [duplicate]

Possible Duplicate: Downloading files without using Import While attempting to answer my own question I realized that I don't know a way to simply download a binary file to a specified ...