search for: getjson

Displaying 8 results from an estimated 8 matches for "getjson".

Did you mean: geojson
2010 Nov 06
0
Rails and JQuery and Ajax/Json question
...({ ''beforeSend'' : function(xhr) {xhr.setRequestHeader("Accept", "text/javascript")} }); to set my ajax call request Headers to text/javascript so that my respond to block for javascript is invoked. This works great up until I get to wanting to call jQuery.getJSON It appears that my ajaxSetup call causes the getJSON call to send the text/javascript header instead of application/json. Now there are a number of ways I can work around this (using jQuery.ajax, not using ajaxSetup ...) But I was wondering if there is a convention that folks have adopted in cas...
2018 May 08
3
help with json data from the web into data frame in R
...g Subject: Re: [R] help with json data from the web into data frame in R [non-tabular json data] -- ok.. so I think I need to figure out how to make it tabular. Thanks! [curl] -- I was hoping there was a cleaner way to do it.. using R to evoke cURL to get the data as text and then passing it into getJSON seems to be what I need to do. Do you by chance have an simple example of using RCurl to get a response ignoring cert errors? ty -Rich -----Original Message----- From: David Winsemius [mailto:dwinsemius at comcast.net] Sent: Tuesday, May 08, 2018 12:25 PM To: Evans, Richard K. (GRC-H000) Cc: r-...
2018 May 08
0
help with json data from the web into data frame in R
...elp with json data from the web into data frame in R > > [non-tabular json data] -- ok.. so I think I need to figure out how to make it tabular. Thanks! > > [curl] -- I was hoping there was a cleaner way to do it.. using R to evoke cURL to get the data as text and then passing it into getJSON seems to be what I need to do. > > Do you by chance have an simple example of using RCurl to get a response ignoring cert errors? > > ty > -Rich > > -----Original Message----- > From: David Winsemius [mailto:dwinsemius at comcast.net] > Sent: Tuesday, May 08, 2018 12:...
2018 May 13
2
Parsing status-son.xsl
Hi, I realise that the web is littered with posts and discussions concerning the topic of getting icecast stats from the xsl files (status-son.xsl) in the icecast web directory. As you may know, many of the solutions are outdated and example links are broken. I have limited knowledge of how to write my own javascript to get this info to display on my own website. Wondering if anyone can refer me
2018 May 08
0
help with json data from the web into data frame in R
[non-tabular json data] -- ok.. so I think I need to figure out how to make it tabular. Thanks! [curl] -- I was hoping there was a cleaner way to do it.. using R to evoke cURL to get the data as text and then passing it into getJSON seems to be what I need to do. Do you by chance have an simple example of using RCurl to get a response ignoring cert errors? ty -Rich -----Original Message----- From: David Winsemius [mailto:dwinsemius at comcast.net] Sent: Tuesday, May 08, 2018 12:25 PM To: Evans, Richard K. (GRC-H000) Cc: r-...
2018 May 08
3
help with json data from the web into data frame in R
> On May 8, 2018, at 9:03 AM, Evans, Richard K. (GRC-H000) <richard.k.evans at nasa.gov> wrote: > > That said, I have two issues to ask for help with: > > 1) how to ignore cert errors with a fromJSON call If you can do it with curl, then why aren't you doing one of a) a system call, b) installing and loading RCurl, c) installing and loading curl (the R package with that
2012 Sep 20
7
jQueryUI autocomplete (Rails 3.1): can't get source as url to work
Hey, I''m able to duplicate everything in Ryan Bates'' screencast on jQueryUI autocomplete (#102<http://railscasts.com/episodes/102-auto-complete-association-revised>), except for the piece that calls the server for completion data. Here is my view html: <input data-autocomplete-source="/searches" id="search-markets"
2009 Oct 06
0
[PATCH server] new host networking wui
...uot;).show(); -}; - -reset_nics_bonding_detail(); // run it once for inital content - -function reset_nics_select(){ - $("#nic_id option:first").attr("selected", true); -}; - -function reset_bonding_select(){ - // incase of new additions / deletions, repopulate select box - $.getJSON( - "<%= url_for :action => 'bondings_json', :id => @host.id %>", - {}, - function(j){ - var options = "<option value=''></option>" + - "<option value='New'>New</option>&quo...