search for: prgm

Displaying 7 results from an estimated 7 matches for "prgm".

Did you mean: prgmr
2004 Oct 06
2
Spaces removed from subjects in FETCH response
I'm using SpamAssassin to tag spam and prefix the spam score to the subject line. To make the scores sort properly in the client's message list, I pad the score with spaces to right-align it. It looks like dovecot-0.99.10.9-1.FC3.2 is frustrating this by stripping the excess spaces from the subject before reporting it in FETCH responses. Here's an actual subject line: Subject:
2010 May 11
2
[LLVMdev] Need help for my PBQP regAlloc proj in llvm....
...roject that aims at improving the register allocation scheme by identifying if the interference graphs are chordal or not. we are working on the llvm compiler .we are forcing the compiler to use PBQP register allocation scheme by an option of ' ' regalloc=pbqp ' during the execution of prgm. we have been succesfull in accessing the interference graph information and creating our version of interference matrix depicting the same information. we then use the same matrix to inspect for its chordal nature. and we are looking for colouring the chordal graph in a linear time using available...
2004 Nov 05
1
is this correct way of doing ?
I've realized that there is no java api for encoding into vorbis. We got decoding one tough(Vorbis SPI). Currently we got Java Prgm to capture sound from mic and "encoder_example.c" that would take byte stream and encode it into ogg format.So, right now we are in the process of using JNI for calling the C routines using Java. The main aim is to transfer this data over Darwin Streaming Server(DSS), since DSS accepts...
2004 Nov 05
1
is this correct way of doing it ?
I've realized that there is no java api for encoding into vorbis. We got decoding one tough(Vorbis SPI). Currently we got Java Prgm to capture sound from mic and "encoder_example.c" that would take byte stream and encode it into ogg format.So, right now we are in the process of using JNI for calling the C routines using Java. The main aim is to transfer this data over Darwin Streaming Server(DSS), since DSS accepts...
2004 Oct 29
1
java vorbis encoder and examples
I'm currently involved in a project where in we need to record the audio from a mic encode with vorbis, then put it in Ogg container, and then make it as RTP packet and transmit over Darwin Streaming Server. Till now we were using JMF with available codec's, since JMF handles the RTP part life was pretty much easy using it. Now we want to use Ogg Vorbis because of its adv's. So in
2004 Oct 29
1
java vorbis encoder example or API needed
I'm currently involved in a project where in we need to record the audio from a mic encode with vorbis, then put it in Ogg container, and then make it as RTP packet and transmit over Darwin Streaming Server. Till now we were using JMF with available codec's, since JMF handles the RTP part life was pretty much easy using it. Now we want to use Ogg Vorbis because of its adv's. So in
2010 May 12
0
[LLVMdev] Need help for my PBQP regAlloc proj in llvm....
...ving the register > allocation scheme by identifying if the interference graphs are chordal or > not. > we are working on the llvm compiler .we are forcing the compiler to use > PBQP register allocation scheme by an option of ' ' regalloc=pbqp ' during > the execution of prgm. we have been succesfull in accessing the interference > graph information and creating our version of interference matrix depicting > the same information. we then use the same matrix to inspect for its chordal > nature. and we are looking for colouring the chordal graph in a linear time...