search for: losers

Displaying 20 results from an estimated 79 matches for "losers".

Did you mean: loser
2009 Jul 07
2
Wrong credential caching
A user logged in with a captial "L" for his username: Jul 7 12:30:31 postamt dovecot: auth(default): cache(Loser,10.47.64.227): miss Jul 7 12:30:31 postamt dovecot: auth(default): shadow(Loser,10.47.64.227): lookup Jul 7 12:30:31 postamt dovecot: auth(default): shadow(Loser,10.47.64.227): unknown user Jul 7 12:30:31 postamt dovecot: auth(default): cache(Loser,10.47.64.227): miss Jul
2014 May 29
0
How to make the tests pass in an elegant way? Ruby on Rails
I am writing a rails app with my colleague who wrote a lot of the tests. He had to take a leave of absence due to a death in his family, and I am needing helps with changing the model so that the tests will pass in our spec file. Here is the model: class Worker < ActiveRecord::Base attr_accessible :first_name, :last_name has_many :writings end Here is the spec:
2006 May 04
1
Finding ties in data (be)for(e) BradleyTerry
Dear all, I have carried out a pairwise comparison study that I want to analyze using the BradleyTerry package to establish a rank order of my stimuli. However, BT does not handle ties between stimuli, so I need to find those in my data before I can use that model. The code below goes from the format of my result file(s) to a data frame suitable for BT, but as you can see, there are some ties. I
2012 Feb 06
0
Suggestion for "drop the loser" design and analysis in R?
...lysis, I find it (or them) inferior to the control. *What correction/analysis might I use in order to find the "best treatment", while dropping "bad treatments" during the experiment?* After searching through google scholar, the most relevant article I found was "Drop-the-losers design: Binomial case" by Michael W. Sill , Allan R. Sampson - yet I was not able to find an implementation for their ideas. Thanks up front for any lead/idea on this topic. (p.s: this question was also cross-posted to http://stats.stackexchange.com/questions/22355/suggestion-for-drop-the-l...
2011 Sep 26
0
Sample Size Calculation using a Drop the Loser/Keep the Winner Design
Hello Everyone, ? I need to perform a sample size calculation using a drop the loser/keep the winner design. I've been searching for examples of how to do this using R but haven't found much. ? The most promising possibility thus far is an R?function called DrpLsrNRst. This appears in the book "Adaptive Design Theory and Implementation Using SAS and R". I found the function
2001 Nov 27
3
Equations as arguments to functions
...t; a[.5*length(a)] [1] 0.1055086 Everything looks good - (BTW seems like a really powerful feature of R) Now on to my code of interest, which doesn't work (shown below). rm(list=ls()) load("datasets/citycodes") increments _ seq(5000,100000,by=5000) makeindex <- function(Y,eq) { losers _ 0; levels_0 index _ 0; location _ 0; cutoff _0; totalapt_0; houses_0 for (C in city[1:2]) { counter _ 0 if (file.exists(paste("datasets/2000income/",C,sep=""))) { load(paste("datasets/2000income/",C,sep="")) counter _ counter+1} if (file.exist...
2010 Jan 14
4
Given up on Fedora Ubuntu is 1000-folder simpler
...could be browsed immediately upon installation, and a simple reboot disabled this, I gave up. I decided to try Ubuntu. After intallation it took only five minutes of editing the smb.conf file to make my share fully operational. In terms of total cost of ownership Fedora and Red Hat have become big losers.
2004 May 11
2
ldap replication
Hello, I have two ldapservers with Samba PDC and BDC. I started with the PDC i use Suse 9.0 with ldap "out of the box" and Samba 3.0.2a. Everything is working fine with only the PDC running. Now i configured replication. In my slapd.conf file on the master server i added the following lines #permission access to * by dn="cn=repl,dc=felix,dc=local" write # database definition
2006 Dec 29
0
BradleyTerry "subscript out of bounds"
I don't see the problem with the following... the citations and baseball data work fine, but my simulated data seems to give BTm a headache. What am I missing? --- library(BradleyTerry) library(doBy) ng <- 100 players <- factor( sort( c( "jeff", "mike", "paul", "rich" ) ) ) np <- length( players ) p1 <- factor( c( rep( "jeff", ng )
2007 Dec 06
3
Please help me rate vnc, rdesktop, and freenx
I have been dragging my feet on remote display, and have just gotten VNC going to have SOMETHING to move off the start line. But I need the 'best' for different situations, so I want to rate them. 1 to 3 where 1 is the 'best' for the catagory and 3 the loser. VNC RDESKTOP FREENX Server memory Server cpu client memory client cpu bandwidth
2004 Sep 10
1
Re: Bangdiwala
...;s Tower, London Bridge, London SE1 9RT e-mail: martyn.sherriff at kcl.ac.uk Tel. +44(0)-2071-881822 Fax. +44(0)-2071-881823 Departmental Home Page: http://tinyurl.com/2eotw Personal Home Page: http://tinyurl.com/kgkd Youth Rugby: www.fullerians.demon.co.uk "The difference between winners and losers is that winners tell the jokes and the losers talk about the run of the ball." "It's not over until the fat man whistles."
2003 Sep 19
1
regexp problems
I'm trying to filter calls that don't have a proper ANI. This is what I did: ; only if they a real-looking ANI exten=_1XXXXXX1118/_.N.,1,Newt,1118-config ; Otherwise, send them to the loser partyline exten=_1XXXXXX1118,1,Goto(outtrunk,19096611234,1) This properly deals with null ANIs, but for some reason those with ten zeroes get matched by the first line. I also tried to be a bit more
2010 Jul 03
1
Re: TF2 random quit
I'm running 2.6.33-gentoo-r2, nvidia 9800GTX+ driver 190.53, wine 1.2-rc* and my TF2 seems to crash (basically just instantly turns off) every time someone shouts for medic in my vicinity (or when i shout for one) .. looks like wine doesn't like losers
2009 Apr 08
1
ocfs2_controld.cman
If I start ocfs2_controld.cman in parallel on a few nodes, only one of them starts up, the others exit with one of these errors: call_section_read at 370: Reading from section "daemon_protocol" on checkpoint "ocfs2:controld" (try 1) call_section_read at 387: Checkpoint "ocfs2:controld" does not have a section named "daemon_protocol" call_section_read at
2009 Apr 03
3
Conversions From standard to metric units
I am starting to use R for almost any sort of calculation that I need. I am a biologist that works in the states, and there is often a need to convert from standard units to metric units. Is there a package in R for this already? If not I believe that I am going to write some of the most often used in function form. My question is should I include this in my StreamMetabolism package. It is
2008 Feb 01
2
About the new NUT website and the documentation rewrite project
Dear all, I've released a first "beta" version of the rewritten website using the MoinMoin wiki (as a CMS). It's available here: http://test.networkupstools.org/ This way, the website is cuter, cleaner and more manageable. It will also allows to offer more services, and to share some more power for the website content, and software releases. It will most of all allows us to
2005 Jul 13
2
Proportion test in three-chices experiment
Hi, I wish to analyze with R the results of a perception experiment in which subjects had to recognize each stimulus among three choices (this was a forced-choice design). The experiment runs under two different conditions and the data is like the following: N1 : count of trials in condition 1 p11, p12, p13: proportions of choices 1, 2, and 3 in condition 1 N2 : count of trials in
2007 Jan 10
4
[LLVMdev] llvm-gcc build fail on RHEL v4 x86_64
The machine is a Dell workstation with xeon processors. The OS is RHEL 4 AS x86_64 gcc version is 3.4.6 I checked out the llvm-gcc from svn, configured with ../llvm-gcc/configure --prefix=$HOME/llvm-gcc-install --enable-llvm=$HOME/llvmobj/ --enable-languages=c,c++ --enable-checking --disable-shared --disable-multilib and get the following error message: make
2009 Jun 18
3
[PATCH 0/2] orphan lock fixes for local mode.
Hi Joel/Srini, Here are 2 patches for orphan lock in local mode. patch 1: In local mode, we don't need lvb, so don't init it. patch 2: In local mode, orphan lock and unlock don't need to go to dlm part. Regards, Tao
2007 Jan 10
0
[LLVMdev] llvm-gcc build fail on RHEL v4 x86_64
gcc 3.4.x builds LLVM incorrectly on x86_64. gcc 4.0 will get you much farther, but the llvm-test regression tests still have massive problems. Zhongxing Xu wrote: > The machine is a Dell workstation with xeon processors. The OS is RHEL > 4 AS x86_64 > gcc version is 3.4.6 > > I checked out the llvm-gcc from svn, configured with > ../llvm-gcc/configure