search for: aleady

Displaying 19 results from an estimated 19 matches for "aleady".

Did you mean: already
2005 Jan 31
3
installing R on Mac OS X
I have a problem in installing R-2.0.1, downloaded from the R web site, on mac o sx version 10.3.7. when i launch the command ./configure i get the following error message: checking for C compiler default output file name... configure: error: C compiler cannot create executables i've aleady insalled Xcode. the version of the gcc in 3.3. what can i do? thanks silvia
2007 May 11
3
shell.exec() on Windows, unexpected behavior
...ws Explorer opens Adobe Reader 8.0. In R-2.5.0, with all Adobe windows closed, the command shell.exec('c:/Program Files/R/R-2.5.0/doc/manual/R-admin.pdf') opens an Adobe window. On the laptop, it opens Adobe Acrobat 6.0. On the desktop, it opens Adobe Reader 8.0. When an Adobe window is aleady open, shell.exec() uses the already open Adobe window. Neither machine has any Adobe directories in the shell("PATH"). I am puzzled by shell.exec() opening "Adobe Acrobat" when the file extension is registered to "Acrobat Reader". The documentation in ?shell.exec sa...
2007 Feb 07
1
fill-in a table of pairs
Hallo, I have a table of names and values: joe 0.45 mike 0.34 jim 0.25 I would like to fill-in a table of all pairs of names (which I aleady have) joe.mike NA NA joe.jim NA NA mike.jim NA NA with the values from the first table in the order of the pairs. The outcome looks like joe.mike 0.45 0.34 joe.jim 0.45 0.25 mike.jim 0.34 0.25 Thanks a lot, Serguei [[alternative HTML version deleted]]
2007 Mar 21
1
api headers..
Hi Peter, I just noticed your check-in of the api headers. Are you planning on making the fat library also into an API? This would make things easier for me for my safeboot module (redundant bootloader which i mailed you about last week). I aleady moved some of the chainboot's partition finding logic into outside files, so I can add that to the API as well. thanks, Ram
2004 Feb 17
3
Feature Request - Load Throttling
If you aleady are doing this - then thanks. But here's a feature I'd like to see. Rsync often puts a lot of load on the system because of high disk access. I'd like to see rsync become "load aware" and to slow itself down under high load levels. Seems to me that it could be something f...
2006 Feb 13
1
Managing multiple Dom0''s
...using CLVM, which holds the vbd''s for teh DomU''s and a GFS filesystem shared between the two Dom0''s . I''m currently considering witing a wrapper for "xm" that uses a database to store DomU options and last run locations, but I''m hoping someone aleady has somehting... -Jon _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2006 May 12
5
Implementing URLs with more than 3 levels in Rails.
Hi There I started using Rails recently, and I see it''s very easy for URLs that have up to 3 levels: /:controller/:action/:id But what do you do when you need more than 3? For example, my current project should have an "admin" interface. Admin has several sub-interfaces, for example a "users" interface. And the admin/users interface has several actions, e.g.
2014 Jun 23
1
isohybrid has 2 variants
...their respective differences and/or use cases? _When you write just before the UEFI title: The result needs no further treatment by isohybrid tools. I understand that means that after xorriso -as <options> CD_root there is no need to run isohybrid <options> ouput.iso as output. ios is aleady hybrid. Is that right? _More generally, giving examples of isohybdrid commands in various use case would be helpful. _Under UEFI you propose a command "genisoimage <options> CD_root". Would the options be identical if instead of genisoimage we use xorriso? I ask as I'm not a F...
2003 Nov 11
1
Unable to use voicemail
Hello all. Now I aleady installed the Asterisk. I could make communication between 2 XLite client through Asterisk. I tryed to test the voicemail function as follow. 1, I make a call to 1001 from 1002 2, Start ringing 3, Wait untill time out for ringing If no problem, 1001 go to voicemail and unavailable message will...
2006 Apr 01
1
libxml2 RPM via yum?
Hi All, I can't find anything via yum for libxml2. I also, for some reason, can't get to the source page for libxml2 here, http://xmlsoft.org/sources/libxml2/ Is there not an RPM via yum for this? Need it for a dependency for installing PHP from source, which I need to do, for certain reasons. Cheers. Mark.
2006 Feb 15
2
checksum
Hello List, i would like to know when the checksum (-c option) gets executed excatly and where. I aleady had a look in the docs and in the source code, but wasn?t too lucky. The way i want/need it would be: 1. make checksum on (full) source file 2. transfer file 3. check checksum on (full) destination With "(full)" i mean the whole file, not parts/segments of it. Is this the c...
2005 Sep 19
1
Windows cache session used while PDC reachable
Hello, i'm using samba3.0.7 (RedHat AS3U4) and get the following behavior: i have a workstation on my samba server with an account user1 created. I can log on the workstation. Windows cache session is not disabled. If i change the account password of user1 on the server (with smbldap-passwd for example) and whant to log on with the old password, it succeeded because of the cache session on
2007 Oct 26
6
Dont start windows XP/2k installation
we have a linux box Debian with Xen install on it for vitualizate windows enviroment. We follow this instruccion http://www.xensource.com/files/xen_install_windows.pdf but when we run "xm create win_2k.hvm" the windows installation pop up never appear. HVM file config: kernel = "/usr/lib/xen/boot/hvmloader" device_model=''/usr/lib/xen/bin/qemu-dm''
2020 Jan 08
1
[nbdkit PATCH] curl: use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T when available
Use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T for curl_easy_getinfo() (added in curl 7.55.0) to get the length of a remote file, instead of the old CURLINFO_CONTENT_LENGTH_DOWNLOAD. This way the size is already a 64-bit integer value, as opposed to a double (the old information). --- plugins/curl/curl.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/plugins/curl/curl.c
2007 Jan 15
5
ActionController::UnknownAction (No action responded to xxx)
I have a new method defined in a existing controller. All the methods I called in these are workable. But somehow the new method is not recognizable. ------------------new method I added-------------------------------------------- def push # if fair begin @product = Product.find(params[:id]) rescue logger.error("Attempt to access invalid product #{params[:id]}")
2012 Jul 04
3
About IBM PowerVM hypervisor support
Hi, I noticed that libvirt support the following hypervisors currently: * The KVM/QEMU <http://libvirt.org/drvqemu.html> Linux hypervisor * The Xen <http://libvirt.org/drvxen.html> hypervisor on Linux and Solaris hosts. * The LXC <http://libvirt.org/drvlxc.html> Linux container system * The OpenVZ <http://libvirt.org/drvopenvz.html> Linux container system *
2012 Apr 29
1
Error in if (nuhat < 2) stop("The degrees of freedom must be greater than or equal to 2") : missing value where TRUE/FALSE needed
Hi, i am trying to run an ANCOVA and a bootstrapped ANCOVA analysis on a specific data set. I am using the ancova and ancboot functions as in the following code: setwd("C:/Users/User/Desktop/Rdatabilingualstudy2012") bilingualismdata<-read.spss("bilingualdataforconferences2012.sav", use.value.labels = TRUE, to.data.frame = TRUE)
2014 Jun 22
5
isohybrid has 2 variants
> Hi, > > > All the "isohybrid.exe" I know of are based on the Perl variant. > > I just got one from > http://www.filewatcher.com/m/isohybrid.exe.39568-0.html > > Its strings seem not to stem from isohybrid.pl. > > Digging in slitaz source brought a shell script (that would be > variant #5 then): >
2007 Jan 12
7
Making TIFF images with rtiff
Many medical journals and publishers require that images, whether photographs or line art, be submitted as high resolution .TIFF images. One option for R users is to produce an image in one format and to convert it to a .TIFF file using a second software program. My experience has been that this option often results in images of poorer quality, often with blurry contours, and a loss of