search for: imbrication

Displaying 4 results from an estimated 4 matches for "imbrication".

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="") } > ADDRESSES [1] "14265"
2011 Aug 10
3
How to quickly convert a data.frame into a structure of lists
Hello, This is my first project in R, so I'm trying to work 'the R way', but it still feels awkward sometimes. The problem that I'm facing right now is that I need to convert a data.frame into a structure of lists. The data.frame has columns in the order of tens (I need to focus on only three of them) and rows in the order of millions. So it's quite a big dataset. Let say
2005 Dec 14
1
Thinking about switching from courier-imap to Dovecot: 2 simple questions
...ain concern is to avoid the clear-text password in the dovecot-ldap.conf file. With courier-imap, the process simply bind to the ldap tree with the users's supplied login/password. No need for a special authentification purpose user. 2. Does imap's dovecot implementation support folders imbrication (more than one level folders) ? Thanks, kfx.
2012 Nov 09
0
Wine release 1.5.17
The Wine development release 1.5.17 is now available. What's new in this release (see below for details): - Sub-pixel font anti-aliasing in the DIB engine. - Support for automatic installation of ActiveX controls. - Automatic fallback to TLS 1.0 for secure connections. - Beginnings of the DirectWrite text analyzer. - Better handling of font outlines in OpenGL. - Various bug fixes.