Displaying 11 results from an estimated 11 matches for "gwen".
Did you mean:
gen
1998 Sep 11
1
R-beta: cannot make R
...ot; and similar :-)
Two files are attached with more details, of the installation
steps and of a sample session.
I have tried to remove the --prefix option, but it makes
no difference.
Can anyone help? As a non-hacker I cannot cope with these
trickeries.
best wishes
Adelchi Azzalini <aa at gwen.stat.unipd.it>
Dept Statistical Sciences, University of Padua, Italy
http://www.stat.unipd.it/dip/homes/azzalini
-------------- next part --------------
[gwen:root:~] date
Friday September 11 09:38:52 MET DST 1998
...
[gwen:root:~/Pkg/R-0.62.2] ./configure --prefix=/opt/R
[gwen:root:~/Pkg/R-0.6...
1999 Aug 16
3
Encryption for Windows 2000 beta
A non-text attachment was scrubbed...
Name: not available
Type: text
Size: 278 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba/attachments/19990815/7113d1f6/attachment.bat
2006 Apr 29
3
Agent 3.3 on Linux?
I dual boot WinXP and Fedora Linux and would like to run Agent 3.3 when
I boot to Fedora. Has anyone successfully installed WINE (codeweavers?)
on Linux and gotten the current Agent to function? What has your
experience been? What problems have you encountered?
I've seen very little discussion in the newsgroup. The web page that
Mark Prince pointed to a few years ago is no longer active:
2012 Apr 24
1
Guild wars 2 and other translucent windows
How's wine support coming with translucent windows?
Guild wars 2 has a new launcher that makes extensive use of transparency to mimic the in-game interface, but of course, it turns into a massive black square here.
Screenshot of the launcher, all that is black is supposed to be transparent:
http://i.imgur.com/BqNo7.jpg
I know it's nitpicky but google implied some progress on this and I
2006 May 09
1
kinit fails
I'm trying to configure a Solaris 8 system to authenticate Samba against
Windows 2003 ADS. I've compiled the appropriate packages; however, I'm
quickly stuck trying to get my kerberos ticket. Here's the error:
sumac:/opt/local/kerberos5/bin# ./kinit admin@DCRI.DUKE.NET
kinit(v5): Cannot resolve network address for KDC in requested realm while
getting initial credentials
2001 Mar 01
1
docs + packages (PR#858)
# Your mailer is set to "none" (default on Windows),
# hence we cannot send the bug report directly from R.
# Please copy the bug report (after finishing it) to
# your favorite email program and send it to
#
# r-bugs@r-project.org
#
######################################################
Today I have installed R 1.02.1 on my MSW-95 laptop;
it essentially worked, but thre are two
1999 Apr 23
1
[S] uniroot -- doesn't work recursively
...ler <maechler@stat.math.ethz.ch> http://stat.ethz.ch/~maechler/
Seminar fuer Statistik, ETH-Zentrum SOL G1; Sonneggstr.33
ETH (Federal Inst. Technology) 8092 Zurich SWITZERLAND
phone: x-41-1-632-3408 fax: ...-1086 <><
>>>>> "AA" == Adelchi Azzalini <aa@gwen.stat.unipd.it> writes
to S-news on 22 Apr 1999 :
AA> Dear S+ users,
AA> has anyone experienced problems with uniroot(), in Splus 4.5?
AA> In my case, it locates a (non-existing) solution outside the
AA> given search interval. The S-news database on Statlib...
2015 Aug 25
0
Shared Mailboxes Not Visible
...rself's INBOX when trying to verify that the ACL is working. So, I
thought to myself, let's try a mailbox list, so I executed
root at srv56:~# doveadm mailbox list -u musrey
ACT!
ACT!/General
AES Outdoors
AES Outdoors/Christy
AES Outdoors/Gwen
.... (many, many mailboxes in here - I should probably eliminate
some of them :)
VMWare
Watchguard
Xata Corporation
Xata Corporation/Mike Brossman
Xata Corporation/Mike Uremovich
INBOX
root at srv56:~#
But no "Shared"...
2002 Sep 24
2
rsync to a symlink directory
Here is the structure of my servers :
Source :
/home/test1/link_dir
sub_dir1
file1
file2
...
sub_dir2
...
Destination:
/home/test2/real_dir
sub_dir1
file1
file2
...
subdir2
2006 Feb 14
10
acts_as_versioned and getting authors
Hey guys and gals,
I have the following object that has acts_as_versioned:
class Note < ActiveRecord::Base
acts_as_versioned
belongs_to :user
end
The schema for my notes table is as follows:
create_table :notes, :force => true do |t|
t.column :id, :integer
t.column :noteshare_id, :integer
t.column :user_id, :integer
t.column :title, :string
2006 Apr 02
4
Field#to_text
We''re using Vpim to parse iCal and vCard files, and so far it''s been
great. However, when we were parsing some iCal files we noticed that
all the endlines in the description section were disappearing. I start
peering through the source code and find (in the Field#to_text method
that is being called):
# The value as text. Text can have escaped newlines, commas, and escape
#