Displaying 10 results from an estimated 10 matches for "lahey".
Did you mean:
lacey
1999 Jan 21
0
Q: problem with samba on AIX / RS6000 (Unix)
...P_OF_MY MACHIME> bcast=<CORRECT BROADCAST HERE>
nmask=255.255.252.0
Server time ifs Thu Jan 21 15:52:52 1999
Timezone is UTC-5.0
Password:
(and it works great when I type in the passwd)
Thanks,
Dan
34 1D 4B A3 E5 E5 5E DD F2 1E 3D 75 8C 4E BE BC
Daniel Leroux <Daniel.Leroux@lahey.org <mailto:Daniel.Leroux@lahey.org>
>
Unix System Administrator
Lahey Clinic
2010 Mar 24
1
Fortran DLLs and R
Hi All,
I'm writing R code that would benefit from doing certain tasks using
compiled blocks of code, specifically Fortran subroutines of my own
(already written, debugged in both Fortran77 and Fortran90).
I am currently working on a Windows machine using Lahey and/or MinGW(g77)
compilers.
It is possible to dynamically load Fortran DLLs into R as evidenced from
the several documents I've found on-line giving details on how to do this
(specifically for Windows). However, following the examples in these
documents... none of them successfully deliver a...
2005 Aug 30
0
No subject
INT 3D - FLOATING POINT EMULATION - STANDALONE FWAIT
Notes: the floating-point emulators in Borland and Microsoft languages and
Lahey FORTRAN use this interrupt
this vector is modified but not restored by Direct Access v4.0, and
may be left dangling by other programs written with the same version
of compiled BASIC
SeeAlso: INT 3C,INT 3E
That is probably about all we know about interrupt 3d. Want to take a
swat at impleme...
2001 Jul 23
1
USB
I have Windows software that uses the USB and mapi. Should this software
be able to run with WINE?
Damon
2001 Aug 01
1
USB under WINE
Reading more on wine, is seems that is should be able to access mapi32
okay correct?(ie Outlook)
Also, one of my hardware items defines it own USB stack and such. Am I
SOL for running this hardware under WINE?
Damon
2007 Sep 04
0
Hyball in R? (Factor analysis & exploratory SEM)
...ormed me that he is retired, and can no longer manage new
adaptations of Hyball. So I am writing the list to see if anyone else is
interested in such a project? (Perhaps some of the individuals who
developed the existing factor analysis and/ or SEM packages in R?) All
of the source code, written in Lahey LF90 Fortran, can be obtained by
downloading and unpacking the HYPAK.EXE file --a self-extracting
ZIP-file-- from the above url. (The source code will be in the files
with extension FOR.)
For those of you wondering why I am not undertaking this project, the
answer is quite simple: Because it is fa...
2006 Nov 10
2
R and Fortran 9x -- advice
Hi,
I found some bottlenecks in my R code with Rprof. First I wanted to
rewrite them in C, but a colleague keeps suggesting that I learn
Fortran, so maybe this is the time to do it...
I like to learn new languages and do it fairly quickly. I would
appreciate the advice of others about these questions:
1) I hear bad things about Fortran. Sure, F77 looks archaic, but
F90/95 seems nicer. Is it
2010 Jan 07
2
Problem with writeBin and importing into gfortran compiled programs
Hi all,
I'm having problems trying to export binary arrays from R and importing
them into fortran (linux openSUSE 10.3 (x86_64), gfortran compiler,
fortran 90/95 program).
Let's say the problem can be expressed as:
R part
------------
>whini <- runif(1000)
>writeBin(whini,"fwhini.dat")
f90 part
------------
PROGRAM foo
INTEGER, PARAMETER :: DP = KIND(1.0D0)
INTEGER ::
2004 Jul 01
0
.Net & Mono language news: C, C++, C#, Java, Python & Perl
...Toolkit?
In general, no. You may use the Toolkit to build C++ -based applications,
and you may redistribute those applications.
Please read the End User License Agreement (EULA), included with the
Toolkit, for complete details."
===
FORTRAN
No "free" news -- so I guess it is F2C.
Lahey & Salford have commercial Fortran compliers.
===
JAVA (useful for Omegahat)
IKVM - a CLR implementation of a language compatible with the Java syntax
that be used with GNU Classpath and IBM Jikes
http://www.ikvm.net/
===
PERL
PerlSharp
http://taubz.for.net/code/perlsharp/
1. "By Joshua...
2003 Jul 14
6
bug?
Dear R programmers,
is there a sensible explanation for the following behaviour? The second
command seems not to be interpreted correctly.
> seq(0.6, 0.9, by=0.1) == 0.8
[1] FALSE FALSE TRUE FALSE
> seq(0.7, 0.9, by=0.1) == 0.8
[1] FALSE FALSE FALSE
> c(0.7, 0.8, 0.9) == 0.8
[1] FALSE TRUE FALSE
> seq(0.9, 0.7, by=-0.1) == 0.8
[1] FALSE TRUE FALSE
I am running R version 1.7.1 on