Displaying 20 results from an estimated 25 matches for "ssw".
Did you mean:
ss
2010 Sep 02
0
NCS - Cablemodem
Hi all, I am configuring asterisk in a cable modem network, using a
motorola TM401A.
I can make calls from the MTA but I can receive, display the following
error:
-- Executing [1500 at alberti:1] Dial("OSS/dsp",
"MGCP/aaln/1 at 0-13-11-82-bd-a.ssw.intercal.net|30") in new stack
[Sep 2 00:10:53] NOTICE[28062]: chan_mgcp.c:3572 mgcp_request: Asked to
get a channel of unsupported format '0'
[Sep 2 00:10:53] WARNING[28062]: app_dial.c:1191 dial_exec_full: Unable
to create channel of type 'MGCP' (cause 0 - Unknown)
==...
2014 Jan 30
1
Parking in Asterisk 12.0.0
...rkAndAnnounce(,,PARKED,SIP/100)
messages:
[Jan 30 21:00:00] DEBUG[7114][C-00000000]: res_rtp_asterisk.c:2847
create_dtmf_frame: Creating BEGIN DTMF Frame: 42 (*), at x.x.x.x:9530
[Jan 30 21:00:00] DTMF[7114][C-00000000]: channel.c:4050 __ast_read:
DTMF begin '*' received on SIP/at-tcty-ssw-00000000
[Jan 30 21:00:00] DTMF[7114][C-00000000]: channel.c:4061 __ast_read:
DTMF begin passthrough '*' on SIP/at-tcty-ssw-00000000
[Jan 30 21:00:00] DEBUG[7114][C-00000000]: res_rtp_asterisk.c:2165
ast_rtp_update_source: Setting the marker bit due to a source update
[Jan 30 21:00:00] DE...
2014 Jul 08
2
[Bug 2254] New: Better error message for globs that have too many results.
...id=2454&action=edit
Patch to detect GLOB_NOSPACE and return better error message
sftp uses remote_glob() with ls and get, which sets GLOB_LIMIT, so it
is possible that a "get a*" command could exhaust the default limit.
In this case you get the unhelpful error message:
sftp> get ssw*
File "/data/cora1/leka/AIA/ssw*" not found.
With the attached patch you get a better error message:
sftp> get ssw*
Too many matches for "/data/cora1/leka/AIA/ssw*".
sftp> ls ssw*
Can't ls: Too many matches for "/data/cora1/leka/AIA/ssw*"
--
You are recei...
2008 Jan 31
1
difficulties computing a simple anova
...))
summary(spiderdata)
# Compute a one-way ANOVA by hand
J = length(spiderdata)
sqdata <- data.frame((spiderdata[1] - mean(spiderdata[1])) ^ 2)
for(j in 2:J) {
sqdata <- cbind(sqdata, (spiderdata[j] - mean(spiderdata[j])) ^ 2)
}
sqdata
N = 0
for(j in 1:J) {
N = N + length(sqdata[[j]])
}
SSW = sum(sqdata)
MSW = SSW / (N - J)
SSB = 0
for(j in 1:(length(spiderdata))) {
SSB = SSB + length(spiderdata[[j]]) * ((mean(spiderdata[j])[[1]] -
(sum(spiderdata) / N)) ^ 2)
}
MSB = SSB / (J - 1)
F = MSB / MSW
f_prob = pf(F, J - 1, N - J)
reject_point = qf(.95, J - 1, N - J)
cat("SSW:", S...
2007 Jan 21
2
efficient code. how to reduce running time?
...ow is a sample
# phenotype value depends on QTN genotype, pi, p, and z
Y <- sqrt(10-(10*pi))*z + QTN*sqrt((10*pi)/(2*p*(1-p)));
snp = data.frame(cbind(snp, Y));
# anova for QTN
df=data.frame(Y=Y, QTN=factor(QTN));
QTN_a <- anova(lm(Y~QTN, data=df));
print (QTN_a);
SSB <- QTN_a$`Sum Sq`[1];
SSW <- QTN_a$`Sum Sq`[2];
QTN_PRE <- SSB / (SSB + SSW);
print (paste("var_QTN/var_tot:", QTN_PRE));
# anova for all sites
F=numeric(S) #create an empty vector to store the F-values
Pval=rep(1,S) #create an empty vector to store the Pval
PRE=numeric(S) #create an empty vector to s...
2008 Mar 10
4
Wine is hiding "explorer folder boxes" content.
Hi everyone !
Please have a look below :
[Image: http://designed2.free.fr/forums/winescreen.png ]
This box should show my personal folders, currently obviously don't display right now [Shocked]
I think I have others things like these, some texts I can't see in some particular windows (emule.exe for example: texts in connection log won't show up). I'm certainly missing something in
2018 Mar 07
2
Call for Papers: ManLang 2018 (Sept. 10-14, Linz, Austria)
------------------------------------------------------------------------------------------------
CALL FOR PAPERS
15th International Conference on Managed Languages & Runtimes
(ManLang'18)
September 10-14, 2018, Linz, Austria
http://ssw.jku.at/manlang18/
------------------------------------------------------------------------------------------------
ManLang (formerly PPPJ) is a premier forum for presenting and discussing
novel results in all aspects of managed programming languages and
runtime systems, which serve as building b...
2018 Mar 12
0
Call for Papers: ManLang 2018 (Sept. 10-14, Linz, Austria)
...ev wrote:
> ------------------------------------------------------------------------------------------------
>
> CALL FOR PAPERS
>
> 15th International Conference on Managed Languages & Runtimes
> (ManLang'18)
>
> September 10-14, 2018, Linz, Austria
>
> http://ssw.jku.at/manlang18/
>
> ------------------------------------------------------------------------------------------------
>
> ManLang (formerly PPPJ) is a premier forum for presenting and discussing
> novel results in all aspects of managed programming languages and
> runtime systems...
2005 Jul 31
1
binding asterisk-h323 on two interfaces
...g729+intel libraries to work with g729.
where as we don't need to install g729 to work in pass-thru mode.
2 - now most important question is that can we bind h323 to multiple
interfaces. becaz I am working in this mode
A-Party ------>(eth0) "Asterisk-h323" (eth1)-------> SSW
call comes in from eth0 and goes out via eth1. now if I bind h323 to
eth1, I can only get RTP from SSW side i.e. from calleee. because it
sends eth1 as mediaControlChannel to both parties where as eth1-IP is a
private IP and call can't send rtp on eth1-IP. h323 has to send eth0-IP
in mediaCont...
2010 Sep 12
1
username mismatch with 1.6.2.11
...quest_invite:
Failed to authenticate device "0473990000"
<sip:0473990000 at 91.208.12.134>;tag=as6c1c6d30
329909006666 = SIP username @ provider
3291119600 = number that I call
0473990000 = my number that I'm calling with
sip.conf settings :
[329909006666]
type=friend
host=ssw.brussels.provider
username=329909006666
defaultuser=329909006666
fromuser=329909006666
secret=wknxxyav6e
context=PROVIDERin
disallow=all
allow=alaw
allow=gsm
qualify=yes
canreinvite=no
dtmfmode=rfc2833
amaflags=billing
What setting do I need to change in asterisk 1.6.2.11 ??
Kind regards,
Jona...
2010 Jun 03
1
plot polar coordinates
...line which is given as a
vector of lengths and angles.
library("plotrix")
polar.plot(length=c(1,-13,3,-1),polar.pos=c(20,20,45,55),rp.type="p",line.col="red",lwd=3,clockwise=TRUE,label.pos=seq(30,360,by=30),labels=c("ESE","SSE","S","SSW","WSW","W","WNW","NNW","N","NNE","ENE","E"),radial.lim=c(0,90))
lines(seq(0,285,by=15),rep(c(40,60),times=10),col="blue")
My questions:
a) Why is the radial.lim=c(0,90) ignored?
b) Why is there no red li...
2009 Jul 11
0
[LLVMdev] ANTLR?
...ntlr%20c%2B%2B%20target+page:1+mid:lv2v272mi6njzx5m+state:results)
and from the date it would probably fit in with my mental records as being
the last time the request was posted.
For this very reason I actually started using things like Spirit (
http://spirit.sourceforge.net/), and Coco/R (http://ssw.jku.at/coco/) rather
than ANTLR as my parser generation tool when I needed something that worked
well with C++.
I take it though that the main reason you are thinking about using ANTLR is
because of the availability of a pretty good, and existing C++ grammar?
Granville
PS. I strongly advise you...
2009 Jul 11
2
[LLVMdev] ANTLR?
That sounds like a problem. Just so I understand, do you mean there
isn't the run-time support etc. to write back ends for the C++
language, or that the compiler IR is also somehow insufficient to
write a code generator?
--Vikram
Associate Professor, Computer Science
University of Illinois at Urbana-Champaign
http://llvm.org/~vadve
On Jul 11, 2009, at 3:00 PM, Granville Barnett
2010 Apr 17
1
Frequency table
Hello,
I'm trying to make a table like windfreq.dat in the rose diagram example of
the climatol package.
It looks like:
N NNE NE ENE E ESE SE SSE S SSW SW WSW W
WNW NW NNW
0-3 59 48 75 90 71 15 10 11 14 20 22
22 24 15 19 33
3-6 3 6 29 42 11 3 4 3 9 50
67 28 14 13 15 5
6-9 1 3 16 17 2 0 0...
2010 Nov 17
1
lme weights glht
Dear R-user
I used lme to fit a linear mixed model inlcuding weights=varPower().
Additionally I wanted to use glht to calculate Tukey-Kramer multiple
comparision.
error:
> glht(modelF, linfct=mcp(Species="Tukey"))
Error in glht.matrix(model = list(modelStruct = list(reStruct =
list(SubPlot = -0.305856275920955, :
?ncol(linfct)? is not equal to ?length(coef(model))?
>
1999 Aug 29
3
jetdirect printer configuration
I am trying to set up a jetdirect plotter in our network (samba server
running un suse linux 6.2).
When I start printing from on of the windows boxes everything seems fine
but the printing files only show up in the spooling directories on the
samba server. The plotter (HP Designjet 650 C) never receives anything.
Here are the relevant parts of my smb.conf and my printcap file:
PRINTCAP:
2002 Oct 24
3
iptables output ?
hi,
anyone to know a tool that will display more friendly output ... probably a tree like structure (if no cross sections occur)...
OR a top like output...
thanx
raptor
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2007 Apr 03
2
[LLVMdev] Graph Coloring Regalloc
...er for the SUIF compiler suite. I was planning to port it to LLVM,
but a bit later.
At the moment I'm working on the implementation of a linear scan
register allocator based on the Wimmer's paper "Linear Scan Register
Allocation for the Java HotSpot Client Compiler":
http://www.ssw.uni-linz.ac.at/Research/Papers/Wimmer04Master/
This is a rather optimized version of a linear scan which is really
used in Sun's HotSpot JVM. The difference of this version of the linear
scan from the LLVM's linear scan implementation is that Wimmer's
algorithm uses live interval split...
2007 Apr 03
0
[LLVMdev] Graph Coloring Regalloc
On 4/3/07, David Greene <greened at obbligato.org> wrote:
>
> I'm just starting to dive into llvm, hoping to implement a
> good graph coloring register allocator. I gather that this
> has been discussed before.
>
> What is the RegAllocGraphColoring.cpp currently in the
> sources? It seems to be the Fred Chow algorithm but
> it's not mentioned in the
2009 Feb 26
5
Download daily weather data
I'm writing a program that will tell me whether I should wear a coat,
so I'd like to be able to download daily weather forecasts and daily
reports of recent past weather conditions.
The NOAA has very promising tabular forecasts
(http://forecast.weather.gov/MapClick.php?CityName=Ithaca&state=NY&site=BGM&textField1=42.4422&textField2=-76.5002&e=0&FcstType=digital),