Displaying 20 results from an estimated 343 matches for "whining".
2007 Jan 15
2
Whine in dual core Windows PC if R uses full CPU capacity
...t down
SAS, restart R à whine again. Apparently, it can also be related to what
exactly R is doing at the particular moment. For example, I just discovered
that simulations of one type were finished, because the computer – running
another simulation under full load on R in a quiet way – started whining at
the moment it switched to the new type of simulation.
The hardware technician I’ve asked about this issue does not have any idea and
suspects R to do something peculiar that causes the noise. It’s not the
mainboards fault (that has already been changed for another reason, and the
behavior r...
2007 Oct 22
3
strsplit
Hello R Gurus:
I would like to take a character string and split at the $ sign.
I thought that strsplit would do it, but here are the results:
> vv
[1] "whine$ts1"
> vv
[1] "whine$ts1"
> strsplit(vv,"$")
[[1]]
[1] "whine$ts1"
Does anyone have any suggestions, please?
Thanks,
Edna Bell
2020 May 15
4
edit() doubles backslashes when keep.source=TRUE
...tter) contains doubled backslashes.
> This could be related to
> https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17800
Yes, indeed, I'm sure this is the same; an inadvertent bug indeed.
> Best regards,
> Sebastian
... and "just the usual"
<whining>
Why does nobody anymore help R development by working with
"R-devel", or at least then the alpha, beta and the "RC"
(Release Candidate) versions that we release daily for about one
month before the final release?
Notably a highly staffed enterprise suc...
2001 Mar 28
1
Whining about the raw driver.
Hi, I'm whining again about the inclusion of the raw driver in libao. Can
someone please commit the patch I posted in message:
http://www.xiph.org/archives/vorbis-dev/0098.html
(which will turn into http://www.xiph.org/archives/vorbis-dev/200103/0098.html
in 4 days.)
I've got people who want it included as...
2010 Jan 10
2
[LLVMdev] Variable declarations vs. definitions
On 01/09/2010 01:12 PM, Chris Lattner wrote:
> The equivalent of "extern int G;" is:
>
> @G = external global i32
OK, then I want to whine a little bit about how that is more obscurely
hinted at than discussed. Whine, whine.... :-)
Even knowing the word to search on, the only explicit application of the
keyword to data is incidental to an example about structures. I think
2001 Dec 25
3
hm ...
About two weeks ago i was whining about an inode that got lost, now i'm going to whine more about strange things happening here.
A matroxfb just oopsed on me (thats not strange), the machine got unusuable, so i logged in from another and got the idea to touch /forcefsck. Upon reboot, fsck said that some inodes are in use but h...
2001 Apr 09
3
Whining about Wine
I just installed Wine, and when i test it by the command "wine cdplayer" i
get the following error message : "err:module:BUILTIN32_dlopen failed to
load .so lib for builtin kernel32.dll: symbol __sysconf, version GLIBC_2.2
not defined in file libc.so.6 with link time reference
err:module:fixup_imports Module (file) KERNEL32.dll needed by
C:\Windows\cdplayer.exe not found"
I
2005 Apr 21
4
[LLVMdev] Trailing whitespace removal (important for CVS users!)
On Thu, 21 Apr 2005, Reid Spencer wrote:
> Why not put all this into a pre-commit filter in CVS and be done with
> it? We'd never be bothered with it again as it would never be committed
> again.
I'd rather not have CVS commit scripts mucking with the code. If you want
to have the nightly tester whine about source code with spaces at the end
of lines (like it whines about
2006 Aug 23
3
bcmxcp: stop whining (and log spamming)
corrupted checksums happen all the time with the 6-port serial card,
even when only using one port (and I don't give a shit about the other
ports, if anybody has a one-port laying around...)
so stop whining already.
$OpenBSD$
--- drivers/bcmxcp_ser.c.orig Wed Aug 23 11:15:54 2006
+++ drivers/bcmxcp_ser.c Wed Aug 23 11:26:37 2006
@@ -168,8 +168,8 @@ int get_answer(unsigned char *data, unsi
/* now we have the whole answer from the ups, we can checksum it */
if (!checksum_test(my_buf)) {
- ser...
2006 May 21
0
Re: High pitched whine with Speex
On May 21, 2006, at 6:33 PM, Kevin Jenkins wrote:
> When I just copy the microphone input buffer to the output buffer
> the sound plays OK. But if I encode and decode the buffer through
> Speex I get a high pitched constant tone in the background. I
> actually do hear my voice speaking when I talk, but it's faint and
> much quieter than the tone.
>
> Here's
2005 Jun 27
0
Just let whiners whine... Please?
There'll be whiners on all lists, and no list is ever going to be pleasing
everybody... (And everyone should decide for themselves whether or not
they belong to that group, as I will not be mentioning names! I'm sure
there are those who'll think *I* am a whiner...)
So at some point just let it be and continue the thread. Keeping on and on
about it only increases noise to post
2001 Nov 22
1
Wine / Whine
In the information on your site you talk of stripped and unstripped wine, ok so
I load both of them onto my machine. When i look at the installation guide it
says download the wine and wineserver? What is the wineserver it hasn't been
mentioned yet?
2003 Aug 16
1
whining about tinderbox messages
On the one hand, yes, they're about things most readers can't do anything
about.
On the other hand, they do let you know (once the tinderbox has stabilized,
this being a new setup with the bugs being worked out of it) whether recent
-STABLE will build or not, which can be quite useful even for ordinary users
of -STABLE. (You know to hold off on updating if it's failing for your
2007 Jan 03
0
`ActionController::Base#render :nothing => true` still whines about "missing template"
In FooController, I put method #bar whose only purpose is to run some
logic in the background and return a status 204 [1].
So in order to return only the 204 status code, I put at the end of
#bar:
`render :nothing => true, :status => 204`
But then when surfing to /foo/bar, I get an error about "missing
template bar.rhtml". Is this a bug?
(The solution eventually was `render
2020 May 15
1
Testing before release (was: edit() doubles backslashes when keep.source=TRUE)
...quite as "sexy"-sounding as other roles, and probably
under-valued.
So, thank you to the bug-fixers...
:)
On Sat, May 16, 2020 at 2:54 AM Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
>
> On 15/05/2020 9:41 a.m., Martin Maechler wrote:
> [ deletions ]
> > <whining>
> >
> > Why does nobody anymore help R development by working with
> > "R-devel", or at least then the alpha, beta and the "RC"
> > (Release Candidate) versions that we release daily for about one
> > month before the final...
2006 Jun 14
2
A whine and a request
guRus and useRs,
As I instruct my students: "With R what is difficult in anything
else, is easy, usually one line of code; but, what is easy in
anything else, is *&^%$%#$... (translation: next to impossible) in R."
I just ran into such a case that has, to put it mildly, driven me to
use spreadsheets (if that is not a sign of complete desperation, I
don't know what is).
2015 Apr 05
3
The future of centos
On 04/04/15 07:16, Always Learning wrote:
> On Fri, 2015-04-03 at 21:30 -0400, Digimer wrote:
>
>
>> If you and others believe this to be the case, then form an
>> organization and fork CentOS. Or, do as CentOS did in the beginning
>> and recompile the RHEL binaries to be binary-compatible and create
>> your own OS.
>>
>> It is the open-source way, and
2007 Nov 23
12
namespaced controllers
Out of curiosity, I''ve seen the following fail:
module Admin
describe MyController
...
end
end
But this works fine:
describe Admin::MyController
..
end
Why?
Scott
2017 Oct 09
3
how to prevent files and directories from being deleted?
...ghttpd is from epel.
> 5. Learn about systemd-tmpfiles by reading the man pages of
> "systemd-tmpfiles" and "tmpfiles.d".
>
> This is as clear as crystal. If, despite this instruction, you cannot,
> or do not want to work with CentOS as it was intended, then stop whining
> about things here.
I?m not whining, and it?s not my fault that someone came up with the
extremely stupid idea to use a ramdisk for /var/run. It?s also not my
fault that lighttpd appears not to be packaged the way it would need to
be, and the same goes for the mariadb packages provided for Ce...
2008 Sep 08
1
Bad memory access in libtheora beta3
Hi,
I didn't get to the bottom of it, but Valgrind is whining
on libtheora when encoding a video to a 16 width or
16 height video. While you may think I'm weird for
encoding to such a size, I didn't care about the output
video, but I reckon it should work. The bad accesses
seemed to be of pixel data, in FilterVert__c, and in
FilterHorz__c (from memory...