similar to: binary in R

Displaying 20 results from an estimated 300 matches similar to: "binary in R"

2009 Jul 14
1
Ubuntu JGR
Hello, I cannot get JGR installed. Here is what I have tried so far http://wiki.ubuntuusers.de/R 1. sudo -s # root werden R CMD javareconf root at gunnar-laptop:~# R CMD javareconf Java interpreter : /usr/bin/java Java version : 1.5.0_18 Java home path : /usr/lib/jvm/java-1.5.0-sun-1.5.0.18/jre Java compiler : /usr/bin/javac Java headers gen.: /usr/bin/javah Java archive
2008 Sep 30
1
ordering problem
Hi there! I need some assistance here with vector orderings. I have a set of q vectors of length p, grouped by rows in a matrix A, q?p, that I need to order lexicographically (http://en.wikipedia.org/wiki/Lexicographical_order). I also have another matrix B, p?r, and a vector c, that should be ordered according to the order of A. So far, I was doing ordering <-
2006 Mar 09
1
is anyone working on bug 195 (time running backwards messages)
Hi there, I am having the problems described in bug 195 with the current hg nstable tree on amd64 (Athlon64, single core). Is anyone working on that issue? Thanks in andvance, Johnny -- jabber:johnny@wh-netz.de icq:236971856 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2003 Jan 01
1
Logitech Wingman Formula detected but does not work
Hi everybody, I'm trying to run Grand Prix Legends with Wine. (codeweavers-wine-20020904-7.i386.rpm) Now I can start the game, but when I want to do the steering-setup within the game, the wheel does not work. The log gives the following: [frank@hal9000 gpl]$ wine --debugmsg +joystick c:\\sierra\\gpl\\gpl.exe fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not supported
2015 Apr 06
2
Failover Subnet
> If your question is "can I assign the same subnet to multiple tinc > nodes on the same network", the answer is yes (for both 1.0 and 1.1). Yes exactly. > currently it tries to estimate which one is closest by measuring the > time it took to establish metaconnections along the edges to the node, Shure? I remember alphabetic order (host name) in tinc 1.0. Is it the same
2006 Jun 05
6
Internet Explorer 6 Setup & App DB
Hi, some time ago (around 7. May 2006) there was a coment in the App DB to get the setup of Internet Explorer 6 working. The Coment was about removing some dll names from the wine.inf file. The coment was removed from the App DB, but the setup still fails for me with current cvs (~2 hours ago). Therefore i like two know two things: - does anyone remember which lines needs to be removed
2002 Oct 12
2
common.def
All my shorewall files have a coment at last line: "#LAST LINE ... DO NOT REMOVE" But not common.def. Is this file corrupt? F. __________________________________________________________________________ Encontre sempre uma linha desocupada com o Discador BOL! http://www.bol.com.br/discador Ainda n=E3o tem AcessoBOL? Assine j=E1! http://www.bol.com.br/acessobol
2007 Aug 28
1
ATrpms/Fritz FCPCI CAPI/Fedora 7
HI all, Has anyone succesfully installed an AVM Fritz! card on Fedora 7 using the drivers at ATrpms recently? http://atrpms.net/dist/f7/fcpci/ I tried with a clean F7 build on my EPIA 5000 yesterday, after modifying /etc/capi.conf (removing the coment # in front of fcpci line) I received the following error when executing 'capiinit' - FATAL: Error inserting fcpci
2016 Jul 27
1
[PATCH v2 repost 3/7] mm: add a function to get the max pfn
On Wed, Jul 27, 2016 at 09:23:32AM +0800, Liang Li wrote: > Expose the function to get the max pfn, so it can be used in the > virtio-balloon device driver. > > Signed-off-by: Liang Li <liang.z.li at intel.com> > Cc: Andrew Morton <akpm at linux-foundation.org> > Cc: Vlastimil Babka <vbabka at suse.cz> > Cc: Mel Gorman <mgorman at techsingularity.net>
2016 Jul 27
1
[PATCH v2 repost 3/7] mm: add a function to get the max pfn
On Wed, Jul 27, 2016 at 09:23:32AM +0800, Liang Li wrote: > Expose the function to get the max pfn, so it can be used in the > virtio-balloon device driver. > > Signed-off-by: Liang Li <liang.z.li at intel.com> > Cc: Andrew Morton <akpm at linux-foundation.org> > Cc: Vlastimil Babka <vbabka at suse.cz> > Cc: Mel Gorman <mgorman at techsingularity.net>
2008 Dec 05
1
Lexical Permutation Algorithm in R
Hi all Here is a rather naive implementation of the SEPA algorithm for generating lexical permutations: lexperm3 <- function(x, n=length(x)) { perms <- list() k <- 1 perms[[k]] <- x k <- k + 1 for (y in 1:(factorial(n)-1)) { i <- n-1 while (x[i] > x[i+1] && i > 0) { i <- i - 1 } # i is largest index st x[i] > x[i+1] j <- n #
2003 Feb 12
2
ext2->ext3 empty file creation
Hello, I am using kernel version 2.4.7-10 I upgraded one of the ext2 partition to ext3. the partitions are nearly empty. I ran a program to create empty files, having names in lexicographical order. The time taken to create empty files (100 .. 100000) is same on an ext2 partition and a ext3 partition. Can anyone pls. tell me why there is no difference in the time taken. Is the htree algo.
2015 Apr 06
0
Failover Subnet
On 6 April 2015 at 23:03, <albi at life.de> wrote: >> currently it tries to estimate which one is closest by measuring the >> time it took to establish metaconnections along the edges to the node, > > Shure? I remember alphabetic order (host name) in tinc 1.0. Actually, yes you're right, my bad, I was confused between edge_t::weight and subnet_t::weight while looking
2011 Oct 01
1
[LLVMdev] Tablegen: RegisterInfoEmitter.cpp
Hi, I understand the idea behind compare_numeric() is to compare strings containing digits in a special way: Do a normal string-compare up to the point where both string elemnts are numerical. Find then an outcome based on the number of consecutive digits in the strings while disregarding the value of the digits, eg a12b < a123. I guess then this order should hold: a12 == a22 < a1b, for
2020 Jun 29
1
[PATCH v3 1/1] s390: virtio: let arch accept devices without IOMMU feature
On Mon, Jun 29, 2020 at 06:48:28PM +0200, Pierre Morel wrote: > > > On 2020-06-29 18:09, Michael S. Tsirkin wrote: > > On Wed, Jun 17, 2020 at 12:43:57PM +0200, Pierre Morel wrote: > > > An architecture protecting the guest memory against unauthorized host > > > access may want to enforce VIRTIO I/O device protection through the > > > use of
2015 Dec 07
2
Tinc & moving VMs accross network
On 7 December 2015 at 17:20, Florent B <florent at coppint.com> wrote: > I have a cluster of 5 nodes, running Proxmox 4, and Tinc as "virtual > switch" for my nodes : on each node, a bridge "vmbr1" where Tinc is > connected, provides me a secured network for my VMs (connected to that > bridge). > > When I move (hot move) a VM from a host to another, I
2023 Sep 06
1
[PATCH 2/2] iommu/virtio: Add ops->flush_iotlb_all and enable deferred flush
On Wed, Sep 06, 2023 at 09:55:49AM +0200, Niklas Schnelle wrote: > On Mon, 2023-09-04 at 17:33 +0100, Robin Murphy wrote: > > On 2023-09-04 16:34, Jean-Philippe Brucker wrote: > > > On Fri, Aug 25, 2023 at 05:21:26PM +0200, Niklas Schnelle wrote: > > > > Add ops->flush_iotlb_all operation to enable virtio-iommu for the > > > > dma-iommu deferred flush
2023 Sep 06
1
[PATCH 2/2] iommu/virtio: Add ops->flush_iotlb_all and enable deferred flush
On Wed, Sep 06, 2023 at 09:55:49AM +0200, Niklas Schnelle wrote: > On Mon, 2023-09-04 at 17:33 +0100, Robin Murphy wrote: > > On 2023-09-04 16:34, Jean-Philippe Brucker wrote: > > > On Fri, Aug 25, 2023 at 05:21:26PM +0200, Niklas Schnelle wrote: > > > > Add ops->flush_iotlb_all operation to enable virtio-iommu for the > > > > dma-iommu deferred flush
2004 Jan 08
0
Fedora + TC
Hi all iam trying to migrate from my QOS Services from RH 9.0 to Fedora i saw that fedora shipping with latest TC with HTB patch Does any one see any problem with this version some expert coment will be apprciate hare _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2003 Apr 14
0
2 net´s whitch 2 ADSL conections, Include script