search for: linebuff

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

Did you mean: linebuf
2007 Sep 03
0
some problems with "linebuffer"; was: Bug?
...; On 8/31/07, Uwe Ligges <ligges at statistik.uni-dortmund.de> wrote: >> >> Johanna Hasmats wrote: >>> Hi! >>> >>> >>> >>> How can I get around in R 2.5.1 in Windows: >>> >>> >>> >>> Error in strsplit(linebuffer, "") : object "linebuffer" not found >> >> Why should this be a bug in R, if you have no object named "linebuffer" >> in the environments that are on the search path. > > This sounds like it could have something to do with the command > co...
2007 Aug 31
1
Bug?
Hi! How can I get around in R 2.5.1 in Windows: Error in strsplit(linebuffer, "") : object "linebuffer" not found It comes a few lines after the actual strsplit, and yesterday everything was fineā€¦ Thank you in advance Kindest regards, ******************************************************************* Johanna Hasmats Ph.D Student...
2000 Nov 08
0
vq diffs
...book.h" -#include "../lib/sharedbook.h" +#include "misc.h" /* ogg_malloc, etc. */ #include "bookutil.h" +#include "codebook.h" /* A few little utils for reading files */ @@ -41,8 +41,8 @@ if(!lbufsize){ lbufsize=1024; - linebuffer=_ogg_malloc(lbufsize); + linebuffer=(char*)_ogg_malloc(lbufsize); }else{ lbufsize*=2; - linebuffer=_ogg_realloc(linebuffer,lbufsize); + linebuffer=(char*)_ogg_realloc(linebuffer,lbufsize); } } @@ -179,6 +179,7 @@ codebook *codebook_load(char *fi...
2006 Aug 20
14
http parser
Just thought I''d let you know that your http parser worked great for creating an http protocol handler for Eventmachine. It wouldn''t take that much effort to use Eventmachine for Mongrel, might be worth a shot just to see how it does. A few things would need to be restructered, like HttpRequest where you read the rest of the body, and calling the handler. But it
2012 Feb 22
4
[Bug 1983] New: add an option for disabling buffering
...ssigned-bugs at mindrot.org ReportedBy: amcnabb at mcnabbs.org Output is aggressively buffered when no pseudo-terminal is available. For long-running commands, users have no way of checking how much progress has been made, even if the command gives regular output. If ssh had, say, a "LineBuffering" or "DisableBuffering" option, then users could control this behavior. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.