Displaying 20 results from an estimated 1252 matches for "nonsense".
2001 Aug 04
2
R hanging after loading tcltk
On R 1.3 / RH 7.1 / i386 (compiled with shared library support), I typed
* library(tcltk)
* help("some nonsensical string")
and R never returned a prompt (but not consuming any CPU cycles). If tcltk
is not loaded, I get the expected help error message, a prompt, and can
continue my session as expected.
Any ideas? I am running tcl 8.3.3.2.
I would assume this has something to do
2002 May 08
0
embedded R regexec returning nonsense
...x functions and something in
python.
With R 1.4.1, R starts up smoothly under rpy and RSPython and only certain
functions elicit the error. For instance, doing "bitmap('file.bmp')" will
cause a segfault in do_strsplit (character.c:260) because the regmatch
structure contains the nonsense values:
(gdb) print regmatch[0]
$1 = {rm_so = 9257728, rm_eo = 9257729}
With R 1.5.0, R fails to complete startup initialization under both rpy and
RSPython, segfaulting in do_readDCF (dcf.c:109) with similar nonsense values
in the regmatch structure:
(gdb) print regmatch
$7 = {{rm_so = 977...
2009 May 30
2
'options=utils::recover' not working in .Rprofile or within R
...can't recover it (no pun intended) using the ?options
help page. How can I get the old functionality back, particularly from
within .Rprofile? A specific line entry would be appreciated. An example,
the help page, and sessionInfo() follow. Thanks, Mark
b.func <- function(x) {y <- x + 2; nonsense; y}
> b.func(3)
Error in b.func(3) : object 'nonsense' not found ## in the past this would
be a menu with numbers for what level I want to go to (in this case just 1)
This help page states:
'error': either a function or an expression governing the handling
of non-catas...
2006 Jun 10
1
Voicemail records nonsense, but record() works (??)
Hello,
I have setup an Asterisk 1.2.7.1 system, with a working voicemail box:
/etc/asterisk/extensions.conf
exten => 83086921,1,Answer
exten => 83086921,2,Dial(SIP/stefan,5,r)
exten => 83086921,3,VoiceMail,u111
exten => 83086921,4,Hangup
exten => 83086921,103,VoiceMail,b111
exten => 83086921,104,Hangup
/etc/asterisk/voicemail.conf
[default]
language=de
111 =>
1997 Oct 28
1
R-alpha: Bug[?] in axis(.) -- using format(.) for labels can give nonsense
To see what I mean,
try
x11()
par(mfrow=c(2,1))
x <- 1:100
plot(x, sin(pi*x/100))
options(digits= 20)
plot(x, sin(pi*x/100))
The problem really is in axis(.) which uses format(.) for the axis
labels.
I think the result of axis(.) should NOT be influenced by
options()$digits.
Should I change it?
--
Martin
2019 Mar 15
0
Just stop it with the "Domain Admins" nonsense
On Fri, 15 Mar 2019 11:57:19 +0000
Zendal Darkman <zendal.darkman at gmail.com> wrote:
> Actually it is okay to criticise without giving a solution, if
> alternate action is evident.
It obviously isn't evident, or the wiki wouldn't have been written in
the way it is.
>HOWEVER, "upon reflection" the tone of the message was wrong, and I
>apologise for it.
2006 Jun 25
1
text_field_with_auto_complete nonsense (newbie question)
Hi everyone,
I have been introduced to ruby on rails a couple of days ago and it
really brings out the fun in programming for the Web. I''m trying to
implement a text_field_with_auto_complete as described in
script.aculo.us , as follows:
controller:
class SearchController < ApplicationController
auto_complete_for :recipe, :name
end
search.rhtml:
<html>
<head><%=
2020 Mar 12
2
[PATCH 0/1] *** SUBJECT HERE ***
On 12.03.20 19:09, Christoph Anton Mitterer wrote:
> On Wed, 2020-03-11 at 21:39 +0100, Thomas Koeller wrote:
> IMO, the idea itself sounds not the best... one must assume that such
> invoked programs are not written "safe"... and thus an attacker could
> potentially cause the system to run such programs a huge number of
> times.
As the anticipated action of the program is
2019 Mar 14
2
Just stop it with the "Domain Admins" nonsense
Its littered throughout the docs eg..
https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs
At best its *poor practice* which should not be frowned upon, but it just
shows a real disconnect with real world users and systems, where admins are
not "Domain Admins".
2010 Oct 18
7
excel parser (preferably perl)?
...on better? Or the equivalent java tools? Or maybe a scripted
OpenOffice conversion would be possible.
Needs to deal with both xls and xlsx formats, the odd characters that
are confused with quotes even after csv conversion, numbers with $'s and
commas embedded, excel's date formatting nonsense, etc.
--
Les Mikesell
lesmikesell at gmail.com
2004 Jun 07
1
Module nonsense (zaptel, wcfxs and wxfxo)
Hello!
I've been playing with two pieces of hardware: a X100P and a TDM400P with
an FXO and two FXS modules. I had been using just the TDM card; however,
the TDM FXO module seems to hear things and "answer" the telephone for no
reason, and I wanted to compare the results with an X100P card.
If you want further details, I can give them to you, but suffice it to say
that
2006 Sep 19
3
Problem with rpart
Not sure if anyone has posted on this problem ... I want to use rpart to
build a binary tree on a relatively large dataset with ~1400 data points
and 15 predictors. But I've noticed that rpart fails almost immediately
in the call to C_s_to_rp, as that code returns nonsense. Looking at the
code itself isn't terribly helpful, and there don't seem to be any hard
limits coded anywhere. Does anyone have a suggestion for what might be
going on?
Thanks in advance for you help
Andrew Zachary
----
Wetherby Partners LLC believes the information provided herein is re...
2023 Apr 19
3
bash test ?
..._Val; test -z ${_Val}; echo $?
0
-> $ unset _Val; test -n ${_Val}; echo $?
0
-> $ _Val=some; test -n ${_Val}; echo $?
0
What is this!?
How should two different, opposite tests give the same result
Is there some bash option which affects that and if so, then
what would be the purpose of such nonsense?
many thanks, L.
2007 Mar 19
3
How to setup a joystick in Wine
I spent hours the other night trying to re-map my Logitech USB
wireless gamepad for playing games in Wine. I added registry keys all
over the place with the cryptic X,Y,Z,Rx nonsense but nothing would
seem to work. Does anyone know how to do this properly, or is it
broken? I'm trying to map the right thumbstick for looking around and
left stick for moving in Rune.
2011 Aug 31
3
CentOS 6, KDE 4: bad DNS traffic
On my new CentOS 6, KDE 4, running WireShark I see what appears
to be frequent nonsensical DNS queries, for example:
"settings-personal.desktop" and "settings-system.desktop".
The DNS response is always:"No such name". Do tell!
These appear especially when I click on things on the KDE
menus. On my old CentOS 5 box, on the same LAN, I see no
such thing. I note
2007 Nov 16
2
Re: Odd number of samples in a stereo wave file
On 16/11/2007, Brian Willoughby <brianw@sounds.wa.com> wrote:
> It would actually be punitive to expect the flac code to expect and
> adapt to nonsensical WAVE files.
You say "punitive". I say it would be "reliable".
One missing byte is a huge burden and nonsensical?
People post on this list looking for solutions. They don't want to
become experts in the WAV
2012 Oct 30
3
subtract a time period from a date
Hello everybody,
how can I reduce e.g. 30 days from a date?
When I do the following "2011-05-01 CEST" -"2011-04-01 CEST" I get:
"Time difference of 30 days"
an thats fine.
But when I try "2011-05-01 CEST" - 30 I get nonsense.
So how can I subtract some days, month or years from a date?
thanking you in anticipation
Claudia Paladini
2005 Dec 19
3
OT: NIC
Folks,
I'm trying to add a network interface card to my SUSE 9.3 box, and
I'm not having much luck with a US Robotics version. What
manufacturer do any of you use in your machines--either 10/100MB or GigE NIC?
Thanks
Eric Hines
There is no nonsense so errant that it cannot be made the creed of
the vast majority by adequate governmental action.
--Bertrand Russell
2011 Jun 14
4
BIZARRE results from wilcox.test()
I get these BIZARRE results from wilcox.test()
When INCREASING the number of samples i get INCREASED p-values. When
increasing the number of samples further, the p-values goes down again. This
seems really bizarre!
Can anyone explain why this is so?!
Example:
> w <- wilcox.test(c(1:40),(c(1:40)+100))
> w$p.value
[1] 1.860340e-23
> w <- wilcox.test(c(1:50),(c(1:50)+100))
>
2013 Jan 29
4
Alias for sending email messages from root
I have run into what can only be described as a farce but one that is
outside my control and which I need fixed.
I am informed that my cell phone service provider, Bell Canada, will
not allow any email messages from a user id 'root' to pass through
their email to sms text gateway. Now, I send alerts out from cron and
other system monitoring software and these all go out as
root at