Displaying 20 results from an estimated 700 matches similar to: "extracting data from a list of unformatted text files"
2009 Oct 06
2
Problem with na.omit when using length()
I'm seeing what looks to me like odd behaviour when I use na.omit on a
simple "length" function, as follows.
> sno
[1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
23 24 25 26 27 28 29 30 31 32 33 34
> a
[1] 0 1 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0
> b
[1] 1 1 0 1 1 1 0 0 NA 0 0 0 NA 0 1 NA 0 1 0 0
2003 Oct 20
1
mgcp transfer takeback with ata186 (logs with comments - long post)
Hi,
in following of a recent discussion I got to work on MGCP with the Cisco
ATA186 again, and got it to work very nicely. However, there is a little
thing with transfers I would like to get comments on:
Call comes in from PSTN and goes to an ATA186 (MGCP)
Call is answered and then, using flash, transferred to another extension
If the extension is available, there can be an announcement and
2008 Jul 29
4
Graphics function question
Hello
I have created a graph using the following commands:
<<<
startBReP3O1T <- diffs$BReP3O1T - diffs$diff_BReP3O1T
endBReP3O1T <- diffs$BReP3O1T
x <- seq(47,89, length = 10)
ymin <- min(min(startBReP3O1T), min(endBReP3O1T))
ymax <- max(max(startBReP3O1T), max(endBReP3O1T))
y <- seq(ymin, ymax, length = 10)
plot(x,y, type = 'n', xlab = 'Age', ylab =
2003 Apr 12
1
system()
I am new to R but have used Splus for many years. When I create many
graphics in sequence in Splus/Linux, each time that I complete a
page, I send a message to my command line interface using the
following function:
FOOT <- function(PAGENO,TEXT)
{
mtext(outer=T, TEXT, side=1)
unix("cat", c(paste("Finished with page", PAGENO)),FALSE, FALSE)
2007 May 31
1
plotting variable sections of hourly time series data using plot.zoo
Dear list,
I have to look examine hourly time - series and would like to plot variable
section of them using plot.zoo.
Hourly time series data which looks like this:
YYYY MM DD HH P-uk P-kor P-SME EPOT EREA RO R1
R2 RGES S-SNO SI SSM SUZ SLZ
2003 1 1 1 0.385 0.456 0.021 0.000 0.000 0.000 0.013
0.223 0.235 0.01 0.38
2003 Oct 15
1
chan_skinny core dump
Hi all:
I've got some core dumps with chan_skinny. The client is ATA186 with v2.16.1.ms ata18x (Build 030814a). The * version is CVS-10/05/03-16:03:26.
When I make a call, the phone connected with ATA rings only 1 time and * dies. Maybe I have some errores in ATA config. If someone has proven configs for ATA, please send me the details.
Thanks in advance,
Gus
The logs:
*CLI> Version
2008 Aug 31
2
smb_auth problem
Hi samba community.
I'm having a problem with the smb_auth authentication method. Everything
looks like normal, but everytime I try to use smb_auth it returns ERR.
I will show here some commands output to secure that all configuration is
correct, and if anyone can help me to investigate what's happend I'll
thanks.
I'm using: Debian lenny, updated.
ii samba 2:3.2.3-1
2009 Jun 18
1
ogg_stream_reset() question
Hi Ogg experts!
My current work is catenating packets from several ogg files to the
one long stream, so I'd like to create stream once, and then reset it
just before reading codec headers from every new file. However, after
calling
ogg_stream_reset_serialno(ogg_stream_state *os, int serialno),
bos page is not pushed in stream since it calls
ogg_stream_reset(ogg_stream_state *os),
which
2004 Oct 15
1
Asterisk crashes on special Transfer with MGCP/ATA 186
Hi all,
i am using CVS-HEAD-08/13/04-12:00:00-BRI-stuffed-0.1.0-RC4a with Cisco
ATA-186 3.1.1 atamgcp
We are used to make an special ;) blind transfer like
(Flash)Number(Hangup before anyone answers or ring).
Then * crashes (see below) if the man in the middle is an cisco-ata-186-mgcp
If one waits until the last one rings, then hangup, everything is fine.
If one waits until the last one
2008 Jan 07
2
output into an unformatted direct fortran file
Hello everybody
Is there a way to output data into a file like the unformatted, direct
fortran files? That's the kind that can be opened with:
open(30, file='file', format='unformatted', access='direct', rec=1000,
convert='big endian')
Thank you in advance
Kostas Douvis
2006 Mar 28
2
Problems Configuring Cisco 12SP+
Hi,
After reading this valuable forum and the voip-info wiki and follow
all the steps , but my Cisco 12SP+ remains unregistered.
These are my config files:
skinny.conf
[general]
port = 2000 ; Port to bind to, default tcp/2000
bindaddr = 172.20.1.1 ; Address to bind to
dateFormat = D-M-Y ; M,D,Y in any order (5 chars max)
keepAlive = 120
languaje=es
allow = all
; disallow
2012 Feb 15
1
Using readBin to read binary "unformatted" output files from Fortran?
Hello,
I'm wondering if I can get some help with reading Fortran binary "unformatted" output files into R.
The Fortran output files were generated in Ubuntu 10.04 LTS using gfortran4.4, on a 32bit Intel Core 2 Duo 3.16 GHz machine, with little-endian and record marker lengths equal to 4.
The machine I'm currently trying to read this Fortran output file is a Macbook Pro
2007 Feb 13
2
Computing stats on common parts of multiple dataframes
Folks,
I have three dataframes storing some information about
two currency pairs, as follows:
R> a
EUR-USD NOK-SEK
1.23 1.33
1.22 1.43
1.26 1.42
1.24 1.50
1.21 1.36
1.26 1.60
1.29 1.44
1.25 1.36
1.27 1.39
1.23 1.48
1.22 1.26
1.24 1.29
1.27 1.57
1.21 1.55
1.23 1.35
1.25 1.41
1.25 1.30
1.23 1.11
1.28 1.37
1.27 1.23
R> b
EUR-USD NOK-SEK
1.23 1.22
1.21 1.36
1.28 1.61
1.23 1.34
1.21 1.22
2003 Dec 29
1
transfer with MGCP
Hello,
I`m try to make the attended transfer work Dlink DG-104S via FLASH, when
somebody calls my phone I pickup and press flash to get a second line to
call another extension. When I press flash I hear no dialtone, and only
a long and then small beep. When I try to dial digits I hear again those
long+short beeps, but the extension dialed is not ringing. If I pres
flash again I get back to
2008 Apr 30
2
Summary statistics across factor levels
R users,
I intention is to calculate some summary statistics across factor
levels. I know that in Hmisc package there is a summary function which
produces neat summary statistics when using "cross" option. I would
like to produce similar output with N and Missing columns but produce
a data.frame. Is there any built-in function for that?
#example data
install.packages("Hmisc")
2007 Aug 20
5
[LLVMdev] Problem with missing support for non-zero contant initializers.
Hi all.
I'm working on a LLVM based compiler for the D programming language by
Walter Bright.
D allows static arrays up to 16MB in size. I'm initializing global
static arrays with a constant initializer. But D requires that (per
default) static arrays are initialized with the default initializer
for the element type. For float this happens to be NaN, so I cannot
use a
2008 Mar 07
0
How to do a time-stratified case-crossover analysis for air pollution data? Unformatted text-version, with an additional note
Dear Experts,
I am trying to do a time-stratified case-crossover analysis on air pollution data and number of myocardial infarctions. In order to avoid model selection bias, I started with a simple simulation.
I'm still not sure if my simulation is right. But the results I get from the "ts-case-crossover" are much more variable than those from a glm.
Is this:
a. Due to the simple
2001 Dec 13
6
Newbie question
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello!
First, sorry if my english is not very correct :-)
I'm a spanish student making a streaming project under Linux and I'd
like to use Vorbis format but I have a problem. I want to capture
live audio from the sound card and stream it in real time to the
server. Actually I have installed Icecast, LiveIce and the Lame
encoder and they
2008 Aug 27
1
Significant digits for checking values of variable?
All,
I'm witnessing some strange behavior when checking the values of one of my
variables. My guess is that it has something to do with the number of
significant digits being represented, but perhaps not as my variable was
created from other variables that only had one decimal place. See below.
I'm sure this is something basic, any suggestions much appreciated.
Cheers,
David
>
2001 Feb 07
2
Patch for unformatted manpages
The attached patch (relative to the current CVS snapshot) uses a perl
script to convert the OpenSSH manpages from the BSD -mdoc format to
the -man format used by other systems. This allows the unformatted
manpages to be installed normally, rather than defaulting to
preformatted pages.
I'd like to see this patch integrated into the portable version of
OpenSSH. Please let me know what you