Displaying 20 results from an estimated 295 matches for "calgari".
Did you mean:
calgary
2000 Nov 08
1
socket leakage patch
We have been fighting with intermittent connections here and have noticed that
tinc seems to use up its supply of file descriptors.
After a whole bunch of
Nov 8 03:51:23 tserver tinc.calgary[23909]: Could not set up a meta connection.
Nov 8 03:51:23 tserver tinc.calgary[23909]: Still failed to connect to other. Will retry
Nov 8 03:51:33 tserver tinc.calgary[23909]: 10.38.9.1:8193: Connection
2006 Feb 23
2
Calgary Ruby Users Society (CRUSERS)
Calgary Ruby Users Society (otherwise known as Association of Anonymous
Java Programmers, Calgary branch) had it''s first meeting today. After a
round of introductions, we discussed our interests and brainstormed
possible activities for the group. Paul Rogers did a presentation on
Watir [http://wtr.rubyforge.org/]. Watir is not just a great tool, but
also a way to sneak Ruby into your
2008 Apr 10
4
File locks?
Hello,
Recently, the following problem started happening with a particular samba
server:
If i have a file open for reading (say, a pdf in xpdf) and then try to write
to it (say, through recompiling a latex document) it complains that it
cannot open the file for writing.
this seems like a file lock issue but I am unsure where it is happening. My
previous usage should be perfectly safe since
2005 Jun 27
2
DID in Western Canada
Hello,
I'm having trouble getting finding a company that
provides DID in Western Canada. More specifically in
Edmonton, Alberta.
We have tried getting in contact with Link2Voip and
Calgary Telecom but neither seems to be answering
their phones or email.
I would appreciate it if anyone can point me in the
right direction.
Thank you,
Nelson
2003 May 06
2
Compile R into a standalone EXE for WINNT
Hi,
I have an R script (transferred from SPLUS) and would like to compile a
standalone EXE (or DLL)
for WINNT. Would somebody know how this works or how it could be done ?
Thanks so much for any hints and suggestions; best regards
F.
Falk Huettmann
Geography Dept.-Earth Science-
2500 University Drive N.W.
University of Calgary
Calgary AB, T2N 1N4 CANADA
Email: falk at ucalgary.ca
Tel. 403
2010 Feb 12
1
Using seq_len() vs 1:n]
Pat Burns makes a good point. -Peter
-------- Original Message --------
Subject: Re: [R] Using seq_len() vs 1:n
Date: Fri, 12 Feb 2010 09:01:20 +0000
From: Patrick Burns <pburns at pburns.seanet.com>
To: Peter Ehlers <ehlers at ucalgary.ca>
References: <4B746AEF.10900 at ucalgary.ca>
If you want your code to be compatible with
S+, then 'seq_len' isn't going to work.
2009 May 27
5
r-plot
Dear R-community
I have a grueling problem which appears to be impossible to solve:
I want to make a simple plot, here is my code: http://gist.github.com/118550
Unfortunately, the annotation of both the x- and y-axis are not correct, as
you can see in the following picture:
http://www.nabble.com/file/p23739356/plot.png
I am not an expert of R, so maybe someone can point me to the solution of
2011 Nov 17
2
Combining data
Hi all;
It seemed to be easy at first, but I didn't manage to find the answer
through the google search. I have a set of data for every second of the
experiment, but I don't need such a high resolution for my analysis. I want
to replace every 30 row of my data with their average value. And then save
the new data set in a new csv file to be able to have a smaller excel data
sheet. What is
2006 Mar 03
2
Fstab mounting error
Hi all,
I've googled on this but no luck so far.
I'm using FC4. This works flawlessly:
Mount -t smbfs //host/share /var/mount/hostname/sharename -o
username=username,password=password,domain=DOMAIN,fmask=0777,dmask=0777
However, it fails in fstab when I do:
//host/share /var/mount/hostname/sharename smbfs
username=username,password=password,domain=DOMAIN,fmask=0777,dmask=0777 0 0
2006 May 31
2
a problem 'cor' function
Hi list,
One of my co-workers found this problem with 'cor' in his code and I confirm it too (see below). He's using R 2.2.1 under Win 2K and I'm using R 2.3.0 under Win XP.
===========================================
> R.Version()
$platform
[1] "i386-pc-mingw32"
$arch
[1] "i386"
$os
[1] "mingw32"
$system
[1] "i386, mingw32"
$status
2004 Nov 24
2
text() with invalid argument type crashes RGui.exe
Dear Rexperts:
(R 2.0.1 on Windows XP Pro)
Is the following problem unique to my setup?
If it's a known problem, I didn't see it at
http://bugs.r-project.org/ nor find discussion in the archives.
plot(1:10)
loc <- c(5, 6)
text(loc, labels = "a")
Produces expected results according to ?xy.coords.
plot(1:10)
loc <- list(x = 5, y = 6)
text(loc, labels = "a")
No
2004 Jun 10
2
Questions about Preserving registers
Hi folks,
I tried to use Mirosoft Fortran Powerstation 4.0 to create a dll file.
However, when I used the command dyn.load(“test.dll”), I got the
following message:
NULL
Warning message:
DLL attempted to change FPU control word from 9001f to 90003
I read the instruction on Duncan Murdoch’s website about preserving
registers, but I still don’t understand it. For example,
1. On first entry
2005 Nov 13
3
Adding Nested Partitions To A Mount Point
I was wondering if anyone can tell me if it is possible to mount a drive
(single partition) to a nested directory on an existing Samba mount
point and have the entire structure considered one drive?
The situation is this. I have a large drive mounted to a share called
"/pub". This has been identified as my Samba mount point and all works
as it should. What I would like to do is
2004 May 25
2
Saving/exporting graphs
HI:
I have tried to find a way in which to export/save graphs via the command
line. I know i can right click on it and save it as wmf etc.
But I was wandering if there is a function such as Splus'
export.graph
Thanks
>From Alberto Nettel's Desk
University of Calgary
Math & Stats Department.
Room 346, ext 7199
E-mail: nettel at math.ucalgary.ca
2004 May 26
1
apology
I apologise, I asked about exporting graphs and said I could not find it.
Well I did, saveplot.
my apologies.
>From Alberto Nettel's Desk
University of Calgary
Math & Stats Department.
Room 346, ext 7199
E-mail: nettel at math.ucalgary.ca
2004 Jun 07
1
Load a dll
Hi folks,
I have a question about how to load a dll.
First, I use the command
> dyn.load("lassofu.dll");
then, I got the message below
“NULL
Warning message:
DLL attempted to change FPU control word from 9001f to 90003”;
After I tried to use this dll in one of s functions, I got the message
below
“Error in .Fortran("lasso", as.double(x), as.double(y), as.double(b),
2010 Feb 05
2
(Another) Bates fortune?
I vote to 'fortunize' Doug Bates on
Hierarchical data sets: which software to use?
"The widespread use of spreadsheets or SPSS data sets or SAS data sets
which encourage the "single table with a gargantuan number of columns,
most of which are missing data in most cases" approach to organization
of longitudinal data is regrettable."
2006 Jan 28
1
Complex Matrix Exponentials.
Hello,
I was curious if there was a complex valued matrix exponential function
available for R? I have some Laplace transforms of occupation times
for a hidden Markov model. The matrix exponential function in the msm
package does not seem to handle complex values. For example
> MatrixExp(diag(1i,2))
[,1] [,2]
[1,] 1 0
[2,] 0 1
Warning message:
imaginary parts
2005 Jun 28
1
How to lock a user out?
Hi,
We are considering to migrate to Dovecot. We can running uw-imap and
have a local path which allow us to lock a user by creating a .lockdir
directory in the user home directory and put our warning message to
.lockdir/mbox. The locked user can still receive messages in ~/mbox. But
can not access any messages except ~/.lockdir/mbox. I wonder if Dovecot
has any similar feature which we can
2005 Nov 10
0
dovecot dead but subsys locked
I'm running dovecot 20051026 version on Redhat4. I tried to do a stress
test. However dovecot dies after I login a few hundred users. I have
some error messages in my mail log and am not sure if they are related
to the problem.
[root at lms2 imap1505]# service dovecot status
dovecot dead but subsys locked
Nov 10 12:58:52 lms2 dovecot: imap1514 [IMAP 7593]: mbox sync: UID
inserted in the