Displaying 10 results from an estimated 10 matches similar to: "set-up tinc vpn on widows Xp as client"
2004 Oct 12
4
A question in R
I started to learn the R language, but I didn't suceed to use an external file.
Let say that I have an excel file called "test1.xls" in the directory
"C:/program files/R/rw2000/external_files" that looks like that:
name mark
yair 80
yosi 70 ...
In the appropriate directory I wrote this:
x<-read.delim("test1.xls")
or this:
2007 Jan 01
1
How can I know the amount of data transferred .
Hi .
I'm using the command 'rsync -avqHlogpDtW" on daily bases and I'd like
to know how much data transferred from source to target .
Lior
Best Regards,
Lior Michael
* +972-50-5455013
* mailto:liorm@hp.com
Our goal is that we will have a VERY SATISFIED customers.
For any feedback Please contact either me or my manager Yosi Barkan at +972-50-7200775
-------------- next
2004 Sep 10
0
flac + gcc 3.0 problem, possible solution
I remember someone saying that compiling flac
with gcc 3.0 yields a broken executable. I saw this
on the Lame list that might explain the problem. I don't
have a gcc 3.0 setup yet but somebody may be able
to verify this...
--- Alexander Leidinger <Alexander@Leidinger.net> wrote:
> From: Alexander Leidinger <Alexander@Leidinger.net>
> Subject: Re: [MP3 ENCODER] Lame and
2011 Feb 22
1
http://www.linuxquestions.org/questions/showthread.php?p=4266798#post4266798
Hi,
We set up a new mail server and moved users' "cur,new and tmp" folders only
into new mail server from old server.In other words we did not copy and
paste dovecot.index,dovecot-uidlist,etc into new server from old server
because they were created automatically.After bringing the new server
up,users(microsoft office outlook) complained their imap folders are
missing.I investigated
2007 Dec 21
0
[ wxruby-Bugs-16484 ] Application crash (Segmentation fault) on widows resize
Bugs item #16484, was opened at 2007-12-21 06:14
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=16484&group_id=35
Category: Incorrect behavior
Group: current
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: Application crash (Segmentation fault) on widows resize
Initial Comment:
When
2010 Jun 05
2
Cannot browse to c: on widows applications
Hi,
I'm new to wine so I probably have missed somethingh on my configuration.
I installed Wine on my Ubuntu 10.4 laptop without problems.
Then I installed a Windows programme and ran via the Wine Programme load.
The programm started OK but when I attempted to browse for a file the path shown was my Wine path, (/home/vasco/.wine/drive_c/users/vasco/Desktop). I would have thought it should be
2003 Mar 13
2
RODBC and Excel in Widows
Hello, I have some problems with RODBC and Excel in Win98
I am using R 1.6.2 and just upgraded RODBC to the last version on CRAN.
I have an Excel file with columns Number, Name, Sex, Age, FEV1 on Sheet
1 and Number, Age, FEV1, Name, Sex on Sheet 2.
Now I open the channel to the file
> chan1 <- odbcConnectExcel("c:/testOdbc.xls")
> tables(chan1)
and the list appears with the 2
2002 Jan 04
2
Fax from Widows
Hey Guys
We've been using the respond program with SMB fax services and it's worked pretty good.
But I have one need which is not addressed by this software, which I'm hoping maybe
I can pay someone to hack into the windows code.
I need Respond to send a cover letter prior to being sent out, independent of the program queueing
the print job in windows. I was thinking I might be
2008 Jan 31
7
Ajax.InPlaceEditor via PHP via prototype widows class = HELP :-)
my window comes up fine and builds a page from some PHP which is all
kosher. this is what the source of the "window" looks like:
-----------------------------------------------------------------------------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2003 Aug 21
5
graphic widow overwrite
Hi,
I am running a loop to plot multiple plots. In s-plus,
it shows multiple pages in the graphic window to allow
checking on each plot. but in R, the next plot always
overwrite the previous one, so i can only have the
last plot produced, is there a way to have multiple
pages in the graphic window just like S-plus does?
Thanks