search for: bugtrak

Displaying 2 results from an estimated 2 matches for "bugtrak".

Did you mean: bugtraq
2003 Oct 30
1
Compile problem with older ver. of CVS
While compiling Asterisk from one month ago cvs checkout -D "last month" asterisk I got compiling error: term.c:55: conflicting types for `term_color' include/asterisk/term.h:47: previous declaration of `term_color' term.c:98: conflicting types for `term_prompt' include/asterisk/term.h:49: previous declaration of `term_prompt' make: *** [term.o] Error 1 --------------
2011 Dec 22
1
ff object in lapply function
Hello. I'm using as.ffdf(mydataframe) to create ffdf objects inside an lapply loop and returning that. I then use crbind to combine the lapply results into allData. So...simplified flow looks like this. res <- lapply(1:nchunks, function(n) { blah blah with nth chunk mydataframe <- data.frame(blah blah) dat <-