Displaying 20 results from an estimated 1471 matches for "205".
Did you mean:
2005
2011 Sep 30
1
Hi
Hi,
There is a question that I am confused.
I have a set of data like this:
hsa-miR-205--GATA3 0.797882767 1.08E-13
hsa-miR-205--ITGB4 0.750217593 1.85E-11
hsa-miR-187--PGF 0.797604155 3.24E-11
hsa-miR-205--SERPINB5 0.744124886 3.28E-11
hsa-miR-205--PBX1 0.734487224 7.89E-11
hsa-miR-205--MCC 0.72499934 1.80E-10
hsa-miR-205--WNT5B 0.717705259 3.33E-10
hsa-miR-200c--PKN2 0...
2008 Mar 11
4
Graphing question (multiple line graphs arranged spatially)
...0.000
190 7 1.563
190 10 0.000
190 11 0.000
202 4 18.750
202 5 18.750
202 7 6.250
202 10 4.800
202 11 3.125
198 4 18.750
198 5 31.250
198 7 3.125
198 10 3.200
198 11 12.500
205 4 0.000
205 5 0.000
205 7 0.000
205 10 0.000
205 11 0.000
c<-read.table("foo.txt", header=TRUE)
x<-subset(c, station=="190")
plot(x$bas~x$month, type="b")
y<-subset(c, station=="198")
plot(y$bas~y$mont...
2006 Feb 02
0
Agents, queues and zombies
...show queues'. Any ideas how I can avoid this, I've searched the
wiki with little joy, have I misssed something simple?
Steve
I've created the agents,
agents.conf
..
agent => 366,,Richard
agent => 300,,Jamie
created the queues
queues.conf
..
[Q204]
member => Agent/366
[Q205]
member => Agent/300
Logged them in with
exten => 555,1,AgentCallbackLogin
This requests an agent ID, no password and the extension to ring for the
calls and lets me login anyone to any phone. For the test I logged in agent
300 and used extension 205. The testing dialplan for incoming c...
2005 May 02
1
newbie ifelse matrix question
Hi all,
I have time series data in a matrix format 20 rows x 205 columns and have been trying to replace outliers with NA. My first column contains the outliers threshold (3 Standard deviations) for each row - here's a bit of the first row
sd3 V1 V2 V3 V4 V5 V6 V7 V8 V9
1 13.03267 1797157 75 84 58 -1.958649...
2013 Jun 12
1
Permission denied / missing +r perm
I have postfix configured to deliver mail to dovecot over lmtp into a mailbox that then is accessed over imap. The imap server is running as the user "mail". Whenever I run "postfix flush" I get in mail.log:
> Jun 12 05:37:45 li212-205 dovecot: lmtp(21288): Connect from local
> Jun 12 05:37:45 li212-205 spamd[18173]: prefork: child states: II
> Jun 12 05:37:45 li212-205 dovecot: auth-worker(21289): mysql(127.0.0.1): Connected to database mailserver
> Jun 12 05:37:45 li212-205 dovecot: lmtp(21288, drew at REDACTED): zXAqF...
2005 Aug 26
0
Audio Problem when zaptel modules are loaded
...received command 'Command'
18.
Aug 26 16:07:05 DEBUG[2820]: Manager received command 'Command'
19.
Aug 26 16:07:31 DEBUG[2820]: Setting NAT on RTP to 0
20.
Aug 26 16:07:31 DEBUG[2820]: Stopping retransmission on
'4b8b0eed-75aefca3-36ccacb8@192.168.3.205' of Response 1: Found
21.
Aug 26 16:07:31 DEBUG[2820]: Setting NAT on RTP to 0
22.
Aug 26 16:07:31 DEBUG[2820]: Check for res for 205
23.
Aug 26 16:07:31 DEBUG[2820]: Call from user '205' is 1 out of 0
24.
Aug 26 16:07:31 DEBUG[2820]: build_route: Contact...
2006 Jan 16
0
FW: Exited non-zero
...t; 3852,4,Dial(zap/g1/8041,10,g)
exten => 3852,5,wait(5)
exten => 3852,6,NoOp(${DIALSTATUS})
exten => 3852,7,Hangup
The trunk group g1 is a T1 to my PBX and in the zapata.conf file I have the
entry
context = from-pstn
..
..
Group = g1
Here is the trace from both an internal extension (205) and an external
extension.
>From SIP/205 ( Context=from-internal in sip.conf ) asterisk*CLI>
-- Executing Answer("SIP/205-1d7b", "") in new stack
-- Executing Dial("SIP/205-1d7b", "zap/g1/8030|10|g") in new stack
-- Called g1/8030
-- Z...
2006 Mar 08
2
Survival Plots by Strata
...ave a suggestion on where to look?
TIA, Bret
#Code snip for R email.
apc.coxfit1<-coxph(Surv(Entry, Exit, Fate)~Sex + Agerelease +
Dayrelease + strata(Year), data=mydat)
coxfit.apc<-survfit(apc.coxfit1)
coxfit.apc
plot(survfit(apc.coxfit1), conf.int=F, log=T, lty=c(1:2), col=c(1:2),
xlim=c(205, 800)) #not run--first entry for this example is day 205 for
1996, 259 for 1997
>mydat
ID Year Dayrelease
Agerelease Survivorship Entry Exit Fate Sex
16240 1996 205 95 164 205 369 1 0
16319 1996 205 88 140 205 345 1 0
16378 1996 248 108 100 248 348 1 0
20383 1996 241 98 204 241 445 1 0
16324 19...
2005 Nov 17
2
[Rd] Scan data from a .txt file
...appropriate there.]
I tried copying the snippet of data into the windows clipboard and tried it:
> dat <- read.table("clipboard", header=T)
> dat
Name Weight Height Gender
1 Anne 150 65 F
2 Rob 160 68 M
3 George 180 65 M
4 Greg 205 69 M
> str(dat)
`data.frame': 4 obs. of 4 variables:
$ Name : Factor w/ 4 levels "Anne","George",..: 1 4 2 3
$ Weight: int 150 160 180 205
$ Height: int 65 68 65 69
$ Gender: Factor w/ 2 levels "F","M": 1 2 2 2
> dat <- read.ta...
2002 Apr 07
5
[Bug 205] PrivSep needs to be a compile-time option
http://bugzilla.mindrot.org/show_bug.cgi?id=205
------- Additional Comments From mouring at eviladmin.org 2002-04-07 10:28 -------
Created an attachment (id=64)
This patch (does not include configure.ac patch) should allow non-mmap platforms to compile, but will not allow them to use privsep period. One has to do more R&D to figure ou...
2006 Jan 12
3
Bridging app
Hi All-
I am trying to create a post call survey application. I would like to:
1. ask the caller if they want to take a survey after their call completes
2. If no, just transfer the call
3. if yes,
4. bridge up another extension
5. wait for that extension to hang-up
6. have the system (not the user) transfer the call to different
extension
that administers an IVR based survey.
Anyone
2003 Apr 10
2
exited non-zero
I've been beating myself up over this script but clearly I'm missing
something. If I enter an extension like 101 it rings through fine,
but if I pick 2 for sales it hangs up with this message:
== Spawn extension (sales, s, 1) exited non-zero on `Zap/1-1'
Since I'm not sure what that exacly means I cannot take appropriate
action. Any help would be appreciated.
[default]
2005 May 09
3
Zyxel 2000W (WI-FI) Problems
Hi!
Then I phone other phones with my Zyxel 2000W (WI-FI) it just hang up when I answer the phone I am ringing.
It works fine if I call the 2000W from other phones.
I have tried many sip settings. I use this now:
[205]
type=friend
username=205
secret=passwd205
callerid="Zyxel" <205>
host=dynamic
context=local
nat=yes
canreinvite=no
disallow=all
allow=g729
dtmfmode=rfc2833
Sip debug:
headers, 0 lines
Retransmitting #4 (NAT):
SIP/2.0 407 Proxy Authentication Required
Vi...
2007 May 19
2
Crash in blur.c (SIGSEGV)
...lurWindow *) 0x0
bs = (BlurScreen *) 0xcc2130
#5 0x00002aaaae94879b in decorWindowResizeNotify (w=0x1e67540, dx=0, dy=0, dwidth=0, dheight=0)
at decoration.c:1148
ds = (DecorScreen *) 0xce9b10
#6 0x00002aaaaef52af2 in resizeWindowResizeNotify (w=0x1e67540, dx=0, dy=5, dwidth=8120592, dheight=0)
at resize.c:770
rd = (ResizeDisplay *) 0xcc2ed0
rs = (ResizeScreen *) 0xd24800
#7 0x00002aaaaf172a21 in animWindowResizeNotify (w=0x1e67540, dx=0, dy=0, dwidth=0, dheight=0)
at animation.c:8217
as = (AnimScreen *) 0xd6c2c0
aw = (AnimWindow *) 0...
2005 Jun 12
2
POLYCOM IP 500 Setup
...wiped out my old asterisk install and installed Asterisk
at Home. I was quickly able to get my Digium TDM422P working, 2 POTS
lines, 2 phones. I also got X-Lite working as a SIP extension. I then
tried to setup my Polycom IP 500, and this was not so easy...
Using AMP I created SIP extension 205 to be used with my Polycom phone.
I setup username = 205, secret = 123, context = from-internal.
I setup my phone to have a static IP address, then pointed my web
browser at it, to setup my phone.
I setup Sip Conf with: Address = "IP of * server", Server1 = "IP of *
Server"...
2008 Mar 11
2
persp question
...e of oits examples so I must not be understanding something. the code is below. thanks.
DF <- read.table(textConnection("station month bas
190 5 0.00
190 7 1.563
190 10 0.000
190 11 0.000
202 4 18.750
202 5 18.750
202 7 6.250
202 10 4.80
202 11 3.125
198 4 18.750
198 10 3.20
198 11 12.500
205 4 0.000
205 5 0.000
205 10 0.000
205 11 0.00"),header=TRUE,stringsAsFactors=FALSE)
#print(DF)
#print(str(DF))
temp1 <- seq(1,max(DF$month),length.out=max(DF$month))
temp2 <- seq(min(DF$station),max(DF$station),by=1)
print(temp1)
print(temp2)
persp(x = seq(1,max(DF$month),length.out=ma...
2011 Apr 05
6
simple save question
Hi,
When I run the survfit function, I want to get the restricted mean
value and the standard error also. I found out using the "print"
function to do so, as shown below,
print(km.fit,print.rmean=TRUE)
Call: survfit(formula = Surv(diff, status) ~ 1, type = "kaplan-meier")
records n.max n.start events *rmean *se(rmean) median
200.000
2017 Feb 13
3
Logfile encoding question
Hello.
I've got a question about encoding in sshd's log files.
When I try to log in with a "?" username, which is a cyrillic "h" (U+0445),
I get this message in a logfile: input_userauth_request: invalid user
\\321\\205 [preauth].
I am struggling to understand: is that hex, is that octal? It doesn't map
to any encoding that I know of.
2011 Apr 04
0
Multithreading of Geneland
...6 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 154 154 146 146
212 212 291 291 218 218 170 170 187 187 194 194 190 190 214 208 152 152 158 158 155 155
209 209 -9 -9 180 180 150 150 185 185 -9 -9 -9 -9 211 211 152 152 -9 -9 155 155
212 212 209 209 234 234 166 166 187 187 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9
212 212 205 205 236 236 164 164 187 187 194 194 183 183 214 214 163 163 160 160 155 155
212 212 203 203 238 236 164 164 187 187 -9 -9 179 179 -9 -9 -9 -9 -9 -9 -9 -9
212 212 203 203 236 236 164 164 187 187 194 194 -9 -9 214 214 165 165 160 160 155 155
212 212 209 209 236 234 164 164 187 187 194 194 179 179 -9...
2010 Apr 26
2
Tapply.
...Jul Aug Sep Oct
Nov Dec
11264402000 1 1980 NA NA NA NA NA 212 203 209 228 237 NA NA
11264402000 0 1981 NA NA 243 244 NA NA NA NA 225 NA 231 NA
11264402000 1 1981 NA 251 NA 248 241 NA NA NA 235 NA NA 245
11264402000 0 1982 236 237 242 240 242 205 199 NA NA NA NA NA
11264402000 1 1982 236 NA NA 240 242 NA NA NA NA NA NA NA
11264402000 0 1983 NA 247 NA NA NA NA NA 205 NA NA NA NA
11264402000 1 1983 NA 247 NA NA NA NA NA NA NA 225 NA NA
11264402000 0 1986 NA NA NA 240 NA...