search for: fossil

Displaying 20 results from an estimated 65 matches for "fossil".

2013 Apr 09
1
sorting the VAR model output according to variable names??
I was wondering if one can have the coefficients of VAR model sorted according to variable names rather than lags. If you notice below, the output is sorted according to lags. >VAR(cbind(fossil,labour),p=2,type="const") VAR Estimation Results: ======================= Estimated coefficients for equation fossil: =========================================== Call: fossil = fossil.l1 + labour.l1 + fossil.l2 + labour.l2 + const fossil.l1 labour.l1 fossil.l2 labour.l2 co...
2018 Jun 07
0
git public web frontends
...a web front end? Do you actually enjoy using Git over the alternatives? Do you know what your alternatives are? Once you get past a perceived need to participate in the network effects from the popularity of Git and GitHub, you have several superior options, on some axes. My personal choice is Fossil, the DVCS behind SQLite: https://fossil-scm.org/ It?s much easier to use Fossil than Git when things go well, it?s less likely to get you tangled up than Git when things *don?t* go well, and it provides much of what GitHub does over stock Git. There?s only one area I?m aware of where Git is...
2018 Jun 06
7
git public web frontends
Hello, Set up a CentOS 7.5 VM linode for git now that github has been bought. I'm not anti-microsoft but I'm worried they will make changes that I don't like (e.g. requiring ms account, changing billing, etc.) so I figured better take control now. Currently moving my private repos and have them set up in my home directory there, but my public repos - I want to set them up with a
2006 May 29
1
ANN: Fossilize Plugin - Create Gems of your Applications.
Hello List! I''m glad to announce the update of Rails Plugin Fossilize (0.3.0): Fossilize ========= Allow you distribute your rails application as a Gem. It add a "fossilize" generator and a package task to rake. What it offer ============= Fossilize offer you two ways of using your distributable rails application: * a ''unpack'' me...
2011 Oct 09
2
pdIdent in smoothing regression model
Hi there, I am reading the 2004 paper "Smoothing with mixed model software" in Journal of Statistical Software, by Ngo and Wand. I tried to run their first example in Section 2.1 using R but I had some problems. Here is the code: library(nlme) fossil <- read.table("fossil.dat",header=T) x <- fossil$age y <- 100000*fossil$strontium.ratio knots <- seq(94,121,length=25) n <- length(x) X <- cbind(rep(1,n),x) Z <- outer(x,knots,"-") Z <- Z*(Z>0) fit <- lme(y~-1+X,random=pdIdent(~-1+Z)) When I ran th...
2008 Oct 25
1
Re: Ole Fossils [ was Re: ls and rm: "argument list too long"]
----- Original Message ---- > From: David G. Mackay <mackay_d at bellsouth.net> > To: CentOS mailing list <centos at centos.org> > Sent: Saturday, October 25, 2008 4:18:01 PM > Subject: Re: [CentOS] Re: Ole Fossils [ was Re: ls and rm: "argument list too long"] > > > On Sat, 2008-10-25 at 12:10 -0700, Bill Campbell wrote: > > > My first Burroughs experience was on the B-5500, and it had some > > ``interesting'' quirks. Using Burroughs extended ALGOL, one could do...
2010 Jun 15
0
lme, spline (revised question)
Dear All, I revise my question about the problem I have. Take a look at the article http://www.jstatsoft.org/v09/i01 and download the attached code. try to run one of the codes for example section 2.1 in R here is the code fossil <- read.table("fossil.dat",header=T) x <- fossil$age y <- 100000*fossil$strontium.ratio knots <- seq(94,121,length=25) n <- length(x) X <- cbind(rep(1,n),x) Z <- outer(x,knots,"-") Z <- Z*(Z>0) fit <- lme(y~-1+X,random=pdIdent(~-1+Z)) there is an e...
2008 Oct 29
1
cmirror - CentOS
Greetings, I might have missed something in the list here.. But could someone point out some introductory material / docs regarding cmirror? Is there something (even beta would do) in CentOS to read and understand about this? OT- On Fossils: While I cannot claim "Fossil state" anywhere near some of the people who were doing cards -- I knew about them though -- when I was born, I have had my spell flicking switches to select boot device on a Texas Instrument DS 990 switching between the "Washing machine" disk and t...
2008 Sep 04
3
Inexistant file displayed by samba
Hello, Running 3.2.0, and in one of my share, a file named TABAFK~V appeared, but is not present on the underlying filesystem. The file can't be removed from a windows client (even a member of domain admins). Not that it is distrubing, but you know... Fran?ois
2004 Jan 23
1
predict.lda problem with posterior probabilities
With predict.lda the posterior probabilities only relate to the existing Class definitions. This is fine for Class definitions like gender but it is a problem when new data does not necessarily belong to an existing Class. Is there a classification method that gives posterior probabilities for Class membership and does not assume the new data must belong to one of the existing Classes? A new
2005 Nov 03
1
Specify Z matrix with lmer function
...e /Journal of Statistical Software/ in 2004 using the lme4 and Matrix packages. The code and data sets used can be found at http://www.jstatsoft.org/v09/i01/. There original code did not work for me without slight modifications here is the code that I used with my modifications noted. x <- fossil$age y <- 100000*fossil$strontium.ratio knots <- seq(94,121,length=25) n <- length(x) X <- cbind(rep(1,n),x) Z <- outer(x,knots,"-") Z <- Z*(Z>0) # I had to create the groupedData object with one group to fit the model I wanted grp <- rep(1,n) grp.dat<-groupedDa...
2007 Feb 06
8
setting enviroment variable
I have a ror project which has been productized. There are several web sites in one ror project I need to set an "enviroment variable" to run different sites, can I do that using mongrel? I tried to use mongrel''s -S option and set the enviroment variable in that file but it seems mongrel runs that file after it calls enviroment.rb I also used apache''s
2006 Nov 26
7
mongrel & apache on Win32
I am thinking about migrating a Java based Web Application to Ruby & Rails. Before I start the work I need more information about the runtime environment. I am forced to use Windows 2003 Server and I need SSL. My Java Web Apps all run on Apache 2.x with any of the many J2EE App Servers (Tomcat, Geronimo, etc...) an Windows without any problems. From reading the mongrel web-site I
2010 Jul 07
3
Boxplots over a Scatterplot
Hello- I'm new to R, coding and stats. (Oh no.) Anyway, I have about 12000 data points in a data.frame (dealing with dimensions and geological stage information for fossil protists) and have plotted them in a basic scatter plot. I also added a boxplot to overlay these points. Each worked fine independently, but when I attempt to superimpose them with add=true, I get a different scale for the boxplot, which results in it being shifted back to the left relative to the...
2015 Jan 09
1
Design changes are done in Fedora
On 1/9/2015 2:32 PM, Always Learning wrote: > Enterprise, in the RHEL context, suggests stability or have I > misunderstood the USA definition of "Enterprise" ? Enterprise to me implies large business. Businesses that don't adapt to external changes become fossils and die off. -- john r pierce 37N 122W somewhere on the middle of the left coast
2013 Jun 06
1
Facebook group needs help with newbie member questions
Hi all. A represent Official CentOS group on Facebook: https://www.facebook.com/groups/2371797727/ Recently we have grown to 3.240+ members, and it looks like we are now more visible since we reached 3000+ members. In last 7 days we had 131 new members ~19 per day, mostly newbie's with problems. Since I am only active admin/knowledgeable person in the group, I am under big load. Karanbir
2010 Nov 19
2
Calculating distance between longitude,latitude of 2 points
Hi all, I would like to know a way of calculating the distance between 2 points when I already have the longitude and latitude of the points. For example : Point 1 : 52? 9'54.00"N 4?25'8.40"E Point 2 : 52?27'46.80"N 4?33'18.00"E Distance between point 1 and point in km .... Is there any functions already available for this ? Any help will be much
2012 Jan 04
1
Eaton_SDK dangling branch solved
...copy". It is a very good thing that I found this before I shipped 2.0. rst.old remains detached, so there is still another corner case for me to nail down. 2.0-pre5 and auxiliary files have been uploaded to http://www.catb.org/esr/nut-conversion/nut-conversion.tar.gz The fix for the "fossil write" bug is in this version. Also note that metadata modifications through mailbox_in can now match by Fossil-ID if Event-Number is absent. -- <a href="http://www.catb.org/~esr/">Eric S. Raymond</a> Where rights secured by the Constitution are involved, there can b...
2016 Mar 15
3
LLVM.org/viewvc down?
Unfortunately, we had lot of bogus requests to viewvc (e.g. asking for history / blame for random revision) which looked like a DoS. Most probably we'll enable it after llvm.org will be migrated to new hardware. On Tue, Mar 15, 2016 at 1:24 PM, Hans Wennborg <hans at chromium.org> wrote: > The commit emails, including the ones in the mailing list archives, > also have links to the
2020 Apr 05
1
firefox unable to load pkcs11 module
...int but there is an rpm version of CACKey for 32 or 64 bit Centos.Here is the process I went through. - setup CAC card by following instructions on: https://help.ubuntu.com/community/CommonAccessCard sudo apt-get install libpcsclite1 pcscd pcsc-tools - download CACkey from https://cackey.rkeene.org/fossil/index sudo dpkg -i cackey_0.7.5-1_amd64.deb The above command failed with: "dpkg: error processing archive cackey_0.7.5-1_amd64.deb (--install): ?unable to create '/libcackey.so.dpkg-new' (while processing './usr/lib64/libcackey.so'): No such file or directory dpkg-deb: error:...