Displaying 20 results from an estimated 49 matches for "stamford".
2011 Apr 04
2
Examples of web-based Sweave use?
...e pdf reports have
been produced rather than, say, a plot/table etc shown on a web page.
I've had limited success finding examples on this.
Many thanks.
David Carslaw
Environmental Research Group
MRC-HPA Centre for Environment and Health
King's College London
Franklin Wilkins Building
Stamford Street
London SE1 9NH
david.carslaw at kcl.ac.uk
--
View this message in context: http://r.789695.n4.nabble.com/Examples-of-web-based-Sweave-use-tp3425324p3425324.html
Sent from the R help mailing list archive at Nabble.com.
2001 Sep 26
5
Does RSYNC work over NFS?
Does rsync work over an NFS mount?
--Karl
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
2009 Oct 10
2
[R-SIG-Mac] rnorm.halton
...with one large mode near 0 and another smaller
>>>> mode near 10E+37. Postcript output attached.
>>>>
>>>
>>>
>>>
>>> --
>>> Anirban Mukherjee | Assistant Professor, Marketing | LKCSB, SMU
>>> 5062 School of Business, 50 Stamford Road, Singapore 178899 |
>>> +65-6828-1932
>>>
>>> _______________________________________________
>>> R-SIG-Mac mailing list
>>> R-SIG-Mac at stat.math.ethz.ch
>>> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
>>
>> David Winsemiu...
2005 Oct 06
4
dapptrace and firefox
/usr/sfw/bin/firefox is a shell script which calls run-mozilla.sh which calls firebox-bin.
Is there a way to call dapptrace on firefox in order to trace firefox-bin?
This message posted from opensolaris.org
2007 May 16
0
JOB: Data Analyst
...der a flexible part-time position or full-time position for
the well qualified candidate.
Please contact me off-list for additional information:
Michaell.Taylor at boxwoodmeans.com
--
===================================================
Michaell Taylor, Ph.D.
Principal
Boxwood Means, Inc.
Two Stamford Landing Suite 100
68 Southfield Ave
Stamford, CT 06902
203.653.4100 ext 2
2005 Oct 13
0
Maps package, coloration
...heat.map palette
color <- heat.colors(100)[t$col[matchm]]
# alternative (also not working)
color <- heat.colors(100)[t$col]
# use the colors to fill the map
map('county',fill=T,col=color)
Michaell Taylor
--
================
Michaell Taylor, Phd
Principal
Boxwood Means, Inc
Two Stamford Landing
Suite 100
68 Southfield Avenue
Stamford, CT 06902
(T) 203-653-4100
2007 May 15
0
JOB: Data Analyst
...der a flexible part-time position or full-time position for
the well qualified candidate.
Please contact me off-list for additional information:
Michaell.Taylor at boxwoodmeans.com
--
===================================================
Michaell Taylor, Ph.D.
Principal
Boxwood Means, Inc.
Two Stamford Landing Suite 100
68 Southfield Ave
Stamford, CT 06902
203.653.4100 ext 2
2002 Feb 22
2
File over 2GB using Cygwin
I am trying to rsync a file of 10gb between an NT host running Cygwin 4.10
and a Solaris 8 host running rsync 2.5.1 but am having problems with what
appears to be a 2gb file limit - the truncation point occurs at 2096111616
bytes. The target filesystem definately supports files over 2GB.
Any ideas how to overcome this limitation?
Regards,
Craig Donnelly
Andel Consulting
10 Fenchurch Avenue
2011 Jun 17
1
question about split
...quot;, "fac2")
split(dat, list(splits))
But that is clearly wrong....and I can't see the solution
Many thanks
David Carslaw
Science Policy Group
Environmental Research Group
MRC-HPA Centre for Environment and Health
King's College London
Room 4.129 Franklin Wilkins Building
Stamford Street
London SE1 9NH
--
View this message in context: http://r.789695.n4.nabble.com/question-about-split-tp3605281p3605281.html
Sent from the R help mailing list archive at Nabble.com.
2001 Nov 16
2
Block Size
What is the default block size? I have a few files 30+mb and data is just added to the end of them. It seems like it takes longer to sync them that it was to send it initially. Should I change the block size or something else? I am running:
rsync -z -e ssh *.* user@linuxbox:data/
I need to use ssh because I am going over the internet and sending "company data".
-------------- next
2005 Oct 26
1
Error message with fbt::copen:entry probe
...fef81a3f) in predicate at DIF offset 120
Any ideas?
thxs
Joe
--
-----------------------------------------------------------------------
______ Joseph Balenzano
/_____/\ Market Development Engineering
/____ \\ \ Sun Microsystems Inc.
/_____\ \\ / 2 Stamford Plaza, 12th Floor
/_____/ \/ / / 281 Tresser Blvd
/_____/ / \//\ Stamford, CT 06901
\_____\//\ / /
\_____/ / /\ / joseph.balenzano at Sun.COM
\_____/ \\ \ Phone/Fax: (203) 653-4186
\_____\ \\
\_____\/
-------------------------------------------------...
2002 Apr 18
5
mixed case file systems.
I am having trouble with rsync when I am trying to synchronize a Windows NT
volume mounted with smb_fs (FreeBSD) and a unix volume which is also exported
with Samba.
There are instances where the DOS short name on the NT volume ends up as upper
case and then doesn't match filenames which are used in the unix volumes which
have been exported by Samba. I don't know if this is a Samba
2002 Apr 19
8
Future RSYNC enhancement/improvement suggestions
Hello,
Recently while working with rsync as the way to mirror large (several
GB) archive on a regular basis, I came across several problems,
and also got the ideas about their possible solutions
- please could you investigate & consider implementing the features,
described below, to future RSYNC releases ?
- when the checksumming (consider very large archive, several GB)
stage of rsync
2002 Apr 19
2
out of memory in build_hash_table
I recently installed rsync 2.5.5 on both my rsync server and client being
used. I installed the latest version because I was having problems with
rsync stalling with version 2.4.6 (I read that 2.5.5 was supposed to clear
this up or at least give more appropriate errors). I am still having
problems with rsync stalling even after upgrading to 2.5.5. It only stalls
in the "/home" tree
2001 Sep 05
2
Feedback on 2.4.7pre1
FYI,
We've been using the 2.4.7pre1 release for several days now, with nary a
hang problem. We haven't seen the EOF bug at all, which was what we
upgraded for. This is with transfers of as much as 50GB to set up an
initial mirror.
The only thing we did was set timeout=0 -- which I guess is unnecessary.
The semantics of this flag are a bit unclear. We thought was 'time since
2001 Dec 12
3
efficient file appends
Hi. When I discovered rsync, it immediately became one of my most
indispensable utilities. It's a real godsend on bandwidth-limited
links, especially digital cellular.
It works remarkably well in the general case, but I think the
algorithm could be improved for one very important special case.
Many (or even most) of the updated files I transfer with rsync change
only by stuff being appending
2004 Mar 12
3
read and write list
Hi,
I can not find information how to configure a share to allow everyone read
access and users of specific NT group write access.
Now my smb.conf looks like:
[global]
log level = 2
syslog = 2
workgroup = AMITY
netbios name = AMITYDEVEL
guest account = nobody
security = server
password server = AMDATA
hosts allow = 10.
local
2002 Apr 22
0
memory requirements was RE: out of memory in build_hash_table
...your native platform handles it better
somehow.
-- David
/-----------------------------------------------------------------------\
\ David Bolen \ E-mail: db3l@fitlinxx.com /
| FitLinxx, Inc. \ Phone: (203) 708-5192 |
/ 860 Canal Street, Stamford, CT 06902 \ Fax: (203) 316-5150 \
\-----------------------------------------------------------------------/
- - - - - - - - - - - - - - - - - - - - - - - - -
From: David Bolen <db3l@fitlinxx.com>
To: 'Lenny Foner' <foner@media.mit.edu>
Cc: rsync@us5.samba.org
Subjec...
2010 May 28
5
difference in sort order linux/Windows (R.2.11.0)
...Kingdom.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United Kingdom.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
Dr David Carslaw
King's College London
Environmental Research Group
Franklin Wilkins Building
150 Stamford Street
London
SE1 9NH
--
View this message in context: http://r.789695.n4.nabble.com/difference-in-sort-order-linux-Windows-R-2-11-0-tp2234251p2234251.html
Sent from the R help mailing list archive at Nabble.com.
2004 Jan 05
0
No subject
...> -- David
>
> /-------------------------------------------------------------
> ----------\
> \ David Bolen \ E-mail:
> db3l@fitlinxx.com /
> | FitLinxx, Inc. \ Phone: (203)
> 708-5192 |
> / 860 Canal Street, Stamford, CT 06902 \ Fax: (203)
> 316-5150 \
> \-------------------------------------------------------------
> ----------/
>
> - - - - - - - - - - - - - - - - - - - - - - - - -
>
> From: David Bolen <db3l@fitlinxx.com>
> To: 'Lenny Foner' <foner@media....