Displaying 20 results from an estimated 2000 matches similar to: "smtp over ssh probs"
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''ve any rails
2006 Nov 30
3
writing function with ,... )
Hi to all
I did not found the right hints 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
2002 Mar 03
0
How do I find the missing font name (log truncated)?
Hi,
I am trying to set up the game "Carmen Sandiego" for my kids, and it
keeps
complaining about missing fonts. I can't find the font name, since
the
name in the error message is truncated:
fixme:font:AddFontResourceA ("C:\\PROGRAM FILES\\THE LEARNING
COMPANY\\WHERE IN THE USA IS CARMEN SANDIEGO\\PROG\\C"...): stub! Read
the Wine User Guide on how to install this font
2015 Dec 03
2
public API
Hi everybody. First of all, I'm not subscribed to the list, so please
CC me in answers.
Second, please don't kill me :)
I'm suffering the fact that if I, as a developer, want to connect to
another machine via SSH, I must use a third party library[1]. Because
this is a reimplemetation of the protocol, it's always lagging behind,
which only makes sense. Personally, it also
2006 Nov 29
4
String question
Hi to all
I would to determinate whether bits is a binary code and I would to find
out 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 Aug 08
0
0.3.13.4 Pre-Release -- Almost Ready
Hi folks,
I just put a pre-release of Mongrel up for people to try. You can
install it with:
gem install mongrel --source=http://mongrel.rubyforge.org/releases/
And try out your application and confirm the stuff works.
USE RFUZZ AND RUBY
If you find a bug, I''d appreciate it if you can go grab RFuzz (or use
net/http) and work up a little bit of Ruby that demonstrates the bug.
If
2006 Dec 15
2
ks.test "greater" and "less"
Hello r-group
I have a question to the ks.test.
I would expect different values for less and greater between data1 and
data2.
Does anybody could explain my point of misunderstanding the function?
data1<-c(8,12,43,70)
data2<- c(70,43,12,8)
ks.test(data1,"pnorm")
ks.test(data1,"pnorm",alternative ="less") #expected < 0.001
2007 Jun 06
6
p-value from GEE
Hi to all,
I found in the R-help archive how to calculate the p-value for a gee result:
http://finzi.psych.upenn.edu/R/Rhelp02a/archive/74150.html
but there are two questions (I am afraid they are basic questions ...)
1. why is the result multiplicated with 2
2. how could I decide between lower.tail =TRUE and FALSE:
example:
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
Hi to everybody!
I´m just a beginner in R, and I´m trying to replace values in a distance matrix with a concret condition: replace all values (elements) lower than 4.5 with value=18.
I´ve tried this, but it doesn´t work...
Dxy would be my 117 x 117 euclidean distance matrix
M18 and M4.5 would be 117 x 117 matrices:
M18<-matrix(rep(18,13689),nrow=117)
2005 Feb 21
1
error in using usrmgr.exe
Hello:
I have set up samba PDC using samba 3.0.11. When I use
the usrmgr.exe tool on NT4 machine to add user to the
domain, it prompts and says: "The following error
occurred changeing properties of the user mary: fail
find the group" (The error msg actually appears as
Chinese in my computer, I just translate the error
message).
Then I check with the samba log file and it said:
group
2007 Jun 08
2
pnorm how to decide lower-tail true or false
Hi to all,
maybe 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
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?
2000 Jan 25
1
nis passwords
Has anyone come up with a creative way to us nis passwords for both encripted
and non-encripted passwords? Or a way to convert the nis password table to
the smbpassword file, without having each user to login and change their
password?
Alan Neiman
alan.neiman@ihs.com
Unix System Administrator
Information Handling Services
2006 Jun 23
5
create session only for logged-in
i was wondering how a blog db has grown by about 15 mb in a week or two. it turns out its the sessions table..
so ive tried this:
class ApplicationController..
session :off
end
class AccountController
session :only, :login
end
and now, its impossible to login, and nothing ever appears in the session table. is this the right approach? i dont want to weed out the sessions with cron, i just
2005 Feb 23
1
All user profile
hello
I am using samba 3.0.11 as a PDC. Is it able to create
a 'All Users' profile in the samba server so when my
clients login the NT machine, it will retrieve the
'All users' profile from the samba instead of using
the local 'All users' profile?
Currently, i am only able to create the 'Default
Users' on netlogon share for the users.
Carmen
2005 Mar 25
1
BDC, user can't get profile, can't map drive
Hello:
I have set up a PDC using Samba 3.0.11 with openldap
2.2.23. I have set up a BDC as well (the smb.conf is
same as those on PDC except the nebios name as "BDC"
and the domain master is set as "no").
Then I try to shut down my PDC to check whether the
client login through the BDC. I found that my client
(on Window NT) are able to authenticated by BDC, but
it keeps
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 step
of the iterative model fitting procedure (IWLS), instead of dividing by the
2005 Mar 27
3
BDC problem!? user can't get profile/map drive
Hello:
I have set up a PDC using Samba 3.0.11 with openldap
2.2.23. I have set up a BDC as well (the smb.conf is
same as those on PDC except the nebios name as "BDC"
and the domain master is set as "no").
Then I try to shut down my PDC to check whether the
client login through the BDC. I found that my client
(on Window NT) are able to authenticated by BDC, but
it keeps
2010 Sep 27
3
having some issues with factory_girl and bundler...
Hi All
Need some brilliants minds here :)
I''m using Rails 2.3.8 & ruby 1.8 (I know, I know... )
I''ve move my gems from .gems to Bundler, but I''m having some issues with
Factory_girl when I rake spec
"uninitialized constant Factory"
I''m following the instructions from http://gembundler.com/rails23.html.
Basically:
- grab all config.gem and place