Displaying 20 results from an estimated 181 matches for "marsh".
Did you mean:
march
2007 Sep 10
2
Siemans SIP/PSTN phone S450
...Via: SIP/2.0/UDP 192.168.3.6:5060;branch=z9hG4bK4a6d0d34;rport=5060
From: "asterisk" <sip:asterisk at 192.168.3.6>;tag=as35c7a074
To: <sip:6627 at 192.168.3.64:5060>;tag=1624959632
Call-ID: 42771eef7db8c7403af5def871cb477c at 192.168.3.6
CSeq: 102 OPTIONS
Contact: "Adrian Marsh" <sip:6627 at 192.168.3.64:5060>
Allow: INVITE, ACK, CANCEL, BYE, OPTIONS, INFO
Accept: application/sdp,application/dtmf-relay
Accept-Encoding: identity
Accept-Language: en
Content-Length: 0
--- (12 headers 0 lines) ---
Destroying call '42771eef7db8c7403af5def871cb477c at 192.168.3...
2010 May 05
4
VoIP Termination in Japan
Anyone have any experience with a Japanese local VoIP termination
supplier?
I've emailed a few companies looking to setup some PSTN to SIP and SIP
to PSTN termination, but no luck so far.
Thanks,
Adrian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100505/5068aaab/attachment.htm
2008 Apr 11
1
Fileshares failing
...problem.
What would the next debug steps be?
[2008/04/11 12:15:59, 0] auth/pampass.c:smb_pam_error_handler(73)
smb_pam_error_handler: PAM: session setup failed : System error
[2008/04/11 12:15:59, 1] smbd/session.c:session_claim(143)
pam_session rejected the session for domainname#marsh [smb/25659/101]
[2008/04/11 12:15:59, 1] smbd/password.c:register_vuid(310)
Failed to claim session for vuid=101
[2008/04/11 12:15:59, 0] auth/pampass.c:smb_pam_error_handler(73)
smb_pam_error_handler: PAM: session setup failed : System error
[2008/04/11 12:15:59, 1] smbd/session.c:session...
2016 May 02
2
New UPS Support: Eaton 5S 1000
...'s a literal, I have nothing named "ups" in the setup, the UPS is
[eaton] and the user within NUT is monuser.
Any more ideas or questions?
Thanks again,
Ken
On Sun, May 1, 2016 at 4:07 PM, Charles Lepple <clepple at gmail.com> wrote:
> On Apr 26, 2016, at 11:56 AM, Ken Marsh <ken.marsh at sparkpost.com> wrote:
> >
> >
> > I've used NUT successfully for monitoring many different brands of UPS,
> but this one has me stumped. It has the same manufacturer ID and Product ID
> as older supported MGE-type Eaton UPS's, but has trouble talk...
2010 Jun 14
1
script development for Unconditional Density and Probability estimation
...so instead of writing this
entire script 12 times once for each metric I'd like to be able to
automatically get another metric.
Any suggestion will be greatly appreciated.
Currently running Windows XP, R 2.11.1
###############################################################################
Marsh <- cbind(SoilVegHydro, vegcode)
AnnualDepth <- Marsh[,'meanAnnualDepthAve']
cattail_0 <- Marsh[,'cattail'] == '0' # no need to run for 8
species, automate if possible
cattail_1 <- Marsh[,'cattail'] == '1' # yes need to run for...
2018 Jan 27
3
Newbie wants to compare 2 huge RDSs row by row.
Also, it will be easier to provide helpful information if you'd describe
what in your data you want to compare and what you hope to get out of the
comparison.
Best wishes,
Ulrik
Eric Berger <ericjberger at gmail.com> schrieb am Sa., 27. Jan. 2018, 08:18:
> Hi Marsh,
> An RDS is not a data structure such as a data.frame. It can be anything.
> For example if I want to save my objects a, b, c I could do:
> > saveRDS( list(a,b,c,), file="tmp.RDS")
> Then read them back later with
> > myList <- readRDS( "tmp.RDS" )
>...
2018 Jan 27
2
Newbie wants to compare 2 huge RDSs row by row.
...gt; 0)
[1] 3 4
If you want to allow small numeric differences but exactly character matches
you will have to get a bit fancier. Splitting the data.frames into
character and
numeric parts and comparing each works well.
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Sat, Jan 27, 2018 at 1:18 PM, Marsh Hardy ARA/RISK <mhardy at ara.com>
wrote:
> Hi Guys, I apologize for my rank & utter newness at R.
>
> I used summary() and found about 95 variables, both character and numeric,
> all with "Length:368842" I assume is the # of records.
>
> I'd like to know...
2018 Jan 28
2
Newbie wants to compare 2 huge RDSs row by row.
...get help on the different functions by ?function.name(), so
?anti_join() will bring you help - and examples - on the anti_join
function.
It might be worth testing your approach on a small subset of the data. That
makes it easier for you to follow what happens and evaluate the outcome.
HTH
Ulrik
Marsh Hardy ARA/RISK <mhardy at ara.com> schrieb am So., 28. Jan. 2018, 04:14:
> Cool, looks like that'd do it, almost as if converting an entire record to
> a character string and comparing strings.
>
> -- M. B. Hardy, statistician
> work: Applied Research Associates, S. E....
2018 Jan 28
1
Newbie wants to compare 2 huge RDSs row by row.
...two data.frames...
length(which( rowSums( x1 != x2 ) > 0))
gives a count of the # of records in two data.frames that do not match.
//
________________________________________
From: Henrik Bengtsson [henrik.bengtsson at gmail.com]
Sent: Sunday, January 28, 2018 11:12 AM
To: Ulrik Stervbo
Cc: Marsh Hardy ARA/RISK; r-help at r-project.org
Subject: Re: [R] Newbie wants to compare 2 huge RDSs row by row.
The diffobj package (https://cran.r-project.org/package=diffobj) is
really helpful here. It provides "diff" functions diffPrint(),
diffStr(), and diffChr() to compare two object '...
2018 Jan 27
0
Newbie wants to compare 2 huge RDSs row by row.
...record number (row #?) of any record where the data doesn't match in the 2 files of what should be the same output.
Thanks in advance, M.
//
________________________________________
From: Ulrik Stervbo [ulrik.stervbo at gmail.com]
Sent: Saturday, January 27, 2018 10:00 AM
To: Eric Berger
Cc: Marsh Hardy ARA/RISK; r-help at r-project.org
Subject: Re: [R] Newbie wants to compare 2 huge RDSs row by row.
Also, it will be easier to provide helpful information if you'd describe what in your data you want to compare and what you hope to get out of the comparison.
Best wishes,
Ulrik
Eric Berg...
2018 Jan 28
0
Newbie wants to compare 2 huge RDSs row by row.
...Div.
8537 Six Forks Rd., # 6000 / Raleigh, NC 27615-2963
(919) 582-3329, fax: 582-3301
home: 1020 W. South St. / Raleigh, NC 27603-2162
(919) 834-1245
________________________________________
From: William Dunlap [wdunlap at tibco.com]
Sent: Saturday, January 27, 2018 4:57 PM
To: Marsh Hardy ARA/RISK
Cc: Ulrik Stervbo; Eric Berger; r-help at r-project.org
Subject: Re: [R] Newbie wants to compare 2 huge RDSs row by row.
If your two objects have class "data.frame" (look at class(objectName)) and they
both have the same number of columns and the same order of columns and...
2018 Jan 28
0
Newbie wants to compare 2 huge RDSs row by row.
...on.name(), so
> ?anti_join() will bring you help - and examples - on the anti_join
> function.
>
> It might be worth testing your approach on a small subset of the data. That
> makes it easier for you to follow what happens and evaluate the outcome.
>
> HTH
> Ulrik
>
> Marsh Hardy ARA/RISK <mhardy at ara.com> schrieb am So., 28. Jan. 2018, 04:14:
>
>> Cool, looks like that'd do it, almost as if converting an entire record to
>> a character string and comparing strings.
>>
>> -- M. B. Hardy, statistician
>> work: Applied Res...
2007 Aug 30
4
How to handle "+" prefix
...LEN(${CALLERID(num)})}=4],Set,CALLERID(number)=${PSTN_G
LOBAL}${CALLERID(num):-2})
exten => _0.,3,Dial(${TRUNK}/${EXTEN},,W)
exten => _0.,4,Congestion
exten => _0.,5,Goto(outgoing-zen-out-0,${EXTEN},1)
exten => _0.,103,Busy
exten => _0.,104,Goto(outgoing-zen-out-0,${EXTEN},1)
Adrian Marsh
2007 Mar 31
2
Meetme question
...number
- Employees get their own unique conference # (this could be their own extension), and can set a public PIN that only they can change.
- I don't really want a www-based system, as most of my users are usually mobile, and might not have access to the corporate intranet.
Thanks,
?
Adrian Marsh
?
2010 May 03
2
Hierarchical factors
...I haven't seen any R packages or sample code that handles this kind of
data, but I don't want to reinvent the wheel and would rather stand on
the shoulders of you giants. Is there any package or other R-based
software out there that handles this kind of data structure?
Thanks,
Marsh Feldman
[[alternative HTML version deleted]]
2008 Jan 22
0
Debugging samba/winbind SMB share
...client-3.0.25b-1.el4_6.4
log from /var/log/samba :
[2008/01/22 16:36:18, 0] auth/pampass.c:smb_pam_error_handler(73)
? smb_pam_error_handler: PAM: session setup failed : System error
[2008/01/22 16:36:18, 1] smbd/session.c:session_claim(143)
? pam_session rejected the session for ourdomain#marsh [smb/21026/101]
[2008/01/22 16:36:18, 1] smbd/password.c:register_vuid(310)
? Failed to claim session for vuid=101
[2008/01/22 16:36:18, 0] auth/pampass.c:smb_pam_error_handler(73)
? smb_pam_error_handler: PAM: session setup failed : System error
[2008/01/22 16:36:18, 1] smbd/session.c:session...
2016 May 04
2
New UPS Support: Eaton 5S 1000
...ges:
Error: Driver not connected
ups.status: WAIT
Is this actually functional? Usually I don't consider NUT operational until
upsc works (among other things).
On Wed, May 4, 2016 at 9:49 AM, Charles Lepple <clepple at gmail.com> wrote:
>
> > On May 4, 2016, at 9:00 AM, Ken Marsh <ken.marsh at sparkpost.com> wrote:
> >
> > 24.578753 upsdrv_updateinfo...
> > 24.831627 libusb_get_interrupt: Connection timed out
> > 24.831647 Got 0 HID objects...
> > 24.831661 Quick update...
> > 24.881602 Path: UPS.PowerSummary.Del...
2018 Jan 27
0
Newbie wants to compare 2 huge RDSs row by row.
Hi Marsh,
An RDS is not a data structure such as a data.frame. It can be anything.
For example if I want to save my objects a, b, c I could do:
> saveRDS( list(a,b,c,), file="tmp.RDS")
Then read them back later with
> myList <- readRDS( "tmp.RDS" )
Do you have additional inform...
2018 Jan 27
2
Newbie wants to compare 2 huge RDSs row by row.
Each RDS is 40 MBs. What's a slick code to compare them row by row, IDing row numbers with mismatches?
Thanks in advance.
//
2007 Aug 30
2
asterisk at 100% CPU, 1000's of log files
...Aug 29 23:22:17 VERBOSE[24303] logger.c: Asterisk Queue Logger restarted
Aug 29 23:22:17 VERBOSE[24303] logger.c: Rotated Logs Per SIGXFSZ
(Exceeded file size limit)
Aug 29 23:22:17 WARNING[24303] format_wav.c: Unable to find our position
Stopping/starting A*k seems to reset things ok...
Adrian Marsh