search for: stuart

Displaying 20 results from an estimated 1303 matches for "stuart".

Did you mean: start
2006 Jun 17
4
Simple tutorial weirdness
Sorry - working on a simple tutorial but something is throwing me here. I''m supposed to get a Time.now() print to the page but it''s not working and I can''t figure out why. No errors are thrown my the page shows: Howdy, world! My name is Stuart Felenstein. This was verified at . So no time stamp showing. I went into IRB , did a Time.now() and it''s working there so am I missing something ? In my controller: class NamerController < ApplicationController def index @my_name = ''Stuart'' end def timestamped @my_...
2009 Sep 10
2
Problem Deleting IMAP Folders
Hello, In my configuration I have mail_location = maildir:/Mail/frank.gr/%n:INDEX=/Mail/frank.gr/ __Indexes/%u I can create new folders in an IMAP session, but when I try to delete I get permission denied. From the LOG Sep 10 13:20:06 IMAP(stuart): Error: unlink_directory(/Mail/frank.gr/ __Indexes/stuart/.TEST) failed: Permission denied ls -ald /Mail/frank.gr/__Indexes/stuart/.TEST drwx------ 2 mail mem 4096 2009-09-10 13:20 /Mail/frank.gr/__Indexes/ stuart/.TEST/ ls -al /Mail/frank.gr/__Indexes/stuart/.TEST total 12 drwx------ 2 mail...
2009 Jan 20
8
find out the meaning of rsync error code
Hi, Could anyone please tell me how to get the meaning of rsync error codes. In "rsync return code: 12" error, what 12 indicates? Thanks, Jignesh -------------- next part -------------- HTML attachment scrubbed and removed
2006 Aug 07
8
Login form question
...es: def login if request.post? user = User.find(:first, :conditions => [''first_name = ?'', ''last_name = ?'', params [:first_name], [last_name] ..... end TIA Stuart
2012 Jun 22
3
removing NA from a data frame
...5 > dim(ex10ss) [1] 2189576 5 Nothing seems to have changed. I want all the rows with NA in removed. I am clearly doing something wrong. The only alternative I could find is pretty similar: use <- complete.cases ( ex10 ) ex10ss<-ex10s[use,] which leads to the same result. Stuart Dr Stuart John Leask DM FRCPsych MB Mchir Clinical Senior Lecturer and Honorary Consultant Pychiatrist Institute of Mental Health, Innovation Park Triumph Road, Nottingham, Notts. NG7 2TU. UK Tel. +44 115 82 30419 stuart.leask@nottingham.ac.uk<mailto:stuart.leask@nottingham.ac.uk> Google ...
2014 Apr 08
1
FW: DNS record info (samba-tool)
Doh forgot to cc -----Original message----- > From:Stuart Naylor <stuartiannaylor at thursbygarden.org> > Sent: Tuesday 8th April 2014 21:16 > To: G?nter Kukkukk <linux at kukkukk.com> > Subject: RE: [Samba] DNS record info (samba-tool) > > Brilliant, glad about that as zones pretty much done on set up and no worry about a rest...
2012 Oct 23
10
How to pick colums from a ragged array?
...#39;Subtract dates' step: I would like to get the data out of the ragged array by columns (so e.g. I end up with a matrix of ID, 1st DATE, 2nd DATE). But I can't get the dates out by column from the ragged array. I hope someone can help. My ugly code is below, with some data for testing. Stuart Dr Stuart John Leask DM FRCPsych MB BChir MA Clinical Senior Lecturer and Honorary Consultant Pychiatrist Institute of Mental Health, Innovation Park Triumph Road, Nottingham, Notts. NG7 2TU. UK Tel. +44 115 82 30419 stuart.leask@nottingham.ac.uk<mailto:stuart.leask@nottingham.ac.uk> Google...
2006 Aug 07
10
RideMe 1.0 (Rails IDE for Windows) 1.0
Just wanted to let all those Windows devs out there know that RideMe 1.0 dropped over the weekend. http://www.projectrideme.com/ If you''ve never used RideMe before, here are some highlights: * 100% free, open source, and not built on top of anything else. You just need Ruby 1.8.2 and .NET 2.0 installed. * Mission in life is to be lightweight and very fast. This is not a general
2005 Jul 05
3
Files missing when using windows XP and samba
...file permissions, and although they have various owners, all permissions are 666. There seems to be no consistency between files that are missing. I have tried a number of different Xp machines and they all exhibit the same symptoms. Any ideas or suggestions would be appreciated. Many thanks Stuart. -- --------------------------------------- Stuart Bailey BSc (hons) CEng CITP MBCS ? ? ? ? ?LinuSoft (Proprietor) ? ? ? ? ? ?Linux Specialist ? ? ? ? ? ? (01953) 601294 ? ? ? ? ? ? (07778) 383739 ? ? ? ?http://www.linusoft.co.uk ---------------------------------------- *************************...
2009 Jul 06
8
[LLVMdev] switching to llvm-g++ as the host compiler
...e-auto- confiscation of both trees. I was obliged to tweak all the version checks in the LLVM file AutoRegen.sh in order to get it to run :-), but no errors turned up after my hacking. (Should AutoRegen.sh be updated too?) Comments invited; if there's a better approach, please share. stuart
2009 Oct 17
3
zvol used apparently greater than volsize for sparse volume
...(14902492672) * compresratio (11.20) = 166907917926 which is 3.6% larger than volsize. Is this a bug or a feature for sparse volumes? If a feature, how much larger than volsize/compressratio can the actual used storage space grow? e.g., fixed amount overhead and/or fixed percentage? Thanks. -- Stuart Anderson anderson at ligo.caltech.edu http://www.ligo.caltech.edu/~anderson
2002 Feb 15
1
Samba home directory access without passwords
Hi there, I wonder if you can help, We have an application that requires a users home directory to be accessible even though they are not setup as a linux user. eg: stuart is on his windows machine (logged in as stuart) he goes through the network to find his samba server on the samba server he finds the folder 'stuart' and can read and write to it, but he does not have a linux account setup. Is this possible? thanks a mil, stuart. ************************...
2002 Jan 18
1
RE: z-scores for different factor levels
Hi Stuart, I often use this small function standardize <- function(x) ( x - mean(x, na.rm=T) ) / sqrt(var(x, na.rm=T)) to standardize variables. You should be able to use this to do what you want by splitting the data frame into sections based on the factor level, using standardize() to create a ne...
2006 Jun 18
13
Currency calculation
...with some currency conversion. However, I''d like the conversions to be in synch with the current rates. Anyone know (and this maybe out in left field) if there is some online (perhaps xml) or other data stream I can connect with in my code to output values based on user selection ? TIA Stuart
2003 May 23
1
Fw: write.table only writes the first 256 variables/columns
Thanks. I was "believing" an Excel import of the file - as you say, a re-import into R still has 333 columns. I shall look elsewhere for the cause of the mysterious truncation. Stuart > ----- Original Message ----- > From: "Thomas Lumley" <tlumley at u.washington.edu> > To: "Stuart Leask" <stuart.leask at nottingham.ac.uk> > Cc: "R-Help" <r-help at stat.math.ethz.ch> > Sent: Friday, May 23, 2003 2:50 PM > Subject...
2011 May 27
6
Environment Variables
I noticed that many configuration options (configure.txt) have environment variable overrides. However, an important one does not. In the configuration.txt file, there is one section: Directories used by NUT at run-time ----------------------------------- --with-pidpath=PATH Changes the directory where pid files are stored. By default this is /var/run. Certain programs like upsmon will
2016 Oct 10
4
CP1500AVRLCD NOCOMM
I tried viewing your link, but it returns a 404 error. It also doesn't seem to have a valid certificate. Could you send the correct link please? On Thu, Oct 6, 2016 at 9:14 PM, Stuart Gathman <stuart at gathman.org> wrote: > On 10/06/2016 07:26 PM, Lane Russell wrote: > > ?? > Syslog after server loses sight of UPS: > Oct 6 17:29:01 kvm usbhid-ups[3529]: libusb_get_string: error sending > control message: Broken pipe > Oct 6 17:30:53 kvm upsd[3533]:...
2011 May 12
2
[LLVMdev] Header in bitcode format 3.0?
On May 12, 2011, at 12:30 AM, Sandeep Patel wrote: > On Wed, May 11, 2011 at 11:42 PM, Stuart Hastings <stuart at apple.com> wrote: >> >> On May 9, 2011, at 1:41 PM, Renato Golin wrote: >> >> [snip] >> >>> One example is the struct byval. The ARM back-end still doesn't >>> support struct byval (maybe now it does, I was away for a...
2006 Apr 21
4
WebDAV library for fastcgi/webbrick
Hello, I am trying to find a WebDAV library for Ruby that works with fastcgi (production) and Webbrick (development). I''ve found this link which mentions a Webbrick WebDAV library: http://redhanded.hobix.com/inspect/ webrickWebdavHandlerSafelyExtractedFromTheWild.html Unfortunately it sounds limited to Webbrick which will not suit the production environment. Does anyone know of a
2006 Jun 09
18
Is IRB the ruby console ?
I''m running script/console but keep getting the message that irb.bat is not recognized as an internal or external command, operable program or batch file. If it means anything I am running instant rails. I can invoke irb straight forward. TIA Stuart -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060609/a49a8f18/attachment.html