search for: methos

Displaying 20 results from an estimated 24 matches for "methos".

Did you mean: method
2008 Mar 30
1
package.skeleton.S4
Hi the devel list. I am adapting the package.skeleton to S4 classes and methods I would have been very proud to post a new working function on this list. Unfortunately, I do not manage to solve all the problems. Mainly - sys.source does not compile a file with setClass - dumpMethod does not exists yet In the following code, thise two problems are notified by a line ################# Still
2006 Apr 25
2
undefined method `to_url'' for "This is my weblog":String
Hi, In my application I cant use "to_url" method on any of strings. What should I do if i want to use this method? Is there any plugin needed to download for this "to_url". In my application now when I am trying to use this methos I am getting following error:- ======================================== undefined method `to_url'' for "This is my weblog":String ======================================== PLease tell me. Thanx in advance. Prash -- Posted via http://www.ruby-forum.com/.
2008 Aug 18
15
How to upgrade domU
How do i upgrade my Xen guest (domu1) ? On a stand alone hardware one would insert DVD/CD/Network and perform the upgrade, What is the equivalent in Xen World ? Tahnks !!! -- Regards, mantra - Instrument of Thought _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Jan 24
1
Removing empty class attribute from @template.content_tag
Hey all, I have a quick question regarding the @template.content_tag methos when creating a custom form builder. Currently have the following method in my AccessibleBuilder class: def datetime_select(field, options = {}) required = options.delete :required label = options.delete :label @template.content_tag("div", @template.content_tag( "span&quo...
2006 Sep 19
2
looking for some functions to analyze a data set.
...k at only rank1 column, then I do not utilize all information the data have. I can also do this. For each product, the number of people * rank scores and then pick lowest number for the best product. Is there any other way I can summarize this data? Any suggestion for R fundtions or statistical methos will be appreciated. Taka, _________________________________________________________________ Get today's hot entertainment gossip http://movies.msn.com/movies/hotgossip
2020 Aug 06
2
pam+winbind and maintaining domain membership: keytab vs tickets
...domain join running `net ads keytab list` will list keytabs with NETBIOS_NAME at OUR.DOMAIN as the principal. It seems to work without running kinit or creating a ticket-granting-ticket. So I think that having `winbind refresh tickets` in smb.conf is unnecessary, and I can safely change `kerberos methos` to just `keytab` Questions: Is the keytab created when the `net ads join` command is run? Is there a way to test the keytab is working? (other than restarting the server) Would this break if we had multiple servers configured with the same NETBIOS_NAME? Everything seems to work even if I stop the...
2009 Aug 04
3
Logistic Regression
Hi, Trying to setup a logistic regression model. (Something new to me. I usually use SVM.) The person explaining the concept explained to me that I can include a "group" variable so that the probabilities predicted by the model will be "per group" Does this make sense to anyone? If so, how would I implement this? Using the glm or lrm function? Thanks! -N
2004 Nov 18
4
SJava
I failed to build SJava dure to teh error below. Any ideas? # R CMD INSTALL -c SJava_0.68-0.tar.gz * Installing *source* package 'SJava' ... checking for java... /opt/j2sdk1.4.2_06//bin/java Java VM /opt/j2sdk1.4.2_06//bin/java checking for javah... /opt/j2sdk1.4.2_06//bin/javah Looking in /opt/j2sdk1.4.2_06/include Looking in /opt/j2sdk1.4.2_06/include/linux checking for g++... no
2007 May 28
2
S4 object slot of type 'call'
I'm using an S4 object with a slot of type 'call': I would like to be able to initialize it with something like NULL or NA (indicating that there is no information in the slot) but the value should comply with the fact that it must be of type call. Is there any simple way to obtain this? Thanks for any hint, Roberto -- <r/> | Roberto Brunelli - [scientist at Fondazione
2010 Nov 24
0
nonparametric covariance analysis
...nt to create groups for the levels of the factor, where within each group no significant difference exist. My residuals haven't normal distribution and aren't homoscedastic. I have tried already the boxcox transformation and glm procedures, but whitout success. So I am looking for these methos for nonparametrics analysis of covariance. My model is: mod<-lm(y ~ x1 + x2 + x3 + x4 + x5 + x6 + x7 + x8 + x9 + x10 + x11 + x12 + x13 + x14 + x15 + x16 + x17 + x18 + F1+ F2+ F3, data = dds, weights = erro.y, na.action = na.exclude) For this model, I haven't normal distribution on res...
2007 Jan 03
0
[ wxruby-Bugs-7549 ] missing ''methods'' section in some class documentation
Bugs item #7549, was opened at 2007-01-03 05:19 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=7549&group_id=35 Category: None Group: current Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: missing ''methods'' section in some class documentation Initial Comment: The
2008 May 08
0
Controller/action not working in url
...lled. i.e. def delete --delete code-- redirect_to ( :action => ''saleedit'') end this is not working. it shows an error --> ActiveRecord::RecordNotFound in Sale itemsController#show it is unable to search "saleedit" function and by default goes to show methos (default function-when no method is found it goes to show method). please help me out why it is unable to find the method. in url it is taking "saleedit" as an id (parameter) rathe than an action. Request Parameters: {"id"=>"saleedit"} in place of redirect_to i...
2020 Aug 06
0
pam+winbind and maintaining domain membership: keytab vs tickets
...t ads keytab list` > will list keytabs with NETBIOS_NAME at OUR.DOMAIN as the principal. It seems > to work without running kinit or creating a ticket-granting-ticket. > > So I think that having `winbind refresh tickets` in smb.conf is > unnecessary, and I can safely change `kerberos methos` to just `keytab` Only if you want your kerberos tickets to expire ;-) > > Questions: > Is the keytab created when the `net ads join` command is run? Yes provided there are these lines in smb.conf: ??? dedicated keytab file = /etc/krb5.keytab ??? kerberos method = secrets and keytab &gt...
2008 Dec 11
1
help needed regaring Acts As Taggable On Steroids
Hello, In my rails application, I have a book model. I want to add tags. For that I have installed acts_as_taggable_on_steroids from this link http://agilewebdevelopment.com/plugins/acts_as_taggable_on_steroids and do as the readme file. This is my Model : class Book < ActiveRecord::Base acts_as_taggable end Here is my ApplicationHelper : module
2010 Nov 24
2
Reference Classes: how to clone/copy instances?
Dear list, I don't know what's the correct term for this in the OOP context, but is it possible to "clone"/copy an instance of a reference class (say 'a') so that I get an *autonomous* second instance 'b'? Autonomous in the sense that changes to 'a' do not affect 'b'. I know that this is somewhat against the pass-by-reference paradigm, but the
2020 Aug 06
1
pam+winbind and maintaining domain membership: keytab vs tickets
...ill list keytabs with NETBIOS_NAME at OUR.DOMAIN as the principal. It > seems > > to work without running kinit or creating a ticket-granting-ticket. > > > > So I think that having `winbind refresh tickets` in smb.conf is > > unnecessary, and I can safely change `kerberos methos` to just `keytab` > Only if you want your kerberos tickets to expire ;-) > > > > Questions: > > Is the keytab created when the `net ads join` command is run? > Yes provided there are these lines in smb.conf: > > dedicated keytab file = /etc/krb5.keytab > k...
2001 Apr 20
1
Restrict account to only use sftp not working
Hi all, I'm setting up a system where users will only be able to use "sftp" but not "ssh" to connect to the server (http://www.snailbook.com/faq/restricted-scp.auto.html). Here's the setup... Server: OpenSSH 2.5.2p2-1 on RH Linux Client: Commercial SSH 2.4 on Solaris The vendor on the client system creates a key pair and sends it to me. I then add the vendor's
2005 Nov 17
3
Custom kernel RPM/SRPM
Hi, I've built customs kernels from the SRPMs with the following: rpmbuild -bp --target=i686 /path/to/spec cd /usr/src ln -s /usr/src/redhat/BUILD/kernel-x.y.z/linux-x.y.z linux cd linux make oldconfig make menuconfig make all make modules make modules_install And it works just fine. The problem now is that I think installing that way isn't
2005 May 25
5
SER Config for Asterisk
Hello, This is the scenario i want to setup: Cisco ATA 186 -----------> SER -------------> Asterisk I want the Cisco ATA to register to Asterisk through SER. when the Cisco ATA place a call, SER querry a data base (MySQL or else), and if there is a valid Account for the ATA, the call go to Asterisk. Did someone know how to set SER to work like this with Asterisk? which version of SER
2005 Aug 08
2
Can't join machines to a Samba PDC using LDAP
I've been trying to do this for days, and I think I'm really close. It's become one of those so-close-yet-so-far sorts of things. I'm running Gentoo -- all sync'ed up and current as of a week ago -- with the following package versions: openldap-2.1.30-r5 pam_ldap-178-r1 nss_ldap-239-r1 smbldap-tools-0.9.1-r1 phpldapadmin-0.9.5 (very cool, I must say!) samba-3.0.14a-r2