search for: jls

Displaying 17 results from an estimated 17 matches for "jls".

Did you mean: cls
2015 Jul 16
10
[LLVMdev] [RFC] Defining Infinite Loops
...eryone, The topic of whether or not LLVM allows for infinite loops has come up a lot recently (several times this week already). Regarding motivation, there are two important facts: 1. Some languages, such as Java, have well-defined infinite loops. See: http://docs.oracle.com/javase/specs/jls/se7/html/jls-17.html#jls-17.4.9 and: http://docs.oracle.com/javase/specs/jls/se7/html/jls-17.html#jls-17.4.2 and, as a community, it seems to be important for us to support such languages. That means that we must have a way, at the IR level, to support and model infinite loops....
2015 Jul 16
2
[LLVMdev] [RFC] Defining Infinite Loops
...r or not LLVM allows for infinite loops has come > up a lot recently (several times this week already). Regarding > motivation, there are two important facts: > > 1. Some languages, such as Java, have well-defined infinite loops. > See: > > http://docs.oracle.com/javase/specs/jls/se7/html/jls-17.html#jls-17.4.9 > > and: > > http://docs.oracle.com/javase/specs/jls/se7/html/jls-17.html#jls-17.4.2 > > and, as a community, it seems to be important for us to support such > languages. That means that we must have a way, at the IR level, to > support and...
2004 Jul 06
5
Converting S-Plus Libraries to R
Dear all! I'd like to do multiple imputation of missing values with s-plus libraries that are provided by Shafer (http://www.stat.psu.edu/~jls/misoftwa.html). I wonder, whether these libraries are compatible or somehow convertible to R (because I don't have S-plus), so that I can use this functions using the R Program. I would be happy if you could tell me, -if it is possible to use S-plus libraries with R -if yes, how I can use the...
2015 Jun 28
5
[LLVMdev] readonly and infinite loops
> You dropped some context... > A daemon program wouldn't be readonly. An infinite loop can be. Right. To prevent miscommunication, here is a quick analysis of a problematic (IMO) example: We start with ``` define void @infloop(i1 %c) { entry: br i1 %c, label %l, label %e l: br label %l e: ret void } define void @main_func() { entry: call void @infloop(i1 1) ret
2013 Feb 15
1
mount lag, umounting returns wrong "Device busy"
Hello, while playing with new jail features, I recognized that manually umounting doesn't work as I'd expect. After jail has been destroyed, the following mountpoint is active: /dev/gpt/jailname1ROOT on /.jail.jailname1 (ufs, local, read-only) There was var mounted to /.jail.jailname1/var but that sucessfully umounted. 'fstat' also shows no open files in /.jail.jailname1 But
2008 Oct 28
3
7.x and multiple IPs in jails
Hello all, I've been searching around and have come up with no current discussions on this issue. I'll keep it brief: In 7.0 or 7.1 is there any provision to have multiple IP addresses in a jail? I'm stumped on this, as I just started a new hosting project that needs a few jails. At least one of those requires multiple IPs, which is something I never really even realized was
2014 Apr 25
2
[LLVMdev] [llvm] r206732 - Implement builtins for safe division: safe.sdiv.iN, safe.udiv.iN, safe.srem.iN,
...mization) I don't have an example off the top of my head. You have a good point about spelling out desired semantics. My particular semantics are (Java): - INT_MIN/-1 = INT_MIN - X/0 -> exception - x/y = x/y (rounded towards zero as an integer) See: http://docs.oracle.com/javase/specs/jls/se8/html/jls-15.html#jls-15.17.2 Currently, we are using unoptimized checks for each of the corner cases emitted by our frontend. We haven't even started to optimize this yet. Which is why I'm interested when others seem to be pursuing the same goal. :) > >> Of course, thes...
2003 Apr 01
1
Shafer's MI software for S-plus
Greetings folks, Shafer's S-plus package "norm" for multiple imputation of missing values in multivariate normal data has been most kindly and usefully ported to R by Alvaro A. Novo. Shafer's website http://www.stat.psu.edu/~jls/ lists four S-plus packages in all: NORM - multiple imputation of multivariate continuous data CAT - multiple imputation of multivariate categorical data MIX - multiple imputation of mixed continuous and categorical data PAN - multiple imputation of multivariate panel or clustered data...
2015 Jul 16
2
[LLVMdev] [RFC] Defining Infinite Loops
...oops has come > > up a lot recently (several times this week already). Regarding > > motivation, there are two important facts: > > > > 1. Some languages, such as Java, have well-defined infinite loops. > > See: > > > > http://docs.oracle.com/javase/specs/jls/se7/html/jls-17.html#jls-17.4.9 > > > > and: > > > > http://docs.oracle.com/javase/specs/jls/se7/html/jls-17.html#jls-17.4.2 > > > > and, as a community, it seems to be important for us to support > > such > > languages. That means that we must hav...
2009 Jun 05
1
EM Algorithm
Dear R expert I am a student and I am currently conducting a research project on the Modeling Loss Index Triggers to price Cat Bonds: Application of the risk of hurricanes in USA. I need to solve with R (especially with EM algorithm) this specific problem below. CRAN Package archive doesn't seem to have it also the statistical modeling journal didn't contain a paper that implements this:
2006 Jul 14
3
NET ADS JOIN error
Can anyone shed some light on this error? I can't seem to find any information as to why it is failing. Thanks. USTR-MINT-A-1:~ # net ads join "United States\Tredyffrin\Resources\Servers" -U trimblrd trimblrd's password: Failed to pre-create the machine object in OU United States\Tredyffrin\Resources\Servers. I have tried two different domain admin accounts and I get
2001 May 08
3
Replacing missing values
I'm discovering R (very impressive), and didn't find in the docs a simple method for replacing, in a data frame, missing values (NA) with the column's mean (or any other method for reconstructing missing values when needed). Thanks in advance for your help. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2016 Jan 29
8
Replacing a Samba 3.0 Domain controller
For many months I've been trying to replace a Samba 3.0 Domain Controller with a version that will support Windows 7. Despite advice on Samba HOWTO that all supported versions will support Windows 7 there seems to be an unstated caveat, namely that it must be configured as an Active Directory Domain Controller. Microsoft's own advice is that Windows 7 will not work with a Windows NT
2011 May 06
6
Rooting FreeBSD , Privilege Escalation using Jails (Pétur)
I read this (http://www.petur.eu/blog/?p=459) blog post today. It's about that a remote user with root privilegs to a FreeBSD jail & user privileges to the jails host machine can obtain root privileges on the host machine. Can someone confirm if this bugg/exploit works?
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...T_{>oXdw zr1FZRi?;r4(wN7JCvX0F%bB-c|ID_nf1BL&(JpATmTse6*<hoMLLshVkFY_^Smu?d z>#}wyE8cB!Xz)8j8g1)WHl#0uY at XO<M*dTeFfrij>XLTWo!FR#J9obR{QBFk0+tM{ zcV_3`|0u8q40^S$?&m*$xQ at ae&R<?H3^L`$*T#+b?`|z$TlM0Gihh0Go^(r5UgDAa z at 7>(3WxjEE!gUpgCJpwfFaA1r+p~L at s=)CdnBL95?;pQjlsA0b;BGAk-ukTkR`2^C zTO&rYUSgdb`DXRZ5z8KVsS@?DX6oPv*w}V+s%K6Z)6G9F{@C45Ju_kJ%*myXc4^<P z^{oZs!zvix+)nh^h?k<jdVEc(^w8d+ZtBW=_dmX7G;$iQ|9ttLC+6L1BGDrqUhbQ> zbIxCOziYJKOO-P2UhAQuT~H?&a&>iAUo9q|HTTa9&koP1oK=xklKn8)qqP4hL<K}g zZbGAPqN;1uNqS&R^uQYr+}mo+9{<31UVr$iYe|%YO...
2004 Aug 25
1
dovecot-1.0-test32-error
I installed dovecot-1.0-test32 and I present the following error in some users: Error: IMAP(user): Buffer full (46) How to solve this problem?
2004 Jul 01
1
.eml files rejected by samba
Hi List. I have some weirdness here which I have no idea how to resolve. I have been runing samba for the las two years on a suse 8.2 box with no problem at all. Last week I had a file system failure and was forced to rebuild. Rebuilt using SuSE 9.1 and SAMBA 2.28 When I started restoring data, I noticed that all files with .eml extensions could not be written to disk.!?!? As an experriment, i