Displaying 8 results from an estimated 8 matches for "_even".
Did you mean:
even
2016 Dec 01
1
Different results for cos,sin,tan and cospi,sinpi,tanpi
hi,
my environment...
> sessionInfo()
R version 3.3.2 (2016-10-31)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Debian GNU/Linux 8 (jessie)
locale:
[1] LC_CTYPE=ja_JP.UTF-8 LC_NUMERIC=C
[3] LC_TIME=ja_JP.UTF-8 LC_COLLATE=ja_JP.UTF-8
[5] LC_MONETARY=ja_JP.UTF-8 LC_MESSAGES=ja_JP.UTF-8
[7] LC_PAPER=ja_JP.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C
2004 Oct 08
0
metadata sent from windows based system
...gt; from the radio) sent to an Icecast 2.0.2 server.
> We read about the
>
> curl --user admin:hackme
> 'http://ourseverIP:8000/admin/metadata?mount=/ourstream.ogg&mode=updinfo&so
>ng=ourArtist_name+Title'
This works for mp3 streams, but is not the recommended method _even for mp3_.
The recommended method for doing this is to send the metadata updates
in-stream, from the source client.
For vorbis, this just works - you start a new logical stream, which contains a
metadata header, and will update the client properly.
For mp3, we support a mechanism similar to th...
2004 Oct 08
1
metadata sent from windows based system
At 08:27 PM 10/6/2004, you wrote:
>On Wednesday 06 October 2004 18:31, Nagy Gergely - K?k Duna R?di? wrote:
>
>This works for mp3 streams, but is not the recommended method _even for mp3_.
>
>The recommended method for doing this is to send the metadata updates
>in-stream, from the source client.
>
>For vorbis, this just works - you start a new logical stream, which
>contains a
>metadata header, and will update the client properly.
>
>For mp3, we...
2004 Oct 06
7
metadata sent from windows based system
Hello Everybody,
We develop a Windows based radio broadcast system for professional
radios and we would like to implant an interface in this system to make
it able to automatically update metadata of an OGG (!) stream (recorded
from the radio) sent to an Icecast 2.0.2 server.
We read about the
curl --user admin:hackme
2003 Nov 07
0
[LLVMdev] Re: usage questions
...t *P) {
> int *q;
> int A = B + C;
> q = &A;
> if (Z)
> A = 10;
> else
> *q = 20;
> return A;
> }
Ok, there are certain 'optimizations' that you cannot turn off in LLVM.
A trivial example of this is copy-propagation. LLVM does not _even have_
a copy instruction, so the 'q = &A' instruction is just deleted, and any
references to q use &A instead. This means that your *q turns into a
direct assignment to A.
> % llvmgcc test1.c -o test1.llvm -S
> % llvm-as test1.llvm
> % opt -no-aa -mem2reg test1.llvm.bc &g...
2003 Nov 10
0
[LLVMdev] Re: Alias Analysis Design & Implementation and LLVM
...ted as a scalar
NOTE: p = &A;
d = *p + 10;
is treated with some implicit copy propagation.
quote from Chris,
"Ok, there are certain 'optimizations' that you cannot turn off in
LLVM.
A trivial example of this is copy-propagation. LLVM does not
_even have_
a copy instruction, so the 'q = &A' instruction is just deleted,
and any
references to q use &A instead. This means that your *q turns
into a
direct assignment to A."
Anyone from the LLVM group should correct me if any of the above
observations are in...
2003 Nov 06
2
[LLVMdev] Re: Alias Analysis Design & Implementation and LLVM
On Thu, 6 Nov 2003, Michelle Strout wrote:
> I think some clarifications and examples would be helpful.
No problem. :)
> - LLVM is in SSA. It is in SSA before alias analysis has been
> >>>> performed. With OA, it has been mentioned that the SSA generation
> >>>> is
> >>>> incorrect because it doesn't take alias analysis information into
2004 Feb 03
7
The Smallest Asterisk Server Ever?
Hello all,
Saturday night, after a couple of shots of bourbon, I realized
that I had an old PC sitting in the garage that I could use as an Asterisk
gateway if I just blew the dust off it and reloaded it with a modern Linux
distribution. In my characteristically impulsive manner, I grabbed it and
started cleaning it up so that I could put it in my office without my wife
having a fit.
The