Displaying 20 results from an estimated 1314 matches for "stuarts".
Did you mean:
starts
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
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
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
I''m using Rails Recipes to create a login form but instead of username
and password, my setup is firstname, lastname, password.
I seemed to be gramatically challenged and not sure how to set up the
parameter list. Can anyone offer up a suggestion.
The book shows the method starting like:
if request.post?
user = User.find(:first, :conditions => [''username = ?'' ,
2012 Jun 22
3
removing NA from a data frame
Removing rows with NAs, using na.omit(), doesn't seem to be working for me.
Dataset:
> str ( ex10s )
'data.frame': 2189576 obs. of 5 variables:
$ LOPNR : int 58 58 58 58 64 64 64 64 64 64 ...
$ DIAGNOS: Factor w/ 173 levels "F20","F200","F2000",..: 128 128 128 128 105 105 105 160 105 105 ...
$ X_DATE : int 20060821 20061207 20080102 20090904
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 restart.
>
> Great that adding
2012 Oct 23
10
How to pick colums from a ragged array?
I have a large dataset (~1 million rows) of three variables: ID (patient's name), DATE (of appointment) and DIAGNOSIS (given on that date).
Patients may have been assigned more than one diagnosis at any one appointment - leading to two rows, same ID and DATE but different DIAGNOSIS.
The diagnoses may change between appointments.
I want to subset the data in two ways:
- define groups
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
Hi,
I am using Fedora Core 3 as a server for both Unix (Solaris and HPUX) and
Windows Xp clients. The Unix clients view the files through an NFS v3 share,
and windows client use samba (3.0.8-0.pre1.3).
When looking at a directory from the server, or from a Unix client, I can see
132 files. However, from the Windows client, I can only see 65 files. There
appear to be nothing special about the
2009 Jul 06
8
[LLVMdev] switching to llvm-g++ as the host compiler
IANACE (I Am Not A Configury Expert :-), but I've been asked to
reconfigure LLVM and LLVM-GCC to build with LLVM-GCC (perhaps more
accurately, LLVM-G++).
The patches to do this are short. In the LLVM tree, this suffices; it
looks for LLVM-GCC first, and if that fails, falls back to GCC:
Index: llvm.test/autoconf/configure.ac
2009 Oct 17
3
zvol used apparently greater than volsize for sparse volume
What does it mean for the reported value of a zvol volsize to be
less than the product of used and compressratio?
For example,
# zfs get -p all home1/home1mm01
NAME PROPERTY VALUE SOURCE
home1/home1mm01 type volume -
home1/home1mm01 creation 1254440045 -
home1/home1mm01 used 14902492672
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
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 new variable in each section, then paste the data frame back together.
Something like:
#
2006 Jun 18
13
Currency calculation
I''m thinking of experimenting 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:
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]:
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: