Displaying 12 results from an estimated 12 matches for "19900".
Did you mean:
1990
2005 May 20
4
issues with identical()
...re Nx2 and when I issue:
> identical(temp[,2], temp1[,2])
[1] TRUE
> identical(temp[,1], temp1[,1])
[1] TRUE
and the results from str
> str(temp)
`data.frame': 7072 obs. of 2 variables:
$ pub_id : int 10000 1000 10001 10002 10003 10004 10005 10006 10007
$ faminc90: int -2 5998 19900 43000 35000 40000 56538 61000 36000 39105
> str(temp1)
`data.frame': 7072 obs. of 2 variables:
$ pub_id: int 10000 1000 10001 10002 10003 10004 10005 10006 10007 10008
$ faminc: int -2 5998 19900 43000 35000 40000 56538 61000 36000 39105
The question is why are the objects different. H...
2011 Feb 05
1
Performance of graph and igraph package
...t;igraph" as below. For both graph, I
create two attributes for each edge and set/get the value of all edges
and measure the total elapsed time.
A. using graph package:
108 nodes, 832 edges: 17 sec
140 nodes, 4800 edges: 576 sec
B. using igraph package:
100 nodes, 4950 edges: 4 sec
200 nodes, 19900 edges: 111 sec
igraph is much much faster than graph! Is this reasonable? or I did
something wrong?
ps. I'm using 2 core 3GHz CPU with 2G ram.
Thanks in advance,
William
2006 Mar 16
2
DIfference between weights options in lm GLm and gls.
...ual
Null Deviance: 1548000
Residual Deviance: 44800 AIC: 11670
> glm3
Call: glm(formula = y ~ x, weights = 1/W)
Coefficients:
(Intercept) x
0.03104 7.31033
Degrees of Freedom: 1242 Total (i.e. Null); 1241 Residual
Null Deviance: 798900
Residual Deviance: 19900 AIC: 5285
> glm4
Call: glm(formula = ys ~ Xs - 1)
Coefficients:
Xs Xsx
2.687 6.528
Degrees of Freedom: 1243 Total (i.e. Null); 1241 Residual
Null Deviance: 4490000
Residual Deviance: 506700 AIC: 11000
With weights, the glm did not give the same results as lm why?...
2006 Jun 09
3
Trouble getting SMS working
...3037", "/tmp/smstest 101 101 Office") in new stack
-- Executing Hangup("SIP/phone1-3037", "") in new stack
== Spawn extension (smsmorx, 101, 3) exited non-zero on 'SIP/phone1-3037'
When trying to send an SMS to the phone with the command:
smsq -o19900 -q101 --mttx-callerid 19900 --mttx-channel sip/phone1 --ud "test"
/var/log/asterisk/event_log:
asterisk[15493]: Queued call to sip/phone1 completed
asterisk -grv
-- Attempting call on sip/phone1 for application SMS(101|s) (Retry 1)
> Channel SIP/phone1-8c85 was answered....
2006 Apr 30
0
Using a DIV or SPAN for a content_tag (link_to_remote)
I was wondering if there was an easy way to over ride the <a> tag
that is used as the content_tag() value when using link_to_remote(),
perhaps using a SPAN or DIV. I see follow the chain in the source
code and I guess I could write my own helper, but I was wondering if
there was a way to do this already?
I know already that SPAN''s and DIV''s are not supported
2009 Sep 01
1
Setting the current thread in winedbg
...e spent a lot of time around debuggers and Linux.
I tried to get the iTunes 8.2 installer to work on Ubuntu 8.10, which runs Wine 1.0.1. It hangs in a windows critical section while displaying "Installing Bonjour...". i can't find a similar bug in the bug base, so I've logged #19900.
I figured I'd try debugging it myself, so I started the app with
Code:
winedbg iTunesSetup.exe
This works (once I figured out that 'cont' does what 'run' does on gdb IIRC), and it hangs in the same place.
I can figure out how to get a list of threads (info threads), but...
2014 Jul 21
0
CTDB no secrets.tdb created
...samba/smb.conf
[global]
workgroup = ALTEA
realm = ALTEA.SITE
security = ADS
kerberos method = secrets only
netbios name = SMBCLUSTER
winbind enum users = Yes
winbind enum groups = Yes
winbind use default domain = Yes
winbind nss info = rfc2307
idmap config * : backend = tdb
idmap config * : range = 19900-19999
idmap config ALTEA : backend = ad
idmap config ALTEA : range = 20000-4000000
idmap config ALTeA : schema_mode = rfc2307
clustering = Yes
ctdbd socket = /usr/local/var/run/ctdb/ctdbd.socket
[users]
path = /cluster/users
read only = No
[profiles]
path = /cluster/profiles
read only = No
We'...
2014 Jul 18
0
winbind SID S-1-5-18 mapping inconsistency with roaming profiles
...idmap db.
[global]
workgroup = HH3
netbios name = SMBCLUSTER
realm = HH3.SITE
security = ADS
kerberos method = secrets and keytab
winbind enum users = Yes
winbind enum groups = Yes
winbind use default domain = Yes
winbind nss info = rfc2307
idmap config * : backend = tdb
idmap config * : range = 19900-19999
idmap config HH3 : backend = ad
idmap config HH3 : range = 20000-4000000
idmap config HH3 : schema_mode = rfc2307
clustering = Yes
ctdbd socket = /var/lib/ctdb/ctdb.socket
[users]
path = /cluster/users
read only = No
[profiles]
path = /cluster/profiles
read only = No
Qn. 1. Is it possible...
2009 Nov 25
0
asterisk + res_config_ldap = asterisk.core
...__cleanup_info__ = {pthread_cleanup_pad = {0, 4385328,
34400665216, 0, 0, 0, 0, 0}}
ret = (void *) 0x802336f4c
a = {start_routine = 0x809068dd0 <do_monitor>, data = 0x0,
name = 0x802725180 "do_monitor", ' ' <repeats 11 times>, "started at
[19900] chan_sip.c restart_monitor()"}
#17 0x00000008023334b1 in pthread_getprio () from /lib/libthr.so.3
No symbol table info available.
#18 0x0000000000000000 in ?? ()
No symbol table info available.
Cannot access memory at address 0x7fffff894000
---------------------------------------------------...
2004 Jul 21
2
strange DOS-Error 58
...18433
smb_tid=0
smb_pid=31311
smb_uid=1
smb_mid=0
smt_wct=13
smb_vwv[ 0]= 2 (0x2)
smb_vwv[ 1]= 3 (0x3)
smb_vwv[ 2]=16644 (0x4104)
smb_vwv[ 3]= 50 (0x32)
smb_vwv[ 4]= 1 (0x1)
smb_vwv[ 5]= 3 (0x3)
smb_vwv[ 6]=16976 (0x4250)
smb_vwv[ 7]= 0 (0x0)
smb_vwv[ 8]=19900 (0x4DBC)
smb_vwv[ 9]=12532 (0x30F4)
smb_vwv[10]=65416 (0xFF88)
smb_vwv[11]= 8 (0x8)
smb_vwv[12]= 0 (0x0)
smb_bcc=8
[2004/07/20 09:45:56, 3] smbd/process.c:process_smb(1092)
Transaction 2 of length 94
[2004/07/20 09:45:56, 5] lib/util.c:show_msg(443)
[2004/07/20 09:45:56, 5] lib/ut...
2010 May 15
1
barplot: invalid 'xlim' value
...-188.318~80-2~1
19894~Well_80-2~6/25/2000 6:00~-189.080~80-2~1
19895~Well_80-2~6/25/2000 7:00~-189.080~80-2~1
19896~Well_80-2~6/25/2000 8:00~-189.080~80-2~1
19897~Well_80-2~6/25/2000 9:00~-189.080~80-2~1
19898~Well_80-2~6/25/2000 10:00~-189.842~80-2~1
19899~Well_80-2~6/25/2000 11:00~-189.842~80-2~1
19900~Well_80-2~6/25/2000 12:00~-190.858~80-2~1
19901~Well_80-2~6/25/2000 13:00~-190.858~80-2~1
19902~Well_80-2~6/25/2000 14:00~-190.858~80-2~1
19903~Well_80-2~6/25/2000 15:00~-191.620~80-2~1
19904~Well_80-2~6/25/2000 16:00~-191.620~80-2~1
19905~Well_80-2~6/25/2000 17:00~-191.620~80-2~1
19906~Well_80-2~6...
2019 Feb 08
1
Samba and ufw (mmcg29440@frontier.com)
...9 LEN=52 TOS=0x00 PREC=0x00 TTL=128 ID=19899 DF PROTO=TCP SPT=139 DPT=56332 WINDOW=257 RES=0x00 ACK URGP=0
Feb 6 09:04:14 radio kernel: [ 932.166327] [UFW BLOCK] IN=enp2s5 OUT= MAC=00:19:21:a2:11:5e:74:27:ea:ab:1e:e0:08:00 SRC=192.168.254.15 DST=192.168.254.39 LEN=52 TOS=0x00 PREC=0x00 TTL=128 ID=19900 DF PROTO=TCP SPT=139 DPT=56334 WINDOW=256 RES=0x00 ACK URGP=0
Feb 6 09:04:14 radio kernel: [ 932.166350] [UFW BLOCK] IN=enp2s5 OUT= MAC=00:19:21:a2:11:5e:74:27:ea:ab:1e:e0:08:00 SRC=192.168.254.15 DST=192.168.254.39 LEN=52 TOS=0x00 PREC=0x00 TTL=128 ID=19901 DF PROTO=TCP SPT=139 DPT=56338 WINDOW=...