similar to: Eclipse on Centos 4...

Displaying 20 results from an estimated 1000 matches similar to: "Eclipse on Centos 4..."

2005 Jan 28
5
Eyebeam - asterisk - Messenger
Hi all, I would like to connect in sip mode an Eyebeam client to a messenger via Asterisk. I want to use video. Nat is not an issue as vpn connections will be used. Is this a difficult tasks, can someone give me some pointers to get started... Have a good week-end, Francois Random Thought: --------------- Wanna buy a duck?
2005 Jun 02
5
2 incoming lines and Asterisk@home...
Hi all, Is it possible to use 2 incoming fxo lines (one is for my company the other for the family) with Asterisk@home? Best regards, Francois Random Thought: --------------- Errors like straws upon the surface flow: Who would search for pearls must dive below. - John Dryden, 1631 - 1700
2004 Aug 06
0
linux.conf.au and streaming (was Re: patch for libspeex)
On Wed, Dec 18, 2002 at 11:46:42PM +0800, Bernard Blackham wrote: > Hi Jens, > > > There is already streaming support in the xmms-plugin. > > The 0.6.0 version found at http://jzb.rapanden.dk/speex/ is hopelessly > > outdated, but the nightly version should work. > > D'oh, should've looked at this before hand. Seems you've done more > or less what
2005 Aug 02
1
Paging systems from the phone...
Hi all, Is there a model of IP phone, with a built-in speaker, that can be used as part of a Overhead Paging system? Can Asterisk accomodate such a feature? Regards, Francois Random Thought: --------------- It isn't necessary to have relatives in Kansas City in order to be unhappy. -- Groucho Marx
2005 Jan 11
0
RE: Asterisk-Users Digest, Vol 6, Issue 142
Does any one knows of an Windows based SIP video phone???... Thanks... -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of asterisk-users-request@lists.digium.com Sent: Tuesday, January 11, 2005 9:27 AM To: asterisk-users@lists.digium.com Subject: Asterisk-Users Digest, Vol 6, Issue 142 Send Asterisk-Users mailing
2018 Jul 23
0
R-SIG-Debian Digest, Vol 154, Issue 8
On 23 July 2018 at 11:00, <r-sig-debian-request at r-project.org> wrote: Message: 1 > Date: Mon, 23 Jul 2018 02:08:47 +0000 > From: Alison Smith <alismith at uow.edu.au> > To: "r-sig-debian at r-project.org" <r-sig-debian at r-project.org> > Subject: [R-sig-Debian] Ubuntu issue with 18.04 Bionic Beaver > Message-ID: <1532311727386.27944 at
2020 Nov 03
2
Query on constrained regressions using -mgcv- and -pcls-
Hello all, I'll level with you: I'm puzzled! How is it that this constrained regression routine using -pcls- runs satisfactorily (courtesy of Tian Zheng): library(mgcv) options(digits=3) x.1=rnorm(100, 0, 1) x.2=rnorm(100, 0, 1) x.3=rnorm(100, 0, 1) x.4=rnorm(100, 0, 1) y=1+0.5*x.1-0.2*x.2+0.3*x.3+0.1*x.4+rnorm(100, 0, 0.01) x.mat=cbind(rep(1, length(y)), x.1, x.2, x.3, x.4)
2013 Jan 29
0
Setting -sys.setenv()- permanently in Linux using RStudio
> sessionInfo()R version 2.15.2 (2012-10-26) Platform: i686-pc-linux-gnu (32-bit) locale: [1] LC_CTYPE=en_GB.UTF-8 LC_NUMERIC=C LC_TIME=en_GB.UTF-8 [4] LC_COLLATE=en_GB.UTF-8 LC_MONETARY=en_GB.UTF-8 LC_MESSAGES=en_GB.UTF-8 [7] LC_PAPER=C LC_NAME=C LC_ADDRESS=C [10] LC_TELEPHONE=C LC_MEASUREMENT=en_GB.UTF-8 LC_IDENTIFICATION=C attached base packages:
2017 Apr 28
0
R installation problems on Linux Mint 18.1 via jessie-cran3
Thank you so much Johannes. Problem now sorted: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9 sudo add-apt-repository deb https://cran.ma.imperial.ac.uk/bin/linux/ubuntu xenial/ # replaced the old repository link sudo apt-get update sudo apt-get install r-base r-base-core r-base-dev With my .Renviron file already fixed from previously with the correct paths inserted, my
2012 Nov 12
1
Bootstrapping issues
sessionInfo()R version 2.15.2 (2012-10-26) Platform: i686-pc-linux-gnu (32-bit) locale: [1] LC_CTYPE=en_GB.UTF-8 LC_NUMERIC=C LC_TIME=en_GB.UTF-8 [4] LC_COLLATE=en_GB.UTF-8 LC_MONETARY=en_GB.UTF-8 LC_MESSAGES=en_GB.UTF-8 [7] LC_PAPER=C LC_NAME=C LC_ADDRESS=C [10] LC_TELEPHONE=C LC_MEASUREMENT=en_GB.UTF-8 LC_IDENTIFICATION=C attached base packages: [1]
2012 Nov 15
1
[LLVMdev] ValueMapper question: no type mapping for GlobalValue?
Hi Michael, did anything ever happen with this? Ciao, Duncan. On 17/01/12 14:45, Michael Muller wrote: > > So it looks like the verifier doesn't catch this condition - I think it > should. The attached program reproduces the problem - verification succeeds, > but the linker fails with a type assertion. > > BTW, if no one has the bandwidth to work on this I'm willing to
2008 Oct 27
3
[LLVMdev] ADDE on HW that doesn't have flags?
The language I'm targeting doesn't have flags; I'd like to implement ADDE as a macro or psuedo-instruction that takes 3 parameters and returns 2. In my InstrInfo.td file, tablegen complains if I try to define multiple return values; adde is defined in TargetSelectionDAG.td to be a binary op that takes an extra flag in and sends an extra flag out. I tried to custom lower ADDE
2012 Jan 17
0
[LLVMdev] ValueMapper question: no type mapping for GlobalValue?
So it looks like the verifier doesn't catch this condition - I think it should. The attached program reproduces the problem - verification succeeds, but the linker fails with a type assertion. BTW, if no one has the bandwidth to work on this I'm willing to attempt a fix, assuming that you agree that the verifier should discover this condition. Michael Muller wrote: > >
2013 Mar 01
1
[LLVMdev] -debug tracing for fast isel
Hello, Our SelectionDAG instruction selection mechanism prints out a very detailed and useful trace with the -debug option. Conversely, with -O0 when fast isel is running, there is no equivalent output. Instead, debugging has to rely on -fast-isel-verbose2 which just prints out statistics at the end of the run and -fast-isel-abort to catch places when selection aborted. But even simple tracing of
2016 May 17
1
Systemd and VirtualBox
On Tue, May 17, 2016 at 08:58:16AM +0100, John Hodrien wrote: > On Tue, 17 May 2016, Rob Kampen wrote: > > >No idea where to from here, so if there is anyone that has a > >working systemd autostart VirtualBox setup on a headless CentOS 7 > >server - please advise what you have done to get it working. > > I deliberately bailed on VirtualBox when we moved to C7, as
2004 Sep 10
1
flac-1.0.4 on MinGW
I've just got flac-1.0.4 to successfully compile under my MinGW environment: MinGW-2.0.0-3 - binutils-2.13.90-20021006-2 - w32api-2.1 MSYS-1.0.8-rc4 This is on an AMD Athlon machine with 512MB RAM running Windows XP. The only change I had to make was to include/FLAC/ordinals.h.in to remove the reference to MINGW32 on line 39 - without this change the compile bailed out very early on.
2008 Oct 27
0
[LLVMdev] ADDE on HW that doesn't have flags?
On Mon, Oct 27, 2008 at 10:11 AM, Daniel M Gessel <gessel at apple.com> wrote: > The language I'm targeting doesn't have flags; I'd like to implement > ADDE as a macro or psuedo-instruction that takes 3 parameters and > returns 2. > > In my InstrInfo.td file, tablegen complains if I try to define > multiple return values; adde is defined in TargetSelectionDAG.td
2019 Jul 24
2
[PATCH] mm/hmm: replace hmm_update with mmu_notifier_range
On Wed, Jul 24, 2019 at 07:58:58PM +0200, Michal Hocko wrote: > On Wed 24-07-19 12:28:58, Jason Gunthorpe wrote: > > On Wed, Jul 24, 2019 at 09:05:53AM +0200, Christoph Hellwig wrote: > > > Looks good: > > > > > > Reviewed-by: Christoph Hellwig <hch at lst.de> > > > > > > One comment on a related cleanup: > > > > > >
2004 Aug 06
5
liveice problem
Hello everybody... I figure this is not exactly an icecast question, but maybe someone might be able to help. Icecast runs nicely as far as I can see, and so does liveice, apart from the fact I don't get any input signal fed into it. I think it's due to the fact it expects the signal on line in by default and the souncard only has a mic in. So I tried to use the built in mixer mode,
2008 Oct 27
2
[LLVMdev] ADDE on HW that doesn't have flags?
Thanks - that solves both problems. In the future, HW may have built in ADDE support, but will likely still not have flags - it'll just read 3 registers and write two. Any thoughts there? Thanks, Dan On Oct 27, 2008, at 12:07 PM, Andrew Lenharth wrote: > On Mon, Oct 27, 2008 at 10:11 AM, Daniel M Gessel <gessel at apple.com> > wrote: >> The language I'm