Displaying 20 results from an estimated 43 matches for "suter".
Did you mean:
outer
2007 Jul 27
2
[LLVMdev] Couple of changes (2005 and other toolchain related)
...d my previous email, I found two more problems. One is a
function with that doesn't return a value (it calls abort(), but 2005 gives
a warning), the other is another iterator invalidation problem. I'll have a
look at the CVS and see if those were addressed already as well.
Thanks,
Jaap Suter
2010 Feb 11
3
Failed install of package xlsReadWrite
Does anyone have a work-around for a failed installation of this package?
> library(xlsReadWrite)
xlsReadWrite version (cran shlib)
Copyright (C) 2010 Hans-Peter Suter, Treetron, Switzerland.
!! Your installation contains the cran placeholder shlib (dll/so).
Please get the regular shlib (420 KB) by executing the following command:
xls.getshlib()
However, the xls.getshlib() command fails with this error:
> xls.getshlib()
Loading required package: tools
---...
2007 Jul 27
2
[LLVMdev] Couple of changes (2005 and other toolchain related)
...yet, but if somebody has time to review
these changes that'd be greatly appreciated.
Meanwhile I'll try to get setup with patch, diff and a cvs drop. I have some
other things I'd like to contribute (a new AsmWriter, and proper
cross-compilation support from X86 to PPC).
Thanks,
Jaap Suter - http://jaapsuter.com
* PredicateSimplifier.cpp, line 236, add: friend bool operator<(unsigned to,
const Edge &edge) { return to < edge.To; }
* PredicateSimplifier.cpp, line 677, add: friend bool operator<(const Value
*value, const ScopedRange &range) { return value < range.V...
2007 Jul 27
0
[LLVMdev] Couple of changes (2005 and other toolchain related)
...d in the CVS trunk and were carried over to the
SVN tree.
I haven't sync'd to the SVN trunk in the last day and half. I'll do so
now and check.
Thanks,
Chuck.
-----Original Message-----
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
On Behalf Of Jaap Suter
Sent: Thursday, July 26, 2007 5:02 PM
To: LLVM Developers Mailing List
Subject: [LLVMdev] Couple of changes (2005 and other toolchain related)
Hi,
I upgraded the Visual Studio SLN file to work with 2005 and had to make
some
changes.
The first two have to do with the fact that the debug implement...
2003 Jun 13
0
MS Word + 2.2.8a: cannot save, read only opens
...h samba 2.2.8a from
the unofficial http://www.perrier.eu.org/samba-debian repository.
The smb.conf file is at http://zwitterion.org/test/smb.conf
On Monday, I'm visiting the site and will go though the relevant
parts of MSKB article 236319. Where should I look next?
Yours sincerely,
-- Mark Suter <mark.suter@miju.com.au> | I have often regretted my
Miju Systems - http://www.miju.com.au/ | speech, never my silence.
mobile 0411 262 316 gnupg key 2C71D63D | Xenocrates (396-314 B.C.)
2008 Feb 05
4
[LLVMdev] 2.2 garbage collector questions
...mmer. The current
state of the GC documentation makes it seem as if: "you just connect the GC and
it works". I'm sure that isn't the intention, but judging from some of the posts
on this mailing lists over the past months, this seems to be a common expectation.
Two cents...
Jaap Suter
2009 May 28
4
Read & name multiple excel sheets using RODBC
I'd like to be able to read multiple sheets from an excel workbook and use
the sheet name to name the resulting dataframe using RODBC. at the moment
i've figured out how to do it the long way (see below) but feel sure that
there is a speedier & possibly automatic way to do it in R. i've tried to
run a loop using sqlTables but it seemed to break the connection. unless
i've
2010 Jul 07
1
xls.getshlib() error in xlsReadWrite package under W7
Dear all,
I installed xlsReadWrite package under Windows 7, and got error when trying
to run xls.getshlib().
Please, see the errors below:
> require(xlsReadWrite)
Loading required package: xlsReadWrite
xlsReadWrite version (cran shlib)
Copyright (C) 2010 Hans-Peter Suter, Treetron, Switzerland.
!! Your installation contains the cran placeholder shlib (dll/so).
Please get the regular shlib (420 KB) by executing the following command:
xls.getshlib()
Info, forum, issue tracker and manual download at http://www.swissr.org.
BACKGROUND: Our own xlsReadWrite code i...
2003 Jun 18
3
Drive letter map to Samba using ssh or scp?
OK, what I want to do is access files on my Samba server remotely.
Currently, I can use WinSCP, but this isn't ideal because it is more like an
FTP client, where you have to download a file, edit it, upload it. I could
set up a VPN (using open source software), but these can be kind of a
headache to get working (I've done it before) and they don't necessarily
support multiple
2011 Jul 11
0
CFP: The 12th IEEE/ACM International Conference on Grid Computing (Grid2011)
...Notifications
24 August 2011 Full and Revised papers due
15 August 2011 Poster submissions Due
25 August 2011 Poster Acceptance Notifications
CONFERENCE ORGANISATION
General Chair: Nils gentschen Felde, MNM, Munich
Program Chair: Shantenu Jha, Rutgers, USA and Edinburgh, UK
Local Chair: Frederic Suter, IN2P3, Lyon
Workshop Chair& Poster Chair: Gilles Fedak, INRIA, Lyon
Proceedings and Publications Chair: Rajkumar Buyya, The University of
Melbourne and Manjrasoft, Australia
Program Vice Chairs:
Clouds and Virtualisation: Roger Barga, Microsoft Research, US
Distributed Production Cyberinfra...
2011 Jul 11
0
CFP: The 12th IEEE/ACM International Conference on Grid Computing (Grid2011)
...Notifications
24 August 2011 Full and Revised papers due
15 August 2011 Poster submissions Due
25 August 2011 Poster Acceptance Notifications
CONFERENCE ORGANISATION
General Chair: Nils gentschen Felde, MNM, Munich
Program Chair: Shantenu Jha, Rutgers, USA and Edinburgh, UK
Local Chair: Frederic Suter, IN2P3, Lyon
Workshop Chair& Poster Chair: Gilles Fedak, INRIA, Lyon
Proceedings and Publications Chair: Rajkumar Buyya, The University of
Melbourne and Manjrasoft, Australia
Program Vice Chairs:
Clouds and Virtualisation: Roger Barga, Microsoft Research, US
Distributed Production Cyberinfra...
2007 Jul 08
1
Writing Excel (.xls) files on non-Windows OSs using Perl
...o directly write native Excel (.xls) files from R. For
example, exporting R matrices and/or data frames to an Excel file, with
perhaps the ability to create multiple tabs (worksheets) within a single
file, with one tab/sheet per R object.
There exists the xlsReadWrite package on CRAN by Hans-Peter Suter, which
is restricted to Windows, since it utilizes the non-FOSS MS Office API
to write the Excel formats.
I recently had the need, under Linux (FC6/F7) to create an Excel file
containing multiple worksheets, each worksheet containing an 'exported'
data frame from R. While one could export...
2006 Apr 12
0
headerfile translation to Delphi (Pascal) completed
...39;t
know/use the FreePascal compiler so it's windows only (at least for
the moment)).
Best regards,
Hans-Peter
*After R2.3; also I need to do larger tests and think about some kind
of testframework
**I already sent them to the few persons I know who might be interested
- - -
| Hans-Peter Suter, Dipl. Natw. ETH / SW-Entwickler
| Treetron Umweltinformatik, Zuerich Tel +41(1)242 22 55
| mailto: <firstname>.<name>@treetronPUNKTch
| or: gchappi at gmail.com
-------------- next part --------------
DEMOS
========================================================
Available:
- Convolve...
2007 Nov 29
6
MS Excel Data
I am using MS Excel (Windos Operating system), how I
import/export data between MS_Excel and R.
Regds
Faisal Afzal SIddiqui
+92-300-9297089
fasidfas at yahoo.com
____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
2009 May 04
4
Surface for R outside of R
Hi all,
i am new here and this is my first posting. My coding experience in R ist
okay, but I have a problem which is related to another aspect of R.
I am searching for a surface which execute my commands in R via a click on a
button OUTSIDE of R. Concrete: I will write some programs in R and want to
execute this files outside of R, so I don't want to start R eyery time if i
want an
2006 Dec 04
8
Calling R functions in Delphi
Hello All,
We would like to call quantile() function from the R-package STATS in a
Delphi program. If this is possible, could anyone provide us with an
example?
Thanks in advance.
--Anna
-----------------------------------------
Anna Belova
Abt Associates Inc.
4800 Montgomery Ln, St 600
Bethesda, MD-20814
phone: 301-347-5304
fax: 301-652-7530
http://www.abtassociates.com/environment
2009 Jun 25
3
what happened to the xlsReadWrite package
A naive question: what happened to the xlsReadWrite package?
http://cran.r-project.org/web/packages/xlsReadWrite/
It says that it was removed from the CRAN repository. Are there any plans
for it be available again?
Thanks,
Andrew
[[alternative HTML version deleted]]
2005 Jan 26
1
Help with Outlook2003 hanging on receiving email with attachments
I have one user running Outlook 2003 that hangs up when receiving emails
with attachments. He is connecting using POP3. It's almost as if something
is timing out and closing the connection. The client is on a 1500/256 DSL
connection and the server is on a 768/768 fractional T-1. I have other
users that connect with Outlook/POP3 without any problems. I have done a
fresh install of
2010 Oct 18
1
Rcmd build 32bit-only package on win7 64 bit platform?
Is it possible to suppress compiling for the x64 arch when doing 'Rcmd
build <mypkg>? Such that the pre-compiled package for binary
distribution only contains a 'lib/i386/mypkg.dll'.
For CHECK (and also INSTALL) there is a '--no-multiarch' argument, but
I didn't find something similar for build.
Otherwise, I suppose, I could
- handle the problem in Makevars or
2007 Nov 07
0
[LLVMdev] LLVM 2.1 with VC++
On Wed, 7 Nov 2007, Cory Nelson wrote:
> I've come across a couple errors when building LLVM 2.1 in VC++ 2005.
You might want to try LLVM SVN. I believe Hartmut has made several
improvements.
> Also, I'd like to suggest adding the following to config.h, to
> eliminate the spurious deprecation warnings:
>
> #define _CRT_SECURE_NO_WARNINGS
> #define