search for: dopes

Displaying 20 results from an estimated 30 matches for "dopes".

Did you mean: does
2006 Mar 20
9
jEdit Snippets for Ruby on Rails
----------------------------------------------------- Announcing: jEdit Snippets for Ruby on Rails ----------------------------------------------------- I thought I''d "give a little back to the community" and whip up some SuperAbbrev files for ruby and rhtml that mimic all of the Textmate Rails bundle snippets. Note: This was totally inspired by Textmate and the syncPEOPLE
2002 Jul 16
3
dose.p in MASS
Dear all I need to obtain an estimate of the 50% lethal dose (LD50) from a logistic regression model obtained by applying the glm procedure to some binomial data. The model appears to fit the data very well. I used dope.p from MASS to try and find LD50. The following output appears: > dose.p(iso.glm.logit, cf = c(1,3), p = 1:3/4) Error in dose.p(iso.glm.logit, cf = c(1, 3), p = 1:3/4) :
2006 Mar 24
3
Picking apart the rails codebase / transitioning from novice
Alright, I''ve done some tinkering and I''ve read through the DHH book. I''d like to humbly solicit some advice from the rails gurus. I''d like to get a real firm grip, and it seems that navigating the actual codebase might be the best course of action. Any advice as to the best route to take for maximum comprehension? What would be the most sensible way to
2003 Nov 24
10
g729 license
Hello, I am trying to see what I need to do SIP to H323 using G.729. I have Oh323 and SIP working with G711 fine. If I have a SIP client configured to use G729 and H323 client also to G729, how many license should I need to buy from Digium. Many thanks SW
2005 Jun 29
0
Random Forests theoretical question
I feel like a dope for asking this, but after reading various articles I'm still not quite sure I get it. What is the relationship or similarity between a "probability" prediction from a classfication random forest and a Bayesian posterior probability? Can they be considered similar, or would I need to take that probability and project it through a likelihood (I'm thinking,
2006 Sep 26
0
newbie: Example of using prototype window class
HI guys, I really want to use some of the cool protoype window libs I have seen, im a real dope when it comes to javascript and the such, can someone give me some code hints on how to use a prototype skin classs as my default browser skin for the app I am working on? Also how to open a prototype window from within a ruby app? Is the prototype window lib included with RoR out of the box? thx in
2006 Sep 20
15
[PATCH] [XEND] Remove hard tabs
# HG changeset patch # User Hollis Blanchard <hollisb@us.ibm.com> # Date 1158780052 18000 # Node ID f7d90f962967a5a94fce0c04f8fcac449f36344f # Parent 041be3f6b38e05f904d240630c18cadb1259317b [XEND] Remove hard tabs. Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> diff -r 041be3f6b38e -r f7d90f962967 tools/python/xen/xend/XendDomainInfo.py ---
2006 May 15
10
BackgrounDRb background task runner and Application Wide Context Store
Friends- I''m happy to annouce the first alpa release of BackgrounDRb. This is a small framework for managing long running background tasks that allows for ajax progress bars and more. It also serves as an Application wide cache and context store for when you need something like sessions but shared between users and multiple backend processes like fcgi''s or mongrels.
2007 Jul 09
3
NoMethodError when using find_by_sql
I''m try to verify users on login. Here is my code: def self.authenticate(username,password,account_code) employee = self.find(:all, :select => "e.id, e.first_name, e.last_name, e.username, e.account_id, e.department_id, o.pay_type_id, o.admin_yn, o.payroll_yn, o.files_yn, o.dept_report_yn,e.salt, e.hashed_password", :conditions => ["e.deleted_yn=0 and
2005 May 10
3
Voicemail Passwords
Where are user's voicemail passwords stored and how does the asterisk administrator change them? TIA, Jeff Heath
2007 Feb 12
0
File transfers to Windows XP x64 stalling and dying after a few minutes.
I just did a fresh install of Windows XP Professional x64 on my primary machine, and am reconnecting all of my LAN services. One thing I have on my home network is a dedicated file server, running Ubuntu and Samba, used as a general file server, as well as a backup for when I reformatted my main system. While attempting to restore some of my files, I started noticing some odd errors. After a
2012 Sep 29
1
Samba4 LDAP returns wrong responses in some cases, BIND-DLZ refuses to update
Hello. We have a couple of questions regarding Samba 4.1.0pre1-GIT-aad669b running on Gentoo GNU/Linux 1) Is MS 1.2.840.113556.1.4.1941 operator support implemented (planned to be implemented) in Samba 4 internal LDAP server? Please compare: $ ldapsearch -h 192.168.1.32 -x -D 'CN=someadminuser,OU=Administrators,DC=klin,DC=kifato-mk,DC=com' -b
2010 Nov 29
1
map() and pdf clipping
Hello, Below is a function (test.map) that permits drawing the same map using three different devices. The "pdf" device doesn't clip polygons to the plot region as I see it does by both the native device (in my case "Quartz") and the "png" device. test.map("pdf") # produces "test-map.pdf" with no clipping test.map("png") #
2010 Nov 19
8
1.3.7 wine for Ubuntu 10.04
been waiting on new wine for a few days any idea if new build is going to be packaged for Lucid any time soon? I see if newest Ubuntu but not sure if and how i can update mine with that one
2007 Mar 28
0
File transfers to Windows XP x64 stalling and dying after a few minutes. [SOLVED]
just wanted to post to the list that i just had a very very similar issue to Geoff's but in this case the client OS (using samba as a file server) was Windows Server 2003 x64 R2 SP1 and the samba version was 3.0.24. After much googling and config trial-and-error, i found that upgrading to the recently-released Windows Server 2003 SP2 alleviated my problem. I also corresponded with Geoff
2003 Jun 03
0
Re: WinME command.com (was Re: Problems with Memdisk 2.04)
Hi, I've got the same Problem. Not with WinMe but Win 98SE. But what I figured out is, that it doesn't realy apply to the Command.com rather to the Way the BootImage was created. It took me a long time to get my Hands on a Image with 2.8MB that's working. Since creating one my self, was allways failling. I downloaded the Bootutils 4.3 from 3com and used the Imageedit tools. With these
2003 Sep 16
2
can predict ignore rows with insufficient info
I need predict to ignore rows that contain levels not in the model. Consider a data frame, "const", that has columns for the number of days required to construct a site and the city and state the site was constructed in. g<-lm(days~city,data=const) Some of the sites in const have not yet been completed, and therefore they have days==NA. I want to predict how many days these sites
2020 Apr 08
2
[RFC PATCH 00/26] Runtime paravirt patching
On Tue, Apr 07, 2020 at 10:02:57PM -0700, Ankur Arora wrote: > A KVM host (or another hypervisor) might advertise paravirtualized > features and optimization hints (ex KVM_HINTS_REALTIME) which might > become stale over the lifetime of the guest. For instance, the > host might go from being undersubscribed to being oversubscribed > (or the other way round) and it would make sense
2020 Apr 08
2
[RFC PATCH 00/26] Runtime paravirt patching
On Tue, Apr 07, 2020 at 10:02:57PM -0700, Ankur Arora wrote: > A KVM host (or another hypervisor) might advertise paravirtualized > features and optimization hints (ex KVM_HINTS_REALTIME) which might > become stale over the lifetime of the guest. For instance, the > host might go from being undersubscribed to being oversubscribed > (or the other way round) and it would make sense
2009 Jan 27
6
Stoking a Religious War: Why Did You Go With Puppet Over Other Options?
Hi, Gang.. The Subject: line says it all. My organisation is looking at selecting a configuration management system. Any comments about why you chose Puppet over other options would be very helpful to us. Cheers, Tomcat --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this