Displaying 11 results from an estimated 11 matches for "cfn".
Did you mean:
can
2011 Aug 29
2
Plot history
Dear R group,
I am trying to plot uisng a for loop. Here is the script:
for (i in unique(cfn$ID)){
plot(cfn$TIME[cfn$ID==i],cfn$DV[cfn$ID==i],pch=16)}
I could access only the last plot of the series and cannot go back to see
all the plots. I appreciate your help in resolving this issue and also
please suggest how I can export the plots as a pdf or other format files for
publication purpo...
2004 Dec 11
1
Can't capture "-1" return on Dial command
...<from extensions.conf>
[macro-dialanalog]
exten => s,1,Macro(record-start)
exten => s,2,Dial(${TRUNK}/${MACRO_EXTEN},70)
exten => s,3,Macro(record-stop)
exten => s,102,Macro(record-stop)
exten => h,1,Macro(record-stop)
[macro-record-start]
exten => s,1,SetVar(CFN=${MONITORPATH}/${TIMESTAMP}--${CALLERIDNUM})
exten => s,2,Monitor(${MONITORFILETYPE},${CFN})
[macro-record-stop]
exten => s,1,System(/usr/bin/soxmix ${CFN}-in.${CFE} ${CFN}-out.WAV
${CFN}.WAV)
exten => s,2,System(rm ${CFN}-in.WAV ${CFN}-out.WAV)
exten => s,3,System(/usr/bin/sox...
2001 Dec 07
2
Memory problem
...hanks for any advice.
Manfred Baumstark
P.S. As I'm new to R: what sort of tests can I make to trace the problem?
Configuration: R-gui 1.3.1, WinNT 4.0, the same happens in R under IRIX 6.5
--------------------------------------
# Read list of filenames made by ls -1 <exp> >filelist
cfn <- file("filelist", "rt")
fn <- readLines(cfn, n = -1, ok = TRUE)
close(cfn)
pad <- integer(length = 384)
for (j in 1:length(fn)) {
img <- file(fn[j], "rb")
header <- readChar(img,8192)
imv <- readBin(img, "integer", n=1536*...
2011 May 24
0
How to resolve Centos Linux Version 5.5 x86_32 Callgrind Version 3.6.1 cg_annotate : Line 1 Missing command line error?
...8 364795898
154843814 202585 5324012 59432151
ob=(10) /home/frankc/DQTTest6/MatchUpTest/lirh5g_deb/MatchUpAccurate.exe
fl=(20) /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../../include/c++/4.1.2/iostream
fn=(8384) __tcf_0
0x804e2d8 76 1 0 1 1 0 0 1
+1 * 1
+2 * 1 0 1
+1 * 1
+3 * 1 0 1 1
cfi=(14) ???
cfn=(1026) 0x0804f422
calls=1 0x804f422 -76
* * 2 2
+5 * 1
+6 * 1
+6 * 1 0 1
+3 * 1 0 1
cob=(7) /usr/lib/libstdc++.so.6.0.8
cfi=(7) ???
cfn=(8390) std::ios_base::Init::~Init()
calls=1 0x3e30b70 -76
* * 26 12 8 5 3 0 4 3
cob=(1) /lib/ld-2.5.so
cfi=(1) ???
cfn=(176) _dl_runtime_resolve
calls=1 0xae7440 -...
2002 Aug 28
0
segfault in RMySQL
...)
Process R segmentation fault at Wed Aug 28 08:21:11 2002
-------------------------------------------
The problem is always in dbConnect function.
I try:
---------------------------------
> con <- dbConnect(m,group="tese")
---------------------------------
where tese is in .my.cfn
-------------------------------------
[ronaldo at debian ronaldo]$ cat .my.cfn
[tese]
user = ronaldo
database = tese
password = mypass
host = localhost
-------------------------------------
I try also:
----------------------------------------
> con <- dbConnect(m...
2003 Feb 17
1
Roaming profiles issues
...a user logs out the profile isn't written because it says
that "The specified network name is no longer available" Whatever that
is supposed to mean. Following is my smb.conf. Please CC me in replies
as I am not subbed to the list. Thanks in advance. --Gabe
[global]
workgroup = CFN
server string = Confederation File Server
log file = /var/log/samba/log.%m
max log size = 1000
log level = 1
syslog = 0
security = user
encrypt passwords = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
wins support = yes
strict allocate = yes
time s...
2012 Oct 02
2
Questions on converting to ConfBridge
I'm looking at what would be involved in converting from MeetMe to
ConfBridge and there seems to be a lot of missing administrative things,
but I hope I'm just missing it. We all know about the missing realtime
linkage. That's a major nuisance, but can be worked around.
More serious is that the CLI command to display users in a ConfBridge
don't show the caller ID information, so
2006 Apr 05
1
IAX2 Origination Problem
Hi all,
I have here several IAX2 Softphones(IDEFISK, DIAX and an own develop
based on iaxclient.lib). I have follow dialrules in my std-test extension:
[std-test]
exten => *601,1,Answer
exten => *601,n,Dial(IAX2/pbxnetwork/xxxxxx,30,m)
exten => *601,n,Hangup
exten => *602,1,Answer
exten => *602,n,Dial(IAX2/pbxnetwork/xxxxxx,30)
exten => *602,n,Hangup
No I have a problem when
2013 Sep 12
10
[PATCH] xen/build: Remove hacked up version of figlet
...;d char outputline[charheight][outlinelenlimit+1]; */
-int outlinelen;
-
-
-/****************************************************************************
-
- Globals dealing with command file storage
-
-****************************************************************************/
-
-typedef struct cfn {
- char *thename;
- struct cfn *next;
- } cfnamenode;
-
-cfnamenode *cfilelist,**cfilelistend;
-
-typedef struct cm {
- int thecommand;
- inchr rangelo;
- inchr rangehi;
- inchr offset;
- struct cm *next;
- } comnode;
-
-comnode *commandlist,**commandlistend;
-
-/*************************...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...9n>-f{<6cLa!bR&2^zk^=^xN)j#GwIpwOE*Tz+Uml;+xjAn7XMKApuDhgu
zG^LMn{+pv}&Q*1;a at i98B=6JCV?R``Q=c3L#B~{<=5l1e{E^CrdB8XO8PF-y3xua%
z>+15Q=C$#&55Kxd-np?QY42w_qYj69-VVvV)Y%gRJ&@&G8GEX5Sjyu3<@3MnXbXO8
z=*SHH-cP=nk^jyrv9X{1^09rf4srKqpy<@qteHEL1o3$w;#TxW1;I^s+ at qRwyACFN
zUa%!fKV$poh-LTQJv}Ekpxm=|Bntcb9y&LP?|#vDrmt_;j$1;{?i&*PgTCLEoG-_o
z68oe~PFp>XO!ImZ5ECI|CuxTLd=hlIRCRlF*{#mGksZC0yQa+>I=E5X`vlN^JUXq<
zyO|f&C70eyBFyMDq<)vH^FG=jTnm()8ilIFb0<7LeC{@ALXo-8y>?&z`|Ha57n^T%
zQU1}zQ-J=TK(Dtd*2$+yo<C5o8e>7y?g?Cy^uB?_TR;$+2ZHWp*Du;L`)...