search for: 632

Displaying 20 results from an estimated 1260 matches for "632".

Did you mean: 32
2008 Jun 11
3
[LLVMdev] Possible miscompilation?
Hi all, I'm trying to figure out a weird bug I'm seeing. I'm hoping it's something simple in my IR but I can't see anything wrong so I'm hoping someone here can see something. I'm using LLVM to compile Java bytecode into native functions. My code keeps track of the Java local variables in an array of llvm::Value pointers which get phi'd up at various points. The
2012 Mar 05
2
632 estimator using boot package
Dear All, Anyone has some idea how to implement 632 estimator and leave-one out bootstraping method by using boot package. I know the bootstrap package has this function, but it sounds not very flexible for my project. Thanks, Jim
2007 Jul 12
1
Package for .632 (and .632+) bootstrap and the cross-validation of ROC Parameters
Hi users, I need to calculate .632 (and .632+) bootstrap and the cross-validation of area under curve (AUC) to compare my models. Is there any package for the same. I know about 'ipred' and using it i can calculate misclassification errors. Please help. It's urgent. -- View this message in context: http://www.nabble....
2003 Nov 13
4
[Bug 632] PAM conversation function does not return when connection is aborted
http://bugzilla.mindrot.org/show_bug.cgi?id=632 das at decisionsoft.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |security Priority|P2 |P1 ------- Additional...
2014 Apr 11
1
Bug: noveau DATA_ERROR / CACHE_ERROR on Quadro NVS 290
...motherboard is from an industrial system which is otherwise running fine and very stable. Here are some log outputs: % uname -a Linux octo 3.14.0-4-ARCH #1 SMP PREEMPT Wed Apr 9 21:11:25 CEST 2014 x86_64 GNU/Linux $ dmesg ... [22616.270000] nouveau E[ PFIFO][0000:01:00.0] DMA_PUSHER - ch 2 [X[632]] get 0x0020029b08 put 0x0020029e60 ib_get 0x000003bd ib_put 0x000003d7 state 0x8000e6a8 (err: INVALID_CMD) push 0x00406040 [22616.270226] nouveau E[ PGRAPH][0000:01:00.0] DATA_ERROR BEGIN_END_ACTIVE [22616.270232] nouveau E[ PGRAPH][0000:01:00.0] ch 2 [0x000fb33000 X[632]] subc 7 class 0x8297 mt...
2003 Jul 24
3
trellis plot question
...r scale where the current id sits. Thanks in advance for any help you can send, Suzette ================================= Suzette Blanchard, Ph.D. Research Scientist Frontier Science Foundation 1244 Boylston St. Suite 303 Chestnut Hill, MA 02467 Email: suzette at sdac.harvard.edu Phone: (617) 632-2007 Fax: (617) 632-2001
1999 Apr 15
2
Excel 'save as HTML' problem with Samba 2.0
...ments/feedbacks. -- --------------------------------------------------- Sunny Hwang Guzman -- ITS 1421 West Shure DR, Arlington Heights, IL. 60004 --------------------------------------------------- Phone: (847)632-3307 FAX: (847)632-6658 Pager: (888)SKY-8888 PIN: 1573737 E-mail: guzmans@cig.mot.com ---------------------------------------------------
2003 Sep 01
2
[Bug 632] PAM conversation function does not return when connection is aborted
http://bugzilla.mindrot.org/show_bug.cgi?id=632 Summary: PAM conversation function does not return when connection is aborted Product: Portable OpenSSH Version: 3.6.1p2 Platform: All URL: http://www.cl.cam.ac.uk/~mgk25/otpw.html#opensshbug OS/Version: Linux...
2011 Jan 24
2
how to slice a zoo object
Hi Would anyone have any pointers on how to slice up a large zoo table. I have the following structure: - > str(ZOO_OBJ) ?zoo [1:632, 1:83] 30.4 30.4 30.4 30.4 30.3 ... ?- attr(*, "dimnames")=List of 2 ??..$ : NULL ??..$ : chr [1:83] "COL1" "COL2" "COL3" "COL4" ... ?- attr(*, "index")= POSIXct[1:632], format: "2009-05-01 01:00:00" "2009-05-02 01:00:00&quo...
2008 Sep 26
6
DO NOT REPLY [Bug 5795] New: error in rsync protocol data stream (code 12) at io.c(632) [sender=3.0.4]
https://bugzilla.samba.org/show_bug.cgi?id=5795 Summary: error in rsync protocol data stream (code 12) at io.c(632) [sender=3.0.4] Product: rsync Version: 3.0.4 Platform: x86 OS/Version: Mac OS X Status: NEW Severity: blocker Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: Dave@Yost.com...
2009 Apr 10
1
linux Rsync + windows rsync + unexpected connection close
...t;.\id_rsa" -oStrictHostKeyChecking=no -l user host rsync --server -vvvvlogDtpre.iLs . "~/public_html" note: iconv_open("CP1252", "CP1252") succeeded. rsync: connection unexpectedly closed (0 bytes received so far) [receiver] _exit_cleanup(code=12, file=io.c, line=632): entered rsync error: error in rsync protocol data stream (code 12) at io.c(632) [receiver=3.0.4] _exit_cleanup(code=12, file=io.c, line=632): about to call exit(12) Killed by signal 2. < this is where i hit ctrl+C > rsync: read error: Connection reset by peer (104) _exit_cleanup(code=12, f...
2015 Nov 24
2
getting started with GPOs
...side the only thing I see in the logs are some complaints >> about not being able to load the printer list. >> >> Is this expected to work? How can I start to troubleshoot this? >> >> >> >> -- >> * Jeff Dickens* >> IT Manager 978-632-1513 >> -- >> To unsubscribe from this list go to the following URL and read the >> instructions: https://lists.samba.org/mailman/options/samba >> > ​It (Group Policy Management) does work on Windows 7, and not on Windows 8.1. After putting in the folder redirection th...
2008 Jun 12
4
[LLVMdev] Possible miscompilation?
...r it being so big, but every time I change the slightest thing the bug will change or disappear. The section with the error in is pretty short, however, just 100 or so lines (attached as test.s.part). >From the trace I posted yesterday (also attached), at the top: lines 2646-2648 print "632: iload" lines 2649-2652 print "local_5_114 = 57" (the correct value) >From line 2651 you can see that the 57 came from r26. At the bottom: lines 4901-4903 print "632: iload" lines 4904-4907 print "local_5_420 = 261095424" (the junk value) >From line 4...
2007 Oct 17
1
Fwd: Re: FLAC for "ARM little endian for glibc"
...clude -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT bitbuffer.lo -MD -MP -MF .deps/bitbuffer.Tpo -c bitbuffer.c -o bitbuffer.o bitbuffer.c: In function `FLAC__bitbuffer_write_raw_int32': bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:700: warning: called from here bitbuffer.c: In function `FLAC__bitbuffer_write_raw_uint32_little_endian': bitbuffer.c:632: warning: inlining failed in call to ...
2008 Jun 11
0
[LLVMdev] Possible miscompilation?
On 2008-06-11, at 13:16, Gary Benson wrote: > Duncan Sands wrote: > >> Can you please attach IR which can be compiled to an executable >> (and shows the problem). > > I've been generating functions using a builder and then compiling > them with ExecutionEngine::getPointerToFunction(). Is there some way > I can get compilable IR from that?
2008 Jun 11
2
[LLVMdev] Possible miscompilation?
Duncan Sands wrote: > Can you please attach IR which can be compiled > to an executable (and shows the problem). I've been generating functions using a builder and then compiling them with ExecutionEngine::getPointerToFunction(). Is there some way I can get compilable IR from that? Cheers, Gary -- http://gbenson.net/
2003 Jan 30
4
Downloading Package
Hello, I am a beginner in using R so my question could seem very simple. I would like to download the package multiv to do multivariate data analysis. The package I download seems to be a file meant for UNIX and I am using a Window OS. How could I download and install correctly this file? Thanks a lot _________________________________________________________________ MSN Messenger :
2008 Jun 15
2
round(1.5) = round(2.5) = 2?
...cosystems Departement Umweltwissenschaften Dept. of Environmental Sciences Eidg. Technische Hochschule Swiss Fed. Inst. of Technology ETH-Zentrum CHN G78 ETH-Zentrum CHN G78 Universitätstr. 22 Universitaetstr. 22 CH-8092 Zürich CH-8092 Zurich Schweiz Switzerland Tel +41 (0)44 632 5629 Fax +41 (0)44 632 1358 Email markus.didion@env.ethz.ch homepage: http://www.fe.ethz.ch/people/didionm [[alternative HTML version deleted]]
2015 Aug 25
4
request: HOWTO for Samba4.latest AD PDC
...uot;Official HOWTO" on samba.org points to https://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/ which is entitled "The Official Samba 3.5.x HOWTO and Reference Guide". No, that's evidently not what I'm looking for. -- * Jeff Dickens* IT Manager 978-632-1513
2019 Feb 18
0
Dsync and network issues
...ave). replication_max_conns = 10 doveadm_port = 60025 All mails are received on server A and replicated to server B. Sometimes we get these messages on server B: Feb 18 08:27:35 dsync-server(XX at XX): Error: client_connection_tcp_free: close((&conn->fd)) @ client-connection-tcp.c:632 failed (fd=15): Connection reset by peer Feb 18 08:28:00 dsync-server(XZ at XZ): Error: client_connection_tcp_free: close((&conn->fd)) @ client-connection-tcp.c:632 failed (fd=15): Connection reset by peer Feb 18 08:33:14 dsync-server(XY at XY): Error: client_connection_tcp_free: close((&amp...