search for: vlist

Displaying 20 results from an estimated 33 matches for "vlist".

Did you mean: list
2009 Oct 09
1
Get subset of n dimensional matrix
...95 [6,] 6 16 26 36 46 56 66 76 86 96 [7,] 7 17 27 37 47 57 67 77 87 97 [8,] 8 18 28 38 48 58 68 78 88 98 [9,] 9 19 29 39 49 59 69 79 89 99 [10,] 10 20 30 40 50 60 70 80 90 100 > > vList <- vector("list", 2) > vList[[1]] <- c(4:6) > vList[[2]] <- c(4:6) > x[vList[[1]],vList[[2]]] [,1] [,2] [,3] [1,] 34 44 54 [2,] 35 45 55 [3,] 36 46 56 but if: > x <- 1:1000 > dim(x) <- c(10,10,10) I would would have to increase the r...
2013 Feb 06
3
how to "multiply" list of matrices by list of vectors
...gestion on improving this would be welcome, too!): > aa <- array(1:24,c(4,2,3)) > mlist <- apply(aa,2,list) > mlist <- lapply(mlist, unlist) > mlist <- lapply(mlist, function(x) matrix(x,4,2)) and here's how I made a list of vectors: > mm <- matrix(1:6,2,3) > vlist <- apply(mm, list) > vlist <- lapply(vlist, unlist) Now I'd like to make the list whose i-th element is mlist[[i]]%*%vlist[[i]] without having to loop through the indices. Any help would be appreciated! Thanks, David [[alternative HTML version deleted]]
2016 Mar 22
2
Problem with Winbind and Windows Clients
...  OLIVER WERNER System-Administrator   Kontrast Communication Services GmbH  Grafenberger Allee 100, 40237 Düsseldorf, Germany Fon  +49-211-91505-500 Fax +49-211-91505-530 www.kontrast.de Amtsgericht Düsseldorf: HRB 26934 Geschäftsführer: Joachim Fischer, Anja Grote-Lutter, Leontine van der Vlist                            Am 18.03.2016 um 09:47 schrieb Oliver Werner <oliver.werner at kontrast.de>:   Ok i will test it.     So i have one more information that can maybe help?   the problem looks only happen on systems where much users will login.   i have an archi...
2016 Mar 15
3
Problem with Winbind and Windows Clients
...GmbH > Grafenberger Allee 100, 40237 Düsseldorf, Germany > > Fon +49-211-91505-500 > Fax +49-211-91505-530 > www.kontrast.de <http://www.kontrast.de/> > > Amtsgericht Düsseldorf: HRB 26934 > Geschäftsführer: Joachim Fischer, Anja Grote-Lutter, Leontine van der > Vlist > > <https://www.facebook.com/kontrast.communication> > <https://twitter.com/KONTRAST_de> > <http://www.xing.com/companies/kontrastcommunicationservicesgmbh> > <http://www.linkedin.com/company/kontrast-communication-services-gmbh> > <https://vimeo.com/...
2016 Mar 11
6
Problem with Winbind and Windows Clients
...; Grafenberger Allee 100, 40237 Düsseldorf, Germany > > Fon  +49-211-91505-500 > Fax  +49-211-91505-530 > www.kontrast.de <http://www.kontrast.de/> > > Amtsgericht Düsseldorf: HRB 26934 > Geschäftsführer: Joachim Fischer, Anja Grote-Lutter, Leontine van der > Vlist > >  <https://www.facebook.com/kontrast.communication> > <https://twitter.com/KONTRAST_de> > <http://www.xing.com/companies/kontrastcommunicationservicesgmbh> > <http://www.linkedin.com/company/kontrast-communication-services-gmbh> > <https://vime...
2016 Mar 11
5
Problem with Winbind and Windows Clients
...strator Kontrast Communication Services GmbH Grafenberger Allee 100, 40237 Düsseldorf, Germany Fon +49-211-91505-500 Fax +49-211-91505-530 www.kontrast.de <http://www.kontrast.de/> Amtsgericht Düsseldorf: HRB 26934 Geschäftsführer: Joachim Fischer, Anja Grote-Lutter, Leontine van der Vlist <https://www.facebook.com/kontrast.communication> <https://twitter.com/KONTRAST_de> <http://www.xing.com/companies/kontrastcommunicationservicesgmbh> <http://www.linkedin.com/company/kontrast-communication-services-gmbh> <https://vimeo.com/kontrastcs>...
2016 Mar 11
3
Problem with Winbind and Windows Clients
On 11/03/16 09:40, Oliver Werner wrote: > Haha, really? :D > > It should be possible without reboot not? > > OLIVER WERNER > System-Administrator > > > > > > Yes, remove the kdc lines :-D Rowland
2016 Apr 27
5
win bind extremely slow after Upgrade to 4.2
...strator Kontrast Communication Services GmbH Grafenberger Allee 100, 40237 Düsseldorf, Germany Fon +49-211-91505-500 Fax +49-211-91505-530 www.kontrast.de <http://www.kontrast.de/> Amtsgericht Düsseldorf: HRB 26934 Geschäftsführer: Joachim Fischer, Anja Grote-Lutter, Leontine van der Vlist <https://www.facebook.com/kontrast.communication> <https://twitter.com/KONTRAST_de> <http://www.xing.com/companies/kontrastcommunicationservicesgmbh> <http://www.linkedin.com/company/kontrast-communication-services-gmbh> <https://vimeo.com/kontrastcs>...
2016 Mar 11
3
Problem with Winbind and Windows Clients
...strator Kontrast Communication Services GmbH Grafenberger Allee 100, 40237 Düsseldorf, Germany Fon +49-211-91505-500 Fax +49-211-91505-530 www.kontrast.de <http://www.kontrast.de/> Amtsgericht Düsseldorf: HRB 26934 Geschäftsführer: Joachim Fischer, Anja Grote-Lutter, Leontine van der Vlist <https://www.facebook.com/kontrast.communication> <https://twitter.com/KONTRAST_de> <http://www.xing.com/companies/kontrastcommunicationservicesgmbh> <http://www.linkedin.com/company/kontrast-communication-services-gmbh> <https://vimeo.com/kontrastcs>...
2012 Feb 28
4
vlookup type function
Hi I''m looking for an Excel Vlookup type function in R. Example: list <- c(1,2,3,4,5,6,7) base <- c(2.2,3,5.2) What I want is, for each number in base, the highest value in list, which is equal to or less than the number in base So the results would be: base ? ? ? ? list 2.2 ?------> 2 3 ? ?------> 3 5.2 ?------> ?5 Thanks for your help!
2009 Nov 15
2
Sip incoming call issue with Asterisk 1.6
...#39;s a good thing or not, I doubt I can convince Free (http://free.fr) which is one of the biggest ISPs in France to change their policy so that I can receive SIP calls again... If my diagnostic is right, is there a way to work around this issue with asterisk 1.6? Thanks, Eric -- Eric van der Vlist <vdv at dyomedea.com> Dyomedea (http://dyomedea.com)
2011 Oct 29
2
Issues with Xorcom astribanks when running Ubuntu 11.10 (oneiric) as a quemu/libvirt guest
Hi, Xorcom astribanks get initialized straight on when using Ubuntu 11.10 packages but I am having a hard time to get the same result running in a qemu/libvirt image. The first difficulty is that astribanks devices get different usb device ids during their initialisation process, requiring hot plug support. I have figured out how to solve this issue using the technique described in this post :
2016 Apr 27
1
wbinfo -u and -g gives no output
...strator Kontrast Communication Services GmbH Grafenberger Allee 100, 40237 Düsseldorf, Germany Fon +49-211-91505-500 Fax +49-211-91505-530 www.kontrast.de <http://www.kontrast.de/> Amtsgericht Düsseldorf: HRB 26934 Geschäftsführer: Joachim Fischer, Anja Grote-Lutter, Leontine van der Vlist <https://www.facebook.com/kontrast.communication> <https://twitter.com/KONTRAST_de> <http://www.xing.com/companies/kontrastcommunicationservicesgmbh> <http://www.linkedin.com/company/kontrast-communication-services-gmbh> <https://vimeo.com/kontrastcs>...
2016 Mar 11
0
Problem with Winbind and Windows Clients
...strator Kontrast Communication Services GmbH Grafenberger Allee 100, 40237 Düsseldorf, Germany Fon +49-211-91505-500 Fax +49-211-91505-530 www.kontrast.de <http://www.kontrast.de/> Amtsgericht Düsseldorf: HRB 26934 Geschäftsführer: Joachim Fischer, Anja Grote-Lutter, Leontine van der Vlist <https://www.facebook.com/kontrast.communication> <https://twitter.com/KONTRAST_de> <http://www.xing.com/companies/kontrastcommunicationservicesgmbh> <http://www.linkedin.com/company/kontrast-communication-services-gmbh> <https://vimeo.com/kontrastcs>...
2016 Mar 11
0
Problem with Winbind and Windows Clients
...  OLIVER WERNER System-Administrator   Kontrast Communication Services GmbH  Grafenberger Allee 100, 40237 Düsseldorf, Germany Fon  +49-211-91505-500 Fax  +49-211-91505-530 www.kontrast.de Amtsgericht Düsseldorf: HRB 26934 Geschäftsführer: Joachim Fischer, Anja Grote-Lutter, Leontine van der Vlist                           Note: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you a...
2011 May 11
3
[PATCH 1/3] hivex: Use OCaml bytecode compiler for caml_raise_with_args check
From: Hilko Bengen <bengen at hilluzination.de> On installations where no native OCaml compiler is available, the test program can't be compiled and so we get this message: ,---- | checking for function caml_raise_with_args... not found `---- This breaks building of the OCaml bindings. ,---- | gcc -std=gnu99 -I.. -I/usr/lib/ocaml -I../ocaml -I../lib -g -O2 -fPIC -Wall -c hivex_c.c
2009 Nov 13
1
Xorcom Astribank udev issue in Ubuntu 9.10
...ocessed with 0 Nov 14 00:44:41 asterisk udevd[452]: seq 1516 done with 0 I have tried with the version of dahdi that comes with Ubuntu 9.10 and I am now trying with the svn version of dahdi with no more success. Does anyone have an idea how I can solve this issue? Thanks, Eric -- Eric van der Vlist <vdv at dyomedea.com> Dyomedea (http://dyomedea.com)
2016 May 04
0
Fwd: win bind extremely slow after Upgrade to 4.2
...strator Kontrast Communication Services GmbH Grafenberger Allee 100, 40237 Düsseldorf, Germany Fon +49-211-91505-500 Fax +49-211-91505-530 www.kontrast.de <http://www.kontrast.de/> Amtsgericht Düsseldorf: HRB 26934 Geschäftsführer: Joachim Fischer, Anja Grote-Lutter, Leontine van der Vlist <https://www.facebook.com/kontrast.communication> <https://twitter.com/KONTRAST_de> <http://www.xing.com/companies/kontrastcommunicationservicesgmbh> <http://www.linkedin.com/company/kontrast-communication-services-gmbh> <https://vimeo.com/kontrastcs>...
2016 Oct 10
1
Fileserver Connect
...rator Kontrast Communication Services GmbH Grafenberger Allee 100, 40237 Düsseldorf, Germany Fon +49-211-91505-500 Fax +49-211-91505-530 www.kontrast.de <http://www.kontrast.de/> Amtsgericht Düsseldorf: HRB 26934 Geschäftsführer: Joachim Fischer, Anja Grote-Lutter, Leontine van der Vlist <https://www.facebook.com/kontrast.communication> <https://twitter.com/KONTRAST_de> <http://www.xing.com/companies/kontrastcommunicationservicesgmbh> <http://www.linkedin.com/company/kontrast-communication-services-gmbh> <https://vimeo.com/kontrastcs&gt...
2016 Mar 11
0
Problem with Winbind and Windows Clients
...GmbH > Grafenberger Allee 100, 40237 Düsseldorf, Germany > > Fon +49-211-91505-500 > Fax +49-211-91505-530 > www.kontrast.de <http://www.kontrast.de/> > > Amtsgericht Düsseldorf: HRB 26934 > Geschäftsführer: Joachim Fischer, Anja Grote-Lutter, Leontine van der > Vlist > > <https://www.facebook.com/kontrast.communication> > <https://twitter.com/KONTRAST_de> > <http://www.xing.com/companies/kontrastcommunicationservicesgmbh> > <http://www.linkedin.com/company/kontrast-communication-services-gmbh> > <https://vimeo.com/...