search for: barr

Displaying 20 results from an estimated 138 matches for "barr".

Did you mean: bar
2006 Mar 31
1
Asterisk, QSIG and Tenovis PBX?
...om the SIP phone's and Asterisk's perspective, i.e. the Tenovis PBX generates the busy tone?! The Tenovis service guy told me that I need to tell him the correct QSIG settings for the PBX: --- QBC QSIG B-Kanal zyklisch *QBS QSIG Leistungsmerkmale sperr. QBADI QSIG barr. suppl. serv. addit. indication QBANI QSIG barr. suppl. serv. ani QBCCC Rueckruf komplett sperren QBCFA senden (De)Aktivier. sperren *QBCFC RUL Pruefung sperren QBCFF senden RUL-Facility sper...
2009 Jan 30
1
problem using identify() after plot()
...it. The text() labels are in red, and the results of pointing-and-clicking are shown in black. Notice point 4, for example: near the origin in black, but upper center in red (which is where the real data point should be: point 4 is (11,16) Any chance all the NA's are the problem? plot(V2,mean.barr, type="n") text(V2, mean.barr, label=rownames(temp), col="red") identify(rownames(temp)) # here's the gist of the data str(temp) summary(temp) rownames(temp) temp mean.barr V2 1 NA 6 2 NA 1 3 12.5 6 4 16.0 11 5 11.0 4 6 12.0 0...
2015 Apr 10
4
Locked version repos
...the underlying repos. Maybe I'd be better off just setting up some repos on a web server and manually adding packages? I'd probably want a way to symlink packages to prevent disk bloat. What are other people doing out there? -- ================================================= Steven Barre, RHCE steven at realestatewebmasters.com Systems Administrator Real Estate Webmasters - 250-753-9893 ==================================================
2009 May 13
4
matching period with perl regular expression
...character string 2: unrecognized escape removed from "\..*" In perl, you can match a single period with \. Is this not so even with perl=TRUE. I would like for x to be equal to > x = "wa" What am I missing here? -stephen ========================================== Stephen J. Barr University of Washington WEB: www.econsteve.com
2009 Nov 20
3
help me avoid nested for() loops!
...)){ dist<-c(dist,distance(points[i,1],point.array.indices[i,2],points[j,1],points[j,2])) } } This is obviously prohibitively slow with >10000 rows in the array. Any thoughts on how to do this without for loops? I apologize in advance if there is an obvious way around this. Thanks! Andrew Barr University of Texas at Austin
2007 Jul 25
11
taskbaricon
Salut alex, j''ai un petit souci. quand j''utilise "demotaskbaricon" avec traducteur-wxruby, que j''ouvre mon application(donc l''icone apparaît dans la barre de lancement rapide) et que je ferme mon application, l''icone disparaît tout de suite. Mais quand je l''utilise avec l''exemple Wizard et que je ferme mon application l''icone reste affiché dans la barre de lancement rapide. il faut que je pointe dessus avec le cur...
2008 Sep 09
2
isolate elements in vector that match one of many possible values
...ch(x == 1 | x==2 | x==4) [1] 1 2 4 This gets really ugly though, when the list of values of interest is really long. Is there a nicer way to do this? Something akin to the MySQL construction in(), as in #MySQL script example Select * from table where parameter in(x,y,z); Thanks! -- W. Andrew Barr Biological Anthropology University of Texas at Austin [[alternative HTML version deleted]]
2009 Jan 23
0
high values of my response variable get chopped off of lattice dotplots
I am trying the following lattice graphics code: > library(lattice) > attach(junk) > summary(junk) mean.barr variable value Min. : 3.50 item15 :15 Min. :0.0000 1st Qu.: 9.50 item14 :14 1st Qu.:0.0000 Median :11.00 item16 :14 Median :0.0000 Mean :11.64 item1 : 0 Mean :0.6744 3rd Qu.:16.00 item2 : 0 3rd Qu.:1.0000 Max. :20.00 item3 : 0 Max. :3.0000 N...
2009 Apr 22
4
plot confidence intervals as shaded band
Hi, does anyone know how do I plot confidence intervals as a shaded band around a curve, rather than as errors bars? many thanks, ulisses. [[alternative HTML version deleted]]
2010 Aug 09
5
Drawing problem in Wine 1.3.0
Hi, I'm having a problem with black boxes and black widgets appearing in Wine programs. See these two screenshots[0], [1] for examples. One program is a Windows application, but the other is Winecfg. Any clues what is wrong here? This is Wine 1.3.0 compiled on Debian squeeze. Thanks, Andrew Barr [0] http://img843.imageshack.us/img843/5373/screenshotho.png [1] http://img818.imageshack.us/img818/2499/screenshot1zq.png
2010 Oct 06
3
Assigning value to a vector from within a function
...pdate() function silently fails to accomplish the update ### I don't understand why the function has no problem accessing the value, but cannot accomplish the assignment. I need to be able to update vectors using index values which I pass from within a function. Thanks for your help. Andrew Barr [[alternative HTML version deleted]]
2006 Mar 12
5
AR - Migrations - how to use a varchar as primary key instead of int ?
Hi I''d like to have a varchar primary key named id instead of the default int id. Does anyone knows how to specify this from migrations ? Should I also specify something in the model class ? thanks! Thibaut -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060312/797bca4b/attachment.html
2016 Aug 30
1
[PATCH v8 05/18] dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver support
...ntroller_free(pdev->dev.of_node); > + dma_async_device_unregister(&fdev->dma_device); and that vchan tasklet is not quisced here :( > +MODULE_LICENSE("GPL v2"); > +MODULE_DESCRIPTION("STMicroelectronics FDMA engine driver"); > +MODULE_AUTHOR("Ludovic.barre <Ludovic.barre at st.com>"); > +MODULE_AUTHOR("Peter Griffin <peter.griffin at linaro.org>"); No MODULE_ALIAS? -- ~Vinod
2016 Aug 30
1
[PATCH v8 05/18] dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver support
...ntroller_free(pdev->dev.of_node); > + dma_async_device_unregister(&fdev->dma_device); and that vchan tasklet is not quisced here :( > +MODULE_LICENSE("GPL v2"); > +MODULE_DESCRIPTION("STMicroelectronics FDMA engine driver"); > +MODULE_AUTHOR("Ludovic.barre <Ludovic.barre at st.com>"); > +MODULE_AUTHOR("Peter Griffin <peter.griffin at linaro.org>"); No MODULE_ALIAS? -- ~Vinod
2006 Feb 09
3
Rail in teaching environments
Newbie question (just joined the list) Is anyone running Ruby on Rails in a teaching environment? Regards John John Colby BA, MBCS, PGCertE Lecturer, Department of Computing, The Business School Room F316, Galton Building, University of Central England, Franchise Street, Perry Barr, Birmingham B42 2SU Tel: +44 (0) 121 331 6937, Fax +44 (0) 121 331 6281, Mobile: 07795 215 912 Essential Website - http://essential.tbs.uce.ac.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060209/1...
2005 Mar 19
2
System-wide multiuser Wine installation
Hi. I was wondering if it is possible to do a Wine installation and installation of Windows applications where the applications are accessible to all users (or better yet, users in a certain group like "win32" or "wine")? I read in the most recent edition (March 18, 2005) of the Wine Weekly News that the global registry functionality had been removed. Is this necessary to have
2009 Mar 04
1
dividing ts objects of different frequencies
...01], br.ts[2001Q3]/distPop.ts[2001] , br.ts[2001Q4]/distPop[2001], br.ts[2002Q1]/distPop.ts[2002] , br.ts[2002Q2]/distPop[2002], etc. This would not be too difficult to write but does anything like this already exist? Thank you, -stephen -- ========================================== Stephen J. Barr University of Washington Dept. of Applied and Computational Math Sciences Dept. of Economics WEB: www.econsteve.com ========================================== [[alternative HTML version deleted]]
2009 Jun 12
1
xtable for plm objects
...tting the error: Error in UseMethod("xtable") : no applicable method for "xtable" It seems like I would want to have xtable treat plm objects exactly as lm objects. Is there a way I can force this behavior? Thanks, -stephen ========================================== Stephen J. Barr University of Washington WEB: www.econsteve.com
2009 May 08
1
plotting with gap in x-axis range
...kes breaks in axis, but it is not what I was actually looking for, because it doesn't really introduce the a range gap or rescale the plot according to the suppressed spaces. does anyone know of a function (or a procedure) that would do that for me? thanks and best regards, Ulisses. Ulisses Barres de Almeida, M.Sc. CAPES Ph.D. - Astrophysics The H.E.S.S. Collaboration University of Durham, England "Time past and time future What might have been and what has been Point to one end, which is always present." T.S.Eliot - Burnt Norton, Four Quartets [[alternative HTML version d...
2007 Jun 25
1
conflict between lme4 and RMySQL packages (PR#9753)
Full_Name: Dale Barr Version: 2.5.1 (patched) OS: Ubuntu linux x86_64 Submission from: (NULL) (138.23.70.108) When RMySQL is loaded in before lme4, the summary() function for lmer objects in the lme4 packages produces the following error: Error in printMer(object) : no slot of name "status" for this object...