search for: tad

Displaying 20 results from an estimated 365 matches for "tad".

Did you mean: tab
2003 Nov 23
1
agi exec problem (followup)
...ses the exec command entirely: system("asterisk -r -x 'add extension s,3,Playback(demo-congrats) into local'"); but it's ugly. seems like it should be possible to do this with exec. .t ---------- Forwarded message ---------- Date: Sun, 23 Nov 2003 21:17:50 -0500 (EST) From: tad <tad@media.mit.edu> To: asterisk-users@lists.digium.com Subject: agi exec problem. hi folks. (apologies in advance if this is a particularly stupid question) just getting my feet wet with asterisk / agi, and am a little stuck using EXEC. it works fine for applicaitons that take simple argu...
2003 Nov 24
1
Re: Asterisk-Users digest, Vol 1 #1994 - 14 msgs
...feet wet. but, i will be needing to build dialplans on the fly. 'add extension' seems like the right call to make. .t > What is the goal of this? It doesn't make much sense to me. Care to > share some insite into what your goal is? > > bkw > > On Sun, 23 Nov 2003, tad wrote: > > > actually, i do have a workaround which bypasses the exec command entirely: > > system("asterisk -r -x 'add extension s,3,Playback(demo-congrats) into local'"); > > > > but it's ugly. seems like it should be possible to do this with exec....
2007 Mar 15
20
C''mon ARC, stay small...
...11/06 (update 3). All file IO is mmap(file), read memory segment, unmap, close. Tweaked the arc size down via mdb to 1GB. I used that value because c_min was also 1GB, and I was not sure if c_max could be larger than c_min....Anyway, I set c_max to 1GB. After a workload run....: > arc::print -tad { . . . ffffffffc02e29e8 uint64_t size = 0t3099832832 ffffffffc02e29f0 uint64_t p = 0t16540761088 ffffffffc02e29f8 uint64_t c = 0t1070318720 ffffffffc02e2a00 uint64_t c_min = 0t1070318720 ffffffffc02e2a08 uint64_t c_max = 0t1070318720 . . . "size" is at 3GB, with c_max at...
2006 Jan 15
7
Rad Rails?
...9;ve just now started learning Ruby on Rails. Someone told me that I should get RadRails to use as my IDE. RadRails.org seems to be dead now. Has something bad happened? Or do I just have my URL wrong? Is there another good Rails IDE? I''m developing on windows right now. Thanks! TAD -- Posted via http://www.ruby-forum.com/.
2009 Jan 08
1
Alignment of image plot overlay
...). However, the trend line begins about an inch into the image plot x-axis and ends about an inch off of end of the image plot. Once I have the alignment sorted, I need to put a secondary y-axis on the image plot which is scaled for the trend line. An example plot is attached. My code follows. tad.image(ptt.tad, dbins, interp=T, loess.interp=F, ylim=c(300,1), main="STM07.4", zlim=c(0,1)) axis(4, at=c(1,2,3,4), labels=c(1,2,3,4), tick=T, las=1) par(new=T) plot(x=stm$dal, y=stm$model, ann=F, axes=F, type="l", col="black", lwd=2) Ideas involving the use of par(u...
2004 Jun 10
1
Can´t start help and update on Mac (PR#6920
...12407 Content-Transfer-Encoding: 7bit Content-Type: text/enriched; charset=US-ASCII Hi, I get exactly the same error message as in report no 6920. Furthermore, starting "update Bioconducter" the following message appears (<fontfamily><param>Lucida Grande</param><x-tad-smaller>running Mac OS X 10.3.4 (7H63)</x-tad-smaller></fontfamily>) : <fixed><color><param>0000,0000,FFFF</param><x-tad-bigger>> {library(reposTools);update.packages2(getAllDeps=TRUE)} Synching your local package management information ... Packa...
2006 Sep 06
2
RJS Javascript oddity - trying to call Element.setStyle
...+ e.toString()); alert(''Element.setStyle(\''show_color\'', {backgroundColor: \''blue\''})''); throw e } Any ideas what I''m doing wrong? I feel like I''m relatively close to getting this working. Thanks for any help!! -- Terry (TAD) Donaghe http://www.tadspot.com http://www.rubynoob.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocF...
2007 Mar 19
1
Is there a Memu system for MS programs insalled via wine?
Have wine running in Ubuntu - dapper. Found and insalled winexs which is SO good. However the process of starting a programs exe is a tad time consuming and prone to error. Well for me who is a tad used to double click and it's away sort of windows xp.... Ubuntu Applications > {whatever} seem like a great spot to have menu items of stuff to run under wine but for the life of me I can't see how to either edit these items or...
2006 Apr 25
2
Question about Callbacks in link_to_remote
...t;, :url => { :action => :get_results }) Can I have more than one callback for :loading and :complete? That is, using this syntax, can I make more than one element appear and hide when get_results is executing? If so, how might I edit this code? Thanks! Terry -- Terry (TAD) Donaghe http://www.tadspot.com http://www.rubynoob.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060425/4ba3556b/attachment.html
2004 Feb 03
1
Re: Asterisk-Users digest, Vol 1 #2711 - 15 msgs
...l is answered by a human, an answering machine, or hits a busy signal. be further warned, i'm fairly new to * too. however, i have successfully implemented the above. hopefully one of the more astute readers will jump in if it seems like i'm leading you too far astray. ;) hope this helps, tad > --__--__-- > > Message: 7 > Date: Tue, 3 Feb 2004 03:41:44 +0000 > From: "Kris Edwards" <edwardskris@qwest.net> > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Playing announcement to called user prior to Confirmation > Reply-To: asterisk...
2003 Nov 23
2
agi exec problem.
...EC add extension s,3,Playback(demo-congrats) into local problem seems to be that AGI reads the second example to be: EXEC add extension and ignores the rest (presumably because it assumes the space after 'extension' singifies the end of the argument) is there a way around this? thanks, tad
2006 Jul 16
14
Rails, FCGI, DreamHost, and endless frustrations
...omain as shown in the tutorial above. I''m pretty much at the complete end of things that I can think of or google about. Can anyone please give me a few more tips or hints or anything that might help me get this up and running? I''m pretty darned frustrated. Thanks!! -- Terry (TAD) Donaghe http://www.tadspot.com http://www.rubynoob.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060716/8f7f4bf7/attachment.html
2012 Mar 08
2
KalmanSmooth
...ly a Kalman Filter to it to smoothe it out. Through a few days of Googling, reading papers, implementing such a filter in various languages, I finally realised that it may be built into R. So I did a "??kalman" at the R prompt and found that it is indeed there. However, the help page is a tad bare, which is probably why it doesn't show up in my days of searching. Someone wrote the code, someone clearly made use of it at some point. If that someone is on this list, would said person please post sample code? Many thanks! -- Sent from my mobile device Envoyait de mon portable
2005 Oct 04
3
Echo Canceling
...me servers/motherboards, and yet I haven't heard of any issues with Sangoma cards. If someone has had issues then I would like to hear them. I know I can find some hardware echo can's on ebay and wire it up, but I would like to have a better product that comes as a single span T1. Thanks, Tad
2016 Jun 01
3
forwarding emails using sieve
I know this is a tad tangential to dovecot, but maybe someone has some pointers for me. I'm trying to forward emails using the sieve filtering and redirect doesn't do it because it doesn't wrap the message in a new email, instead, it seems to just change the envelope From (and To). This causes the outbo...
2007 Mar 08
2
Composite Primary Keys
Have been looking into using rails but am finding the "Composite Primary Keys are Bad" thing a tad disturbing (to put it mildly). I have been working with RDBMS systems for over fifteen years and this is the first time I have herd the idea questioned. I have cone across using surrogate keys which mirror the composite key for performance reasons in VERY big databases but I have never herd the i...
2009 Dec 18
2
Getting Rd pages right for redefined S3 generic
...define a cbind equivalent for an object that mostly behaves like a data frame. base::cbind dispatches to a data frame method if _any_ parameter is a data frame, so I defined a new S3 cbind and cbind.default to handle dispatch on first object only. Though I confess that redefining cbind leaves me a tad nervous, that all works OK so far. However, R cmd tells me (rightly) that I haven't documented the generic and new default. But I don't want to; I want ?cbind to point to the base package help pages, not to mine. Assuming that's not unwise (?), what do I have to do to tell R cmd that...
2014 Feb 02
2
Powerware (Eaton) Prestige 9 UPS
...- the bcmxcp driver query of the topology block (2 bytes!) is returning as block 0x09 and not 0x13 . . . as per the protocol spec, "some command queries may return 0x9 even if that was not the query made" or some such verbage. So, I made a change to bcmxcp_ser.c to handle block 0x43 a tad differently. And after this, all works - the topology *IS* correctly detected, all meters and functions show, it's golden . . . It just appears that in the firmware on this thing, that the reply to query 0x43 is a bit odd, and the authors of the initial code took far too sever an error ha...
2019 Jul 21
5
[Bug 1354] New: cat foo.nft | nft -f - produces syntax error not seen with nft -f foo.nft
https://bugzilla.netfilter.org/show_bug.cgi?id=1354 Bug ID: 1354 Summary: cat foo.nft | nft -f - produces syntax error not seen with nft -f foo.nft Product: nftables Version: unspecified Hardware: x86_64 OS: Debian GNU/Linux Status: NEW Severity: normal Priority: P5
2012 Apr 14
1
R Error/Warning Messages with library(MASS) using glm.
Hi there, I have been having trouble running negative binomial regression (glm.nb) using library MASS in R v2.15.0 on Mac OSX. I am running multiple models on the variables influencing the group size of damselfish in coral reefs (count data). For total group size and two of my species, glm.nb is working great to deal with overdispersion in my count data. For two of my species, I am getting a