Displaying 20 results from an estimated 136 matches for "carmen".
2006 Nov 29
4
String question
...the which bit is set to 1
bits <-"00110110"
I found to detect whether there are only numbers
all.digits(bits)
but is there any function to detect whether there are only 0 and 1 in
the string
And how could I get the f.e the third "bit" from the right hand side
With regards Carmen
2006 Nov 30
3
writing function with ,... )
...for functions with the dot-dot-dot argument.
Is it possible to write own functions with the tree dots and if yes
what's wrong with the following example?
test <- function(x, ...)
{
print (x)
if (exists("y"))print(y)
if (exists("z"))print(z)
}
test(4,y=2)
With regards Carmen
2006 Aug 17
0
RDF - Carmen?
I didn''t want to hijack Martin''s thread, but Carmen said a couple of
interesting [original thread below].
Carmen - since you''ve switched off of SQL what do you use as you data-
store? Have integrated AR?
I''ve been seeing the world in 3+NF for more than 15 years now. Would
you mind speaking to this topic a little, and if you&...
2007 Jun 06
6
p-value from GEE
...ated with 2
2. how could I decide between lower.tail =TRUE and FALSE:
example:
2*pnorm(c(1.8691945,0.5882351,2.4903091,1.9287802,2.3172983,2.2092593,2.2625959,1.6395695),
lower.tail =TRUE)
I did not find anything about lower tail in my books only about one
tailed and two tailed.
With regards
Carmen
"Jetzt Handykosten senken mit klarmobil - 14 Ct./Min.! Hier klicken"
produkte.shopping.freenet.de/handy_voip_isdn/klarmobil/index.html?pid=73025
[[alternative(swapped) HTML version deleted]]
2003 Jul 31
1
smtp over ssh probs
...isely:
in the work's machine I have set up a masqmail, which is a simple
smtp server. its conf says to use localhost:8002 as smarthost, and in
inted.conf I have:
8002 stream tcp nowait mdione.mdione /usr/bin/ssh ssh -T -e none -p 2222 -i /home/mdione/.ssh/id_rsa vialibre.dyndns.org socket carmen smtp
carmen is another machine @ home that is the smtp server. if I
telnet to localhost:8002, I get carmen's answer. fine. also, note that I
tried disabling compression and disabling escape characters. then, if I
use muut to send mails, and send a little one [*], the mails gets queued
in t...
2006 Nov 08
10
axis command and excel time format
...a time format hr:min
par(cex=1.2,lwd=1)
range(x <- c(0,50))
range(y <- c(0,10))
plot(x,y, type="n",adj=0, asp=0, xlab="",
ylab="",axes=FALSE,font.axis=2)
axis(1, xaxp=c(0,50,5),font=2)
axis(2, 0:10,font=2)
box()
Thank`s in advance
Carmen
2007 Apr 18
10
customizing global request handler
what is the cleanest way to do something for every request of a particular type (Verb, and Content-Type header)? i''m trying to figure out if shipping a custom camping.rb is avoidable, and if, how i should structure a patch
my app http://whats-your.name/yard/ uses exclusively JSON based messaging between server and client. this means POST bodies are JSON, and not querystring.. camping
2006 Aug 18
11
#<Errno::EMFILE: Too many open files
My application runs a backgrond process and after running for a while I
get this error in my logs:
#<Errno::EMFILE: Too many open files
Lasty, the ONLY code I have that does anything with files is:
File.open(image_path, "wb") do |file|
file.puts file_content
end
Any idea what this means?
--
Posted via http://www.ruby-forum.com/.
2006 Jun 23
5
create session only for logged-in
...ng ever appears in the session table. is this the right approach? i dont want to weed out the sessions with cron, i just want them to never be created unless its necessary.. preferably without needing to go around and add a :only or :except for every action that might want to access session data..
carmen
2006 Dec 15
2
ks.test "greater" and "less"
...0.001
ks.test(data1,"pnorm",alternative ="greater") #expected =1
ks.test(data2,"pnorm")
ks.test(data2,"pnorm",alternative ="less") #expected =1
ks.test(data2,"pnorm",alternative ="greater") #expected < 0.001
With regards Carmen
2006 Jun 12
2
ferret / hyperestraier indexing time
since i cant manage to get the accelerated ferret going (amd64
incompatible C code) and hyperestraier returns 0 results for everything
after a reboot (despite claiming its index is every bit as big as
before) i made a simple rails inverted index that essentially just does
a find_or_create_by_word for each word, and then adds its id to a join
table linking words and documents..
the only
2007 Jun 08
2
pnorm how to decide lower-tail true or false
...be the last question was not clear enough.
I did not found any hints how to decide whether it should use lower.tail
or not.
As it is an extra R-feature ( written in
http://finzi.psych.upenn.edu/R/Rhelp02a/archive/66250.html )
I do not find anything about it in any statistical books of me.
Regards Carmen
2006 Jun 28
5
rails destroys rdoc...again
for many versions of ruby, and as many versions of rails, ive been unable to generate docs without deleting this file:
lib/rails_generator/generators/components/controller/templates/controller.rb
ruby just chews more and more memory until swap fils up and the system has to be reset..
m gems # rdoc --version
RDoc V1.0.1 - 20041108
ruby --version
ruby 1.8.5 (2006-06-22) [x86_64-linux]
2011 Nov 30
4
MS Exchange IMAP Proxy
I need to make the IMAP interface of an Exchange 2000 server available
on the net, however I would like to give it a little protection, and
believe Dovecot's IMAP proxy might be appropriate.
Does anybody have a *really simple* config that would allow IMAP
pass-through to a single Exchange server?
The examples I've seen all assume some sort of load balancing, which
isn't an
2011 Mar 14
3
FTP accounts
Hello,
I have setup a centos server running 5.5 and I have a problem with the FTP
settings.
Currently I have two FTP accounts based on that server, they lead to:
/home/bella
/home/carmen
Currently the FPT accounts starts in the home directory when they are logged
in. But they are able to see all directories on the server. What can I do to
make sure they cant come out of there home directory?
--
Regards,
Huib "Abigor" Laurens
Support Free Knowledge: http://wikimediaf...
2007 Mar 12
3
threading and concurrency
hello all. ive come to the point where im thinking about deploying my ''rails on rails'' app-development solution built in camping.
mainly, im wondering what the barriers to thread-safety are.
for db, i use redland, and afaik it spawns a single db connection for each find, and keeps a pool around to reuse. iow, no ActiveRecord.
are class-vars a problem? theres one that
2010 Sep 27
3
having some issues with factory_girl and bundler...
...the same error...
gem "rspec"
gem "rspec-rails", ">= 1.3.2"
gem "webrat", ">=0.5.3"
gem "ruby-debug"
end
Any ideas? Suggestions?
BTW Samething is happening with will_paginate
Thanks a lot for your help. You guys rock!
--
Carmen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20100927/1a991fe5/attachment.html>
2003 Sep 23
1
least squares regression line
I can't seem to find the command to find the least squares regression line
for my bivariate data set. Can you please help? ~Carmen
2006 Jul 27
1
replace values in a distance matrix
...atrices:
M18<-matrix(rep(18,13689),nrow=117)
M4.5<-matrix(rep(4.5,13689),nrow=117)
REPLACE ALL VALUES >4.5 WITH 18.0 in Dxy
for(i in 1:117) {
for(j in 1:117) {
Dxy[i,j]<-ifelse(Dxy[i,j]<M4.5[i,j],Dxy[i,j],M18[i,j])
}
}
Thanks in advance!
Mari Carmen Garcia
Ud. Anatomía, Fisiologia y Génetica.
Escuela Técnica Superior de Ingenieros de Montes de Madrid
Spain.
---------------------------------
[[alternative HTML version deleted]]
2001 Oct 10
2
Pearson residuals (PR#1123)
Full_Name: Carmen Fernandez
Version: 1.3.1
OS:
Submission from: (NULL) (138.251.202.115)
I think there is a problem when computing Pearson residuals, in that they seem
to be computed at the raw residuals divided by the square root of the
corresponding diagonal element of the weight matrix W evaluated at the last...