Displaying 2 results from an estimated 2 matches for "curer".
Did you mean:
cure
2020 Feb 13
3
Possible CORS issue
...publish now
playing data for an Alexa skill and this can be accessed via a browser at:
- http://example.com:8000/status-json.xsl
He says that now his PHP script cannot access the file.
I know that Alexa requires *streams* to be served over https but this has
previously worked and his skill is curerently failing at accessing the
status-json.xsl file.
This is successful:
curl http://example.com:8000/status-json.xsl
But this:
curl -I http://example.com:8000/status-json.xsl
gives a Bad Request:
HTTP/1.0 400 Bad Request
I'm wondering if this might be a CORS issue:
- https://enable-c...
2005 Oct 15
6
R GUI considerations (was: R, Wine, and multi-threadedness)
...to make it the basis of the future
platform-independent implementation of SciViews-R.
Now, regarding the rewritting of SciViews-R itself in a
platform-independent environment (i.e., language + graphical widget),
this is not undertaken currently for the reason I am not satisfied
enough with all curerently existing solutions for various reasons. I
give just a few explanations here:
1) R + Tcl + Tk. The tcltk R package is widely available and largely
debugged. However, there are still problems to make a 100% Tcl console
for R (look at Peter Dalgaard's attempt in the package, not complete,...