Displaying 19 results from an estimated 19 matches for "10202".
Did you mean:
1,202
2007 Mar 26
4
Problem dropping rows based on values in a column
...g incorrectly.
# Values of PID column
> jdata[,"PID"]
[1] 16608 16613 16355 16378 16371 16280 16211 16169 16025 11595 15883 15682 15617 15615 15212 14862 16539
[18] 12063 16755 16720 16400 16257 16209 16200 16144 11598 13594 15419 15589 15982 15825 15834 15491 15822
[35] 15803 15795 10202 15680 15587 15552 15588 15375 15492 15568 15196 10217 15396 15477 15446 15374 14092
[52] 14033 15141 14953 15473 10424 13445 14854 10481 14793 14744 14772
#Prepare to drop last two rows, rows that ahve 14744 and 14772 in the PID column
> delete<-c(14772,14744)
#Try to delete last two rows,...
2006 Apr 18
2
what happen?
Hi!
I want to choose part of the data. But it has a question.
> attach(PIKO)
> PIKO[1:5,]
code species dbh x y tag status branch
92 10142 PIKO 38.9 6.05 12.81 10165 alive 0
109 10213 PIKO 41.0 6.71 26.21 10202 alive 0
135 10222 PIKO 48.3 18.98 21.28 10214 alive 0
146 10223 PIKO 47.0 19.45 22.83 10224 alive 0
147 10223 PIKO 20.0 19.74 28.65 10225 alive 0
> n=PIKO[dbh>=25,]
> n[1:5,]
code species dbh x y tag status branch
92 10142 PIKO 38.9 6.0...
2010 Jan 25
4
R Memory Problem
...g
also.
data
APN condition quality site_zip sale_date sale_price
estimate
1.1-1 good good 10201 1/1/07 $234,000
$254,000
1.5-1 average good 10201 1/1/08 $254,000
$276,000
1.6-1 poor poor 10202 1/1/06 $192,000
$199,000
1.7-1 good good 10202 1/1/07 $300,000
$305,000
Regression equation
Sale_price=condition quality site_zip
after running the above equation i will be getting the estimates and
then i will calibrate the model using the dep...
2014 Jul 16
1
PJSIP outbound register and inbound calls
...password=600
username=600
[10001]
type=aor
contact=sip:192.168.1.4:5060
[10001]
type=endpoint
transport=upd_static
context=dialmap
disallow=all
allow=ulaw
outbound_auth=10001
aors=10001
[10001]
type=identify
endpoint=10001
match=192.168.1.1
when I call 600 from other pbx I getting an notice
NOTICE[10202]: res_pjsip/pjsip_distributor.c:246 log_unidentified_request: Request from '"Ilya" <sip:502 at 192.168.1.1>' failed for '192.168.1.1:5060' (callid: ZTNhYjU4ZjU5ZmUxNjM5M2FlYjBlYTE3YzgwZTU4MGY.) - No matching endpoint found
and "Not Accessable" on phone
let...
2004 Apr 02
0
SIP call troubleshooting
...:304@192.168.3.211>
Contact: <sip:0@192.168.3.6>
Call-ID: 70367b6e2c6e4f4c41cf74e1356e5f77@192.168.3.6
CSeq: 102 INVITE
User-Agent: Asterisk PBX
Date: Fri, 02 Apr 2004 12:01:36 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Content-Type: application/sdp
Content-Length: 182
v=0
o=root 10202 10202 IN IP4 192.168.3.6
s=session
c=IN IP4 192.168.3.6
t=0 0
m=audio 12556 RTP/AVP 8 0
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=silenceSupp:off - - - -
(no NAT) to 192.168.3.211:5060
-*CLI>
Sip read:
SIP/2.0 180 Ringing
Call-ID: 70367b6e2c6e4f4c41cf74e1356e5f77@192.168.3.6
CSeq: 102 INVITE...
2008 Apr 06
3
Multiset Permutations
...form permutations (exact - without duplications) on multisets of scalars
(e.g., the multiset 0,0,1,2,2). I want to output all the possible
permutations into a data frame so that each multiset permutation occupies a
row (or column). The output would look something like this:
00122
01220
01210
20201
10202
12200
etc...
There seem to be numerous algorithms in the primary statistical literature
for doing this, but they haven't been implemented in R. I've been searching
for weeks online and in books for a way of doing this, but the only thing
i've come across is a Java script posted anonymo...
2018 May 01
2
Specifying priors in a multi-response MCMCglmm
...ow trying to figure out how to specify the priors on the
multi-response model. Any help would be much appreciated.
My data look like this:
X other focal village present r teaching Opp_teacher
Dir_teacher Enh_teacher SocTol_teacher Eval_teacher Total_teacher
f_Age f_Ed Age Ed1 61 10202 10213 0 15 0.250000000
2 0 0 0 0 2
2 1 0 48 82 63 10203 10213 0 19
0.500000000 6 0 0 4
0 6 10 1 0 27 103 64 10204 10213
0 1 0.2500...
2018 May 01
0
Specifying priors in a multi-response MCMCglmm
...ecify the priors on the
> multi-response model. Any help would be much appreciated.
>
> My data look like this:
>
> X other focal village present r teaching Opp_teacher
> Dir_teacher Enh_teacher SocTol_teacher Eval_teacher Total_teacher
> f_Age f_Ed Age Ed1 61 10202 10213 0 15 0.250000000
> 2 0 0 0 0 2
> 2 1 0 48 82 63 10203 10213 0 19
> 0.500000000 6 0 0 4
> 0 6 10 1 0 27 103 64 10204 10...
2006 Aug 09
0
Rails security update
I see there is a mandatory security update out for rails today
(http://tinyurl.com/lvqjs), but I cannot get it to install on XP.
Anyone having a similar experience?
C:\ruby\bin>gem install rubyzip
Attempting local installation of ''rubyzip''
Local gem file not found: rubyzip*.gem
Attempting remote installation of ''rubyzip''
Successfully installed rubyzip-0.9.1
2006 Nov 13
1
handling time units--hours, minutes, days--from file times
...6:39
G2659310 2006-308-14-02-52.txt 10220 FALSE 666 2006-11-04 13:57:00
2006-11-13 10:56:39
G2659310 2006-308-14-38-51.txt 10224 FALSE 666 2006-11-04 14:33:00
2006-11-13 10:56:39
G2659310 2006-308-15-14-50.txt 10216 FALSE 666 2006-11-04 15:09:00
2006-11-13 10:56:39
G2659310 2006-308-15-50-47.txt 10202 FALSE 666 2006-11-04 15:45:00
2006-11-13 10:56:39
G2659310 2006-308-16-26-45.txt 10202 FALSE 666 2006-11-04 16:21:00
2006-11-13 10:56:39
G2659310 2006-308-17-02-43.txt 10190 FALSE 666 2006-11-04 16:57:00
2006-11-13 10:56:39
G2659310 2006-308-17-38-41.txt 10188 FALSE 666 2006-11-04 17:32:00
2006...
2018 May 01
2
Specifying priors in a multi-response MCMCglmm
...ulti-response model. Any help would be much appreciated.
> >
> > My data look like this:
> >
> > X other focal village present r teaching Opp_teacher
> > Dir_teacher Enh_teacher SocTol_teacher Eval_teacher Total_teacher
> > f_Age f_Ed Age Ed1 61 10202 10213 0 15 0.250000000
> > 2 0 0 0 0 2
> > 2 1 0 48 82 63 10203 10213 0 19
> > 0.500000000 6 0 0 4
> > 0 6 10 1 0...
2010 Feb 28
2
Dovecot 2.0.beta3: mdbox mailbox crashes upon login
...ervice_run+0x13) [0x7f0a0d88be33] -> dovecot/imap [user at domain 84.58.106.99 LIST](main+0x191) [0x418661] -> /lib/libc.so.6(__libc_start_main+0xe6) [0x7f0a0d1191a6] -> dovecot/imap [user at domain 84.58.106.99 LIST] [0x4084e9]
Feb 28 14:43:02 spectre dovecot: master: service(imap): child 10202 killed with signal 6 (core dumps disabled)
Regards
Thomas
2006 Nov 17
0
difftime for handling time units--hours, minutes, days--from file times
...-04 13:57:00
> > 2006-11-13 10:56:39
> > G2659310 2006-308-14-38-51.txt 10224 FALSE 666 2006-11-04 14:33:00
> > 2006-11-13 10:56:39
> > G2659310 2006-308-15-14-50.txt 10216 FALSE 666 2006-11-04 15:09:00
> > 2006-11-13 10:56:39
> > G2659310 2006-308-15-50-47.txt 10202 FALSE 666 2006-11-04 15:45:00
> > 2006-11-13 10:56:39
> > G2659310 2006-308-16-26-45.txt 10202 FALSE 666 2006-11-04 16:21:00
> > 2006-11-13 10:56:39
> > G2659310 2006-308-17-02-43.txt 10190 FALSE 666 2006-11-04 16:57:00
> > 2006-11-13 10:56:39
> > G2659310 200...
2014 May 16
0
Wine release 1.7.19
...he file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.7.19 (total 99):
4264 Multiple apps refuse to install, complain about registry security (The 4th coming, Google Pack Installer expect a non-null DACL)
10202 Battery visualization not working in WMP9
12326 SHELL_FindExecutable breaks "mailto:" URL
14222 RpcBindingSetAuthInfo(Ex) fails with RPC_C_AUTHN_GSS_NEGOTIATE (Outlook 2007 connecting to Exchange server)
14690 Winamp Equalizer and playlist keeps always on top
15841 Counter-St...
2015 Feb 13
2
Debugging some DTMF Weirdness.
I'm attempting to find where my extra long DTMF Tones are coming from.
I'm dialing from my sip handset through my proxy to my Asterisk box which
is my PSTN Gateway.
I'm pressing 4 to select a menu and everything is fine.
[Feb 12 16:58:18] DTMF[29762] channel.c: DTMF begin '4' received on
SIP/trunk-0a02dee0
[Feb 12 16:58:18] DTMF[29762] channel.c: DTMF begin passthrough
2019 May 14
2
debian 10: errors with my server samba-ad
...nd_buf to 8020 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
/usr/sbin/smbd: send_all_fn: messaging_send_buf to 10224 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
/usr/sbin/smbd: send_all_fn: messaging_send_buf to 10220 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
/usr/sbin/smbd: send_all_fn: messaging_send_buf to 10202 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
/usr/sbin/smbd: send_all_fn: messaging_send_buf to 10207 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
/usr/sbin/smbd: send_all_fn: messaging_send_buf to 10228 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
/usr/sbin/smbd: send_all_fn: messaging_send_buf to 10197 failed:...
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability
2019 May 13
4
debian 10: errors with my server samba-ad
Hello,
Sorry for my english and for this very long email.
I want to create samba-ad server with the package debian buster.
I have follow the url :
https://github.com/thctlo/samba4/blob/master/howtos/stretch-base-2.0-samba-minimal-ad.txt
I have generated mon samba ad with the following command :
samba-tool domain provision --use-rfc2307 --interactive
Realm [LENZSPITZE2.CALAIS.FR]:
Domain
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...0.01 3150
clock.ll 7 3985 2 0.01 3810 0 0.01 3968
closeFiles.ll 1 4699 0 0.01 4674 0 0.01 4674
closepl.ll 1 1057 0 0.01 1028 0 0.01 1028
closure.ll 5 28114 0 0.01 28088 0 0.01 28088
cnf.ll 222 772426 10 0.06 768498 2 0.07 767823
coarsen.ll 3 107852 0 0.02 107823 0 0.01 107823
code.ll 1 10232 0 0.01 10202 0 0.01 10202
CoderMixer2.ll 14 83683 4 0.01 81571 4 0.02 81571
CoderMixer2MT.ll 50 274089 5 0.02 266795 * * *
cofactor.ll 9 103705 0 0.02 103675 0 0.02 103675
color.ll 1 2069 0 0.01 2040 0 0.01 2040
cols.ll 13 64095 0 0.02 64065 0 0.02 64065
CommandLineParser.ll 11 112348 0 0.02 112321 0 0.02 11232...