search for: ffffcc

Displaying 20 results from an estimated 42 matches for "ffffcc".

2005 Apr 14
2
Legend in xyplot two columns
...uot;), text=list(lab="Paul"), lines=list(col="green"), text=list(lab="George"), lines=list(col="orange"), text=list(lab="Ringo"), rectangles = list(col= "#FFFFCC", border=FALSE), text=list(lab="The Beatles"), ) xyplot(1~1, key=schluessel) The next code gives me two rows, but repeates all the points,lines, and rectangles. schluessel2 <- list( points=list( col="red", pch=19, cex=0.5 ),...
2008 Dec 13
2
What is "The Rails Way" to do this?
...ews": <input type="button" onClick="newAlt()" value=" + "></nobr> The JavaScript for "newAlt()" is: // using DOM create new input box for alternate part function newAlt() { var html = "<input style=''background-color:#FFFFCC'' "; html += "type=''text'' id=''rowcol'' name=''partalternate.0.altpartnumber'' "; html += "joinkey=''partid=<?=$partid?>'' "; html += "attrib=''unique'' size=''...
2004 Nov 02
2
Color schemes that work for people with color-deficient vision
...99FFFF", "#CCFFFF", "#E6E6E6", "#999999", "#666666", "#333333") BluetoOrangeRed.14 <- c("#085AFF", "#3377FF", "#5991FF", "#8CB2FF", "#BFD4FF", "#E6EEFF", "#F7FAFF", "#FFFFCC", "#FFFF99", "#FFFF00", "#FFCC00", "#FF9900", "#FF6600", "#FF0000") BluetoOrange.10 <- c("#0055FF", "#3399FF", "#66CCFF", "#99EEFF", "#CCFFFF", "#FFFFCC", "#FFEE99&qu...
2004 Aug 06
0
toner cartridges
...;Arial,Helvetica"><font color="#000099"><font size=+2>For Hewlett Packard Printers:<i> </i>(Page 2)</font></font></font></u></center> <center><table BORDER WIDTH="80%" HEIGHT="10%" BGCOLOR="#FFFFCC" > <tr BGCOLOR="#408080"> <td BGCOLOR="#408080"> <center><b><font color="#FFFFFF"><font size=+1>ITEM</font></font></b></center> </td> <td BGCOLOR="#408080"> <center><fon...
2002 Jul 12
1
toner cartridges
...;Arial,Helvetica"><font color="#000099"><font size=+2>For Hewlett Packard Printers:<i> </i>(Page 2)</font></font></font></u></center> <center><table BORDER WIDTH="80%" HEIGHT="10%" BGCOLOR="#FFFFCC" > <tr BGCOLOR="#408080"> <td BGCOLOR="#408080"> <center><b><font color="#FFFFFF"><font size=+1>ITEM</font></font></b></center> </td> <td BGCOLOR="#408080"> <center><fon...
2011 Mar 08
2
How to plot multiple graphs?
...ings DP_yearly_graphs = function(class, ratings, IPD) { flname = paste("Exponential Curve For " , n_name) png(filename=sprintf("%s%s%s%s%s", "Curve ", "( ", n_name," )", ".png"),width=480,height=480) par('bg'= "#FFFFCC") par(xaxt="n") plot(internal_category, IPD, "b", ylab="PD", xlab="Rating", fg= "#804000", font.main=2,cex.main=1,col="Red",col.main= "black",col.axis="black" ,col.lab = "black") title(&quot...
2009 Mar 16
1
Fw: Fitting GUMBEL Distribution - CDF function and P P Plot
...# _____________________ P - P Plot ________________________ e <- c(1:N) f <- c((e-.5)/N) Fx <- cdfgum(x, para = parameters_of_GUMBEL) g <- sort(Fx) png(filename = "GUMBEL_P-P.png") a <- par('bg'= "#FFFFCC") plot (f,g,bg=a,fg= "#804000",main ="P-P Plot", ylab=" Cumulative Distribution Function", xlab="i", font.main=2, cex.main=1,col="#999966",bty = "o",col.main="black",col.axis="black",col.lab ="black&...
2011 Mar 14
1
Multiple graphs
...rnal_scale_id", IPD="default_probability") { class <- unique(as.character(Data[[class.var]]))[1] png(filename=sprintf("%s%s%s%s%s", "Curve ", "( ", class," )",".png"), width=480,height=480) par('bg'= "#FFFFCC") par(xaxt="n") plot(as.numeric(factor(Data[[ratings]])), Data[[IPD]], "b", ylab="PD", xlab="Rating", fg="#804000", font.main=2,cex.main=1,col="Red", col.main="black",col.axis="black" ,col.lab...
2007 Oct 19
2
Live Conference about asterisk and voip: reminder 12:30 PM EDT Friday
As usual, we'll be jawing about any and all asterisk-related subjects with the usual gang and any new people are always welcome, regardless of your level of expertise. You can even come and ask questions, it's guaranteed to be a more pleasant experience than it will be on IRC ;) http://VoipUsersConference.org/topics.php IRC; Freenode.net #voip-users-conference
2007 Jun 05
1
multiple plot in odfWeave
...ts.codeproj=p.codeproj WHERE projets.nom LIKE \"",monprojet,"\" ORDER BY s.longitude", sep="") rs <- dbSendQuery(con, myquery ) df <- fetch(rs) print(df) map(database="world", xlim=c(-15,40),ylim=c(27,71), fill=TRUE, col="#FFFFCC") points(df$longitude,df$latitude, col="red", pch=16) spread.labels(df$longitude,df$latitude,df$orgashort,0,bg="#CCFFFF", border=TRUE, cex=0.8, xpad=0.5, ypad=0.8, font=6) } @ Then in the R console: >librar...
2005 Aug 10
1
Issues with Canoo WebTest
I''m trying to use Canoo WebTest (based on HtmlUnit) to test my webapp after integrating scriptaculous. While my test passed, I get a nice long exception message which barely makes any sense (see below). I found I could get rid of this message by commenting out line 114 of effects.js: 114 this.timeout = setTimeout(this.loop.bind(this), 10); Any idea of what might be causing
2009 Mar 13
0
Fitting GUMBEL Distribution - CDF function ISSUE
...lpha = 59.5327 # _____________________ P - P Plot ________________________ e <- c(1:N) f <- c((e-.5)/N) Fx <- cdfgum(x, para = parameters_of_GUMBEL) g <- sort(Fx) png(filename = "GUMBEL_P-P.png") a <- par('bg'= "#FFFFCC") plot (f,g,bg=a,fg= "#804000",main ="P-P Plot", ylab=" Cumulative Distribution Function", xlab="i", font.main=2, cex.main=1,col="#999966",bty = "o",col.main="black",col.axis="black",col.lab ="black")...
2007 Dec 27
1
Samsung iDCS 500R2 <PRI> Asterisk 1.4.*
I'm having trouble getting an Asterisk server to make outbound calls on my iDCS Trunks. I have idcs station to asterisk station working I have asterisk station to idcs station working However, I am unable to get Asterisk to utilize any outbound trunks on my iDCS.... Anybody have any ideas? ________________________________________________________________ Sent via the WebMail system at
2007 Dec 11
1
Appending two voice files
Does anyone know how I can append to different user recorded voice files within a dial plan? For example Asterisk ask caller a question and records the answer, then ask another question record the answer to the end of the first answer - so when it's played back, all the answers are in one playback. TIA Bart -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jan 02
2
Asterisk dialplan date and time operations
Hi all, Im using Asterisk 1.4.11 and I want to proceed some time and date operations in my dial plan. (for a time shifted callback). Should look like: CURRENT TIME + x minutes. Of course it should increase the hours for example in this case: 10.59 + 5 minutes = 11.04 I guess I've to use the math function in 1.4 but how can I manage easily the time operations? Kind Regards, Erik
2007 Jan 13
0
MHII.OB(MARSHALL HOLDINGS INTERNATIONAL INC.) this special for you
...gt; <!-- style5 { &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspcolor: #0000FF; &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspfont-weight: bold; } body { &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspbackground-color: #FFFFCC; } style8 {color: #000000} style9 {color: #0000FF} style14 {color: #FFFF00} style19 {color: #000000; font-weight: bold; } style21 {color: #FFFFFF} style23 {color: #0000FF; font-size: medium; } --> </style> </head> <body> <table width="486" border="2" ali...
2007 Oct 23
2
text management
Hi, I know that Asterisk doesn't support Instant Messaging, but I'm trying to use the AGI function RECEIVE TEXT to implement a kind of IM service. I have a sip softphone that tries to send a message to an active channel and the AGI script that expect to receive the text through the STDIN. Two problems arise: First: How can I say to asterisk to get the message? (I see on CLI console that
2007 Mar 21
1
ses ActiveDirectory and also Ldap and Kerberos.
Hi i'm student and my final project is related to Voip. I have Asterisk almost fully configured. The next step is to accept login of users, that data is in Universitys database which uses ActiveDirectory and also Ldap and Kerberos. It's possible? I don't want authentications in sip.conf, but in other remote database. The problem is i don't have ideas how to start with. I would
2007 Dec 14
3
GUI for Asterisk: Call Flow
Hi All; Is there an GUI for Asterisk that can help in showing the call flow (who is in progress, who is connected, called number, ...)? I was think in AsteriskNow does this? Any advise? Regards Bilal ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
2007 Mar 16
4
proposal: a new mailing list for asterisk 1.4, why not?
Hi all, since Asterisk 1.4 seems to have too many differences from previous versions, wouldn't be nice to have a new mailing list? Giorgio Incantalupo