search for: rames

Displaying 10 results from an estimated 10 matches for "rames".

Did you mean: frames
2006 Nov 21
1
Is there any way to know when a field is blank
I have many text files in the format below and in certain rare instances such as below there can be nothing in one of the fields so a double comma is written but I won't know this because I am reading in many,many files sequentially. # TEXT FILE 2004-02-10 00:01:31.00000,,105.60000000 2004-02-10 00:01:32.00001,,105.60000000 2004-02-10 00:01:45.00000,,105.60000000 2004-02-10
2009 Sep 13
1
Manage an unknown and variable number of data frames
...a small data.frame (dat) and then cut it into different groups using CutList. The lists in CutList allow to me choose whatever columns I want from dat and allow me to cut it into any number of groups by changing the lists. It seems to work OK but when I'm done I have a variable number of data frames what I need to do further operations on and I don't know how to manage them as a collection. How do experience R coders handle keeping all this straight so that if I add another column from dat and more groups in the cuts it all stays straight? I need to send each dataf rame to another func...
2012 Jan 04
1
[LLVMdev] How can I compile a c source file to use SSE2 Data Movement Instructions?
I write a small function and test it under clang and gcc, filet test.c: double X[100]; double Y[100]; double DA = 0.3; int f() { int i; for (i = 0; i < 100; i++) Y[i] = Y[i] - DA * X[i]; return 0; } clang -S -O3 -o test.s test.c -march=native -ccc-echo result: "D:/work/trunk/bin/Release/clang.exe" -cc1 -triple i686-pc-win32 -S -disable-fr e -disable-llvm-verifier
2010 Aug 04
1
Problem using R and Beamer...
...ar [R] and beamer community, I am trying to build a presentation using beamer and [R]. I can Sweave the file; however, when I run pdflatex on the file i get the following error: ! FancyVerb Error: Extraneous input `> a = 123450 > b = -0.69 \end {Sinput} \end {Schunk} \end { beamer at frameslide}\ifbeamer at twoscreenstext \beamer at dosecondscreennow {{fragile} \frametitle {Numbers} \textbf {Numbers} can be represented in a variety of dif ferent formats. For example the number $1.2345\times 10^5$ is written as 1.234e +05 in \texttt {R}. \begin {Schunk} \begin {Sinput} > a = 123450...
2004 Sep 10
3
ERROR: mismatch in decoded data, verify FAILED!
Hi. I tried several times to encode a wav file with the -V option. Every time FLAC died and printed: 27.34% complete: frame 16256, wrote 149020170 bytes (74912256/273992119 samples), r=0.497 ERROR: mismatch in decoded data, verify FAILED! Please submit a bug report to http://sourceforge.net/bugs/?func=addbug&group_id=13478 Make sure to include an email contact in
2008 Sep 12
2
Creating data frame from existing data frame
I'm new to R, using it for an engineering stats class, and the first project is focused on creating data frames and plotting graphs. So far I have imported a set of data from a text file and saved it as a variable (using the read.table() function). One of the columns of the data consists of years, and I'm supposed to create a data frame that only consists the the date from one given year (ie. I need to s...
2004 Sep 10
3
ERROR: mismatch in decoded data, verify FAILED!
On 24-Jun-2001 Josh Coalson wrote: > hmm, I didn't see a bug report yet... can you make the .wav file > available for download? also, what version and options did you > use? this is interesting; I haven't seen a verify error in a > long time. > > Josh I also had this verify error encoding a wav I ripped from a CD. I didn't report this as it happended on flac
2008 Jul 20
25
Formatting Problem of ZFS Adm Guide (pdf)
ZFS Administration Guide (in PDF format) does not look very professional (at least on Evince/OS2008.05). Please see attached screenshot. This message posted from opensolaris.org -------------- next part -------------- A non-text attachment was scrubbed... Name: zfs_adm_pdf.png Type: image/png Size: 173631 bytes Desc: not available URL:
2010 Sep 20
0
No subject
connection will remain a TCP connection unless it is broken and restarted. Usually if I stop the client and wait for about 30 seconds to reconnect, there is a much greater chance that the MTU probes work fine, and in about 30 seconds MTU is fixed to 1416. Every time when the MTU probing fails, I see latency between 700 - 1000 ms with 32 byte pings over a LAN. Every time when the MTU probing does
2012 Apr 24
1
Reading Mutt mboxes from Thunderbird
Hi, I'm a user of Mutt, and before moving to Thunderbird I'm trying to share mboxes between them. To do this, I installed Dovecot to create an IMAP server in my local machine, to serve mutt mboxes to be read by Thunderbird. So far, I can read my inbox from /var/mail/%u, but in mutt, I have many folders in ~/mail, like 2010-mails, 2011-mails, mailing-list-x, mailing-list-y, and so on. How