Displaying 20 results from an estimated 6000 matches similar to: "Removing all duplicate row except by one"
2009 Apr 20
2
About Asterisk 1.6 web GUI
Hi,
I had some experience on Asterisk 1.0.7 and 1.2.0.
Now, I want to do something on the New Release of Asterisk 1.6.xx.
I want to know wheather there are already web GUI for use now in the
release.
Or still nedd integrate some other third part GUI?
Any advice will be appreciated.
Thanks ahead,
Best Regards,
Gary
-------------- next part --------------
An HTML attachment
2010 Apr 27
2
Connect 2 asterisks servers
Hi!
I need some help
Well i have this cenario:
1 ip04 running asterisk [A]
1 pc running asterisk [B]
I nedd to make calls from A to B, and B to A. Via sip
The A-B calls are working. Now I need to configure the dial plan to call B-A
either to sip numbers and Fxs.
Anyone can help me?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Sep 26
2
Triangular matrix upper to down
Hi,
suppose that we have a triangular upper matrix A
test <- matrix(ncol = 4, nrow = 4)
test[1, ] <- c(NA,1,1,1)
test[2, ] <- c(NA,NA,1,1)
test[3, ] <- c(NA,NA,NA,1)
test[4, ] <- c(NA,NA,NA,NA)
I know how quickly set diagonal value diag(test) <- 1. But how quickly set
down value i.e. matrix is symmetrical? Is there in r project any quickly
function?
Thanks,
Best
Marcin
2006 Oct 30
2
Ugly menu/dialog font of applications, using debian sarge and wine 0.9.8 and 0.9.22
hello,
I have a problem with an unsuitable font in the
windows menus/dialogs with the above versions of wine
(dont think this depends much on the versions, though.
Have not tried other versions so far.) when using
debian sarge.
The font seems to look a bit ugly, usually destroys
partly the menu/dialog structures, and, most
important, has no German umlaut's (the diphtongs ae,
oe, ue and
2006 Jun 08
2
PHP Extensions
Hi all,
I have a problem, I'm running CentOS 4.3 and I just installed php with
yum, later I realize that I nedd LDAP support so I download the php-ldap
rpm with yum, everything was OK...but now..the problem is that I need
Informix support, so I search for a php-ifx module to see if it
exist...but no.
So, what are my options? recompile a fresh new php with informix
support...loosing the
2010 Apr 15
2
Regression w/ interactions
I have a project due in my Linear Regression class re: regression on a data
set & my professor gave us a hint that there were *exactly *2 sig
interactions. The data set is attached. We have to find which predictors are
significant, & which 2 interactions are sig. Also, I nedd some guidance for
this & selecting the best model. I tried the `full' model, that being:
2006 Oct 31
1
Re: Ugly menu/dialog font of applications, using debian
> Message: 5
> Date: Mon, 30 Oct 2006 13:46:57 +0100
> From: Jens Gulden <mail@jensgulden.de>
> Subject: Re: [Wine] Ugly menu/dialog font of applications, using
> debian sarge and wine 0.9.8 and 0.9.22
> To: wine-users@winehq.org
> Message-ID: <4545F441.4080606@jensgulden.de>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hallo Wolfram,
2005 May 17
1
installing R on Irix
Hello veeryone, I nedd some help here.
The problem is I was trying to install R on my Irix system, with little
success: I got the following ugly error messages: watch out:
begin installing recommended package mgcv
Cannot create directory "": No such file or directory
* Installing *source* package 'mgcv' ...
** libs
gmake[3]: Entering directory
2002 Dec 10
1
Samba with Mysql as backend and VIRTUAL users.
Hello samba experts,
I want to configure samba with mysql as backend. I searched on google
and i found some info about this subject but it seems to be not really
what i nedd. I said this because i found few howtos about how to
configure samba to read password from mysql database to authenticate
users. Is good but not enough. I don't want shell users with different
password for samba!!! I
2002 Mar 12
1
Problem with duplicate directories
**********************************************************************
Este email assim como os ficheiros que possa ter em anexo s?o confidenciais
e para uso exclusivo da pessoa ou organiza??o para o qual foi enviado.
Se recebeu este email por engano por favor notifique Redes@bnc.pt
Esta nota confirma que esta mensagem foi verificada pelo MIMEsweeper
n?o tendo sido encontrados virus.
2005 Apr 27
7
[Bug 2654] timeout is always triggered with 2.6.4
https://bugzilla.samba.org/show_bug.cgi?id=2654
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From wayned@samba.org 2005-04-27 02:21 -------
The generator's setting of the ignore_timeout
2010 Oct 19
4
Problem while installing passenger for apache
Hi,
I am trying to install passenger 3.0 for apache2 on Ubuntu 10.10.
It says that I need to install libopenssl-ruby.
But when I did ''sudo apt-get install libopenssl-ruby'', I got the
following error.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting ''libruby'' instead of
2013 Jan 28
2
centering matrix
? stato filtrato un testo allegato il cui set di caratteri non era
indicato...
Nome: non disponibile
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130128/e2b59d9c/attachment.pl>
2008 Oct 12
6
COD4 alpah blend problem.
video card: X1950gt with ati limited driver
linux: ubuntu 8.04
wine: 1.1.6 updated from the apt-get
today, i try to install cod4 which is my favorite game.And it is my first time to use wine.
i just mount the iso file, and run the setup.exe in the iso.Everything is ok at begin,but the error came out when the installation was going to finish.A window came up,said some errors with
2011 Jul 07
1
Naive Bayes Classifier
Hi,
Currently I testing the packets that contain built-in features for
classification. Actually I looked packages such as: e1071, Klar, Caret,
CORElearn. However, from what I noticed when building a naive Bayesian
classifier, that they package use of the finite mixture model to estimate P
(x | C) and using a normal distribution. In my research I use binary data
and I want modeled P (x | C), eg the
2017 Sep 19
0
Jump Threading duplicates dbg.declare intrinsics for fragments, bug?
On Tue, Sep 19, 2017 at 8:40 AM, Adrian Prantl via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> > Later loop unroll comes and unrolls the loop and then suddenly we have
> two absolutely identical dbg.declares and the assert in addFragmentOffset()
> blows. Who's at fault?
>
> Without having read the code yet, my intuition says that the unroller
> should not be
2009 Jun 18
12
Best way to use iSCSI in domU
Hello,
We need to use iSCSI in some of our domUs. By the moment, iSCSI is not
for system filesystem, but for data filesystem.
I am wondering what is the best way to use it. Is it better to
configure it in dom0 and then attach the device to the domU? Or is it
better to configure it directly in the domU?
I am thinking that if we configure it in the dom0, then we can''t share
that iscsi
2007 Feb 02
0
Easy Earnings with Flextime
Hello,
We hope you are reading this message in a fine mood.
I'd like to welcome you on a very interesting opportunity.
We supppose you will be very interested in a home job in which you
could get about AUD4000 per month.
This job will not affect your present career, it will only take a small
part of your free time. The only things you will need to have to start
running your business with
2017 Sep 19
3
Jump Threading duplicates dbg.declare intrinsics for fragments, bug?
> On Sep 19, 2017, at 8:44 AM, Reid Kleckner <rnk at google.com> wrote:
>
> On Tue, Sep 19, 2017 at 8:40 AM, Adrian Prantl via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
> > Later loop unroll comes and unrolls the loop and then suddenly we have two absolutely identical dbg.declares and the assert in addFragmentOffset() blows.
2006 Feb 27
3
Updates on Centos 4
Hi,
I have a server that has been running Centos for about a year but
I have not checked to see if there have been any changes to update.
Has there been any updates or fixes for the update? I have not been in
the loop for a while now. Thanks!
-- Dexter
Desire is the ingredient that changes the hot
water of mediocrity to the steam of outstanding
success. It's the ingredient that enables a