search for: bradley

Displaying 20 results from an estimated 609 matches for "bradley".

2016 Feb 24
1
Performance degradation on ARMv7 (cortex-a9)
Thanks Bradley. I see that the features set in /ARM.td/ get written to the generated file /<build>/llvm/lib/Target/ARM/ARMGenSubtargetInfo.inc./ Here the ProcA9 features appear in /ARMFeatureKV/ table: /{ "a9", "Cortex-A9 ARM processors", { ARM::ProcA9 }, { *ARM::FeatureFP16* } },...
2002 Jun 05
9
swat seems broken in HEAD
it just says /usr/sbin/swat.new Aborted when i run it from the command line. nothing i can see in the logs... The swat binary from a 2 week old head now (with the rest of the installation from today's head) seems to work okay. what's going on with swat - did i screw up the build? Are others also having problems? (nothing in the marc) brad
2002 Mar 27
3
Basic ISOLINUX question
...ble CD will simply run a couple of scripts to copy files onto a machine's hard drive. What exactly do I need to put in my isolinux.cfg file? Do I *need* to have a initrd or can I do without? How do I tell ISOLINUX where to find the root filesystem (or does it figure it out itself)? -- Dermot Bradley bradley at oldcolo.com, bradley at debian.org
2016 Feb 24
2
Performance degradation on ARMv7 (cortex-a9)
Hi Bradley, I was doing some performance analysis for ARMv7 (cortex-a9) and I noticed that one of my benchmarks degraded by 93%. I have tracked the regression down to the following commit by you: / //commit 7c1b77248baaeafec5d6433c3d1da9a2e2b69595// //Author: Bradley Smith <bradley.smith at arm.com>/...
2002 Apr 07
3
Failure with 1st isolinux attempt
...-eject austin.iso". The /lfs/isolinux directory contains 3 files: isolinux.bin, isolinux.cfg, and lfskernel. The isolinux.cfg contains: DEFAULT linux auto LABEL linux KERNEL /isolinux/lfskernel APPEND "root=/dev/cdroms/cdrom0" Anyone got any suggestions? -- Dermot Bradley bradley at oldcolo.com, bradley at debian.org
2017 May 23
2
Postfix and Dovecot SASL: log NTLM username
...P?s getting blocked. We would like to be able to identify the problem account to help the domain admin track down the issue. Does anyone have another idea? We use sql user db so I thought of logging all login attempts to a table with timestamps and lookup the failed logins by timestamp. Regards, Bradley Giesbrecht (pixilla) > On May 22, 2017, at 10:54 PM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote: > > The problem is that the SASL message contains NTLM(v2) message, so it > would need to be decoded. We can see if there is something we can do > about this. At the moment it'...
2011 Jun 15
1
Fitting a choice model (Bradley-Terry generalization)
...ich involves choice of food by dung beetles. There are a number of experiments where in each case, there are five choices. Overall there are more than 5 different foods being compared (including a placebo) and different experiments use different comparisons. The problem is a generalization of Bradley-Terry but it differs from some generalizations in that the comparisons are not pairwise, and they don't produce a full ordering, just that one is preferred to the other four possibilities. I have had a look at the BradleyTerry2, eba, pmr and MLCM packages, none of which appear to provide t...
2006 Jun 09
8
Installation on OSX...
.... So it looks like DarwinPorts is over a month out of date. I went to look at Fink to see if it had mysql, and it does, but it would appear to be the same problem. Is my timing just unlucky? Or are there newer instruction updates that haven''t been put into the wiki? Thanks, Brad -- Bradley Mazurek
2006 May 04
4
problem setting up mongrel_cluster 0.1.1
I posted this to the rails list before by mistake, and only later realized that there is a specific mongrel list. Uff, I got lost. I had mongrel_cluster 0.1working fine, even with capistrano (my own hack). Then came mongrel_cluster 0.1.1 and I tried to set it up, but somehow I messed up things and nothing worked anymore. So here is what I did: on production machine: (debian linux, rails 1.1)
2006 Apr 24
4
mongrel_cluster 0.1: easy mongrel clustering
...ongrel_cluster This is the first of many open source releases to support simplified Ruby on Rails application deployment and is an extraction from my work on Rails Machine. Stay tuned for Capistrano tasks, rc scripts, and other good stuff. Give it a try and let me know how it works. Thanks, Bradley Taylor ------ Rails Machine Simplified web application deployment http://railsmachine.com Questions on Ruby on Rails deployment? Stop by: http://railsmachine.campfirenow.com/ff0c6
2017 May 24
1
Postfix and Dovecot SASL: log NTLM username
...act, looking again, dovecot should log the failure with username, if available. Aki On 24.05.2017 09:22, Aki Tuomi wrote: > As band-aid you could try looking at the SASL message, if you decode64 > it might contain the username in plain text. > > Aki > > > On 23.05.2017 17:44, Bradley Giesbrecht wrote: >> The problem we are facing is incorrect authentications being caught by firewall rules and IP?s getting blocked. We would like to be able to identify the problem account to help the domain admin track down the issue. >> >> Does anyone have another idea? We use...
2016 May 05
2
LLVM issuse:AArch64 TargetParser
On 5 May 2016 at 13:01, Bradley Smith <Bradley.Smith at arm.com> wrote: > Allowing -march=aarch64/arm64 is somewhat misleading I think, -march is used > for specifying an architecture version to target whereas aarch64/arm64 don’t > convey any information to that effect, does it mean armv8a, armv8.1-a, etc? Hi Brad...
2006 Apr 18
2
link_to_function onmousedown
Hi, Is there some way to produce an anchor that looks like the following using helpers, or should I just code it in the rhtml like this? <a href="#" onmousedown="javascript:foo(); return false"> Thanks, Brad -- Bradley Mazurek
2006 May 19
12
Mongrel/Apache and static content
I''m looking for an easy way to have mongrel only serve dynamic railscontent, while letting Apache serve non-Rails content. Unfortunately,it seems that you have to segregate the static content in its ownfolder. That was also the case with the SCGI runner. I used thetrick outlined athttp://comments.gmane.org/gmane.comp.lang.ruby.rails/23347 to managethis. I was curious if a similar
2003 May 28
1
Bradley Terry model and glmmPQL
...ry: I have data from an experiment on pairwise comparisons between 3 treatments (a, b, c). So a typical run of an experiment involves a rater choosing between a versus b, b versus c, or a versus c. The response is either 0 (not chosen) or 1 (chosen) for each treatment. I am interested in using the Bradley-Terry model to analyse this data. The Bradley-Terry model is a reparameterization of an ordinary logistic regression, using dummy variables to represent the treatment contrasts (see e.g. Agresti 1996 or Agresti 1990). It allows you to rank the treatments in accordance to preference. So my data look...
2007 Jan 26
4
mongrel_cluster 0.2.2 prerelease
...r::status Checking 2 Mongrel servers... Found dog: 8000 Found dog: 8001 I''m open to suggestions for some different ''status'' output. Let me know if I broke anything. Install with: sudo gem install mongrel_cluster --source http://mongrel.rubyforge.org/releases/ Thanks, Bradley Taylor Rails Machine http://railsmachine.com
2017 May 23
2
Postfix and Dovecot SASL: log NTLM username
dovecot 2.2.22 postfix 3.1.1 I?m seeing "SASL NTLM authentication failed: {long_hash}? in mail.log. Is there a way to log the SASL username? I think postfix is logging what Dovecot SASL is returning so I hope I am asking on the right list. Regards, Bradley Giesbrecht (pixilla)
2011 Jan 31
2
Protocol stream error on extended attribute, silent failure to copy all attributes
...out to be operator error. Apologies if I waste anyone's time. In this example, I'm using rsync to make a copy from scratch of the source data: rsync307 -aX --delete Licensed\ Fonts /Volumes/Storage/ I repeatedly get this error: [sender] internal abbrev error on Licensed Fonts/Postscript/bradley (com.apple.FinderInfo, len=32)! rsync error: error in rsync protocol data stream (code 12) at xattrs.c(636) [sender=3.0.7] If you repeat the command a few times, sometimes the error is: rsync: writefd_unbuffered failed to write 4 bytes to socket [sender]: Broken pipe (32) rsync: connection unexpe...
2007 Mar 20
31
Another mongrel_cluster prerelease 1.0.1.1
...ongrel_cluster --source http://mongrel.rubyforge.org/releases/ Note: This is only an update to mongrel_cluster and not Mongrel or other gems. Details about what''s new (if you missed the first prerelease): http://blog.railsmachine.com/2007/2/26/mongrel_cluster-prerelease-1-0-1-1 Thanks, Bradley Taylor http://railsmachine.com
2006 May 20
9
Mongrel 0.3.13 Update -- Code Review, Code Coverage
Hey Folks, I''ve been holding off the official 0.3.13 release so that Luis can get the win32 side very nice and clean. We fixed a major problem last night so it''s only a short time before we get it out. Luis is working really hard on it, so just be patient. In the meantime, I''ve been doing a code audit of the Mongrel code as it is now and fixing any little things I