search for: prehistorical

Displaying 20 results from an estimated 23 matches for "prehistorical".

Did you mean: prehistoric
2007 Sep 05
2
Multiple xyplots
Hi everyone, I'm hoping you can give me some pointers. I have a requirement to draw multiple (103) xy line plots onto one output device. Ideally the plots should be displayed in a hexagonal grid (example at www.maladmin.com/example.jpg). I can calculate the locations for each waveform but am wondering how to create multiple plotting areas. I have come accross references to a package grid
2005 Nov 16
5
sfdisk -g support in DomU
Back in January there was a mail thread on this subject ( http://lists.xensource.com/archives/html/xen-devel/2005-01/msg00659.html ), however I see that blkfront still does not include ioctl support for disk geometry. So, any application that uses "sfdisk -g" to get the geometry of a partition, or disk, will fail when run in DomU. Is this a deliberate omission? Nick Logan
2005 Oct 07
2
R version 2.01.1, Crimson Editor and the "one" from nowhere
Dear List.... sorry to bother you R-gurus with such an "unstatistical" question... but I face a problem using Crimson Editor with R 2.01.1 that I never had using R 2.00.1. I already posted on the Crimson Editor forum but it seems to be VERY few R-users there.... I successfully used R v2.00.1until now (under Windows XP professionnal, version 2002, Service Pack 2, P4 processor CPU 1.8
2005 Nov 16
3
OpenSSH on NCR MPRAS
Hi folks, I have successfully compiled and run OpenSSH 4.1p1 on NCR MPRAS: $ uname -a UNIX_SV support1 4.0 3.0 3446 Pentium Pro(TM)-EISA/PCI $ However, I have found one pretty critical problem, arising from the way that MPRAS handles changes to the IP stack. Background: To update any of the IP or TCP configuration options, system administrators should use the program "tcpconfig".
2007 Apr 26
1
comparing two matrices, row by row
...rray(data=c(1:16),dim=c(4,4)) ar2 <- array(data=c(1,2,3,3,5:16),dim=c(4,4)) They only differ in the fourth row. I would like to compare them in order to know which columns are equal. The following works, but I would like to have a better solution, and not to use what someone called "prehistorical loops": for(i in c(1:4)) { cat(as.character(i),": ", as.character(setequal(ar1[i,],ar2[i,])), "\n") } 1 : TRUE 2 : TRUE 3 : TRUE 4 : FALSE I cannot devise how to use the apply function for this. Thanks a lot, Federico ___________________________________...
2007 Sep 07
1
Development forever
Hallo, Peter. Cheers, developers! I'd like to join this effort, in case i'll useful with my crazy stuff. First of all, please consider subscribing this ML to Gmane interface. It would be great! Especially, if you will provide full-text archives for importing. (All that web archives suck, you know. Small and big archives are most easily handled with news server/reader.) Secondly. Did you
2001 Nov 27
1
ext3fs patch for 2.4.16 kernel?
This maybe early, but is there an ext3fs patch for the 2.4.16 kernel -- also, in general where does one download the lastest ext3fs patches?? I found the 2.4.14 patch a few weeks ago on in the linux.org UK site, but all the patches appear to be taken off that site...Any help would be most appreciated... Thanks, Chris --------------------------------------------------------------------
2004 Dec 09
2
Mixed effects model help
I am attempting to set up a mixed effects model, with one factor fixed (put in as.factor, with three factor levels) and one factor random(put in as.factor, with four different batches) as well as the interactions. I have tried the lme function, but R continues to crash everytime I run it... My code is: model_lme(y~a,random=~b+a:b) Is this way off base? I just need to get F statistics to do
2004 Jun 16
3
POP3 LAST command?
Hello, any plans to support this in the future? Seems the inability to use LAST breaks that Yahoo remote mailbox slurper thing, not that I care too much about that, but some mail clients might miss it as well. ;) Regards, Christian Balzer -- Christian Balzer Network/Systems Engineer NOC chibi at gol.com Global OnLine Japan/Fusion Network Services http://www.gol.com/
2004 Sep 24
0
[Bug 1818] New: Rsyncd refuses connection if reverse mapping fails
https://bugzilla.samba.org/show_bug.cgi?id=1818 Summary: Rsyncd refuses connection if reverse mapping fails Product: rsync Version: 2.5.7 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: heikki@indexdata.dk
1998 Jun 12
1
Problems with Delphi 3 on SAMBA
Hi, We have a Sun running SAMBA and have a problem with a share which contains Delphi 3 source code. Compilations on large projects fail, with the .EXE file stopping generation at ~2Mb, although compilations of the same code on an NT drive are fine. Delphi 1 seems to work fine on the SAMBA drive, creating files of >3.5Mb, so it does not seem to be a file size problem either. Can anyone shed
2010 Aug 16
1
Problem with cast {reshape}: Error in match.fun(FUN) : could not find function "Negate"
Dear All I'm having problem with some script which worked a few months ago (on a different computer that might well have had a different version of R installed, so perhaps it has to do with the old version of R?): library(reshape) Loading required package: plyr > tble.data <- melt.array(interp, varnames=c("tme","lon","lat")) > > allyrs.interp <-
2012 Apr 16
0
Gompertz-Makeham hazard models---test for significant difference
Hi, all. I'm working with published paleodemographic data (counts of skeletons that have been assigned into an age-range category, based upon observed morphological characteristics). For example, the following is the age distribution from a prehistoric cemetery in Egypt: naga <-
2007 Apr 26
3
A coding question involving variable assignments in ifelse()
Dear List, Below is a simple, standard loss model that takes into account the terms of an insurance policy: deductible <- 15 coverage.limit <- 75 insurance.threshold <- deductible + coverage.limit tmpf <- function() { loss <- rlnorm(rpois(1, 3), 2, 5) sum(ifelse(loss > insurance.threshold, loss - coverage.limit, pmin(loss, deductible))) } net <- replicate(1000000, tmpf())
2020 Jul 23
4
Off Topic bash question
Thanks, when I change it do the following I get a syntax error #!/bin/bash # while read LINE do echo $LINE done < cat list.txt ./test_bash.sh ./test_bash.sh: line 6: syntax error near unexpected token `list.txt' ./test_bash.sh: line 6: ` done < cat list.txt'
2008 Jun 19
3
Compile failure on Dovecot 1.1-rc12
I am getting this failure when trying to compile dovecot on Sparc Solaris 8: make[4]: Entering directory `/home/systems/looneytr/dovecot-1.1.rc12/src/lib' source='str-find.c' object='str-find.o' libtool=no \ DEPDIR=.deps depmode=gcc /bin/bash ../../depcomp \ gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/openssl/include -g -O2 -Wall -W -Wmissing-prototypes
2012 Mar 08
0
[tzafrir.cohen@xorcom.com: Re: [asterisk-dev] Proposal for DAHDI-trunk: deprecate old kernels]
Same question for asterisk-users as well: ----- Forwarded message from Tzafrir Cohen <tzafrir.cohen at xorcom.com> ----- Date: Wed, 7 Mar 2012 21:14:04 +0200 From: Tzafrir Cohen <tzafrir.cohen at xorcom.com> To: asterisk-dev at lists.digium.com Short version: it's now time to remove. Anybody actually uses latest DAHDI with RHEL4? See inline, On Thu, Dec 29, 2011 at 07:42:39PM
2004 Dec 29
5
spandsp-0.0.2pre6
Just wondering if anyone else has managed to successfully compile spandsp-0.0.2pre6... I'm assuming it is working for most people, else it probably wouldn't have been released, and/or, other people would have had more to say about it... In any case, these are the errors I am getting while doing a make: if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I -g -O2 -MT
2000 Nov 20
2
Low sample rates / bit rates
Hey guys. I think Vorbis is pretty cool, but since the current OggEnc only offers 44.1kHz, it limits what I wanted to use it for. So I've been using Lame to get 16kHz mono Vorbis files. I'm curious about whether Lame does Vorbis encoding the "right" way for non-44.1k stuff, or whether it just encodes as it would for 44.1k & changes the sample rate on the output, but I'm
2007 Apr 10
7
Error from boot .img can not run from protected enviornment
I set up a bios update option on a PXE server, when it boots and starts to run the exe for the bios I get the error: Can not run from protected enviornment. Can any one help me reconcile this issue so I can get the bios update .img to work correctly. Thanks for any help guys. Thank You BP Computer Consultants Bryan Pershall (MCSE, Dell Certified) IT Consultant ------ Office: 281-469-6456 Cell: