search for: tryingto

Displaying 5 results from an estimated 5 matches for "tryingto".

Did you mean: tryingo
2005 Jul 27
1
make.names() does not return what is expected
Hello, I don't know if it's only me, but I can't get make.names() transform '_' in the way it is expected when I add the "allow_" option. A simple example trying to replicate the example provided in the help page gives: -----8<--------------- > make.names(c("a and b", "a_and_b"), unique=TRUE, allow_=FALSE) [1] "a and b."
2000 Mar 22
0
solaris build error for version 1.2.2p1
Hi folks, I'm tryingto build openssh on a Sun Ultra 10 running Solaris 7. I've installed the latest version of openssl, egd, and zlib without any problems. I was able to build and install openssh 1.2.2 without problems but could not create a host key due to an error stating that RSA was not available in the openssl l...
2006 Feb 23
1
What SW/HW phones support sendtext feature (trying to send speech recognition results back to user)?
Hi, we've proof of conecpt system for speech recognition on Asterisk. We would like to send results of recognition back to user in standard way. Currently we're considering using sendtext command and it works with Firefly. But I'm curious what soft or hard ip phones that can connect to Asterisk support such feature ? Also what softphone would be most suitable for further work in
2013 Oct 08
0
cas proxy ticket as password
Hi everybody. Hi I'm tryingto use CAS for authenticating in dovecot. I have installed pam_cas and when I try castest i get "<cas:authenticationSuccess>" for my service (imaps://mywebmail.com) But when I actually try to login, dovecot uses the PT from the cas server as password. Any ideas what I'm missing? Th...
2005 Dec 23
4
OO model style: inheritance
Hi everybody I am totally new to rails and I am trying to start a tiny project to get familiar with rails. But I already got my first problem and I would be happy if somebody could point me in the best and cleanest direction. I am trying to develop a small gallery app. Since I would like to add more features in future I am trying to design a clean OO architecture of my models: The base object