search for: disqualify

Displaying 20 results from an estimated 73 matches for "disqualify".

2015 Feb 18
13
[LLVMdev] [3.6 Release] RC4 has been tagged
Hello testers, RC4 has just been tagged (at r229782 on the branch). RC3 was disqualified due to an infloop that Duncan reported, and fixed in r229421. That, fixes for a few scary X86 bugs, a GCC5 bootstrap problem (PR22625), and parts of PR22589 is included in RC4. Baring any showstoppers, this release candidate will be promoted to release. Please let me know how it looks and upload binaries
2018 Jul 07
2
Testing for vectors
Hi all, Is there are base function that I've missed that tests if an object is a vector in the dimensionality sense, rather than the data structure sense? i.e. something that checks is.null(dim(x)) ? is.vector() is trivially disqualified since it also checks for the presence of non-names attributes: x <- factor(c("a", "a", "b")) is.vector(x) #> [1] FALSE
2017 Jun 29
6
package to fit mixtures of student-t distributions
Hello! I am new to R (before used python exclusively and would actually call the R solution for this issue inside a python notebook, hope that doesn?t disqualify me right of the batch). Right now I am looking for a piece of software to fit a 1D data sample to a mixture of t-distributions. I searched quite a while already and it seems to be that this is a somehwat obscure endeavor as most search results turn up for mixture of gaussians (what I am not int...
2015 Sep 08
3
Euro LLVM videos finally online - proposal to use torrents for sharing
...> anything else (maybe apart from Vimeo) would be less ideal, especially > if they require plugins for browsers or mobiles, even if they're free. Anything that doesn’t *offer* a download option (breaking ToS is not an option) shouldn't be considered as the primary hosting IMO, which disqualify Youtube IIUC their ToS. Tanya's proposal seems nice: having the video hosted by llvm.org and mirrored to Youtube would be a good tradeoff. — Mehdi
2009 Mar 19
2
[LLVMdev] GSoC09 potential participant
...cgi) could confirm this. I understand if you are looking for students who can hit the ground running and contribute immediately to LLVM. I just want to make sure this is the official view of the LLVM team (I could have written that last post myself). Not being familiar with the code base that would disqualify me as a participant. On the other hand, I thought the purpose of GSoC was to bring new people on board and encourage the participation of newcomers on open-source projects. But I may be wrong. Thank you, Rodrigo
2013 May 08
1
[LLVMdev] [lld] contentHash in the Reader ?
On Wed, May 8, 2013 at 9:13 PM, Owen Anderson <resistor at mac.com> wrote: > On May 8, 2013, at 10:50 AM, Chandler Carruth <chandlerc at google.com> > wrote: > > >> >>> What are the SHA-3 variants that you think would suite these needs ? >> >> > I want to look at the implementation complexity. The winner (and the > official SHA3 algorithm),
2016 Jan 19
1
HDD badblocks
Chris Murphy wrote: > On Mon, Jan 18, 2016, 4:39 AM Alessandro Baggi > <alessandro.baggi at gmail.com> > wrote: >> Il 18/01/2016 12:09, Chris Murphy ha scritto: >> > What is the result for each drive? >> > >> > smartctl -l scterc <dev> >> > >> SCT Error Recovery Control command not supported >> > The drive is
2003 Jul 03
1
Help files mismatches and R CMD check
I have a function t.test.cluster for which R CMD check results in a documentation warning because its argument names don't match those of t( ). Is there a way around this error besides renaming the function? Will this disqualify a package from admission to CRAN? How did t.test avoid this warning? Thanks, Frank --- Frank E Harrell Jr Prof. of Biostatistics & Statistics Div. of Biostatistics & Epidem. Dept. of Health Evaluation Sciences U. Virginia School of Medicine http://hesweb1.med.virginia.edu/b...
2007 Oct 30
3
Rsync hard-links devices with different mtimes despite -t: expected?
I noticed that rsync is happy to hard-link a device node from a --link-dest dir even if its mtime differs from that of the source device node and --times is given. Is this behavior expected? It seems to break the rule that a difference in preserved attributes disqualifies a hard link. To see the behavior, run the following as root: mkdir src dest basis mknod src/null c 1 3 sleep 1 mknod
2008 Feb 16
1
Rsync itemizing "p" even when -p, -E are off
I noticed that rsync itemizes "p" whenever it copies a new file and finds an alternate basis file whose permissions differ from those to be applied to the destination file, even when --perms and --executability are both off. To see this, run the following in an empty directory: mkdir src dest basis touch src/file basis/file chmod 600 src/file chmod 644 basis/file rsync -r -ii
2017 Aug 02
1
Fedora bugs and EOL [was Re: CentOS users: please try and provide feedback on Fedora] Boltron
On 08/02/2017 07:36 AM, hw wrote: > > Don?t get me started on Fedora updates. One of the reasons to deprecate > Fedora was that upgrading had turned out to be unreliable and mostly > failing. Not being able to reliably upgrade disqualifies any > distribution. I hate to break it to you, but since they began using fedup and dnf upgrade, it's never been an issue for me at
2009 Mar 19
0
[LLVMdev] [llvm][gsoc] Where we at?
...e past). First, thanks to Anton for enrolling the LLVM organization into GSOC and setting up the application template! Anton and I are the organization admin's for LLVM's GSOC participation. I'd like to clarify the statement above. Not having contributed to LLVM before will **not** disqualify you. However, prior LLVM contributions and experience is is taken into consideration when selecting and ranking applications. Mentors may also take it into consideration when selecting which students they would like to mentor. The application asks you to include this information. Thanks, Tanya...
2010 Oct 12
0
[LLVMdev] DCE and external function
On Tue, Oct 12, 2010 at 1:21 PM, leledumbo <leledumbo_cool at yahoo.co.id> wrote: > >> only if the compiler can prove that the called function has >> no side effects (such as modifying some global variables or >> causing the program to exit). > > can it prove if the function resides in a shared library? Only if the right function attributes are added. See
2015 Feb 26
3
[LLVMdev] [3.6 Release] RC4 has been tagged
Final has been tagged, I think we're about to release it. On Fri, Feb 27, 2015 at 7:43 AM, Hayden Livingston <halivingston at gmail.com> wrote: > Are we waiting for an RC5? It seems like the release mirror on github has > no recent activity. > > On Wed, Feb 25, 2015 at 3:23 AM, Daniel Sanders <Daniel.Sanders at imgtec.com > > wrote: > >> Quick update
2010 Oct 04
8
Can I "upgrade" a striped pool of vdevs to mirrored vdevs?
Hi, once I created a zpool of single vdevs not using mirroring of any kind. Now I wonder if it''s possible to add vdevs and mirror the currently existing ones. Thanks, budy -- This message posted from opensolaris.org
2009 Mar 19
2
[LLVMdev] [llvm][gsoc] Where we at?
> > I am wondering about the status of GSoc this year. The mailing list seems to be rather quiet on the topic. Has anyone thought of project ideas? > We just received confirmation that LLVM was accepted for this year GSoC. > The ideas list, as usual, is placed at > http://llvm.org/OpenProjects.html (it also contains links to > subproject's ideas pages). > > Please
2015 Feb 25
2
[LLVMdev] [3.6 Release] RC4 has been tagged
Quick update before I move on to the final tag. > clang+llvm-3.6.0-rc4-mipsel-linux-gnu.tar.xz > Still running due to a silly setup mistake on the first run (a broken > symlink to the test-suite source). Second attempt is a fair way through and > looks good so far though Default options were all good. Mips32 was about halfway but was good so far. >
2010 Oct 13
1
[LLVMdev] DCE and external function
> No, however it can prove it if the function is in a static library consisting > of bitcode files (what you get if you compile with -emit-llvm) and you do > link-time optimization. However it's probably simpler to declare the > function > as having no side-effects using gcc's "pure" or "const" attribute. Hmm... the library can't be made static so
2017 Jun 29
0
package to fit mixtures of student-t distributions
...ge "teigen" help? Ranjan On Thu, 29 Jun 2017 14:41:34 +0200 vare vare via R-help <r-help at r-project.org> wrote: > Hello! > > I am new to R (before used python exclusively and would actually call the R solution for this issue inside a python notebook, hope that doesn?t disqualify me right of the batch). > > Right now I am looking for a piece of software to fit a 1D data sample to a mixture of t-distributions. > > I searched quite a while already and it seems to be that this is a somehwat obscure endeavor as most search results turn up for mixture of gaussian...
2015 Apr 16
2
rsync --delete
...ere a tmpfs where you can make one? Is there already an empty one like /var/empty? On 04/16/2015 10:13 AM, Ken Chase wrote: > Wow, it took me a few seconds to figure out what you were trying to > do. > > What's wrong with rm? > > Also I think trying to leverage the side of disqualifying all > source files just to get the delete effect (very clever but > somewhat obtuse!) risks creating a temporary file of some kind in > the target at the start of the operation, and if you cant even > mkdir then that exceeds disk quota immediately and fails. > > /kc > >...