search for: 20016

Displaying 20 results from an estimated 43 matches for "20016".

Did you mean: 2016
2003 Jun 19
1
Chan_oh323 problem
...side that initiated call can be heared clearly, but the side that answered the call can be heared aproximatly at half. E.g. on this side everything is heared with some cuts. I runed asterisk -vvvc and during the call it constantly printning: WARNIGN .. File chan_oh323.c, Line 761 (oh323_read) H323:20016 Requested read buffer size is too long (2560) ! and next line message about truncating buffer. I've changed OH323_MAX_BUF to 2560 - warning message disappeared but it didn't improove the quality. I configures Milliwatt aplication and when i ring from PSTN i hear beeps, not continuees tone...
2012 Jun 24
2
Win 64 package build - ERROR: loading failed for 'x64'
...t and R.Version() output. I'd appreciate any suggestions. John ........................................................................................................... John P. Nolan Math/Stat Department 227 Gray Hall, American University 4400 Massachusetts Avenue, NW Washington, DC 20016-8050 jpnolan at american.edu voice: 202.885.3140 web: academic2.american.edu/~jpnolan ........................................................................................................... ----------------- Makevar.win ------------------------------------------ ifeq "$...
2008 Jun 06
1
calling a C function with a struct
...func1", as.integer(method), as.raw(buf) , output=double(1) ) return(a$output) } John ........................................................................... John P. Nolan Math/Stat Department 227 Gray Hall American University 4400 Massachusetts Avenue, NW Washington, DC 20016-8050 jpnolan@american.edu 202.885.3140 voice 202.885.3155 fax http://academic2.american.edu/~jpnolan ........................................................................... [[alternative HTML version deleted]]
2011 Oct 06
2
Titles changing when a plot is redrawn
...ta,"), ",i==.(i) )) title( str1 ) } #------------------------------------------------- ........................................................................... John P. Nolan Math/Stat Department 227 Gray Hall American University 4400 Massachusetts Avenue, NW Washington, DC 20016-8050 jpnolan at american.edu 202.885.3140 voice 202.885.3155 fax http://academic2.american.edu/~jpnolan ...........................................................................
2010 Jun 17
2
constrOptim( ): conflict between help page and code
...icitly allow boundaries at another place: allowing gi==0 and interpreting log(gi) as -Inf. John ........................................................................... John P. Nolan Math/Stat Department 227 Gray Hall American University 4400 Massachusetts Avenue, NW Washington, DC 20016-8050 jpnolan at american.edu 202.885.3140 voice 202.885.3155 fax http://academic2.american.edu/~jpnolan ...........................................................................
2016 Dec 08
2
require(..., quietly=TRUE) does not suppress warning
Hi, The `quietly` argument of `require` is documented as follows: quietly: a logical. If ?TRUE?, no message confirming package attaching is printed, and most often, no errors/warnings are printed if package attaching fails. However: > require(foo, quietly=TRUE) Warning message: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
2016 Dec 08
1
require(..., quietly=TRUE) does not suppress warning
...uietly=TRUE),silent=TRUE) > and then check to see if aaa is of class "try-error" and check for failure > > John > ??????????????????????????????.. > > John P. Nolan > Math/Stat Dept., American University > Gray Hall, 4400 Massachusetts Ave, NW > Washington, DC 20016-8050 > Phone: 202-885-3140 > E-mail: jpnolan at american.edu > Web: http://fs2.american.edu/jpnolan/www/ > > > > -----Original Message---- > From: R-devel [mailto:r-devel-bounces at r-project.org] On Behalf Of Dan Tenenbaum > Sent: Thursday, December 8, 2016 2:43 PM...
2005 Feb 06
4
Can't get hpa-tftpd working on Slackware 9.1
...ermissions should be OK: ls -axl / total 1980 drwxrwxrwx 2 nobody daemon 4096 Oct 1 00:28 tftpboot ls -axl /usr/local/tftp/sbin/in.tftpd -rwxr-xr-x 1 root root 142391 Feb 6 13:53 /usr/local/tftp/sbin/in.tftpd ls -axl /usr/sbin/tcpd -rwxr-xr-x 1 root bin 20016 Sep 25 2003 /usr/sbin/tcpd When I try to transfer a file (which already exists in /tftpboot with permission set to 777) I can see that the tftpd is being started: ps -ef | grep tft nobody 11589 1058 0 16:25 ? 00:00:00 -s /tftpboot /usr/local/tftp/sbin/in.tftpd Yet nothing is trans...
2005 Jan 04
1
HDLC Bad FCS (8) HDLC Abort on TE410P
...0 0 0 IO-APIC-level eth1 18: 129511 0 0 0 IO-APIC-level megaraid 24: 100936929 0 0 0 IO-APIC-level t4xxp Roberto Grasso Roberto Grasso Technical Account Manager Puntocontatto s.r.l. Via Alessandrini 9 20016 Pero tel e fax +39 02 38101310 Cell. 333-5253086
2016 Dec 08
0
require(..., quietly=TRUE) does not suppress warning
...aaa <- try( library(foo,verbose=FALSE,quietly=TRUE),silent=TRUE) and then check to see if aaa is of class "try-error" and check for failure John ??????????????????????????????.. John P. Nolan Math/Stat Dept., American University Gray Hall, 4400 Massachusetts Ave, NW Washington, DC 20016-8050 Phone: 202-885-3140 E-mail: jpnolan at american.edu Web: http://fs2.american.edu/jpnolan/www/ -----Original Message---- From: R-devel [mailto:r-devel-bounces at r-project.org] On Behalf Of Dan Tenenbaum Sent: Thursday, December 8, 2016 2:43 PM To: R-devel <r-devel at r-project.org>...
2006 Mar 01
0
A Functional Lightweight Wiki in Rails
Hi I am looking for a functional light-weight wiki which has a wysiwyg front-end for a rails application. I have been trying wikiwyg for the front-end, but the proto subclassing is lost on me. Any suggestions? Regards Rajesh _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it''s FREE!
2009 Aug 21
0
Help with residuals function.
...he forecast package for the data set): library("forecast") library("expsmooth") library("fma") f <- HoltWinters(wineind) This results in a HoltWinters fit to the data in the variable 'f'. If I look at the first few data points: f$x[1:10] [1] 15136 16733 20016 17708 18019 19227 22893 23739 21133 22591 And at the fitted values: f$fitted[1:10,1] [1] 14043.33 16849.90 18885.04 20474.27 18836.84 21665.11 24118.32 25198.27 [9] 22901.40 24450.89 Then at the residuals: residuals(f)[1:10] [1] 984.6741 1127.0982 1122.9566 879.7321 661.1564 459....
2009 Sep 29
1
Probability of data values form empirical distribution
Hello,   Could someone help me please and to tell how to get the probability from empirical distribution (not parametric) for each data value (R function). For example, for normal distribution there is such a function like:   “pnorm(q, mean = 0, sd = 1, lower.tail = TRUE, log.p = FALSE)”   I need the same function only for the empirical distribution (which does not correspond to any typical
2002 Jul 10
0
W2K connectivity problems
...an see and access the files and they have also the correct dimensions. I guess this is a W2K problem rather than Samba. Do You have any idea about possible fixes? I attach also the currently used smb.conf. Thank You & kindest regards, Michael Steinrotter SGL ACOTEC SpA via Pisacane, 5 I - 20016 Pero (MI) tel.: ..39 02 33951724 fax: ..39 02 33951722 e-mail michael.steinrotter@it.sglcarbon.de Il nostro sito / Our Website http://www.sglcarbon.com/cp/ Documentazione Tecnica da scaricare / Technical Documentation for download http://www.sglcarbon.com/cp/custsup/literature/index.php4 This...
2008 Oct 23
0
RCMD SHLIB: static libraries and f77 libraries on Windows
...? If this is documented, or if there is an example somewhere, please let me know. Thanks, John ........................................................................... John P. Nolan Math/Stat Department 227 Gray Hall American University 4400 Massachusetts Avenue, NW Washington, DC 20016-8050 jpnolan@american.edu 202.885.3140 voice 202.885.3155 fax http://academic2.american.edu/~jpnolan ........................................................................... [[alternative HTML version deleted]]
2009 Sep 29
1
Probability of data values form empirical distribution
Hello,   Could someone help me please and to tell how to get the probability from empirical distribution (not parametric) for each data value (R function). For example, for normal distribution there is such a function like:   “pnorm(q, mean = 0, sd = 1, lower.tail = TRUE, log.p = FALSE)”   I need the same function only for the empirical distribution (which does not correspond to any typical
2011 Apr 17
1
How to retrieve a vector of a data.frame's variable attributes?
...:100], "category"))] hh <- hh[, order(attr(dimnames(hh), "category"))] but all the right-hand side assignments above return NULL. Thanks very much for your help with this simple task! --Mel. _______________________ Melanie Bacou 3110 Wisconsin Ave, NW Washington DC, 20016 +1 (202) 492-7978 mel at mbacou.com
2014 Nov 18
5
can compression be safely used with SSH?
...ange places chosen plaintexts <request URI> and by the compression deduce the password. As I've said, the whole thing is probably no real world thread. I'm rather wondering whether SSH would be in principle vulnerable too I found http://thread.gmane.org/gmane.network.openssh.devel/20016 in the archives, which implies that the delayed compression would make it secure. a) So how would that prevent the basic idea of the attack as outlined above? b) Why would the non-delayed compression be insecure? Okay there might be a valuable secret involved (e.g. the passphrase) which is then com...
2009 Feb 15
1
sources of code; was Generate random numbers in Fortran
Ben Bolker gives some reasons why Numerical Recipes may be problematic as a starting point for R codes. CUP did a masterful job of marketing, but the license is restrictive as the links he gives points out. In some tests, I've also noted that some of the algorithms are less than stellar e.g, convergence tests in one or two optimization routines. Should we have a wiki item to help people find
2015 Apr 29
0
R CMD check and missing imports from base packages
...ferently depending on some decision made at run time, but 1. or 2. might be useful for the standard case. John .............................................................. John P. Nolan Math/Stat Department 227 Gray Hall, American University 4400 Massachusetts Avenue, NW Washington, DC 20016-8050 jpnolan at american.edu voice: 202.885.3140 web: academic2.american.edu/~jpnolan .............................................................. From: G?bor Cs?rdi <csardi.gabor at gmail.com> To: Gabriel Becker <gmbecker at ucdavis.edu>, Cc: "r-devel at...