search for: _copy_

Displaying 15 results from an estimated 15 matches for "_copy_".

Did you mean: copy_
2005 Apr 14
1
Multiple copies of attached packages
I have noticed that after I ran a batch script multiple times I get multiple copies of a package's name when I call search(). Is this a problem? > search() [1] ".GlobalEnv" "DF" "DF" [4] "DF" "DF" "DF" multiple copies here ... [13] "DF" "DF"
2016 May 12
3
Single-threaded aspect
...for external pointers; Arma's and Eigen's matrices are performant via RcppArmadillo and RcppEigen because we use R memory via proxies. All of that is 'too close to R' for comfort. So the short answer is: enter compiled code from R, set a mutex (either conceptually or explicitly), _copy_ your data in to plain C++ data structures and go to town in parallel via OpenMP and other multithreaded approaches. Then collect the result, release the mutex and move back up. I hope this help. Dirk | | Best, | Mark | | | | | | | | | | | Op do 12 mei 2016 om 14:46 schreef Charles Det...
2014 Nov 05
2
Can almost boot on UEFI win8.1 laptop
....zytor.com/mailman/listinfo/syslinux > You are not supposed to execute the syslinux installer command. That command is for BIOS not UEFI! As noted in the Library modules wiki page, the c32 files have the same file name, but are different for each firmware/architecture. For UEFI, you simply _copy_ the relevant syslinux.efi (efi64) file to the adequate location: /EFI/BOOT/BOOTX64.EFI in your USB first partition (which should be FAT), and the ldlinux.e64 file. You also copy additional c32 modules to the same location if they are needed, and you create the /EFI/BOOT/SYSLINUX.CFG. Add the k...
2008 Apr 20
4
Getting clipboard information from X to go into wine?
Hello, I am brand new to wine, so please forgive my noobiness :) When I copy things in X,it does not go into wine. How might I fix this? A few sites I have searched have mentioned editing some settings in a wine config file, but I haven't been able to find mine. Am I supposed to create it myself? If so, is there a basic one I can copy from somewhere and then modify (I wasn't sure if the
2014 Nov 05
0
Can almost boot on UEFI win8.1 laptop
I have done another install to the usb stick. # syslinux --directory EFI/BOOT --install /dev/sdc1 ...this creates files ldlinux.c32 and ldlinux.sys in /EFI/BOOT I then mounted the 1st partition of the usb stick and copied syslinux.efi and ldlinux.e64 from /usr/share/syslinux/efi64 to /EFI/BOOT in the usb stick. I renamed syslinux.efi to BOOTX64.EFI I copied my files boot.msg, help.msg,
2010 Sep 30
1
Assignment to a slot in an S4 object in a list seems to violate copy rules?
Dear R-developers I came across the following issue, which I find strange: setClass("A", representation(a = "numeric")) B <- list() myA <- new("A", a = 1) B$otherA <- myA B$otherA at a <- 2 myA at a Assigning a new value to slot 'a' in the _copy_ of myA stored in B$otherA changes the original value of myA -- this was surprising to me, and I believe not supposed to be so. This "copy-through" only happens once. B$otherA at a <- 1 myA at a Other ways to access the list entries (B[["otherB"]] and B[[1]]) seem to work as...
2007 Mar 04
1
Problem using callNextMethod() in S4
Dear all, Maybe, I am doing something wrong, but using R-2.5.0 on my Intel-Mac, I have problems using function callNextMethod() in method initialize. I am loading the following code as file "testS4.R": setClass("baseClass", representation(myname = "character", mydir = "character", "VIRTUAL"),
2016 May 12
0
Single-threaded aspect
...rma's and Eigen's matrices > are performant via RcppArmadillo and RcppEigen because we use R memory via > proxies. All of that is 'too close to R' for comfort. > > So the short answer is: enter compiled code from R, set a mutex (either > conceptually or explicitly), _copy_ your data in to plain C++ data > structures > and go to town in parallel via OpenMP and other multithreaded approaches. > Then collect the result, release the mutex and move back up. > > I hope this help. > > Dirk > > | > | Best, > | Mark > | > | > | > |...
2012 Nov 17
3
transform input argument (matrix) of function
Dear list!   I would like to write a function to transform matrix, which is input argument of a written function. It is easy with new matrix (see below), but my idea is to transform input argument (matrix) of function without any additional matrixes. Here is an example: fun1 <- function(xy) { xy <- cbind(xy[,1], xy[,2], xy[,1] + xy[,2]) return(xy) }   df1 <- matrix(c(1,2,3,1,2,3), ncol =
2014 Nov 06
0
Can almost boot on UEFI win8.1 laptop
...gt;> > > You are not supposed to execute the syslinux installer command. That > command is for BIOS not UEFI! > > As noted in the Library modules wiki page, the c32 files have the > same file name, but are different for each firmware/architecture. > > For UEFI, you simply _copy_ the relevant syslinux.efi (efi64) file to > the adequate location: /EFI/BOOT/BOOTX64.EFI in your USB first > partition (which should be FAT), and the ldlinux.e64 file. You also > copy additional c32 modules to the same location if they are needed, > and you create the /EFI/BOOT/SYSLINUX...
2015 Apr 06
6
Isohybrid wiki page and UEFI
...of the isohybrid image), can UFD2 boot a BIOS system? Yes; install mbr.bin, set the "boot" flag to the FAT partition and install SYSLINUX to it. Can UFD2 boot a UEFI system in UEFI mode? Yes. Use a GPT partition scheme (instead of the traditional MBR scheme) and a FAT partition. Then _copy_ (as oppose to dd'ing) the content of the isohybrid image to this FAT partition. Having already 'syslinux.efi' included in the original isohybrid image (as 'EFI/BOOT/BOOTX64.EFI' for UEFI x86_64 firmware) means that a FAT partition in a GPT drive can be used as "ESP&quot...
2016 May 12
5
Single-threaded aspect
R Developers, Could someone help explain what it means that R is single threaded? I am trying to understand what is actually going on inside R when users want to parallelize code. For example, using mclapply or foreach (with some backend) somehow allows users to benefit from multiple CPUs. Similarly there is the RcppParallel package for RMatrix/RVector objects. But none of these address the
2010 Nov 12
7
hwclock problem
Hi. I run peridocally (from cron) on all of my machines 30 * * * * root /sbin/hwclock --systohc All of those machines in question take their time via NTP from the same local server, and that server gets its time from a ntp pool. Now I had to reboot a couple of them two days ago and to my surprise all had problems with the time upon booting. Here are the important files: [root at XXXXXX ~]
2015 Apr 06
3
Isohybrid wiki page WAS: Is efiboot.img required?
> > I am still interested in improving the isohybrid wiki > and will watch for pointers to descriptions of the FAT > production process (with GRUB/GRUB2 if not with SYSLINUX). > > If no such descriptions appear within the next weeks, > then i plan to state in > http://www.syslinux.org/wiki/index.php/Isohybrid#UEFI > > "The SYSLINUX project cannot yet provide
2014 Nov 05
3
Can almost boot on UEFI win8.1 laptop
Ady, Thanks for taking the time to respond to my lengthy post. Here are my answers: On 11/5/14, Ady <ady-sf at hotmail.com> wrote: > >> I have used syslinux 4.0x and earlier for many years, with Puppy Linux >> and more recently Quirky Linux. Though, my knowledge of all the >> capabilities of syslinux remains rudimentary. >> >> I am new to UEFI. I recently