Displaying 20 results from an estimated 400 matches similar to: "in Rd documentation, line breaks in code blocks?"
2012 Nov 17
1
Sighandlers
Hello everyone,
I am searching and searching and can't find an answer.
I try to register a sighandler in my extension's C code. But my
sighandler is never called. Is there anything preventing extensions to
receive signals?
I register like this:
[.. some code that works ..]
// register the sigint listeners.
if (signal(SIGTERM, killReceiver) == SIG_ERR) {
2012 Dec 03
2
R-Forge not building packages?
Hi there,
I am waiting since days for my package to be built on R-Forge.
https://r-forge.r-project.org/R/?group_id=1518
R-Forge says:
Version: 0.2 | Last change: 2012-11-27 21:37:05+01 | Rev.: 32
Build status: Building
But I am already at revision 37 and R-Forge doesn't move since 6 days....
Can anyone help?
Thanks
Ulrich
--
Ulrich Staudinger
P: +41 79 702 05 95
E: ustaudinger at
2012 Dec 05
0
AQ-R 0.2 // realtime messaging.
Hi there,
I am glad to announce AQ-R 0.2 has been successfully built and is
available via install.packages("aqr",
repos="http://R-Forge.R-project.org").
The most important new feature is real-time messaging from within R.
AQ-R 0.2 enables you to send and receive byte[] messages within R
through a STOMP compliant messaging server, such as the ActiveQuant
Master Server.
2012 Dec 05
0
AQ-R 0.2 // realtime messaging.
Hi there,
I am glad to announce AQ-R 0.2 has been successfully built and is
available via install.packages("aqr",
repos="http://R-Forge.R-project.org").
The most important new feature is real-time messaging from within R.
AQ-R 0.2 enables you to send and receive byte[] messages within R
through a STOMP compliant messaging server, such as the ActiveQuant
Master Server.
2012 Nov 08
3
strsplit with invalid regular expression
Hi all,
> diff_operator <- "\\("
> strsplit(cond, diff_operator)
[[1]]
[1] "andsin" "log_angle_1_4)"
> diff_operator <- "\\sin("
> strsplit(cond, diff_operator)
Error in strsplit(cond, diff_operator) :
invalid regular expression '\sin(', reason 'Missing ')''
When I am going to split with "("
2012 Nov 28
1
Introduction text in R help files
Hi everyone,
is there a way to include introduction text in the PDF that documents
all methods? I want to avoid to write a proper vignette, but would
much rather like to include some introduction text in my reference
PDF.
Thanks
Ulrich
--
Ulrich Staudinger
P: +41 79 702 05 95
E: ustaudinger at activequant.com
http://www.activequant.com
AQ-R user? Join our mailing list:
2014 Jul 18
1
user@domain splitting not working
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 17 Jul 2014, Ricardo Branco wrote:
> Also just to note that Postfix is not the problem here, that has now been
> ruled out
I compiled to current hg version of Dovecot:
changeset: 17627:fd0616d553b0
tag: tip
user: Timo Sirainen <tss at iki.fi>
date: Fri Jul 11 16:49:35 2014 +0300
summary:
2004 Aug 06
2
header question
Jean-Marc Valin wrote:
>>a simple question which i can't answer through the manuals ... is the
>>header always 80 bytes long?
>>thanks in advance,
>>
>>
>
>Right now it is. However, I may add some fields (or even additional
>headers) in the future if needed. This shouldn't be a problem since the
>header is always alone in his packet and
2018 Apr 25
3
Problem adding replicated bricks on FreeBSD
Hi Folks,
I'm trying to debug an issue that I've found while attempting to qualify
GlusterFS for potential distributed storage projects on the FreeBSD-11.1
server platform - using the existing package of GlusterFS v3.11.1_4
The main issue I've encountered is that I cannot add new bricks while
setting/increasing the replica count.
If I create a replicated volume "poc"
2004 Aug 06
2
frame size
hello,
i have a simple question about speex frame size.
i work with jspeex - but i think it's speex generic, the question i have.
can i use any frame size i want? or does the size have be in a certain
ratio to other numbers? and what does the frame size in the decoder
mean? encoded or decoded packet frame size?
how much data can i hand to the encoder to encode?
if i hand i.e. 400 bytes to
2018 Apr 26
0
Problem adding replicated bricks on FreeBSD
On Thu, Apr 26, 2018 at 9:06 PM Mark Staudinger <mark.staudinger at nyi.net>
wrote:
> Hi Folks,
> I'm trying to debug an issue that I've found while attempting to qualify
> GlusterFS for potential distributed storage projects on the FreeBSD-11.1
> server platform - using the existing package of GlusterFS v3.11.1_4
> The main issue I've encountered is that I
2004 Aug 06
3
q about jspeex - repost of TestClient.java with PipedInputStream
There is actually a mail missing - the version with the pipedinputstream
construction.
attached the current source with pipedinputstream/pipedoutputstream
tia,
ulrich
<p><p>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: TestClient.java
Type: text/x-java
Size: 14939 bytes
Desc: TestClient.java
Url :
2004 Aug 06
2
q about jspeex
Ulrich B. Staudinger wrote:
> Hi,
>
> i have:
>
> public void run(){
> try{
> System.out.println("Opening
> mic"); // AudioInput
> ai=new AudioInput(t);
> // ai.start();
> if(t.input==null){
> AudioFormat format = new
2004 Aug 06
3
Mixing audio
Is There any intension to deal with mixing two or more streams encoded with "speex".
Most voice wise applications (such as conference) need this feature.
Oded Rephael
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org'
2004 Aug 15
1
e2fsck hangs while recovering journal
Hi,
It seems one of my computers died last night and it looks like hard disk
trouble. I took the disk out and attached to another system and tried to
mount the partition, but the mount doesn't complete and just hangs
(process is also unkillable - I had to reboot).
So, I tried to run "fsck -fccp /dev/sda2" but the command just hangs
after printing "/dev/sda2: recovering
2004 Aug 06
3
q about jspeex
Hi Marc,
thanks for the quick reply.
Marc Gimpel wrote:
> It would appear the the 'pcm2speex.read(frame, 0, frame.length)' is
> blocking which means that it is waiting for data from the underlying
> inputstream (i.e.AudioInputStream(t.input)). If it could read
> sufficient data it would transcode it. If it recieved an EOF, it
> should do some zero padding and then
2004 Aug 06
2
header question
hi,
a simple question which i can't answer through the manuals ... is the
header always 80 bytes long?
thanks in advance,
ulrich
--
Ulrich B. Staudinger
http://www.die-horde.de
email: us@die-horde.de
jid: uls@jabber.org
current project: REDHORN
http://redhorn.sourceforge.net
Blog: uls@jabber.org">http://jabber.linux.it/jogger/user.php?jid=uls@jabber.org</a>
<p>---
2003 Aug 13
1
questions questions questions
hi,
ok. i am pretty new to this list, but there seems to be little activity
at all.
first of all, here is a screenshot:
http://greenthumb.jabberstudio.org/video.png - it's screenshot of my
buddy list in my jabber client (java based).
I have a simple (or not so simple) task to achieve:
stream the video from one end through the jabber server to another end
and show the stream in my buddy
2008 Nov 10
1
Embed a Java Panel in FX Ruby ?
Hi there,
can i somehow embed a Java JPanel into an FXRuby component ?
Cheers,
Ulrich
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ulst.vcf
Type: text/x-vcard
Size: 219 bytes
Desc: not available
URL: <http://rubyforge.org/pipermail/fxruby-users/attachments/20081110/404735d9/attachment.vcf>
2004 Aug 06
2
Server based audio merge
CELP based coders perform poorly when you mix streams. Perhaps, we need
a transform code or a subband code at somewhat higher rate 12-16 kbps
that will retain the quality after transcoding and mixing. Is the speex
ultra-wideband based on subband coding?
-Devendra Jalihal
<p>On Fri, 21 Nov 2003, Ulrich B. Staudinger wrote:
> Hi,
> been silent in this discussion for quite long ...