similar to: split a row into multiple columns

Displaying 20 results from an estimated 500 matches similar to: "split a row into multiple columns"

2010 May 31
2
Ignoring initial rows in a text file import
I am trying to import a series of text files generated by stimulus presentation software. The problem that I am having is that the number of rows I need to skip is not fixed (depending on subject's pretest behavior) nor is the first row of the data I want always the same (the stimuli were presented in random order). So I need to bring in the .txt file (using readLines?), look for the row
2011 Mar 24
3
How create vector that sums correct responses for multiple subjects?
I have a data file with indicates pretest scores for a linguistics experiment. The data are in long form so for each of 33 subjects there are 400 rows, one for each item on the test, and there is a column called ‘Correct’ that shows ‘C’ for a correct response and ‘E’ for an incorrect response. I am trying to write a formula that will create a vector that indicates the number of correct answers
2011 Apr 30
3
using tapply with multiple variables
HI All, I have a long data file generated from a minimal pair test that I gave to learners of Arabic before and after a phonetic training regime. For each of thirty some subjects there are 800 rows of data, from each of 400 items at pre and posttest. For each item the subject got correct, there is a 'C' in the column 'Correct'. The line: tapply(ALLDATA$Correct,
2004 Nov 20
0
ffmpeg2theora start and end time support
For last few days I was trying to learn ffmpeg and libtheora API. In the process, I have modified ffmpeg2theora code to include support for start time and end time. ffmpeg2theora -s 60 -e 130 file.avi will produce file.ogg which will be from 60th to 130th second of input file (something like -ss and -endpos in mencoder). This is a useful feature for someone who wants to cut a part of video
2010 Jun 14
7
OpenSolaris Sparc Xen boot problem
I am running OpenSolaris build 134 on a T1000 (Sparc). It has been an uphill battle getting this far. Many of the commands I find in the various documentation won''t work for me. ------------------------------------------------------------ steve@t1000:~# pfexec pkg install xvm-gui Creating Plan pkg: ''xvm-gui'' matches multiple packages
2010 Apr 15
2
Patch for HP T1000 INTL
I got HP T1000 INTL UPS to work with NUT. Looks like it is more or less equal to HP T750 INTL. I have only tested USB, not serial.
2009 Apr 27
1
HP T1000 UPS Upadet & help with using under knoppix
Hello all, First the easy bit, using the info in these mailing lists in respect of HP T750 here is the info for the T1000: Checking device (03F0/1F08) (003/006) FCC no of 5WSUSA-33229-XP-E , suggest it is a tripplite Added the T1000 info to tripplite-hid.c as described recompiled and works fine, thank you. Which driver should I use if I want to connect via the serial port? I am using the
2014 Jun 19
1
HP T1000 G3 shutting down too fast
I have an HP T1000 G3 for looking after three desktop PCs, a switch and a router. The batteries seem to be fine (battery tests, charge levels), but when I'm testing a power-failure, the UPS starts the FSD much too soon (judging by the battery charge level monitored with upsc). The load is about 300W, less than half nominal load, so despite the batteries not being brand new, it ought to keep
2009 Apr 29
0
Fw: HP T1000 UPS Upadet & help with using under knoppix
I have made some progress with this. If I add this into my loading script: /etc/init.d/udev stop sleep 1 /etc/init.d/udev start 2>/dev/null sleep 1it works from remastered CD. I have made 25 connection, reboot, reconnect, with no failures. I realise how strange this must sound & I definitely need the sleep commands!I am missing UPS temperature and battery run-time on the
2007 Nov 23
2
xvm NFS install
Hi I want t create a demU. but I it require me the NFS location. #virt-install -n xvm1 --paravirt -r 1024 --nographics -f /export/home/xvm1 -s 16 -l /net/t1000-up/software/snv-solarisdvd-x86-77.iso but during installing, it need NFS server. But I set NFS location /net/t1000-up/software/snv-solarisdvd-x86-77.iso. ERROR: You must specify a host who know what''s wrong? If I install demU
2006 May 11
0
Asterisk + G.729 on Sun T1000/T2000
I am curious if anyone has tested Asterisk running transcoding G.729 -> G.711 (ULAW) on Sun T1000 or T2000. I'd like to hear about your experience. ScriptHead -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060511/a6492f6c/attachment.htm
2018 Feb 04
1
Unexpected behaviour from read.table
I?ve been struggling with seemingly ?corrupt? data.frames for a few days, and believe I?ve narrowed the problem down to some odd behaviour from read.table I receive a tab delimited file from an external provider where strings are encoded as =?content?. Not sure why, perhaps as most users open it in Excel. My specific issue is that trailing spaces in any of the strings are causing strange results
2009 Jan 10
3
ALOM woes
Hi. After running with the crossbow bits for a while, I discovered that the network management port on my T1000 wasn''t working properly (no link light). When logging in on the serial management port and running "resetsc", I got this: --->8--- ALOM POST 1.0 Dual Port Memory Test, PASSED. TTY External - Internal Loopback Test TTY External - Internal Loopback Test, PASSED.
2008 Aug 19
5
How accurate is "ustack"?
I have been doing some profiling using the profile provider. I have a command that runs more slowly on the T1000 than it does on prior systems and I am trying to find out why. Using the profile provider at 1000 hz, and aggregating on the ustack output, I find that the same function appears at the top of the stack on both platforms, but on each there are specific instruction locations within
2006 Jun 10
5
Sun + Ubuntu == good for Rails?
Hi, anyone have any experiences running Sun hardware (maybe a T1000 or 2000) with Ubuntu with Rails? Joe
2009 Sep 20
2
xtable + print (html)
hi, I want html code via the xtable package. I have a data.frame and tried to use the print()-function. But I only get the data.frame printed - no html arround it. what do I have to change? thanks!
2004 Sep 10
6
command-line: AIFF writer advice
The patch I submitted only reads AIFF files. I'm about to start the patch to write AIFF files. To do so, we need a command-line option to specify AIFF. My inclination is to add an option: -ff { raw | wav | aif } In some sense, "-ff" is silly since it probably stands for "format format". Still, I think it's better than just "-f", since the first
2000 Jun 25
2
Encoding the wrong Endian and AIFF
I know this is probably blindingly obvious, but I can't find it anywhere. Is there a way to tell the Vorbis codec what endian your samples are or do I have to do my own byte reversal. AIFF is Be's 'standard' audio file format, and its encoded big endian, not little endian even on Intel boxes. I know for decoding ov_read has an endian option, but I can't see an equaivalent for
2009 Feb 10
1
flac error with some aiff files?
flac.exe is choking on some aiff files as input with the following: "ERROR: SSND chunk size inconsistent with sample frame count" According to Daren on the dBpoweramp forum "The flac.exe program ignores the amount of data bytes quoted in the SSND chunk and tries to read to the end of the file, which would be fine if the SSND data was the last data in the file. The problem is
2014 Dec 12
2
[Bug 991] New: Exactly after 24h of uptime system hungs
https://bugzilla.netfilter.org/show_bug.cgi?id=991 Bug ID: 991 Summary: Exactly after 24h of uptime system hungs Product: netfilter/iptables Version: unspecified Hardware: sparc64 OS: Debian GNU/Linux Status: NEW Severity: blocker Priority: P5 Component: ip_tables (kernel)