search for: abigail

Displaying 20 results from an estimated 25 matches for "abigail".

2009 Nov 22
0
Adding columns to lower level of list
...ance for your help. Tim > cut.ltr[1:5] *********** List of class ltraj *********** Type of the traject: Type II (time recorded) Irregular traject. Variable time lag between two locs Characteristics of the bursts: id burst nb.reloc NAs date.begin date.end 1 Abigail Abigail.1 47 0 2003-05-31 13:29:59 2003-06-01 00:59:56 2 Abigail Abigail.2 288 0 2003-06-18 17:28:11 2003-06-21 17:14:59 3 Abigail Abigail.3 10 0 2003-08-03 23:33:00 2003-08-04 01:43:58 4 Abigail Abigail.4 43 0 2003-08-04 08:15:25 2003-08-04 18:59:58 5 Abigail Abigail...
2006 Feb 21
2
validates_format_of :url, regexp?
...ww.|[a-zA-Z].)[a-zA-Z0-9\-\.]+\.(com|edu|gov|mil|net|org|biz|info|name|museum|us|ca|uk)(\:[0-9]+)*(/($|[a-zA-Z0-9\.\,\;\?\''\\\+&%\$#\=~_\-]+))*$ (http://www.experts-exchange.com/Web/Web_Languages/JavaScript/Q_21245168.html) I also found this one, but, um, well... http://www.foad.org/~abigail/Perl/url3.regex http://www.foad.org/~abigail/Perl/url2.html Thanks, Joe -- Posted via http://www.ruby-forum.com/.
2012 Apr 29
1
CForest Error Logical Subscript Too Long
Hi, This is my code (my data is attached): library(languageR) library(rms) library(party) OLDDATA <- read.csv("/Users/Abigail/Documents/OldData250412.csv") OLDDATA$YD <- factor(OLDDATA$YD, label=c("Yes", "No"))? OLDDATA$ND <- factor(OLDDATA$ND, label=c("Yes", "No"))? attach(OLDDATA) defaults <- cbind(YD, ND) set.seed(47) data.controls <- cforest_unbiased(ntree=500,...
2008 Aug 14
1
autocorrelation in gams
...75.4% GCV score = 0.074563 Scale est. = 0.053781 n = 21 The result look good - significant, with a lot of deviance explained, but I am not convinced the model is actually accounting for the autocorrelation (based on the formula in the results). How can I tell? Many thanks, Dr Abigail McQuatters-Gollop Sir Alister Hardy Foundation for Ocean Science (SAHFOS) The Laboratory Citadel Hill Plymouth UK PL1 2PB tel: +44 1752 633233 [[alternative HTML version deleted]]
2012 Mar 29
2
How to improve, at all, a simple GLM code
Hi There, I am trying to fit a logit model to some data in a CSV file in R. Here is my code: Prepared_Data = read.csv("Prepared_Data.csv", header=TRUE) Prepared_Data attach(Prepared_Data) lrfit<-glm(C3~A1*B2*D4*E5,family = binomial) anova(lrfit, test="Chisq") write.csv(anova(lrfit, test="Chisq"), file="CWModelA.csv") shell.exec("CWModelA.csv")
2001 Nov 15
1
samba daemon won't start.
...Thanks, Melvin M. Bagaforo -----Original Message----- From: Ben Elliston [SMTP:bje@redhat.com] <mailto:[SMTP:bje@redhat.com]> Sent: Thursday, November 08, 2001 1:03 PM To: MAKRO BAGAFORO, Melvin Cc: MAKRO DELA CRUZ, Octavio; MAKRO ALVARO, Mila; MAKRO BADILLA TAMSI, Abigail; MAKRO DIMACALI, Fred Subject: Re: samba error Hi. >>>>> "MAKRO" == MAKRO BAGAFORO, Melvin <mbagaforo@makro.com.ph <mailto:mbagaforo@makro.com.ph> > writes: MAKRO> Got this error while running "./configure MAKRO> -prefix=...
2018 Oct 16
2
Comprobar los nombres de columnas entre varios dataframes
Buenas tardes, Quiero aplicar la función rbind y necesito tener los mismos nombres de columnas. Como tengo unas 195 variables en cada dataframe, necesito hacerlo de una forma rápida. Tengo 9 bases de datos y tengo que fusionar todas. ¿Como puedo comprobar que los nombres de las variables son los mismos? Y de lo contrario, ¿como detecto las diferencias? He probado con
2007 Feb 24
8
Solaris Patch Management
Has anyone used Puppet to manage Solaris Patches? If so could you pass on any tips. For those without Solaris experience, you can only describe the configuration of a Solaris system with the full combination of Installed Packages Installed Patches Applied Configuration
2010 Oct 18
0
new packages: hydroTSM 0.2-0 and hydroGOF 0.2-0
...mission, Joint Research Centre ======================================================= Linux user #454569 -- Ubuntu user #17469 ======================================================= "Learning is not attained by chance, it must be sought for with ardor and attended to with diligence." (Abigail Adams, 1744 - 1818) ======================================================= DISCLAIMER:\ "The views expressed are purely those of th...{{dropped:7}}
2010 Oct 18
0
new packages: hydroTSM 0.2-0 and hydroGOF 0.2-0
...mission, Joint Research Centre ======================================================= Linux user #454569 -- Ubuntu user #17469 ======================================================= "Learning is not attained by chance, it must be sought for with ardor and attended to with diligence." (Abigail Adams, 1744 - 1818) ======================================================= DISCLAIMER:\ "The views expressed are purely those of th...{{dropped:7}}
2004 Sep 20
0
Samba Client in Windows Domain
...smbfs credentials=/home/user1/.smbpassword,workgroup=MYDOMAIN 0 0 ------------------------------------------------ My /home/user1/.smbpassword is: ------------------------------------------------ username = user1 password = user1 ------------------------------------------------ Regards, -- Abigail Anzola
2012 Jan 06
2
Zipcode validation
Hi All, How to validate Zip/Postal code enterd is valid based on country selected? Is there any plugin for checking zipcode format for different countries.. Thanks -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2007 Apr 30
1
any ideas? automated installation of puppet into solaris 10 zone
> I''ve built a puppet solaris - package which is distributed via jumpstart > at installation time of a solaris 10 machine. > It''s postinstallation registers the puppetd into smf and starts puppetd > afterwards. Puppetd connects to puppetmasterd, gets ist certificate signed > (autosig on) and the configuration stuff. > Now the interesting part: a new solaris zone
2007 Aug 23
4
Questions about modules and namespaces
Hello >From my understanding, modules are not autosearched. So, if I have: include ssh ... then puppet will look for a module names ssh and class named ssh defined in /modules/ssh/init.pp Moreover, if I have: include ssh::global ... then Puppet will for class global defined in /modules/ssh/init.pp or /modules/ssh/global.ss. Is that correct? Or am I leaving out some imports
2007 May 18
4
Requiring Yum be installed before classes use it as a provider
I''m in the process of creating Puppet classes to install Munin via Yum on my RHEL4 hosts. Before Yum can be used as a provider, it obviously needs to be installed. I''ve tried requring the Yum package in the Munin classes but I still get an error about "Provider ''yum'' is not functional on this platform". Is there an easy way to require the yum class
2007 May 02
1
UPDATE automated installation of puppet into solaris 10 zones
...robably using a ''refreshonly'' so it only gets done when the zone is first created. As long as the package install starts the service, you should be golden. -- Learning is not attained by chance, it must be sought for with ardor and attended to with diligence. -- Abigail Adams --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com <http://reductivelabs.com> | http://madstop.com <http://madstop.com> You''re right, if the package content from the global zone is reflected in all zones,...
2002 Oct 10
0
core dump from rsync
...links, symlinks, batchfiles, IPv6, 64-bit system inums, 64-bit internal inums rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the GNU General Public Licence for details. bash-2.05$ uname -a Linux abigail.freeswan.org 2.4.19 #1 Fri Aug 9 16:46:30 EDT 2002 i686 unknown bash-2.05$ which rsync /sandel/bin/rsync (i.e. locally built) freeswan@xs1:~$ uname -a FreeBSD xs1.xs4all.nl 4.5-RELEASE-p3 FreeBSD 4.5-RELEASE-p3 #0: Fri Apr 19 11:42:45 CEST 2002 cor@xs0.xs4all.nl:/usr/src/sys/compile/XS4ALL-SM...
2007 Oct 10
5
Puppet ldapnodes issue
I am attempting to move our test puppet installation from looking for node information in a manifest to LDAP. I followed the instructions at: https://reductivelabs.com/trac/puppet/wiki/LdapNodes and was able to get the puppet schema loaded into our LDAP. I can now query LDAP and modify/load data without any issues using the OpenLDAP tools. e.g. ldapsearch -h ldapdev1.domain.com -x
2007 Dec 13
2
ANNOUNCE: 0.24.0 is out
...opment practice today, also. 1 - http://reductivelabs.com/trac/puppet/browser/CHANGELOG 2 - http://reductivelabs.com/trac/puppet/query? milestone=misspiggy&order=priority -- Learning is not attained by chance, it must be sought for with ardor and attended to with diligence. -- Abigail Adams --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com
2008 Nov 14
11
External_nodes definition not working. Client states "could not find node"
Hello folks, Im trying to migrate from static nodes-definition to external nodes definition. My script looks like this stolen from http://reductivelabs.com/trac/puppet/wiki/ExternalNodes: {{{ #!/usr/bin/perl -w use warnings; use YAML qw( Dump ); use Switch; #initialize vars our @classes; our %parameters; Function to fill @classes and %parameters with correct values .... print Dump( {