search for: brendan

Displaying 20 results from an estimated 725 matches for "brendan".

2008 Apr 01
10
Request for code review: the brendan() action
This came up as an RFE during the conference (I believe it''s been logged as "4012008: brendan() action needed for DTrace Toolkit".) As everyone here is aware, DTrace is not quite as user friendly as it could be. For the uninitiated, it can be confusing to run a DTrace script and not see the expected output. Brendan Gregg has addressed this in the DTrace Toolkit[1] by including a BEG...
2005 Jun 29
10
TCP Snoop & wrapper shell script posted
Hi , I have posted DTrace script to snoop tcp traffic and also provided a wrapper script for it to filter out unwanted traffic. http://blogs.sun.com/roller/comments/raviswam/Weblog/tcp_snoop_using_dtrace Please let me know if you have any feedback/comments on this. Thanks Ravi
2003 Feb 27
7
Interest in E1 channel banks?
...ions. Signal monitoring and configuration is via Ethernet. These units are manufactured in low quantities for specific telco requirements. However if there was enough interest, we would be able to manufacture and sell the units at pricing levels under US $2000. So how much interest is out there? Brendan --------------------------------------------------------------------- Brendan Dooley General Manager Open Access Pty Ltd PO Box 301 Crows Nest NSW 1585 Phone +612 9978 7009 Fax +612 9978 7099 Email Brendan.Dooley at oa.com.au --------------------------------------...
2004 Sep 10
3
slow FLAC__file_decoder_seek_absolute()...
...64) secs * sample_rate; printf("seeking to %d:%02d\n", secs/60, secs%60); flac_status = FLAC__file_decoder_seek_absolute(decoder, seek_point); if (flac_status) printf("seek absolute = %d\n", flac_status); } FLAC__file_decoder_process_remaining_frames(decoder); Thanks, Brendan Dowling p.s., I am making a simple FLAC file player that runs on the Phatnoise Car Audio System (see http://www.phatnoise.com/ for more info). --- Brendan Dowling crypt@phatnoise.com Phatnoise, Inc. http://www.phatnoise.com/
2009 Apr 18
4
Loop question
...1[i]<-rnorm(250) } What I intended was that the loop would create 10 different matrices with a single column of 250 values randomly selected from a normal distribution, and that they would be labeled t11, t12, t13, t14 etc. Can anyone steer me in the right direction with this one? Thanks! Brendan
2004 Aug 06
4
Problem with ices on OpenBSD 2.9 w/ Icecast 1.3.10
On Tuesday, 10 July 2001 at 14:10, Nick Ludlam wrote: > From: "Brendan Cully" <brendan@icecast.org> > > On Tuesday, 10 July 2001 at 03:21, Nick Ludlam wrote: > > > From: "Brendan Cully" <brendan@icecast.org> > > > > That handles the segfault, I don't know why the stream wouldn't be > > > > sent...
2004 Aug 06
2
Problem with ices on OpenBSD 2.9 w/ Icecast 1.3.10
On Tuesday, 10 July 2001 at 03:21, Nick Ludlam wrote: > From: "Brendan Cully" <brendan@icecast.org> > > That handles the segfault, I don't know why the stream wouldn't be > > sent fast enough though... > > Tried with winamp, sonique and freeamp. All exhibit the same problem of > stuttering play, and eventually this drops out of...
2006 Dec 18
1
[PATCH] Disable GCC stack protection in kernel builds
# HG changeset patch # User Brendan Cully <brendan@cs.ubc.ca> # Date 1166470577 28800 # Node ID 18d9894cb78627cf743a2df98f29e22d3ffd7819 # Parent 469478194aef6e987f9281efbc0756749be6eb80 Disable GCC stack protection in kernel builds. Without this flag, the kernel won''t build on Ubuntu 6.10. Signed-off-by: Brendan Cul...
2014 Jan 17
4
Opus in WebM
Yes, it's basically an intrinsic aspect of the mathematics. If you seek into the middle of an Opus stream, that's about how long it takes before the audio converges to be correct. On Jan 17, 2014 2:13 PM, "Brendan Bolles" <brendan at fnordware.com> wrote: > On Jan 7, 2014, at 11:11 AM, Brendan Bolles wrote: > > > The closest thing to a standards document for putting Opus into WebM is > here: > > > > http://wiki.xiph.org/MatroskaOpus > > > I'm curious about...
2008 Jan 18
33
LatencyTop
I see Intel has released a new tool. Oh, it requires some patches to the kernel to record latency times. Good thing people don''t mind patching their kernels, eh? So who can write the equivalent latencytop.d the fastest? ;-) http://www.latencytop.org/ -- cburgess at qnx.com
2015 Aug 18
2
Asterisk 13 chan_sip trunk appending @string to dialled number
Yes indeed. Do you have the dialplan, eg from /etc/asterisk/extensions.conf? Something is getting this OUT_3_SUFFIX variable and including it in a Dial to 172.22.4.12. On 18 August 2015 at 16:21, Brendan Ord <bord at staff.onthenet.com.au> wrote: > Starting to make sense when I saw this line: > > > > [2015-08-18 15:01:33] DEBUG[19366][C-00001cfc]: pbx.c:3785 > ast_str_retrieve_variable: Result of 'OUT_3_SUFFIX' is '@CUBE' > > > > But I can?t find...
2015 Aug 18
2
Asterisk 13 chan_sip trunk appending @string to dialled number
...46 is my extension, it has IP 172.22.3.238. 172.22.4.8 is the PBX, and 172.22.4.12 is the 2800 gateway. The trunk is called ?testing? at the moment. The route that selects this trunk uses a 9 prefix. This system is in semi-production, so there might be fluff in the log from other active calls. Brendan Ord OntheNet - Network Engineer P 07 5553 9222 F 07 5593 3557 Level One, 165 Varsity Parade Varsity Lakes Qld 4227 (Map<https://goo.gl/maps/p25WF>) www.OntheNet.com.au<http://www.onthenet.com.au/> From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists....
2011 Dec 13
2
[LLVMdev] make check-all failing 18 tests with --enable-optimized
I have now made a report at http://llvm.org/bugs/show_bug.cgi?id=11552. Patrik Hägglund -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Patrik Hägglund H Sent: den 13 december 2011 08:07 To: Brendan Kirby; Evan Cheng Cc: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] make check-all failing 18 tests with --enable-optimized I don't know about the LLVM errors, but I have seen the Clang error before. It occurs because the test is not path independent. In Preprocessor/macro_paste_c_block_commen...
2006 Apr 04
9
Does ActiveRecord have support for "Boolean" columns?
...o you setup columns that represent true/false-ness in your schemas on Rails? Wondering what kind of standard approaches there are other than me writing something like class MyEntity < ActiveRecord::Base def active return false unless active==''y'' true end end -- Brendan Baldwin (dot com)
2004 Sep 10
2
slow FLAC__file_decoder_seek_absolute()...
...he bitrate varies widely in the stream. in that case knowing the first few frame sizes doesn't really help much. on my todo list is a true binary search which should improve things for streams with no seektable and wide bitrate swings. Josh P.S. be sure to keep us posted about PhatBox! --- Brendan Dowling <crypt@phatnoise.com> wrote: > I think I figured out where the problem is. In my metadata_callback, > > I added a thing to print out the max_framesize and max_framesize from > the stream_info block. Those are both zero. The ..._seek_absolute() > > function of th...
2015 Aug 18
2
Asterisk 13 chan_sip trunk appending @string to dialled number
...T_${DIAL_TRUNK}_SUFFIX},${TRUNK_RING_TIMER},${DIAL_TRUNK_OPTIONS}) If I grep for OUT_3_SUFFIX in all files in /etc/asterisk I get nothing.. Here's a paste of a few things out of the two files that I thought were relevant to how FreePBX configured this trunk ... http://pastebin.com/5fRy2Ai9 Brendan Ord OntheNet - Network Engineer P?07 5553 9222 F?07 5593 3557 Level One, 165 Varsity Parade Varsity Lakes Qld 4227 (Map) www.OntheNet.com.au ? ?? NOTICE: This e-mail and any attachments are private and confidential and may contain privileged information. If you are not an authorised recipient, t...
2009 Apr 23
3
Floating simulation error
...s for each iteration are set as x+iteration number. So, for condition 1, iteration 1, the starting seed value would be 2, then 3 etc. etc. At some point, I will get the subscript error but it seems unpredictable. Has anyone had a similar problem or an idea as to what might be happening? - Brendan Brendan Morse, M.S. Industrial/Organizational Psychology Ohio University Office: 335 Porter Hall Website: http://oak.cats.ohiou.edu/~bm123504 [[alternative HTML version deleted]]
2009 Apr 20
3
Calling objects in a loop
...} I am having trouble with getting it to recognize that theta3_i should be calculated using theta1_i and theta2_i in the third line. In other words, theta3_1 should equal theta1_1+theta2_1 whereas theta3_2 should equal theta1_2+theta2_2 Any advice as to where I am losing this one? Thanks, brendan [[alternative HTML version deleted]]
2007 Aug 14
8
sh DTrace provider available
...on the community page referenced above). For /bin/sh, I''ve put up something akin to a chapter in "the book" on how to use it, a copy of the x86 version of the shell built around nv70ish and the diffs. I''d love for folks to have a play with it and give me feedback. Brendan has also written some cool stuff on his blog about his playing with it (link in the above url). We''re considering other shells too, just not done them yet. Regards, Alan Hargreaves -- Alan Hargreaves - http://blogs.sun.com/tpenta Staff Engineer (Kernel/VOSJEC/Performance) Systems Tech...
2011 Dec 13
0
[LLVMdev] make check-all failing 18 tests with --enable-optimized
Thanks for this, I noticed this recently also (and internally expect it to fail). -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Patrik Hägglund H Sent: 13 December 2011 08:31 To: Brendan Kirby; Evan Cheng Cc: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] make check-all failing 18 tests with --enable-optimized I have now made a report at http://llvm.org/bugs/show_bug.cgi?id=11552. Patrik Hägglund -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-boun...