similar to: sink with R-code

Displaying 20 results from an estimated 700 matches similar to: "sink with R-code"

2003 Feb 24
5
XP irratic delay in opening files....
Hi all I am fairly new to samba and XP. I have a client who we set up a samba server for, they are complaining about documents taking about 30 secs -2-3mins to open but only sometimes (it can be very frequent). I have seen this and captured a piece of the log file I wonder if any one can make any sense of it... I have been looking on the net and trying various things all day but to no avail...
2005 Jun 06
1
ip ru ls trouble
When I do "ip ru ls" very often is nothing output, but sometime it output correct info root@prima:~# ip ru ls root@prima:~# ip ru ls root@prima:~# ip ru ls root@prima:~# ip ru ls root@prima:~# ip ru ls root@prima:~# ip ru ls root@prima:~# ip ru ls root@prima:~# ip ru ls 0: from all lookup local 1000: from 81.4.240.10 lookup TTK 1100: from 217.106.18.62 lookup TCNN 2000: from
2004 Aug 09
1
Verbose Logs?
Hello. I'm not quite sure what the problem with my samba is. Im running red hat 9 and samba 3.0 and my log has far too much information. this is my samba log: --------------------- samba Begin ------------------------ **Unmatched Entries** lib/util_sock.c:get_peer_addr(978) getpeername failed. Error was Socket operati on on non-socket : 2 Time(s)
2000 Feb 23
1
Console font size
It is posible to change the console font size? What in the funtion needed? Tanks in advance Eusebio -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at
2000 Jan 20
2
Which Linux distribution?
I'm an user of R for Windows (95/NT PENTIUM I and II) mostly for educational purposes. I thinking of moving to Linux, is there any Linux distribution in which R works better? or it would have to work fine in any Linux distribution? Thanks for any hint ************************************************************* * Eusebio Arenal Guti?rrez * * Departamento
1999 Nov 08
1
replacement and extraction functions
Is there any documentation about replacement and extraction functions in R, these fuenctions don't work as in S. Example with funtion factor.names (of S+ 4.5r2) > fnombres <- list(tratamiento=LETTERS[1:4], veneno=c("I","II","III")) > veneno.diseno <- data.frame( + factor(rep(c(1,2,3,4), rep(12,4))), + factor(rep(rep(c(1,2,3), rep(4,3)),4)) + ) >
2007 Mar 19
2
Wine Directx
Hi, I was starting Steam when I saw the survey of hardware. They didn't detected anything, but It said that I was using Directx 6.1 http://img217.imageshack.us/img217/2111/capturadatelanw3.png . Is this real or Steam is mistaken? Thanks, Eusebio.
2000 Mar 15
1
Windows crash when running Rgui
After installing R 0.99.0a on a Windows 95 Rgui.exe crash after opening the console window. Rterm.exe works fine. Any hint? It is posible that R is not compatible with windows configuration modified by some other program? Where can I act? Error message: Rgui causes an exception 104 on module R.dll of 0137:100324d4 records EDX=0434cfd8 CS=0137 EIP=100324d4 EFLGS=00010206 EBX=815ce8e4 SS=013f
2003 Apr 24
1
rw1.7.0 spend much time to open
I've just installed R for windows 1.7.0 on windows 2000 SP2 from the binaries on CRAN. It takes at least 1:30 minutes to completely open Rgui, Rterm o R in Emacs. It this normal? Data about the platform: C:\>ver Microsoft Windows 2000 [Versi?n 5.00.2195] > Sys.info() sysname release "Windows"
2001 Jul 23
2
[fwd] Problems with ogg123 on OpenBSD (from: ryancooley@yahoo.com)
Just as a reminder to our application maintainers. ----- Forwarded message from Ryan Cooley <ryancooley@yahoo.com> ----- Delivery-Date: Sun Jul 22 20:28:06 2001 From: Ryan Cooley <ryancooley@yahoo.com> Subject: Problems with ogg123 on OpenBSD To: feedback@vorbis.com While I hate to send complaints about something that is Free(tm), I really hoped and expected the Ogg Vorbis team to
2010 Jan 04
2
[LLVMdev] Tail Call Optimisation
I'm investigating "improving" the TCO facilities in LLVM to provide for "hard" tail calls. Specifically, this would involve extending the existing implementation to discard the stack frame for the caller before executing the callee. I would then like to extend this further by performing hard tail calls on _all_ returning calls that no longer require the stack frame. A
2010 Oct 14
0
AMD/Supermicro machine - AS-2022G-URF
Sorry for the long post but I know trying to decide on hardware often want to see details about what people are using. I have the following AS-2022G-URF machine running OpenGaryIndiana[1] that I am starting to use. I successfully transferred a deduped zpool with 1.x TB of files and 60 or so zfs filesystems using mbuffer from an old 134 system with 6 drives - it ran at about 50MB/s or
2007 Jan 10
1
Tripp Lite OMNI1000LCD UPS (USB)
Hello NUT-UPSUSERS, I would just like to try and help other and indicate that I was able to use the development trunk and get the Tripp Lite OMNI1000LCD UPS (USB) working with the newhidups drivers on Gentoo Linux. The one that is currently available at many local Costco stores and online. In case others need to replicate, I've attempted to document my steps over here.
2000 Aug 27
1
Login Patch
Please excuse me for mailing you directly instead of using the 'sendbug' facility; it seems to be an OpenBSD-only facility, and I didn't see a bug-tracking interface on the web site. I know the "UseLogin" feature is deprecated (to some degree, at any rate), however, on a Red Hat 6.2-based system, it is broken, because ssh.h statically defines LOGIN_PROGRAM as /usr/bin/login,
2000 Apr 13
1
random and group arguments in lme
I want to fit the following model: > aov.madera <- aov(tiempo~producto/panel, data = madera) > anova(aov.madera) Analysis of Variance Table Response: tiempo Df Sum Sq Mean Sq F value Pr(>F) producto 2 93.631 46.815 63.0511 4.304e-07 *** producto:panel 9 43.533 4.837 6.5144 0.001881 ** Residuals 12 8.910 0.742 ---
2001 Dec 18
1
Newbie problems with R and compiled C
I'm a beginer programming C and I have the following problem: I have the following C-code file #include <stdlib.h> void gen(int *n, int *a, int *c, int *m, int *x0, int *x); main(){ int nn = 31; int aa = 3; int cc = 0; int mm = 31; int xx0 = 9; int xx[nn]; int i; gen(&nn,&aa,&cc,&mm,&xx0,xx); for (i = 0; i <= nn-1; i++) printf("%d
2015 Feb 11
4
Another Fedora decision
On Tue, 2015-02-10 at 16:39 -0800, John R Pierce wrote: > On 2/10/2015 3:28 PM, Always Learning wrote: > > 3. The Russian's web site is that of a devote cyclist. > > oh, well, I'm glad that makes the copyright violation of stealing an > authors work OK in your book. Another bored expert desperate for a modicum of excitement ? You have absolutely no prima facie
2010 Jan 04
0
[LLVMdev] Tail Call Optimisation
On Monday 04 January 2010 01:12:55 Simon Harris wrote: > I'm investigating "improving" the TCO facilities in LLVM to provide for > "hard" tail calls. Specifically, this would involve extending the existing > implementation to discard the stack frame for the caller before executing > the callee. I would then like to extend this further by performing hard >
2006 Jun 08
1
early session audio on zap channel
Sorry about stupid question but I would liek to get help about Zap channel. We would like to get early media on session in progress from zap channel. But using the standard exten => _X.,1,Dial(Zap/g1/${EXTEN}|60|o) I don't hear any audio until someone pickup the phone. Now I can't now if there is a message from a mobile phone comany on session in progress. please help. regards
2009 Jul 29
1
visualizzazione colonne
ciao, ho aperto un file in R di classe data frame di 15000 righe e 29 colonne. Nella console perĂ² sono visualizzate solo la prima e l'ultima colonna e le ultime 8000 righe circa. E' possibile una visualizzazione completa? Grazie Sabrina [[alternative HTML version deleted]]