search for: writedata

Displaying 5 results from an estimated 5 matches for "writedata".

Did you mean: write_data
2011 Jun 02
1
Any tips for speeding up encoding on iPhone?
...if (nbBytes) { // write to file // first write the header (2 bytes) // the header must contain the number of compressed bytes for a frame static bool once = NO; if (!once) { [file writeData: [NSData dataWithBytesNoCopy: &nbBytes length: sizeof(nbBytes)]]; once = YES; } // write encoded data [file writeData: [NSData dataWithBytesNoCopy: _compressedSpeexBuffer length: nbBytes]]; // remove fr...
2015 Feb 05
3
Rcurl crash in R-devel
Hello, I don't know if the problem originates from R-devel 3.2 or Rcurl itself. I post this message to the R-devel list and to the author of RCurl (duncan at r-project.org). > library("RCurl") Le chargement a n?cessit? le package : bitops > print(sessionInfo()) R Under development (unstable) (2015-02-03 r67717) Platform: x86_64-apple-darwin13.4.0 (64-bit) Running under:
2015 Feb 06
0
Rcurl crash in R-devel
...remove the long list of information for the compilation > library(RCurl) Le chargement a n?cessit? le package : bitops > # > f = CFILE("Pointe_Noire_Sud.kmz.zip", mode="wb") > curlPerform(url = "http://protomac.org/resources/Pointe_Noire_Sud.kmz.zip", writedata = f at ref) *** caught segfault *** address 0x0, cause 'memory not mapped' Traceback: 1: .Call("R_curl_easy_perform", curl, .opts, isProtected, .encoding, PACKAGE = "RCurl") 2: curlPerform(url = "http://protomac.org/resources/Pointe_Noire_Sud.kmz.zip&...
2016 Apr 27
0
R Script Template
The subject of your email is missing. Perhaps you need to read the Posting Guide (again?) about attachments. Embedding your example directly in the body of the email is generally more accessible in archives than attaching it. -- Sent from my phone. Please excuse my brevity. On April 27, 2016 1:14:17 PM GMT+01:00, G.Maubach at gmx.de wrote: >Hi All, > >I am addressing this post to all
2016 Apr 27
2
R Script Template
Hi All, I am addressing this post to all who are new to R. When learing R in the last weeks I took some notes for myself to have code snippets ready for the data analysis process. I put these snippets together as a script template for future use. Almost all of the given command prototypes are tested. The template script contains snippets for best practices and leaves out the commands that