search for: preceived

Displaying 3 results from an estimated 3 matches for "preceived".

Did you mean: received
2012 Apr 24
1
returning functions inside lapply
This has been asked before, but I just cannot figure out why lapply should behave this way given that R uses lazy evalution. Even after reading (or at least trying to read) parts of the R language definition. > f <- function(x) {function() {x}} > a <- list(f(1), f(2), f(3)) > a[[1]]() # as expected [1] 1 > a[[2]]() # as expected [1] 2 > a[[3]]() # as expected [1] 3 > b
2016 Dec 12
1
cross-checking external declarations / debug info for declarations
I was able to add a call to EmitFunctionDecl in lib/CodeGen/CodeGenModule.cpp and then needed a corresponding LLVM change to handle SubprogramĀ¹s in the retained type vector. The diff D18565 is marked Abandoned. What is the future plans for supporting full-type consumers? On 12/9/16, 2:24 PM, "aprantl at apple.com on behalf of Adrian Prantl" <aprantl at apple.com> wrote: >
2008 Jan 15
32
A challenge from a CMS implementer
Hey guys RoR evangelists keep telling us that they have the #1 framework for developing webapps. OK, but show us something that works and is useful to many people out there. I could be wrong, but it doesn''t seem as if there is anything that qualifies, as yet? So I''ve got a little challenge for you: come up with a decent plugin WYSIWYG visual editor for CMS. There are several