Displaying 4 results from an estimated 4 matches for "danielson".
Did you mean:
danielsen
2008 Jul 09
8
Using zfs boot with MPxIO on T2000
Here is what I have configured:
T2000 with OBP 4.28.6 2008/05/23 12:07 with 2 - 72 GB disks as the root disks
OpenSolaris Nevada Build 91
Solaris Express Community Edition snv_91 SPARC
Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled 03 June 2008
2007 May 24
2
[LLVMdev] LLVM Developer Meeting
Hi,
I just found out about this, and I'd like to attend.
I'm in the process of getting to know llvm on a project I'm working
on for Apple.
Thanks,
kat
2001 Apr 16
4
Having problems with files that have the ':' character
Some of the files on my linux box have the character ':' in their name. Viewing them over the network via smb, samba seems to replace the ':' with a '~'.
The real problem is that these files cannot be copied/moved at all (error messages appear).
Has anyone else encountered this issue? And is there a fix or workaround? (please don't tell me I need to rename all my
2010 Jul 09
0
Uncountable nouns in resource routes with Rails 3
I have a model called Aircraft, inflected as uncountable, and it''s
driving me nuts. What is the correct way to handle this in Rails 3 beta
4?
resources :aircraft do
member do
get :flights
end
end
# Of course these work for some actions and not others.
match ''aircraft'', :to => ''aircraft#index'', :as =>