search for: acheived

Displaying 20 results from an estimated 230 matches for "acheived".

Did you mean: acheive
2010 Nov 04
0
Help Required (How to acheive packetization time of 60ms over SIP/IAX2 trunk)
Respected Sir, I want your help regarding an issue on asterisk. I hope my mail will not disturb your daily routine. My issue is I am connecting two asterisk over IIAX2/SIP trunk. I have successfully connected multiple server and every client from one server to call any other server's client. But problem is I want to use Speex@ 2.15kbs and also packetization time is 60ms but I can not
2004 Sep 07
6
Further png() question
Ok, I have reinstalled R-1.9.0 and this appears to have fixed the problems I was having with png(). However, I have a further question regarding png() Is it possible to pass a par() argument to the png() command? I am wanting to produce 4 plots per object, which I normally acheive on an X window by par(mfrow=c(1,4)). I have tried calling a new plot and setting par in this way but this has no
2016 Jun 20
3
How to change samba4 domaine name
Hello dear samba users, please is it possible to change samba4 domaine name ? Did someone have a how to or can explain to acheive it ? Thank you -- Jules HOUANTONON *Phone* : (00229) 97578914 *Email *: juleshoueto at gmail.com *Skype* : houantonon *linkedin* : www.linkedin.com/in/jhouantonon/en
2006 Apr 06
6
pagination question
i''ve figured out how to use the next and previous links with the paginator class but now i''m trying to figure out how to display all the page numbers in between. looking through the rails api, i found paginator.each() but i''m not sure how to use it, or if that''s even what i am looking for. also, is there a way to limit the amount of pages like some sites
2010 Jun 15
1
MANOVA proportion of variance explained
Hello everybody After doing a MANOVA on a bunch of data, I want to be able to make some comment on the amount of variation in the data that is explained by the factor of interest. I want to say this in the following way: XX% of the data is explained by A. I can acheive something like what I want by doing the following: X <- structure(c(9, 6, 9, 3, 2, 7), .Dim = as.integer(c(3,
2009 Mar 19
1
[Bridge] Is bridging possible if two devices connected peer to peer ?
Hello, In one of our project we need to connect one IMX 27 based baord which ahs a internal FEC controller & an MPC 8323RDb baord which has a Built in Network controller. We need to connect the IMX27 based board to MPC board thro cross cable & MPC baord has wlan AP card . Basically we want to communicate from IMX27 to wireless network. Hence we are planning to make follwoing arranage
2006 Aug 02
3
Active Record
I want to build a one page finance calculator in Rails. The form has several fields on it. When I press the calculate button it will return to the same page with the answer. If there is an error it will also return to the same page with the appropriate error messages. I want it to be able to 1. Carry over all the values on the form fields 2. Use the rails validation methods How can I acheive
2009 Mar 27
1
Images and Alt Tags Acheiving Better Search Engine Ranking
Many years ago, my sister asked me to look at the Google <a href="http://images.google.com/">Images search</a> . When I first saw the page, I thought Google was offering a place for freebie photos before I realized that it was probably searching for and finding the "alt tag" text written in the HTML for website images. "Alt tags" or "alt text"
2003 Oct 28
2
Visualising Moving Vectors
I am wanting to plot a series of wind vectors onto a contoured area map for a series of weather stations (eg arrows showing wind speed/direction for a particular time snapshot), can someone please advise me how best to approach this? My desired end point is to be able to link a time series of such data together so that I will in effect have a "movie" displaying the evolution of these
2009 May 24
2
Getting an older version of a package
Hi there, Thanks for your time in advance. I am using an add-on package from Cran. After I updated this package, some of my programs don't work any more. I was wondering if there is anything like version control so that I could use the older version of that package; or if I could manually install the previous version and how I could acheive it? I am not a regular R user; although it is
2007 Sep 13
2
Paging to external speaker like in airports etc...
Hi, I have a production asterisk-1.2.8 system with FreePBX & PRI Digium card. I am looking for a paging system to an external speaker. I can page to internal Polycom 501 VoIP. But, what hardware or system do I need to integrate with the asterisk to have this acheived. -- Deepak Linux your Life, Don't Window it [[]] { All for the best } --------------------------------- Yahoo! Answers - Get better answers from someone who knows. Tryit now. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://...
1998 Jun 05
2
open access to a directory
Can anyone give me some advice, we have just set up a linux file server and we want to offer up a samba share of a directory, however we want it to be accessible by everyone even those who do not have an entry in the passwd file, can someone tell me what I need to do to acheive this ? many thanks in advance. Ian internal support engineer
2012 Jun 28
3
Nested For Loop
I am creating a nested for loop and following are the codes I'm using, but I am not acheiving what I want. I have a vector d<-151:159 I have another vector e<-e<-c("apple", "orange", "banana") I need to create f as 151apple 151orange 151banana . . 159apple 159orange 159banana Here is how I wrote nested for loop... for (i in 1:length(d)) { for (j
2005 Mar 12
2
problems with migration to Maildir
I'm attempting to use Maildir and mbox together until I can finish migrating all mailboxes and figure out issues I'm having with a couple other mailboxes. But, I want to officially start using Maildir as the primary msg. store. Now...when I configure Dovecot as follows, it creates new folders in the ~/mail folder, which is where my mboxes reside: #default_mail_env =
2004 Jun 12
2
Script editor using a browser??
Hello all, I have a some scripts on my Linux box, i want to be able to edit it remotely from a browser login into my server at a particular port number, just like Webmin, SWAT etc. eg( http://mylinuxaddy:port). Does any body have idea of how i can acheive this? I would appreciate your response. Thanx --Yemi __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new
2008 Mar 28
3
Converting a data frame to matrix
Hello: I have a tab delim file with 100 rows and 100 columns. I have numerical values in this table. What I want is to create an image color map with color gradation. my values range from -5 to 0. max value is 0. to acheive this, I need to convert my data.frame into matrix. I tried following : mydf <- read.table('mytable',sep='\t',header=T) mydf1 <- mydf[,2:100]
2009 Mar 27
2
'stretching' a binomial variable
Hi, Im carrying out some Bayesian analysis using a binomial response variable (proportion: 0 to 1), but most of my observations have a value of 0 and many have very small values (i.e. 0.001). I'm having troubles getting my MCMC algorithm to converge, so I have decided to try normalising my response variable to see if this helps. I want it to stay between 0 and 1 but to have a larger range
2010 Jul 02
2
merging plot labels in a lattice plot
Hi, I have a lattice lot conditioned on two variables. Example code is: library(lattice) x <- data.frame(d=runif(100), f1=sample(c('yes', 'no'),100,replace=TRUE), f2=c(rep('Run1',30),rep('Run2',30),rep('Run3',40))) histogram(~d | f1 + f2, x) In the plot, for a given value of f2, there are two panels, one for 'n'
2011 Apr 08
2
help question
hello I am at the very beginneing of using the R program I just don't understand how one can save a programfile For exemple, if I type in R 23+456 and want to save this file under a ceratin name to reload it later, i just don't get the way to do it I can save it with the save function;I acheive to see that I have a file with the name, but no way to understand how to reload or re-suse
2006 Jan 09
11
Scaleability and Sharing of code between apps
Application 1 is an auditing application called AuditSystem. Application 2 is a quality control appllication called QC. App1 has a couple of classes, including models, that i would like to use with App2. I would like a change in a class to be felt in both applications. How do i acheive this without copying and pasting code?? At the moment im feeling i should have made the whole thing one