-
For an AMWG diagnostic & using the data in dropbox ClimateData I get. Note it's complaining that ABSORB_var is not a key, but ABSORB is a key.
diagnostic: 5 - Horizontal Contour Plots of Season…
-
Hey, this is a good app and helps a lot already to test server side implementations.
Only thing missing seems to be the http request to the server. Here is the command line and output:
```
jurgenhaa…
-
Is there a way to add custom extensions to be viewed with the json formatter extension?
```
$curl -I http://www.qwiki.com/api/v2/channels/p0h5JN.qrl?include_qwiki_id=87Z9c5
HTTP/1.1 200 OK
Cache-Cont…
-
Experiment with letting threads keep their last-claimed object in a thread-local. It will complicate things, I'm sure, but could potentially reduce the cost of a non-contended claim to a TLS-lookup an…