Displaying 10 results from an estimated 10 matches for "applicat".
Did you mean:
applicant
2016 Aug 04
2
Target Acceptance Policy
On 4 Aug 2016 6:26 p.m., "Joerg Sonnenberger via llvm-dev" <
llvm-dev at lists.llvm.org> wrote:
>
> On Thu, Aug 04, 2016 at 06:05:19PM +0100, Renato Golin wrote:
> > On 4 August 2016 at 17:31, Joerg Sonnenberger via llvm-dev
> > <llvm-dev at lists.llvm.org> wrote:
> > > (1) The list says nothing about using (appropiate) LLVM infrastructure
> >
2001 Nov 30
0
Samba not sharing some files (.CDX)
Hello,
i'm having troubles to share some files from a windows application in a
linux server.
My english is very poor, so, if somebody speaks/writes in portugues will
be better, anyway, i put my last log in this url: http://200.204.182
114/maxmedianet.com.br/download/logsamba.txt
The applicatications runs in a LAN with 8 windows, with server Conectiva
linux 7.0...
2003 Jul 09
1
cdex problems and vorbis
hello I can't use cdex here is my error log could vorbis be the colpret?
Event Type: Error
Event Source: Application Error
Event Category: None
Event ID: 1000
Date: 7/9/2003
Time: 3:53:16 PM
User: N/A
Computer: HOME-XS1NC5AM3V
Description:
Faulting application cdex.exe, version 1.0.0.1, faulting module speex32.acm, version 1.0.0.0, fault address 0x0000b1fa.
For more information, see Help and Support Center...
2005 Jul 27
3
Icecast dies
...nippets from the log files from the server with the
problem, as well as the Icecast.xml file (with the passwords removed).
Any ideas why this is happening????
thanks,
Fred
Fred
-------------- next part --------------
A non-text attachment was scrubbed...
Name: icecast-no-passwords.ZIP
Type: application/octet-stream
Size: 3024 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/icecast/attachments/20050727/faf60ac7/icecast-no-passwords.obj
2005 Jul 18
0
Crash on reload only with autoload=no
...ADSI Resource 1
res_monitor.so Call Monitoring Resource 1
app_hasnewvoicemail.so Indicator for whether a voice mailbox ha 0
app_eval.so Reevaluates strings 0
app_exec.so Executes applications 0
cdr_manager.so Asterisk Call Manager CDR Backend 0
app_playback.so Trivial Playback Application 0
chan_local.so Local Proxy Channel 0
app_groupcount.so Group Management Routines...
2005 May 22
4
Cisco 7940g Firmware load problems
I have a Cisco 7940G IP Phone. I am trying to load the firmware to SIP 3.2. The Phone just hangs in Defaulting CM to TFTP Server. It doesn't do anything else after that. I also have two other 7940g's that are the Universal Application Loader mode and say Protocol Application Invalid. I need to know what I can do to fix both these problems. I am running Asterisk@Home version 1.0. I have to of Cisco 7940g's working perfectly on my server right now. I can be reached at (800) 757-5669 x4861 or acollard@erwireless.com. I need...
2004 Aug 08
1
No Sound and Jungle:
Hi everyone,
I am running asterisk on red hat linux 9 box. The sound card is Intel
82801db AC' 97 audio and the module is i810_audio. It runs well with other
applications like xmms and the standard tests deliver a sound . I have also
tried to record voice and that works well too.
1-)Now when i run asterisk and i dial out an extension to play any sound
there is none. The same thing happens when i use sjphone to connect directly
to fwd...no ringing sound and no...
2012 Dec 24
3
puppetdb listening on TCP Ports 1099 and 58772
PuppetDB is operating fine, but I can''t figure out how to disable it from
listening globally on TCP 1099 or 58722
How do I disable them from listening globally without having to resort to
iptables?
$ lsof -i -n -P | grep java | grep LISTEN
java 30115 puppetdb 22u IPv6 119118 0t0 TCP *:1099 (LISTEN)
java 30115 puppetdb 23u IPv6 117236 0t0 TCP *:58772
2005 Jul 25
2
R Cocoa GUI 1.12 (R 2.1.1 Framework) crashes on acf() (PR#8032)
After I upgraded my installation of R for OS X (Tiger) to 1.12, it
consistently crashes when calling the function acf() [stats lib].
Roberto Osorio
2013 May 23
2
ASM runtime detection and optimizations
...quot;
@@ -103,6 +104,7 @@ struct OpusEncoder {
int analysis_offset;
#endif
opus_uint32 rangeFinal;
+ int arch;
};
/* Transition tables for the voice and music. First column is the
@@ -184,6 +186,8 @@ int opus_encoder_init(OpusEncoder* st, opus_int32 Fs, int channels, int applicat
st->Fs = Fs;
+ st->arch = opus_select_arch();
+
ret = silk_InitEncoder( silk_enc, &st->silk_mode );
if(ret)return OPUS_INTERNAL_ERROR;