search for: evening

Displaying 20 results from an estimated 106665 matches for "evening".

2003 Jul 22
1
[LLVMdev] this code won't assemble on sparc
Hi, I'm not sure what I'm doing wrong here. With the single source file attached to this email, I tried the following commands: llvmgcc -o timeLLVMfft timeLLVMfft.c -lm llc -o timeLLVMfft.s timeLLVMfft.bc /opt/SUNWspro/bin/cc -xarch=v9 -o timeLLVMfft.sparc timeLLVMfft.s I got the errors at the bottom of this email in response to the last command. On the other hand, gcc v2.95.3 had
2006 May 23
1
question about coding
Hi, I'm trying to encode a raw audio file with speex. No problem if I normally decode it (as done in the samplenc.c, for example). But if I separate odd and even samples and I try to encode separately these two files (one is [odd odd odd odd..], the other [even even even even..], then when I decode and I join the samples in one file [odd even odd even odd even..] I heard a terrible white
2010 Mar 31
6
ODD and EVEN numbers
Hi, anyone here who knows how to determine if an integer is "odd" or "even" in R? Thanks. tj -- View this message in context: http://n4.nabble.com/ODD-and-EVEN-numbers-tp1747032p1747032.html Sent from the R help mailing list archive at Nabble.com.
2003 Apr 06
5
Odd and Even
Hi, I'm trying to create a function, jim(p) which varies depending on whether the value of p is odd or even. I was trying to use th eIf function, but i cant work out a formula to work out if p is odd or even. Thanks, Dave __________________________________________________ Yahoo! Plus For a better Internet experience http://www.yahoo.co.uk/btoffer
2012 Apr 04
5
Simple code dosn't work
I think you have a syntactical error on the line thats throwing the error, you state: > j.even?should be true #throws an error on j == 2, j == 4 should this line not read as: j.even?.should be true -- Posted via http://www.ruby-forum.com/.
2004 Sep 24
0
[LLVMdev] Little win32/Signals.cpp patch
Jeff Cohen wrote: ><algorithm> works too. > > For std::remove yes... but... d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(179) : error C2065: 'stderr' : undeclared identifier d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(179) : error C3861: 'fprintf': identifier not found, even with argument-dependent lookup
2015 Jun 16
2
[LLVMdev] How to pick default floating point ABI?
On 06/16/2015 06:21 PM, Daniel Sanders wrote: > > > > the best I can suggest is to target mips2 and O32 > > > > It's not work for all, still get Assembler messages error on some > source files > > > > > Warning: float register should be even, was 7 > > Could you add –save-temps to the compiler command and send me the > command along with the
2007 Mar 15
2
Help! Echo problem even at T1 PRI?
Hello, We have an asterisk setup at our client's site using a TE205P. The line to telco is a 23 channels T1 PRI, however the line has random echo problems (about 5-10% of the calls)! Can anybody tell me if echo cancellation is really needed even at a T1 PRI to the telco? Because people keep saying when they deploy voip solution in Hong Kong using T1 PRI, there is no need of echo cancellation.
2004 Sep 24
2
[LLVMdev] Little win32/Signals.cpp patch
Jeff Cohen wrote: >But I compiled that under vc7.1 as it was! > > ;-(( Probably is an implicid includes, but I'm using the STLPort standard library for LLVM (because it's not possible to use hash_map and hash_set of microsoft) cl /nologo /TP /EHsc /GR /Zi /Yd /D__STDC_LIMIT_MACROS /DHAVE__FINITE_IN_FLOAT_H /DHAVE__ISNAN_IN_FLOAT_H /DHAVE_WINDOWS_H
2004 Sep 24
0
[LLVMdev] Little win32/Signals.cpp patch
But I compiled that under vc7.1 as it was! On Fri, 24 Sep 2004 15:19:22 +0200 Paolo Invernizzi <arathorn at fastwebnet.it> wrote: > Adding an include for std::remove under vc7.1 > > --- > Paolo Invernizzi >
2004 Sep 24
3
[LLVMdev] Little win32/Signals.cpp patch
Adding an include for std::remove under vc7.1 --- Paolo Invernizzi -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: diff.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040924/e1ca1218/attachment.txt>
2020 Jul 07
2
[nbdkit PATCH] RFC tests: Avoid odd test behavior under NDEBUG
While we support compilation with CFLAGS=-DNDEBUG for the brave user desiring to avoid assertion overhead, this causes the tests to be less powerful. Fortunately, a quick test of './configure CFLAGS=-DNDEBUG' didn't hit any test failures, but it seems better to just ensure that assertions always work in our tests, even if they are turned off for the main binary. Signed-off-by: Eric
2009 Aug 31
5
queue issue
I have a _very_ specific situation where I need queues to work in a very specific manner - I need the queue to only accept one call at a time, even though several phones are attached to it. My memory tells me that queues might have even worked this way in the distant past (pre 1.0)...but I am willing to be mistaken. Is this even remotely possible? PaulH
2010 Sep 15
1
PATCH: virtio_console: Fix poll blocking even though there is data to read
Hi All, I found this while working on a Linux agent for spice, the symptom I was seeing was select blocking on the spice vdagent virtio serial port even though there were messages queued up there. I found this while working on a Linux agent for spice, the symptom I was seeing was select blocking on the spice vdagent virtio serial port even though there were messages queued up there.
2010 Sep 15
1
PATCH: virtio_console: Fix poll blocking even though there is data to read
Hi All, I found this while working on a Linux agent for spice, the symptom I was seeing was select blocking on the spice vdagent virtio serial port even though there were messages queued up there. I found this while working on a Linux agent for spice, the symptom I was seeing was select blocking on the spice vdagent virtio serial port even though there were messages queued up there.
2003 Nov 11
3
dialing 8 in VM2 causes channel lockup?
Hi guys, I'm running Asterisk-0.5.0 and accidentally stumbled on this problem while in the VoicemailMain2 application: If you login to it, or even if you call it w/ 's<extension>' to skip the login and press an '8' near the beginning (and possibly at any point, I'm not sure), the channel seems to lockup, even if the handset is hungup, the channel remains frozen
2004 Feb 22
2
nested loop
Hi all, Does anybody know whether one can nest an 'if' statement in a 'for' loop. According to the results of my code, the for loop is performed first, but I'm not sure I got something else wrong with my code. I'm trying to perform the if statement for each step of the for loop. Thanks in advance. Best regards, Sebastian
2003 Jul 31
4
'System' application exit with error even if it performs the job as expected
Hi, When I try to run the command wmix to mix two WAV files recorded by the Monitor application I get the following warning in the console and the macro exit at that point. Running the command from a standard system console it works. More, even from this macro it works and produce a valid mixed file, but still get that error and the macro cannot continue. Why? I have tried even with a simple
2009 Dec 13
1
Unable to open file...
...ile.c:933 ast_streamfile: Unable to open good (format 0x4 (ulaw)): No such file or directory [Dec 12 22:53:31] WARNING[6300]: pbx.c:8251 pbx_builtin_background: ast_streamfile failed on SIP/100-096ce078 for good -- Executing [80 at outbound:18] BackGround("SIP/100-096ce078", " evening ") in new stack [Dec 12 22:53:31] WARNING[6300]: file.c:650 ast_openstream_full: File evening does not exist in any format [Dec 12 22:53:31] WARNING[6300]: file.c:933 ast_streamfile: Unable to open evening (format 0x4 (ulaw)): No such file or directory [Dec 12 22:53:31] WARNING[6300]: pbx....
2006 Aug 10
1
[Markaby] Using cycle?
I can''t figure out how to get cycle to work: tr :class=>@helpers.cycle(''odd'', ''even'') do tr :class=>@helpers.cycle(''odd'', ''even'', :name=>''rows'') do tr.@helpers.cycle(''odd'', ''even'') do The first two output only one