Displaying 20 results from an estimated 35 matches for "scf".
Did you mean:
sc
2010 Nov 03
0
Asterisk/Asterisk SCF Project Wiki
For those of you who may have missed the announcements made last week at
AstriCon 2010, the Asterisk and Asterisk SCF projects now have a Wiki
site available at
https://wiki.asterisk.org
This site contains a great deal of Asterisk documentation, development
plans and other content, with more to come. It also contains Asterisk
SCF documentation, development history and much more.
The wiki site will allow you to...
2010 Nov 03
0
Asterisk/Asterisk SCF Project Wiki
For those of you who may have missed the announcements made last week at
AstriCon 2010, the Asterisk and Asterisk SCF projects now have a Wiki
site available at
https://wiki.asterisk.org
This site contains a great deal of Asterisk documentation, development
plans and other content, with more to come. It also contains Asterisk
SCF documentation, development history and much more.
The wiki site will allow you to...
2009 Feb 09
9
[Bug 20023] New: nv20: unwanted solid fills during busyloop rendering
...rs,
which still shows only a black window.
When a RAFAP application is running, moving focus to a terminal window (aterm,
xterm) sometimes paints a rectangle filled with a solid color into the terminal
window. Examples of this are seen in the attached screenshot. The color of the
solid color fill (SCF) is not random: the aterm cursor is a yellow block, the
irc client has a blue status bar that updates occasionally, and gray is the
basic color in the terminal. I have no idea where the red comes from.
When SCF first appears, it is a single complete solid rectangle, properly
clipped by other windo...
2007 Nov 09
0
[PATCH] Fix FMRI for Solaris SMF
...m
# Date 1194621773 28800
# Node ID 7d588ef9d4769652d13947cc5a5d587007db4adb
# Parent 1957297911b1c113f0430f2494bf5daea68fa930
Fix FMRI for Solaris SMF
Update the FMRI for SMF to reflect reality (again).
Signed-off-by: John Levon <john.levon@sun.com>
diff --git a/tools/python/xen/lowlevel/scf/scf.c b/tools/python/xen/lowlevel/scf/scf.c
--- a/tools/python/xen/lowlevel/scf/scf.c
+++ b/tools/python/xen/lowlevel/scf/scf.c
@@ -26,7 +26,7 @@
#include <libscf.h>
#include <stdio.h>
-#define XEND_FMRI "svc:/system/xctl/xend:default"
+#define XEND_FMRI "svc:/system/...
2013 Feb 14
1
Why scf (sfcd) monitoring sometimes doesn't work
Hello,
I found fsc (http://www.freshports.org/sysutils/fsc/) to be extremely
useful.
Unfortunately, I can't get some services to be monitored, "fscadm
enable" just failes with "Could not monitor service."
I don't know how kqueue interaction is working, so I can't guess why
some services can be monitored fine and others not.
How can I start finding out what goes
2005 Aug 22
0
R-help Digest, Vol 30, Issue 22
...)
_____________________________________________________________
# To be debugged (loops)
sc <- vector(n, mode = "numeric")
for (i in 1:n){for(j in 1:n) {If identical(x3[[i]],x3[[j]]) &
identical(x2[[i]],x2[[j]])}
sc[[i]] <- sc[[i]] + 100 else sc[[i]] <- sc[[i]] +0 }
sc
scf <- vector(0, length= n, mode = "numeric", step=0)
for (i,j in 1:n) {If (identical(x3[[i]],x3[[j]]) & identical(x2[[i]],x2[[j]]) &
abs(1-(abs(xd4[[i]]-xd4[[j]]))/90) <= 1.25)} scf[[i]] <- scf[[i]] +
100 else scf[[i]] <- scf[i] +0
scr <- vector(0, length= n, mode = &...
2011 Apr 30
12
HA Asterisk
Hi,
I have been looking at Asterisk SCF http://www.asterisk.org/asterisk/scf,
but its not yet production ready. Can someone please pitch in about HA
feature in Asterisk ?
(HA -> High Availability.) Also, What would be the pros and cons of using
AsteriskNow over Asterisk ? Are the versions same in Asterisk and
AsteriskNow ? We have bee...
2010 Dec 17
1
HA: what is missing to keep ongoing calls during failover ?
...tive redundancy such as when server 1 is failing (in some
circumstances), its ongoing calls (or most of them) are kept alive and
handed over to server 2 ?
I remember that a couple of years ago, Avaya claimed it could achieve this
with its high end servers.
Could it be possible with Asterisk ? Will SCF change this ?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20101217/71439b73/attachment.htm>
2010 Mar 25
4
3 levelplots and 1 colorbar
...y=FALSE)
plot(p, position=c(0,0,1/2,1), more=TRUE)
p <-levelplot(frame, colorkey=TRUE)
plot(p, position=c(1/2,0,1,1), more=FALSE)
--
Joaquin Rapela
PhD Student, Electrical Engineering
University of Southern California
3641 Watt Way,
Los Angeles, CA 90089-2520
tel/fax: (213) 821-2070
http://www-scf.usc.edu/~rapela
----------------------------------
Player King: And hitherto doth love on fortune tend:
For who not needs shall never lack a friend,
And who in want a hollow friend doth try...
2017 Jun 13
1
fedback from foreach
Hi useRs,
I am running a foreach loop and hoped to get a small message when it hits a multiple of 1000, but it does not work.
p <- foreach(i=1:10000, .combine='c') %dopar% {
if(i%%1000==0) print(i)
sqrt(i)
}
What is the proper way to do it.
Thanks everybody.
Stephen B
[[alternative HTML version deleted]]
2007 Dec 27
0
SAS to R - if you have SAS 8.2+
...='",coldef,"' dbms=csv; run;",sep="")
obSAS.LanguageService$Submit(cont1)
obSAS.LanguageService$Submit(cont2)
obSAS.LanguageService$Submit(cont3)
obSAS.LanguageService$Submit(cont4)
obSAS.LanguageService$Submit(cont5)
# column definitions, all as characters
scf <- read.csv(coldef,as.is=T)
sasline1 <- paste("data _tmp4; set sasds.", inSAS, ";
run;",sep="")
obSAS.LanguageService$Submit(sasline1)
sasline2 <- paste("proc export data=_tmp4
outfile='",csvdata,"' dbms=csv; run;",sep="&...
2010 Jun 06
1
Why did TukeyHSD not work when I used it for post-hoc for 2way within-subjects anova?
Dear R people,
I have a couple of questions about post-doc analyses for 2 by 2 within
subjects ANOVA. I conducted a psycholinguistic study that combined a 2 by 2
design and a latin square design. Specifically, I had 32 items each of which
generated 4 conditions. Participants saw each of the 32 items only once: 8
in Condition A, 8 in B, 8 in C, and 8 in D. The table below serves as an
example.
2008 Feb 13
3
AMD64 vs i386, ifstat and bsnmp
Couple of little things I noticed with a new RELENG_7 AMD64 box (as
of yesterday)
ifstat from the ports cannot seem to find interfaces for some reason
? It works fine on i386
[ns8]# ifstat -b
ifstat: no interfaces to monitor!
[ns8]#
[ns8]# ifconfig
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
2005 Nov 02
2
Bind to eth1 only problem
Hello,
I am trying to setup a samba server as a pdc bound to eth1 only (testing
network). however I still seeing samba bind to eth0. I am running a debian
unstable box... any ideas? do you need anything more to go on? (see
attachments)
I am starting smbd and nmbd up using a startup script out of
/etc/init.d with the options:
--exec /usr/sbin/nmbd -- -s /etc/samba/smb.ts.conf -D;
--exec
2006 Feb 21
1
wireframe, axis label-axis separation, xlab rotation
...nks in advance, Joaquin
PS: my apologizes if these questions are too basic. I am new to R and to Trellis.
--
Joaquin Rapela
PhD Student, Electrical Engineering
University of Southern California
Hedco Neuroscience Building
3641 Watt Way
Los Angeles, CA 90089-2520
tel/fax: (213) 821-2070
http://www-scf.usc.edu/~rapela
----------------------------------
"This is the origin of their (the Aborigines') belief in the omnipotence of
thoughts, their unshakable confidence in the possibility of controlling the
world and their inaccessibility to other experiences, so easily obtainable,
which co...
2010 Jun 10
0
Help with Post-Hoc tests for TWO-WAY within subject ANOVA
Dear R users,
I posted a couple of questions and got no response, so I am giving it
another shot.
I ran an experiment with a TWO-WAY within subject design. A sample dataset
is in http://www-scf.usc.edu/~hex/data.txt
I already ran ANOVA by using the following formula:
aov(RT~Factor1*Factor2 + Error(Subject/(Factor1*Factor2)), data=data)
and I obtained the following information:
-------------
Error: Subject
Df Sum Sq Mean Sq F value Pr(>F)
Residuals 19 6154709 323...
2010 Nov 02
0
Asterisk community services powered by Atlassian tools
Some of you have already noticed we've chosen a number of Atlassian
tools to provide services to the Asterisk and Asterisk SCF communities
(Confluence, Crowd, Crucible, Fisheye and Bamboo). Of course, we're not
alone in this since many other open source projects have chosen these
tools as well, but I'd just like to state again how happy we are that
Atlassian is willing to license these tools at no cost to open sour...
2012 Apr 26
1
Call recovery feature
Hello, what about: "This feature means you can restart Asterisk after
a failure (or asterisk restart itself with safe_asterisk), and keep
existing calls up with only a few seconds of audio dropped." That
would be a feature! there is a "other" pbx that has this feature...
Anyone else would like to see that feature? just want to start some
brainstorming,
Kristijan
2006 Jan 29
4
Problems with FireRuby and scaffolding
I am trying to generate some scaffolding using "ruby script/generate
scaffold order order". It always fails with the message "uninitialized
constant CHARACTER_SET". I have an orders table in a Firebird databse
called TARPRILOGISTICS.GDB. The database is in a folder named "database"
in my rails app root folder. I tried FireRuby 0.4 and 0.4.1. My config
file looks
2014 Jan 30
2
mime support for pigeonhole
is there any chance of rfc5703 (mime support/extension) being added to
pigeonhole?
I am trying to filter mail with .exe and .zip attachments, to no success.
I have tried
*header :contains "x-attached" [".zip", ".exe"]
*but emails i'm getting don't have x-attached.
a sample snippet is below.
Subject: testa1
Content-Type: multipart/mixed;