search for: philipp

Displaying 20 results from an estimated 3459 matches for "philipp".

Did you mean: philip
2019 Jul 22
1
[PATCH] MAINTAINERS: Update my email address
Update MAINTAINERS and .mailmap with my @linaro.org address, since I don't have access to my @arm.com address anymore. Signed-off-by: Jean-Philippe Brucker <jean-philippe at linaro.org> --- .mailmap | 1 + MAINTAINERS | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index 0fef932de3db..8ce554b9c9f1 100644 --- a/.mailmap +++ b/.mailmap @@ -98,6 +98,7 @@ Jason Gunthorpe <jgg at ziepe.ca>...
2003 Jun 25
2
Markov chain simulation
Hi, Does anybody know a function to simulate a Markov chain given a probability transition matrix and an initial state ? Thanks. Philippe -- -------------------------------------------------- Philippe Hup? Institut Curie - Equipe Bioinformatique 26, rue d'Ulm - 75005 PARIS France +33 (0)1 42 34 65 29 Philippe.Hupe at curie.fr <mailto:Philippe.Hupe at curie.fr>
2003 Sep 11
4
how to insert a double quote with the paste function?
...ot;World\""), I have the good result on the screen but it can not be affected to a variable. If I do the same thing with paste paste("Hello ","\"World\"") it does not work since \" seems to be not recognized. So what is the trick to do that. Thanks, Philippe -- -------------------------------------------------- Philippe Hup? Institut Curie - Equipe Bioinformatique 26, rue d'Ulm - 75005 PARIS France +33 (0)1 44 32 42 75 Philippe.Hupe at curie.fr <mailto:Philippe.Hupe at curie.fr>
1997 Nov 27
4
R-alpha: RData in batch
...A second potential problem: when I build packages including personal functions, I use to test my functions interactively by typing library(mypackage) after modification of my code in an editor. The problem is that repeating the library load does not erase the old version. Do I do something wrong? Philippe -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@sta...
2001 Sep 01
2
interpolation and numerical differentiation in R ?
Hi, I'm trying to determine if R is useful to me. I've browsed 'The Basics of S and S-Plus' (Krause & Olson), and like the logic of the language. However, I don't see an easy way to do things like this: * given a set of observations (x,y) (x and y equal-length vectors), and a 2nd set of abscissas x2, interpolate y at the new abscissas x2. (for now, I don't really
2013 Mar 02
2
[LLVMdev] dragon egg + llvm for fortran to c translation
...ank you for your reply Dmitry! It would not be too great a deal, if I need to use previous versions as long as it would get the desired results :) Would the code from the IR be portable to different C compilers? I guess the resulting C code will not have too much resemblance to the input? cheers Philipp On 03/01/2013 05:02 PM, Dmitry Mikushin wrote: > DragonEgg only converts GCC's IR to LLVM IR. And -march=c is C backend. > We used it for a while last year, but its support has been dropped > several months ago. There are people, who are still using it privately, > as far as I know...
2014 Oct 10
1
dumping using tftp
...and it would automatically dump the info on it. And we would then take the key to some other location for importing But after I sent the email, I realised that we already had HDT running from our PXE that we use for OS installation, I just never noticed it. So I will work with that. thanks - Philippe Johnston IT-GNS - Centre de donn?es 4101 Molson, Suite 203 Montr?al, Qu?bec H1Y 3J2 Office : 514-522-0984 Urgency Mobile: 514-668-5252 philippe.johnston at ubisoft.com<mailto:philippe.johnston at ubisoft.com> [Description: cid:939101214 at 01122004-3415]<http://www.ubisoft.ca/fr/> Fr...
2006 Mar 13
6
Dummy ethernet device setup
...tried with tun to setup the stuff, but I''ve got several problems. I search a lot in the internet, but I didn''t find a good documentation. So my question is, how to setup cleanly such a dummy device. Any help or link to documentation is welcome! Thanks a lot for your help bye Philipp =============================================== Philipp Jäggi SNCT Sandweiler bp 23 L-5230 Sandweiler mailto: philipp [dot] jaeggi [at] snct [dot] lu _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2014 Oct 09
2
dumping using tftp
...where but being that HDT is a bootable cd ISO, I don't see how I can get HDT up from a TFTP server without the need to install something on that TFTP server. Is there a more detailed wiki on the process of how to setup the tftp server so that it will start HDT and dump info? Thank you. - Philippe Johnston IT-GNS - Centre de donn?es 4101 Molson, Suite 203 Montr?al, Qu?bec H1Y 3J2 Office : 514-522-0984 Urgency Mobile: 514-668-5252 philippe.johnston at ubisoft.com<mailto:philippe.johnston at ubisoft.com> [Description: cid:939101214 at 01122004-3415]<http://www.ubisoft.ca/fr/> --...
2013 Mar 02
0
[LLVMdev] dragon egg + llvm for fortran to c translation
Hi Philipp, Let me provide you with an example back from September 2011. Attached is original Fortran source, optimized LLVM IR and what we regenerated back into C from LLVM IR by means of C backend. As you can see, the C code closely resembles LLVM IR. I don't know what you intend to use it for (maybe...
2010 Jan 13
8
How to use getCenter
...he openlayers provider, and I am not sure how to retrieve the current center of a map in a cross-provider way. i.e. currently when calling map.getCenter(), the result returned is the openlayers internal one, not the long/lat used when calling setCenter(). Is that the expected behaviour? Regards, Philippe -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20100113/a2beecf9/attachment.htm>
2020 Feb 14
2
[PATCH] iommu/virtio: Build virtio-iommu as module
From: Jean-Philippe Brucker <jean-philippe.brucker at arm.com> Now that the infrastructure changes are in place, enable virtio-iommu to be built as a module. Remove the redundant pci_request_acs() call, since it's not exported but is already invoked during DMA setup. Signed-off-by: Jean-Philippe Brucker &...
2020 Feb 14
2
[PATCH] iommu/virtio: Build virtio-iommu as module
From: Jean-Philippe Brucker <jean-philippe.brucker at arm.com> Now that the infrastructure changes are in place, enable virtio-iommu to be built as a module. Remove the redundant pci_request_acs() call, since it's not exported but is already invoked during DMA setup. Signed-off-by: Jean-Philippe Brucker &...
2018 Feb 14
2
[PATCH 4/4] vfio: Allow type-1 IOMMU instantiation with a virtio-iommu
On Wed, 14 Feb 2018 14:53:40 +0000 Jean-Philippe Brucker <jean-philippe.brucker at arm.com> wrote: > When enabling both VFIO and VIRTIO_IOMMU modules, automatically select > VFIO_IOMMU_TYPE1 as well. > > Signed-off-by: Jean-Philippe Brucker <jean-philippe.brucker at arm.com> > --- > drivers/vfio/Kconfig | 2 +- &g...
2018 Feb 14
2
[PATCH 4/4] vfio: Allow type-1 IOMMU instantiation with a virtio-iommu
On Wed, 14 Feb 2018 14:53:40 +0000 Jean-Philippe Brucker <jean-philippe.brucker at arm.com> wrote: > When enabling both VFIO and VIRTIO_IOMMU modules, automatically select > VFIO_IOMMU_TYPE1 as well. > > Signed-off-by: Jean-Philippe Brucker <jean-philippe.brucker at arm.com> > --- > drivers/vfio/Kconfig | 2 +- &g...
2004 Oct 16
3
Lazy loading... advices
...e: SciViews GUI API - Main GUI features Description: Functions to communicate with a GUI client, to implement an object browser, etc... Bundle: SciViews Version: 0.7-0 Date: 2004-10-10 Depends: utils, grDevices, graphics, stats, methods, tcltk, R2HTML, svMisc Suggests: Hmisc, MASS, wxPython Author: Philippe Grosjean & Eric Lecoutre Maintainer: Philippe Grosjean <phgrosjean at sciviews.org> BundleDescription: SciViews GUI API A series of packages to implement a full reusable GUI API for R. License: GPL 2 or above URL: http://www.sciviews.org/SciViews-R Thank you. Best, Philippe Grosjean...
2014 Aug 27
3
DELL E6510 pxelinux issues
> Hello, > > On 01.08.2014 19:22, Ady wrote:>> On 24.07.2014 17:32, Gene Cumm wrote: > >>> On Thu, Jul 24, 2014 at 10:29 AM, Philipp Hahn <hahn at univention.de> > wrote: > >>>> On 24.07.2014 13:52, Gene Cumm wrote: > ... > >>>> Your special build gets the gateway working, but the downloaded InitRD > >>>> still gets corrupted sometimes. Boot-time is down from 16m to ~2m. &...
2003 Mar 04
3
6c6c
...c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c on the command line after rsync -avvP /home/philipp/Photos/ /home/philipp/backup/data/Photos/ --stats --delete is finished? Has anyone an idea? regards Philipp
2019 Jul 11
10
[Bug 111110] New: Nvidia quadro + nouveau : second terminal wake up but doesn't more display
...duct: Mesa Version: 19.1 Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: conde.philippe at skynet.be QA Contact: nouveau at lists.freedesktop.org Created attachment 144764 --> https://bugs.freedesktop.org/attachment.cgi?id=144764&action=edit output of dmesg I have a OpenSUSE tumbleweed system with a nvidia quadro K4200 on which 2 screens are connected - one on the...
2007 Aug 24
13
Shorewall 3.4.x - Error when (re) starting - segmentation fault
...fault $SHOREWALL_SHELL ${VARDIR}/.restart $debugging restart got this with V3.4.4, updated to 3.4.6 this morning, but that didn''t help. Does anybody have any hint for me ? I am travelling onsite now to further debug the problem. Regards from Germany. -- Mit freundlichen Grüßen, Philipp Rusch ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now...