Displaying 20 results from an estimated 38 matches for "sml".
Did you mean:
shl
2016 Oct 19
2
unable to compile llvm with gcc 4.7.4
...honestly, it would have
> made LLVM's code horrendous to work with.
An option would be to have a C backend again, and then cross-compile the
toolchain for the new target, but compile it into C, which then can be
recompiled into binaries on the target platform.
I actually bootstrapped an SML compiler for FreeBSD/ppc this way a while
back. A part of the compiler was written in SML and there was an option
to compile SML to C (that was actually one of the ways to generate final
code: the C output would then be passed to a system C compiler). I think
the SML compiler was mlton, but I...
2016 Sep 26
3
(Thin)LTO llvm build
...ThinLTO and PGO are largely orthogonal, but PGO will help
enable
more indirect call promotion with ThinLTO, and there is also a patch out
for review (D24638)
to use FDO to guide ThinLTO function importing heuristics.
> What would be more fun is combining ThinLTO for C code with MLton
> for SML code when building Ur/Web.
>
Interesting. I am not at all familiar with SML code/building, but
theoretically switching the C code to
use -flto=thin shouldn't affect the interaction between those two compiles.
Presumably one or both
are compiled into a library and linked in to create a final...
2018 Mar 19
1
trivial typo in man/pretty.Rd
...============================================
--- pretty.Rd (revision 74426)
+++ pretty.Rd (working copy)
@@ -21,8 +21,8 @@
\item{min.n}{nonnegative integer giving the \emph{minimal} number of
intervals. If \code{min.n == 0}, \code{pretty(.)} may return a
single value.}
- \item{shrink.sml}{positive numeric
- by a which a default scale is shrunk in the case when
+ \item{shrink.sml}{positive numeric factor
+ by which a default scale is shrunk in the case when
\code{range(x)} is very small (usually 0).}
\item{high.u.bias}{non-negative numeric, typically \eqn{> 1}....
2006 Apr 03
1
Cannot compile metamail
...ch -p1 -b --suffix .quote -s
+ echo 'Patch #7 (mm-2.7-ohnonotagain.patch):'
Patch #7 (mm-2.7-ohnonotagain.patch):
+ patch -p1 -b --suffix .sigh -s
+ echo 'Patch #8 (mm-2.7-arghhh.patch):'
Patch #8 (mm-2.7-arghhh.patch):
+ patch -p1 -b --suffix .arghhh -s
+ echo 'Patch #9 (mm-2.7-sml.patch):'
Patch #9 (mm-2.7-sml.patch):
+ patch -p1 -b --suffix .sml -s
+ echo 'Patch #10 (metamail-2.7-nl.patch):'
Patch #10 (metamail-2.7-nl.patch):
+ patch -p1 -s
+ echo 'Patch #11 (mm-2.7-linux.patch):'
Patch #11 (mm-2.7-linux.patch):
+ patch -p1 -b --suffix .linux -s
+ echo &...
2011 Oct 06
4
Mean(s) from values in different row?
Hello:
Is there a way to get a mean from values stored in different rows?
The data looks like this:
YEAR-1, JAN, FEB, ..., DEC
YEAR-2, JAN, FEB, ..., DEC
YEAR-3, JAN, FEB, ..., DEC
What I want is the mean(s) for just the consecutive winter months:
YEAR-1.DEC, YEAR-2.JAN, YEAR-2.FEB
YEAR-2.DEC, YEAR-3.JAN, YEAR-3.FEB
etc.
Thanks.
2016 Oct 18
3
unable to compile llvm with gcc 4.7.4
Hi,
This is not the purpose of my distro.
The purpose of my distro is to account for complexity lock-in and to remove
this as much as possible. This complexity is usually performed in 2 ways:
- ultra costly languages/runtime to implement (c++/java...), and I don't think
"ultra" is a word big enough.
- multiplication of script languages
2010 Jun 21
2
Calculating a daily average
...9r, Day == 100, select = c (Depth1j:Depth0.75j))
av3 <- mean(av3 [av3>0])
av4 <- subset(ER9r, Day == 101, select = c (Depth1j:Depth0.75j))
av4 <- mean(av4 [av4>0])
av5 <- subset(ER9r, Day == 102, select = c (Depth1j:Depth0.75j))
av5 <- mean(av5 [av5>0])
Depth<- c("SML")
Day<- c(98, 99, 100, 101, 102)
Average<- c(av1, av2, av3, av4, av5)
chlsummaryER9 <- data.frame (Depth, Day, Average)
chlsummaryER9
Any ideas on how to do this in less steps?
Thanks,
Emilija
2000 Jan 01
0
Re: Tests in linear regression
......=bq, where q is
FrSa> less than number of parameters)). Anything you could do for us it
FrSa> would be great. Thank you for everything, and merry christmas.
FrSa> Best wishes, Francisco Sabido.
Dear Francisco,
I think everything you need is already part of R:
summary(lm.sml <- lm(y ~ x1))
summary(lm.big <- lm(y ~ x1 + x2 + x3 + x4))
anova(lm.sml, lm.big)
now will do a test of b2 = b3 = b4 = 0
if b_j is the coefficient of x_j.
Look at the online help ?lm and ?anova
and at
demo(lm.glm)
where models "l1" and "l0" are compared tha...
2011 Jun 24
1
Hivex bug? Cannot access Windows 2003 x64 Software\Classes key
...er Software (like Microsoft, Wow6432Node, etc.) are OK.
Here is the hivexsh output with HIVEX_DEBUG=1 enabled:
========================================================================================================
hivex_open: successfully read Windows Registry hive file:
pages: 5779 [sml: 4096, lge: 16384]
blocks: 461619 [sml: 8, avg: 51, lge: 13752]
blocks used: 456044
bytes used: 23608640
Welcome to hivexsh, the hivex interactive shell for examining
Windows Registry binary hive files.
Type: 'help' for help summary
'quit' to quit the sh...
2016 Sep 26
4
(Thin)LTO llvm build
No worries, thanks for the update. Teresa
On Mon, Sep 26, 2016, 7:16 AM Carsten Mattner <carstenmattner at gmail.com>
wrote:
> On Mon, Sep 26, 2016 at 3:52 PM, Teresa Johnson <tejohnson at google.com>
> wrote:
> >
> > ThinLTO needs to create as many temporary files as there are input
> > modules to the link. From your 'ls' below, it doesn't look
2008 Jan 31
4
No route to host
...f session follows -----
<retna at pttropical.co.id>... Deferred: mail.pttropical.co.id.: No route to host
Warning: message still undelivered after 4 hours
Will keep trying until message is 5 days old
Please help me solve this problem!
Previously Thank yuo for your help.
Regards,
Horasima SML.
2005 Aug 22
1
An lgrind definition for the S language
...ng are legal and mark Tcl/Tk, Pascal
and Fortran input, respectively:
lgrind -ltcl/tk ...
lgrind -lpaSCAL ...
lgrind -lf ...
The list of languages currently available in your lgrindef file:
Ada MLisp (Emacs Mock Lisp)
Asm SML/NJ (ML)
Asm68 Scheme (scm)
BASIC model
Batch (bat) Modula2 (mod2, m2)
C Pascal (pas, p, bp)
C++ (CC) PERL (pl)
csh...
2002 Mar 13
1
SMLNJ Installation
...ng to get a piece of windows software named HATS to run under Wine.
HATS is a very advanced program transformation system and it would be really
great to be able to use it under Linux.
I have managed to get the HATS installer to run just fine, but have been
unable to get the windows version of SML (which HATS requires) to install.
If anyone wants to try installing it themselves, the windows installer is
about 5 megs and can be downloaded from:
http://cm.bell-labs.com/cm/cs/what/smlnj/dist/smlnj.exe
When I try to run the install program, the first dialog window comes up
alright but I do...
2009 Oct 02
3
Tabulating using arbitrary numbers of factors
...the underlying coded numbers.
Cheers and thanks for your time!
Andrew Spence
RCUK Academic Research Fellow
Structure and Motion Laboratory
Royal Veterinary College
Hawkshead Lane
North Mymms, Hatfield
Hertfordshire AL9 7TA
+44 (0) 1707 666988
mailto:aspence@rvc.ac.uk
http://www.rvc.ac.uk/sml/People/andrewspence.cfm
[[alternative HTML version deleted]]
2017 May 18
2
Bug: floating point bug in nclass.FD can cause hist() to crash
...39;s call it BIGFLOAT. `nclass.FD` then returns this
huge value to `hist`.
Once `hist` has its 'number of breaks' suggestion, it feeds this
number to `pretty`:
pretty(range(x), BIGFLOAT, min.n = 1)
`pretty`, in turn, calls
.Internal(pretty(min(x), max(x), BIGFLOAT, min.n, shrink.sml,
c(high.u.bias, u5.bias), eps.correct))
Which fails with the error and warning shown at start of this e-mail. (Invalid
'n' argument / NA's introduced by coercion to integer range.) My reading is
that .Internal tried to coerce BIGFLOAT to integer range and produced an NA,
and th...
2011 Nov 08
1
Rekeying value denoting NA
I'm trying to rekey values which denote there is no values, i.e.,
'-999' in a dataset which contains both '-999' and NA entries.
When I try the following command I get the following error:
> data.frame[data.frame$MAR <= -99999,"MAR"] <- NA
"missing values are not allowed in subscripted assignments of data
frames"
Example of data:
YEAR JAN
1997 Sep 03
1
ERRDOS - ERRbadshare
i'm getting the following error message from smbclient when doing tar
backups. what exactly does this error message mean and how can i
eliminate it?
ERRDOS - ERRbadshare (The sharing mode specified for an Open conflicts
with existing FIDs on the file.) opening remote file
\windows\system32\config\software.LOG
--
Todd Pfaff \ Email: pfaff@mcmaster.ca
Computing and
2013 Feb 05
1
Samba4 domain controller ntlm_auth error - No logon servers (0xc000005e)
Hi,
Formerly, I was successfully to use Samba 3.0.28a + FreeRADIUS 1.1.7 for
Wi-Fi PEAP authentication against Windows 2003 AD. Now, I would like to
replace Windows AD with Samba4. I build Samba4 successfully from source on
Ubuntu 12.04.1 and the Samba4 domain controller seems function normally,
e.g. able to work with the Samba4 domain with RSAT and edit the group
policy.
However, when I
1997 Apr 23
1
R-alpha: libraries, modules, namespaces, ...
...facility.
Newer languages like Java, Dylan, Perl, Python, Fortran 90, etc., all
provide some variant of a module system with control over what gets
exported from and imported to modules. I believe something of that
flavor would be very useful in R (or any system). Lots of variations
are possible -- SML probably has the fanciest system of any I know,
Common Lisp's packages are arguably at the other end. An outline of
what might be needed:
For module writers
specify scope of module (part of file, all of file,
several files?)
specify exports, i.e. things that are to be (easily)
access...
2017 May 18
0
Bug: floating point bug in nclass.FD can cause hist() to crash
...this
> huge value to `hist`.
>
> Once `hist` has its 'number of breaks' suggestion, it feeds this
> number to `pretty`:
>
> pretty(range(x), BIGFLOAT, min.n = 1)
>
> `pretty`, in turn, calls
>
> .Internal(pretty(min(x), max(x), BIGFLOAT, min.n, shrink.sml,
> c(high.u.bias, u5.bias), eps.correct))
>
> Which fails with the error and warning shown at start of this e-mail. (Invalid
> 'n' argument / NA's introduced by coercion to integer range.) My reading is
> that .Internal tried to coerce BIGFLOAT to integer range a...