Displaying 8 results from an estimated 8 matches for "rff".
Did you mean:
off
2010 Oct 04
2
Issue with match.call
Hi,
I have a function that I'm writing. The arguments in the function are as follows
RFF<-function(qtype, qOpt,...){}
i.e., I have two args that are compulsary and the rest are optional. Now when my user passes the function call, I need to see what optional args are defined and process accordingly...what I have so far is..
RFF<-function(qtype, qOpt,...){
mc <- match.call(exp...
2006 Jun 08
2
Page caching for urls with dots
...send it (it gets a
Content-Type of text/plain instead of text/html).
Is this a bug or an expected behaviour?
Is there a way I could workaround it at the rails level, instead of
messing with the webserver?
--
blog en: http://www.riffraff.info
blog it: http://riffraff.blogsome.com
jabber : rff.rff at gmail dot com
2012 Aug 13
1
Ruby Facter.add syntax please help
...ot;F DC"
when /^a(t|d|u|s|p|q)(p|v)(sol|lin)\d+/
"G DC"
when /^vx*\d+/
"A DC"
when /^vm*\d+/
"V DC"
when /^adl*\d+/
"H DC"
else
#"RFF DC"
name
end
end
Could not find value for ''syslocation'' at
13:/etc/puppet/modules/rpd_snmp/templates/snmpd.conf.erb at
/etc/puppet/modules/rpd_snmp/manifests/init.pp:21
--
You received this message because you are subscribed to the Google Groups &...
2000 May 30
1
Unable to use rdist in parrellel mode with 2.1.0p2 ...
...ouldn't initialise builtin random number generator -- exiting.
hawk: updating of hawk finished
".lmation: LOCAL ERROR: Unexpected input from server: "Couldn't initialise builtin random number generator -- exiting.
dalmation: updating of dalmation finished
If I change the -Rf to -RFf, to force it to do one at a time, it
will work ... even narrowing it down to only 2 hosts at once generates the
same errors ...
This is on a Solaris 7/sparc machine ... contention for the
entropy pool? *raised eyebrow*
Thanks ..
Marc G. Fournier marc.fournier at...
2011 Jan 18
2
help with read.table.ffdf parameters
...colClasses = classes,
+ first.rows = 10000,
+ next.rows = 100000)
Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings,
:
scan() expected 'an integer', got '3e+05'
> rff <- read.table.ffdf(file = "./results/results.txt",
+ header = F,
+ colClasses = classes,
+ first.rows = 10000,
+ next.rows = 100000)
Error in...
2017 May 25
1
Public mailboxes and IPA (LDAP)
...ail_plugins = quota acl imap_quota imap_acl
}
- --
Ranbir
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCgAGBQJZJz5lAAoJEN7T/ly5z1dituQQAIvq/DyDq5JbyREpopj5XcgN
RjuvFAf2VuR9ieBnJ66GZPS9kcLZusqTzFyBczJmvq5sHRR8+UvRhsDVGGRNGFS+
5b6oJNbP5BYP+93Ik8Ai7XgkaSfzIVg6cpru0uzMN0FvzQWXGONKQhMI0dFF+rFf
377gxho3AiAUxffX/vRhOvmE5/loJL9g8WDd6qAdZ6Ow3X3ISIWTo8ICWcndxWJK
WU+/vsXfg1Up96M9X38FIhCBVcJG+igUXqZ3/0+N4at/L6BI5BWmG21XpaReGORo
QjVaDIeFw4supnaKJszYiiYU1vQRHyvW5p2V0l1Q7mIh/sqANYhqJpziCP9yx1gN
g0iv32V2EPxI44ympuhFtAslqyyGhfMtHOsufQ/QbrwjJAML/TRJYuyqh0hiZ+0h
anhkDmkb0mlJlroPYJatiqJZqOYNRmtT8QpRMqa...
2005 Mar 28
6
Can I run windows console (command line) applications using WINE
Hi,
I understand Windows UI applications can run in Linux using wine.
1. Can I run console/command line applications also?
2. If yes, a how can a shell script running on Linux invoke the
console/command line application. (A sample would be great)
Thanks,
Susheel
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Aug 20
4
Principle components analysis on a large dataset
Dear Sirs:
Please pardon me I am very new to R. I have been using MATLAB.
I was wondering if R would allow me to do principal components analysis on a
very large
dataset.
Specifically, our dataset has 68800 variables and around 6000 observations.
Matlab gives "out of memory" errors. I have tried also doing princomp in
pieces, but this does not seem to quite work for our approach.