search for: interweaving

Displaying 12 results from an estimated 12 matches for "interweaving".

Did you mean: interleaving
2007 Aug 20
2
Interweaving cell entries from 2 columns
Hi, how do I interweave 2 columns of data into a single column? See illustration below. Thx-jenny I have 2 columns of data Col1 Col21 2 3 45 6 7 89 10 I want to create a new column with interlocking cell centries12345678910 Get the new Windows Live Messenger! Try it! _________________________________________________________________ Did you know you
2012 May 04
4
Interweaving of two datasets
...omputer expert give me data only as .xls/.csv data. This creates the possibility of two different cross tab, I really need both, the first has as total count the number of people The second one has as total count the number of request -- View this message in context: http://r.789695.n4.nabble.com/Interweaving-of-two-datasets-tp4608505.html Sent from the R help mailing list archive at Nabble.com.
2002 Aug 28
0
base conversion, digit interweaving
I've written some "rough" functions for base conversion and digit interweaving (as in x=135, y=246, interwoven=123456) which are ok for a small number of conversions or weaves, but, to be able to handle a large number of conversions or weaves, I'm hoping that some faster code already exists (ideally calling C or FORTRAN). Any suggestions for going base10 to base2, base2...
2006 Aug 02
2
Data transformation
Hi there, Wonder if someone who is R-savvy can help me with the following task (see below) that I occasionally do work and gets quite tedious if I do it manually. Thanks in advance! jenny. ----------------- I have a column of data that looks like this: NA18501 NA18502 NA18504 NA18505 NA18507 NA18508 NA18516 NA18517 NA18522 NA18523 And I want to duplicate the values and sort of
2009 Aug 25
1
[LLVMdev] [llvm-commits] [llvm] r79615 - in /llvm/trunk/test/Analysis/Profiling: ./ 2009-08-21-irregular-loop.ll 2009-08-21-only-one-block.ll 2009-08-21-several-blocks.ll dg.exp
Hi, Andreas Neustifter wrote: > Hi Daniel! > > Daniel Dunbar wrote: >> Hi Andreas, >> >> I talked with Chris about this the morning, and I think we agreed that >> lli based tests for this stuff are ok, as long as we limit them to >> just a few. The main thing we basically need lli for is to test the >> generation of the profiling information;
2012 Sep 15
2
Risk of readRDS() not detecting race conditions with parallel saveRDS()?
I hardly know anything about the format used in (non-compressed) serialization/RDS, but hoping someone with more knowledge could give me some feedback; Consider two R processes running in parallel on the same unknown file system. Both of them write and read to the same RDS file foo.rds (without compression) at random times using saveRDS(object, file="foo.rds", compress=FALSE) and
2009 Feb 03
1
Time series plots with ggplot
Hi, I am newbie user of ggplot and would like some assistance in implementing time series plots. I'd like to know how the tsdiag plot can be made in ggplot? Thanks Harsh Singhal Decisions Systems, Mu Sigma Inc.
2001 May 10
1
MIME types registration
There has been talks on the User list about registering atleast one MIME type with the IETF for .ogg files. I am familiar with the procedures for this and will start doing it right now unless someone urgently wants me to stop. A discussion concerned wether audio/ogg or application/ogg should be registered, I will most definately register audio/ogg for Ogg Vorbis, and in the future video/ogg may
2004 Feb 13
10
Encoding into MONO (delphi)
Hi! I have a problem. I hope, you can help me. I use a Delphi conversion (from Aleksandr Shamray), but it doesn't work when I'd like to convert a *.RAW into a mono *.ogg file. vorbis_encode_init_vbr(vi, 1, 44100, 0.5); //because of the mono the program stops at line: //* uninterleave samples */ . . buffer[1][i] := smallInt((pArray(@readbuffer)[i shl 2 + 3] shl 8) or
2004 Mar 24
1
Support for layers and alpha channel?
First of all congratulations on reaching alpha status. I was wondering if you people are implementing multiple layer support into the codec. I don't know if it should be in the container (ogg) or codec (theora) but perhaps the syncing requires at least support in the codec. For example a commercial: a cup of hot chocolate with steam escaping. Little action, low bandwidth. Then comes the
2012 Oct 02
0
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
Not to distract, but the word, `procedurization' is not an English word. It's just leaping out at me when it is either procedure(s) (noun) or proceduralize (verb). Even processes would make sense. I couldn't help myself because the word was distracting. - Marc P.S. Not that my vote counts, but I'm more in the camp of Hal whose approach to tackling the parallelization
2012 Sep 28
11
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
Hi All, We'd like to make a proposal for OpenMP representation in LLVM IR. Our goal is to reach an agreement in the community on a simple, complete and extensible representation of OpenMP language constructs in LLVM IR. Hopefully, this would serve as a common ground and would enable further development of OpenMP support both in Clang and LLVM compiler toolchain. We seek feedback on the