Displaying 7 results from an estimated 7 matches for "nuissance".
Did you mean:
nuisance
2009 Nov 18
2
Unnecesary code?
Dear R-ers,
While browsing the R sources, I found the following piece of code
in src\main\memory.c:
static void reset_pp_stack(void *data)
{
R_size_t *poldpps = data;
R_PPStackSize = *poldpps;
}
To me, it looks like the poldpps pointer is a nuissance; can't you
just cast the data pointer and derefer it at once? Say,
static void reset_pp_stack(void *data)
{
R_PPStackSize = * (R_size_t *) data;
}
-- Hun
2005 Dec 12
1
Getting SING errors
...Inspecting the values shows that 'ener' is zero, which
leads to the error.
The question I have is if the code above should
explicitly be checking for zero? Or I have an issue with
my compiler screwing something up?
The error doesn't occur constantly, but frequently enough
to be a huge nuissance.
Thanks in advance,
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20051212/69e68be2/attachment.html
2006 Apr 24
1
trellis.par.get without opening a device?
...ics parameters for all
graphs:
ltheme = canonical.theme(color=TRUE)
sup = trellis.par.get("superpose.line")
ltheme$superpose.line$col = c('black',"red","blue","#e31111","green",
"gray")
....
Works perfectly, there is only a minor nuissance that trellis.par.get opens
a device every time, producing a dummy Rplots.ps file or a window (when run
after Stangle).
Is there a way to suppress this? Well, not really serious.
Dieter
2005 Nov 15
2
Fwd: RE New xanto driver for NUT
...The megatec protocol is used, but with some modifications of some
commands.
As there is absolutely no way of asking the UPS about manufacturer or
model data, adding these models to the generic megatec driver would result
in introducing special cases just for these models.
I think, this is rather a nuissance.
> - subscribe to the upsdev mailing list:
> https://alioth.debian.org/mail/?group_id=30602
>
> - post a patch (unified format, ie using diff -Nru orig.nut mod.nut >
> your_patch)
> to upsdev mentionning the more info possible (why you forked, ...)
>
> - wait for the fee...
2005 Nov 15
2
Fwd: RE New xanto driver for NUT
...The megatec protocol is used, but with some modifications of some
commands.
As there is absolutely no way of asking the UPS about manufacturer or
model data, adding these models to the generic megatec driver would result
in introducing special cases just for these models.
I think, this is rather a nuissance.
> - subscribe to the upsdev mailing list:
> https://alioth.debian.org/mail/?group_id=30602
>
> - post a patch (unified format, ie using diff -Nru orig.nut mod.nut >
> your_patch)
> to upsdev mentionning the more info possible (why you forked, ...)
>
> - wait for the fee...
2006 Feb 14
0
Bug in vbr_analysis
...ener' is zero, which
leads to the
> error.
>
> The question I have is if the code above should
explicitly be checking
> for zero? Or I have an issue with my compiler screwing
something up?
>
> The error doesn't occur constantly, but frequently
enough to be a huge
> nuissance.
>
> Thanks in advance,
> Alex
>
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++
> It seems that using a different compiler (I assume the
development is
> done with MSC) uncovers various issues with the
floating point.
No, all development is done on gcc/Linux....
2009 Feb 26
3
monospaced fonts
> The use of? monospace fonts
> is an expectation for reading Markdown.
> Really, it's the whole point.
um...
no.
going way back to "triumph of the nerds",
the number-one example steve jobs used
to symbolize the absence of any esthetics
at microsoft (and thus -- by extension --
inside the head of bill gates) was the fact
they found a monospaced font acceptable.