similar to: paste tab and print

Displaying 20 results from an estimated 4000 matches similar to: "paste tab and print"

2005 Apr 15
1
Error Building From Source
Greetings: I am trying to build R-2.0.1 from source on windows. My path is set to: .;C:\RStools;C:\MinGW\bin;C:\perl\bin;C:\texmf\miktex\bin;C:\HTMLws\;C:\R201\R201\bin;%System Root%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\ Common Files\Adaptec Shared\System;C:\LINGO9\ and Mkrules has been edited and reads # path (possibly full path) to same version of R on the host
2010 Jun 15
0
[LLVMdev] Question on X86 backend
Thanks Cristoph, I have that code in my backend, but unless I do the following, the registers are never considered 'live' into the call. / Handle a function call let isCall = 1, Defs = [ R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, R17, R18, R19, R20, R21, R22, R23, R24, R25, R26, R27, R28, R29, R30, R31, R32, R33, R34, R35, R36, R37, R38, R39, R40, R41,
2010 Jun 15
2
[LLVMdev] Question on X86 backend
Hi Micah, > In X86InstrInfo.td for Call Instructions, it mentions that Uses for > argument registers are added manually. Can someone point me to the > location where they are added as the comment doesn't reference a > where or how? the register uses are added by the function X86TargetLowering::LowerCall() during the DAG Lowering phase. This is the relevant code segment: // Add
2005 Oct 10
2
Help page links to index.html are dead (PR#8196)
Full_Name: Kevin Wright Version: 2.2.0 OS: windows Submission from: (NULL) (66.185.0.208) On the help pages for R is a little circle with an up arrow that links to: file:///C:/R/R220/doc/html/index.htmlu This link is dead. I suspect the link should be: file:///C:/R/R220/doc/html/rwin.html P.S. It should be obvious, but just in case, I have R installed at c:/R/R220
2005 Jun 15
1
random number generator: same seed used in different sessions
I did several simulation sessions and the result turned out to be a surprise. After some investigation, I found that different R sessions of the program used the same seed. Simply, in R210, if I start R and type rnorm(1), I always get the same random number. This is contradictary to what is in the R document Initially, there is no seed; a new one is created from the current time when one
2016 Apr 06
2
Best timing source?
On 4/5/16 3:17 PM, Joshua Colp wrote: > Carlos Chavez wrote: >> I am currently having a voice quality problem with one of our Asterisk >> servers. We have checked the network and we have found no problems that >> could cause the voice to sound cracked and with small interruptions. I >> am looking at the timing source for Asterisk and it is currently using >>
2002 Jun 07
2
problem about windows2000
I want to use samba to access shared files on remote windows2000, the 'guest' account on windows2000 is disabled, I know the password of administrator on windows2000. This doesn't work: smbmount //remote-host/share /mnt/remote -o username=administrator password=**** Please tell me how to access shared files on remote windows 2000 professional. Thank you. -------------- next part
2001 Nov 19
3
Win2k-->Linux-->Epson777
Hello Family, My RedHat-7.2 box prints perfectly to an Epson777 color injet printer which I gave an IP address via a mini printserver attached to the back of the printer. I have a Windows2000 computer hooking into the same RedHat-7.2 box via Samba-2.2.2 fine. I have not been able to get my Windows2000 box to print to the Epson777 color injet via Samba. [question] Since Linux already
2002 Jun 16
1
Can NOT start R in windows2000 (PR#1678)
Full_Name: Xin Tian Version: 1.5.0 or 1.4.0 OS: windows 2000 Submission from: (NULL) (165.230.240.114) I tried to install R 1.5.0 or R 1.4.0 to my PC with windows2000. After installation, whenever I clicked R icon, it returned to me an error message: "Rgui.exe has generated errors and will be closed by windows. You will need to restart the program. An error log is being created."
2012 Mar 26
1
[PATCH] configure.in: fix AC_ARG_ENABLE and AC_ARG_WITH
From: "Anthony G. Basile" <basile at opensource.dyc.edu> The current configure.in file does not correctly make use of these macros. The resulting configure file will therefore enable an item even if --disable-FEATURE is given. This patch restores the intended behavior. --- configure.in | 50 +++++++++++++++++++++++++++++++++----------------- 1 files changed, 33 insertions(+),
2003 Jul 01
1
Printer driver upload from WindowsXP is broken since 3.0alpha22
Recently i've moved to samba 3.0 beta1 and noticed, that drivers for shared printers couldn't be uploaded from WindowsXP GUI any more. After copying files to \\smbserver\print$\W32X86 folders it says something like "Unable to install HP LaserJet 2100 PCL6, Windows2000 or XP, Intel driver. Operation could not be completed". It works OK on samba3.0alpha20, but doesn't work
2002 Apr 05
1
problem by calculation (PR#1435)
Full_Name: Jinsheng Feng Version: R141 OS: Linux and Windows2000 Submission from: (NULL) (141.43.226.235) I have installed R141 under Xteamlinux4.0 (Chinese) and MS Windows2000. By run following I have two resalts: A <- matrix(c(1, 2, 7, 3), ncol=2, byrow=T) Ai <- solve(A) b <- c(2, 3) x <- Ai%*%b resalt under Windows >x [,1] [1,] -2.220446e-16 [2,] 1.000000e-00 resalt
2006 Jan 12
1
XP to Samba printer access delay
Hi all, I've got a question, may be somebody can help me: 1. I've got a printer (Epson Stylus Photo R220) 2. Attached to Linux box via usb (Mandriva 2006+) 3. Configured with cups (cups-1.2.0-0.4892.1mdk) 4. Shared with samba (samba-server-3.0.21a-1mdk), user - tried guest and real linux user 5.On WinXP native driver install from CD (later updated from Espon site) 6.From WinXP I can see
2003 May 25
1
Samba performance problem due changing kernel (2.4.20 Linux kernel)
Hi everyone. I am running Gentoo on my server and samba 2.2.8a. Recently I changed kernel version from linux-2.4.19-gentoo-r10 to linux-2.4.20-wolk4.0s. And now I have performance issue with samba. Ok many of you will probably say that move to vanilla sources...well I ried it too and it didn't work. I have 100mb LAN and two computers (linux + Windows2000). Linux server shares directory with
2002 Feb 18
1
Windows2000SP2/Word2000 slow printing
I suspect this is an old one but can't find the answer in the archives Symptoms: Word2000 "hangs"/ takes ages(minutes) to open document apparently due to doing something with default printer??? relevent smbd process on server runs up to 50-60% and stops there for several minutes. Oplocks seem to be created on downloadable driver files when printer is accessed DENY WRITE
2000 Mar 02
1
Windows2000 and browsing
Hi, I installed Windows2000 and now i'm wondering how to browse my samba server. In the network environment i see the server, but when i double clickt on it it says "The remote procedure call failed and did not execute". With net view \\server i get the same answere + System error 1727. I can make connections and every thing else works ok. The Windows 98 workstations in the network
2003 Jul 28
3
http://www.omegahat.org/RSXML
Hi, As the server www.omegahat.org seems to be down since quite a while, could someone send me the RSXML library for Windows2000 ? Many thanks, Marc Mamin
2000 May 11
1
Jet Direct Cards and Print sharing
I'm new to the list and I'm sorry if this question has been asked a thousand times I searched thru the database of the mailing list and seen other people where having the same problem.. but didn't see a clean cut answer.. I have a Samba server running on Redhat 6.2 it runs perfect as a file server to about 30 NT4/windows2000 computers. It is also a Print server connected to 3
1998 May 04
0
No subject
1. How do I ask a question? 2. How do I answer a question? Question: At ftp://stat.auckland.ac.nz/pub/R/ in the subdirectory courses is the file r201. In r201.fun it states that "definitions are now compatible with Data Analysis by A. Lee". I checked with amazon.com but they don't have anything about this source. What is it? Where can I get it? How much does it cost? etc. Peter B.
2003 Aug 10
3
high memory allocation
Hello, I have trouble with my cluster analysis using package "cluster". "diana" and "agnes" both seem to try to allocate memory directly, so I can not use virtual memory of my Windows2000 operation system. I do have 320 MB of memory. But they claim about 600 MB. Do I have a chance to do the analysis with my amount of memory. Thanks for all comments, I did not find a