Displaying 20 results from an estimated 59 matches for "diddling".
Did you mean:
fiddling
2004 Jun 02
2
a fault in the "hist" - function (PR#6931)
Full_Name: Stephan Schlueter
Version: 1.9.0
OS:
Submission from: (NULL) (217.184.109.24)
During my studies, I found a fault in the hist()-function:
If you have a vector x with values around zero and also bigger than 10,000,000 ,
there will be a shift of -max(x)/10,000,000 in the hist-datas.
See my example:
x<-runif(10000)
hist(x,breaks=c(seq(-3,3,0.1)),prob=TRUE)
#everything ok, but
2001 Jun 26
5
breaks in hist()
I was using the hist() function to create a frequency table of some network
traffic data. The range in values is rather large, from 0 till just under
10e12. Calling hist(x, breaks=c(0,1000,1e6,1e9,1e12),plot=F,freq=T) causes
hist() to return :
$breaks
[1] -1.0000e+05 1.0100e+05 1.1000e+06 1.0001e+09 1.0000e+12
Is this recalculation of the breaks by hist() intended?
Maarten van Gelder.
2001 Mar 05
1
histogram of frequencies (PR#861)
Full_Name: Dr. Bernd Winkler
Version: 1.2.2
OS: Linux
Submission from: (NULL) (194.59.179.176)
Hi all,
having updated to version 1.2.2 last week I experienced some strange behaviour
of
the hist function.
I want to plot a histogram of frequencies resp. counts, for example poisson
random numbers, on a predefined and fixed x scale
> hist(rpois(500, 2), breaks=0:10)
But instead of the
2003 Dec 17
0
Zhone Zplex Hack & Diddling the Battery
I came across this hack while looking through chan_zap.c. Is this still
applicable for those w/ zplex cb's? Is it a maybe need or an absolutely
need? Any background info would be appreciated.
Sincerely,
Andy Hester
Consero
(817)375-1244
(817)937-7977
2005 Jun 20
5
Port forwarding to different Port?
Hi!
I guess I just overread the part I need, I checked the FAQ and
online-documentation, but could not find the solution for my problem:
I have a server with 1 external IP and a LAN behind, where I need ports to
be forwarded like this:
external 1.2.3.4:81 forwarded to internal 192.168.1.1:80
external 1.2.3.4:82 forwarded to internal 192.168.1.2:80
and so on .. (for configuring/accessing the
2001 Nov 15
1
Patch for "last" providing incorrect information on Solaris 8
...interpath.net> on 10-30 on this
list regarding incorrect information reported by last on Solaris. The
patches merely pass along the username in the utmpx record for a logout.
Is there any reason why this would be a problem with other OSes? If not,
maybe this could be rolled into the port. If so, diddling with configure
would be the next step. Any ideas? The diffs are against 3.0p1, by the
way.
Bill Knox
Senior Operating Systems Programmer/Analyst
The MITRE Corporation
-------------- next part --------------
--- loginrec.c.orig Thu Nov 15 09:35:02 2001
+++ loginrec.c Thu Nov 15 09:38:01 20...
2003 Sep 08
2
No joy installing R with shared libs.
...fault
hell.
The R build worked fine: make, make check, make install cool.
The RSPython build worked fine.
Thinking I'm good to go, I run python. But when I import RS python rolls
over and dies with a segmentation fault.
It has been two days of futzing with recompiles, environment variable
diddling and whatnot.
Can some kind soul please give me a fool proof recipe for building R and
RSPython so that it actually works?
Thanks,
Douglass Turner
[[alternative HTML version deleted]]
2002 Nov 18
1
i386 floating point tweaking
Just been trying to get the polygon triangulation code from this
package: http://www-2.cs.cmu.edu/~quake/triangle.html to dyn.load into
R. Uh oh. Floating point exceptions.
Track it down to some FPU diddling that the author deems is necessary.
Here's my minimal code that breaks:
flipme.c:
#include <fpu_control.h>
void flipme(){
int cword;
cword=4210;
_FPU_SETCW(cword);
printf("%f\n",sqrt(2.0));
}
Compile with "R SHLIB flipme.c", then dyn.load and run:
&...
2006 Feb 23
5
sortable_list added to by AJAX question
I have a working sortable_list that is added to by AJAX. The problem is
that when a new item is added, it''s not sortable. I found a post on
scriptaculous using behaviour.js to refresh the DOM when an item is
added, but I can''t figure out how to do it with Rails.
To test the behaviour method, I used this:
var myrules={
''div#steps ul'' :
2020 Apr 30
2
R 4.0.0 build error with sysdata.rda on ppc64el architecture
...ril 2020 at 11:22, peter dalgaard wrote:
| Hum, at least it is not Apple, so maybe you can attach a debugger to the running process? (gdb -p process_id or something like that --- haven't actually done it for a decade). Then at least we can get a stack trace and a clue about where it is looping. Diddling optimization options can also sometimes provide a clue.
(Missed this earlier as the conversation moved off-list.)
And to keep the list abreast, this appears to be related to the long double
issue on powerpc where needed an extra #define to ensure compilation. That
commit is the difference in a bi...
2002 Jul 19
2
compile optimization error in libvorbis-1.0
Wow, I've never seen an FSF gcc crap out like this on a non-overheating
system. When lib/envelope.c is compiled with -march=i686, gcc gets a
signal 11, but not with -march=i586. I'm not sure whether to blame gcc
or libvorbis. There are apparently three other files in libvorbis where
this same behavior is seen.
jeffrey@diddl:/usr/src/build/libvorbis-1.0/lib$ gcc
2000 Sep 11
1
plots: screwed up aspect ratio
...ll the ways, not just
aspect ratio)? BTW, including pty="s" in the plot call or as a
par() argument [I can never figure out where these things belong] does not
work.
Right now I think of the following options to get things working:
a) reinstall an old version (.90? .99?)
b) spend all day diddling with plot/graphics parameters
Thanks for any help. I will send this to bugs if you tell me to.
Bill
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help",...
2006 Aug 02
12
Authenticate with an IP address : LoginGenerator
Is there a way to authenticate with an IP address? I''m using the
LoginGenerator, but would like to bypass the "before_filter
:login_required
" if a user is in a correct IP range...
Anyone know of a solution?
Thanks!
--
Posted via http://www.ruby-forum.com/.
2018 Nov 07
2
error unserializing ascii format (v2 or v3)
I ran into an interesting error unserializing a file created with
ascii=TRUE:
R 3.5.1 (Windows or Linux):
> unserialize(serialize(list(raw=as.raw(c(39,41))), NULL, version=2,
ascii=TRUE))
Error in unserialize(serialize(list(raw = as.raw(c(39, 41))), NULL,
version = 2, :
ReadItem: unknown type 29, perhaps written by later version of R
The same error happens when the
2004 Aug 13
3
voice choppy
OK, background/config.
running * (show version reports 0.9.0) on Mandrake 9.2 (kernel:
2.4.22-32mdk) with a dual 800mhz PIII with 256M Ram 4port FXO digium card,
no IRQ sharing I can find (cat /proc/pci & cat /proc/interrupts), vmstat
reports a minimum of 80+% CPU idle when problem occurs.
connect to a Grandstream 101 (GS) via vpn (no nat). Link has 100ms - 150ms
ROUND TRIP latency
2012 Aug 22
5
Centos machine sometimes unreachable
I have a simple perl script that every few hours pings the handful of
machines on my LAN. Lately I've sometimes been getting
ping of 192.168.0.1 succeeded
ping of 192.168.0.7 succeeded
ping of 192.168.0.5 FAILED
ping of 192.168.0.6 succeeded
ping of 192.168.0.9 succeeded
This machine in question has been running Centos faithfully for about six
years and no recent changes to it have been
2020 Apr 28
2
R 4.0.0 build error with sysdata.rda on ppc64el architecture
The R 4.0.0 package migration on Debian is being held back by a failed build
on ppc64el [1]. We can see from the history of builds logs [2] that it used
to build, briefly failed, worked again and then failed leading to R 4.0.0's
release. (And my bad for missing how the alpha1/alpha2/beta/rc builds failed.)
I have however neither changed anything, nor did I ever have to accomodate
ppc64el (as
2010 Jul 20
2
[PATCH] vga16fb: refuse to load in face of other driver controlling primary card
We don't want vga16fb to mess with hardware initialized by other driver.
Detect it and refuse to load.
It fixes nouveau interrupt storm on some machines.
Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com>
---
drivers/video/vga16fb.c | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/drivers/video/vga16fb.c b/drivers/video/vga16fb.c
index
2020 Apr 30
0
R 4.0.0 build error with sysdata.rda on ppc64el architecture
...020 at 11:22, peter dalgaard wrote:
> | Hum, at least it is not Apple, so maybe you can attach a debugger to the running process? (gdb -p process_id or something like that --- haven't actually done it for a decade). Then at least we can get a stack trace and a clue about where it is looping. Diddling optimization options can also sometimes provide a clue.
>
> (Missed this earlier as the conversation moved off-list.)
>
> And to keep the list abreast, this appears to be related to the long double
> issue on powerpc where needed an extra #define to ensure compilation. That
> comm...
2004 Jun 07
1
filled.contour - color palette so z=0 ONLY is blue
I am trying to create a topographic map of an island - the filled.contour
function works fine except i am experiencing difficulty trying to
represent the sea properly. Basically I want the default colour blue for
any instance where z=0, if I simply use the default topo.color I get
shades of blue for z values up to 220 metres. Is there a way in which I
can specify terrain.color for all values of