search for: bicolor

Displaying 5 results from an estimated 5 matches for "bicolor".

Did you mean: bgcolor
2011 May 03
1
Asterisk, bicolor BLF and DEVSTATE
Hi, 1. You can now find several SIP harphones with bicolor BLFs (see Polycom, Cisco, ...). Is there a protocol which best describes how to use this bicolor BLD feature ? 2. I would like to map these BLFs to the following user activities : - user is logged off: no light - user is logged in: green light - phone is ringing: blinking light - user is on...
2011 May 23
2
Formatting names.arg
...cies name (to save room). My code so far is: speciesnames<-c("Dialium guianensis", "Inga alba", "Tachigali versicolor", "Brosimum utile", "Caryocar costaricense", "Castilla tunu", "Otoba novagranatensis", "Pourouma bicolor", "Socratea exorrhiza") barplot2(meanapAprilactivity, names.arg=speciesnames, col=columncolor, xlab="Species", ylab="Soil acid phosphatase activity (nmol/h/g)", plot.ci=T, ci.l=apAprilminusordered, ci.u=apAprilplusordered, cex.lab=1.5) For example, I want...
2007 Jun 04
1
Where to buy a db9 serial port probe
...ot; and any combination thereof has yielded crap results except for one for $40 from BlackBox, and quite frankly that's a bit much for a piece of hardware I'll use ONCE. David Harris, serial guru shows a pic of this on a page of his: http://www.conserver.com/consoles/Tracers/DB9-tracer-bicolor.jpg But says this model is BAD because of the way the LEDs are soldered (I really do not care), but I cannot find out how to find this device at ALL. Anyone else have any clues? -Dan -- --------Dan Mahoney-------- Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC ICQ: 13735144 AIM: La...
2011 Apr 12
0
No subject
...yle=3D"border-left: 1= px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"= > <div class=3D"im"><br> On 3 May 2011, at 13:34, Olivier wrote:<br> &gt; It seems that Asterisk DEVICE_STATE function can&#39;t be mapped with = this bicolor feature.<br> &gt; So how could this 4-states BLF be implemented ?<br> &gt; Any suggestion ?<br> <br> </div>The handset is what maps the colours to the states. You can&#39;t sen= d a colour in SIP. You could create a list of all the possible device state= s,...
2011 Jul 26
1
adjusting x-axis labels
...plots) x<-rnorm(9, mean=600, sd=300) speciesnames<-c("Dialium\nguianensis", "Inga\nalba", "Tachigali \nversicolor", "Brosimum\nutile", "Caryocar\ncostaricense", "Castilla \ntunu", "Otoba\nnovagranatensis", "Pourouma\nbicolor", "Socratea \nexorrhiza") xvals<-barplot2(x, ylab=expression(plain("Soil acid phosphatase activity")~(nmol~h^{-1}*g^{-1})), ylim=c(0,1200), cex.axis=0.6) text(xvals,par("usr")[3]-115, srt=45,adj=c(0.5,0), labels=speciesnames, cex=.6, xpd=T) Any suggestion...