Displaying 4 results from an estimated 4 matches for "imbricated".
Did you mean:
fabricated
2006 Aug 22
4
Successive subsets from a vector?
I'd like to pick every imbricated five character long subsets from a
vector. I guess there is some efficient way to do this without loops...
Here is a for-loop-version and a model for output:
VECTOR=c(1,4,2,6,5,0,11,10,4,3,6,8,6);
ADDRESSES=c();
for(i in 1:(length(VECTOR)-4)){
ADDRESSES[i]=paste(VECTOR[i:(i+4)],collapse="&...
2011 Aug 10
3
How to quickly convert a data.frame into a structure of lists
...the values of C that match the corresponding levels
of A and B.
So, I should be able to write something like this:
> MyData at list_structure$x_level_of_A$y_level_of_B
and get a vector of the values of C that were on rows where A=x_level_of_A
and B=y_level_of_B.
My first attempt was to use two imbricated "lapply" functions running
something like this:
list_structure<-lapply(levels(A) function(x) {
as.character(x) = lapply( levels(B), function(y) {
as.character(y) = C[A==x & B==y]
})
})
The real code was not quite as simple, but I managed to have it work, and it
worked wel...
2005 Dec 14
1
Thinking about switching from courier-imap to Dovecot: 2 simple questions
Hi,
I'm using RHEL4 and since the dovecot RPM is present in the main
repository, I'm thinking about switching from courier-imap (with whom
I've got trouble to update) to Dovecot. Here are two questions about
Dovecot (google didn't answer me):
1. Is it possible for dovecot to use the bind mecanism against ldap for
authentification purpose. My main concern is to avoid the
2012 Nov 09
0
Wine release 1.5.17
...LTSPICE crashes some seconds after running a simulation
25060 Microsoft .NET Framework 3.5 installer does not complete
25385 The UnderGarden Demo won't run without winetricks d3dx9_36
26877 Cannot save games in Sim City 3000 Unlimited
27056 WebcamMax: Crash at installation
27741 Imbricated for loops parameters not expanded correctly
27813 Windows 7 msacm32 needs CompareStringOrdinal
28422 scanf family of functions provides only 7 digits of precision for converting doubles and long doubles
28477 Pollux Ride : Unhandled exception: unimplemented function msvcp80.dll.??0?$basic_...