Displaying 5 results from an estimated 5 matches for "retc".
Did you mean:
ret
2006 Jan 26
1
Using special characters
...don't appear...
I don't know if it is because I'm using a linux platform...
The script is the following:
library(grDevices) jpeg(file="Fronteira/FronteiraNova.jpeg", bg="white", quality=100,width = 600, height = 480) grafico.fe<-function(varFA,retFA,varC,retC,covRF,retRF,varD,retD) { minx<-min(100*sqrt(varFA),100*varC,100*sqrt(covRF[1,1]),100*sqrt(covRF[2,2]),100*sqrt(covRF[3,3]),100*sqrt(covRF[4,4]),100*varD) maxx<-max(100*sqrt(varFA),100*varC,100*sqrt(covRF[1,1]),100*sqrt(covRF[2,2]),100*sqrt(covRF[3,3]),100*sqrt(covRF[4,4]),100*varD) m...
2010 Mar 11
1
Plugin like zlib
...LT_MAX_BUFFER_SIZE);
EVP_DecryptFinal(&ctx, plaintext, &plain_len_final);
memcpy(stream->w_buffer + stream->pos + plain_len , plaintext,
plain_len_final);
}
} while (ret < 0 && errno == EINTR && stream->istream.blocking);
*retc *= plain_len + plain_len_final;
if (ret == 0 ) {
/* EOF */
stream->istream.eof = TRUE;
return -1;
}
if (ret < 0) {
if (errno == EAGAIN) {
i_assert(!stream->istream.blocking);
ret = 0;
// } else {
// i_asse...
2016 Aug 07
0
Proper XML for compareCPU method
...ws an exception with a
missing CPU architecture error. Here is the code.
from __future__ import print_function
import sys
import libvirt
conn = libvirt.open('qemu:///system')
if conn == None:
print('Failed to open connection to qemu:///system', file=sys.stderr)
exit(1)
retc = conn.compareCPU('<cpu><arch name="x86"><model
name="kvm64"/></arch></cpu>')
if retc == -1:
print("CPUs are not the same.")
else:
print("CPUs are the same.")
conn.close()
exit(0)
This probably just a simple...
1998 Jul 06
0
R-beta: Printing documentation for R and all packages installed
...rds,
Ernst
---
ernst.molitor at uni-bonn.de
Institute for Medical Microbiology and Immunology, Bonn
context diff against R/doc/manual/Makefile:
*** Makefile 1998/07/05 16:14:11 1.1
--- Makefile 1998/07/06 06:40:22
***************
*** 10,23 ****
RsrcLIB = $(rRHOME)/src/library
BUILDlatex = $(RETC)/Rdconv --type latex
! Packages = pkg-base.tex pkg-eda.tex pkg-mva.tex pkg-stepfun.tex
#- Man.tex also must have an \input{..} for each of these ^^^^
Manparts = Man-1.ps Man-2.ps Man-3.ps Man-4.ps\
Man-5.ps Man-6.ps Man-7.ps Man-8.ps
Manbooks = $(Manparts:.ps=.bps)
! all: Man...
2017 Apr 13
0
Wine release 2.6
...start with a seh unwind error (No Man's Sky (GOG), Witcher 3, Gal*Gun Double Peace)
42774 WinHttpQueryAuthSchemes fails to return the correct supported value for multiple WWW-Authenticate
42782 Wine iexplore crashes loading http://news.theraoffice.com
42799 Neverwinter Online needs SM4 retc instruction
42803 Large data received on a 401 error causes authentication to fail
----------------------------------------------------------------
Changes since 2.5:
Alexandre Julliard (11):
glu32: Load libGLU dynamically.
glu32: Use the correct data types.
glu32: Implement...