search for: 20area

Displaying 6 results from an estimated 6 matches for "20area".

2014 Nov 14
0
[RFC PATCH v1] arm: kf_bfly4: Introduce ARM neon intrinsics
...acceptable to begin with? or b. Should the "AS_IF([test x"${enable_asm}" = x"yes"]".. section in configure.ac be re-written? Please advise. [1]: https://code.google.com/p/webrtc/issues/detail?id=3350&can=1&q=ne10&colspec=ID%20Pri%20Mstone%20ReleaseBlock%20Area%20Status%20Owner%20Summary [2]: https://github.com/projectNe10/Ne10 Regards, Vish On 9 November 2014 15:34, Viswanath Puttagunta <viswanath.puttagunta at linaro.org> wrote: > > Hello, > > This patch introduces ARM NEON Intrinsics to optimize > kf_bfly4 routine in celt part of...
2018 May 08
3
help with json data from the web into data frame in R
...I think I've got it :-) Please let me know if you see anything glaringly wrong with this: library(RCurl) zWebObj <- postForm("https://www.semantic-mediawiki.org/w/api.php", "action" = "ask", "query" = "[[Category:City]]|?Capital%20of|?Has%20area", "format" = "json" .opts = list(ssl.verifypeer = FALSE) ) Thank you! -Rich -----Original Message----- From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of Evans, Richard K. (GRC-H000) Sent: Tuesday, May 08, 2018 12:51 PM To: David Winsemius Cc: r-help...
2018 May 08
0
help with json data from the web into data frame in R
...> Please let me know if you see anything glaringly wrong with this: > > library(RCurl) > zWebObj <- postForm("https://www.semantic-mediawiki.org/w/api.php", > "action" = "ask", > "query" = "[[Category:City]]|?Capital%20of|?Has%20area", > "format" = "json" > .opts = list(ssl.verifypeer = FALSE) > ) > The R interpreter tells me there's a missing comma after the line: "format" = "json" Fixing that syntactic error I get: str(zWebObj) # ---bein console output at...
2018 May 08
0
help with json data from the web into data frame in R
...sult, so it doesn't "fit" into a tabular structure. -- David. > As seen in the following example > > library("rjson") > result <- fromJSON(file = "https://www.semantic-mediawiki.org/w/api.php?action=ask&query=[[Category:City]]|?Capital%20of|?Has%20area&format=json") > json_data_frame <- as.data.frame(result) > print(json_data_frame) > > which results in: > >> library("rjson") > > Warning message: > package ?rjson? was built under R version 3.4.4 > >> result <- fromJSON(file = &q...
2014 Nov 09
3
[RFC PATCH v1] arm: kf_bfly4: Introduce ARM neon intrinsics
Hello, This patch introduces ARM NEON Intrinsics to optimize kf_bfly4 routine in celt part of libopus. Using NEON optimized kf_bfly4(_neon) routine helped improve performance of opus_fft_impl function by about 21.4%. The end use case was decoding a music opus ogg file. The end use case saw performance improvement of about 4.47%. This patch has 2 components i. Actual neon code to improve
2018 May 08
3
help with json data from the web into data frame in R
...sult, so it doesn't "fit" into a tabular structure. -- David. > As seen in the following example > > library("rjson") > result <- fromJSON(file = "https://www.semantic-mediawiki.org/w/api.php?action=ask&query=[[Category:City]]|?Capital%20of|?Has%20area&format=json") > json_data_frame <- as.data.frame(result) > print(json_data_frame) > > which results in: > >> library("rjson") > > Warning message: > package ?rjson? was built under R version 3.4.4 > >> result <- fromJSON(file = &q...