search for: kopia

Displaying 20 results from an estimated 40 matches for "kopia".

Did you mean: copia
2009 Dec 21
2
[PATCH 1/2] Unreference state/buffer objects on context/screen destruction
- unreference state objects so that buffer objects are unreferenced and eventually destroyed - free channel at screen's destruction Index: nv50/nv50_screen.c =================================================================== --- nv50/nv50_screen.c (wersja 32083) +++ nv50/nv50_screen.c (kopia robocza) @@ -162,7 +162,22 @@ nv50_screen_destroy(struct pipe_screen *pscreen) { struct nv50_screen *screen = nv50_screen(pscreen); + unsigned i; + for (i = 0; i < 2; i++) { + if (screen->constbuf_parm[i]) + nouveau_bo_ref(NULL, &screen->constbuf_parm[i]...
2009 Dec 21
1
Clean up of nv40_context->state.hw and nv40_screen->state
...bjects themselves are not unreferenced as well (for example color buffer or z buffer). In order to clean those references I applied the following changes: Index: nv40_screen.c =================================================================== --- nv40_screen.c (wersja 32083) +++ nv40_screen.c (kopia robocza) @@ -140,7 +140,13 @@ nv40_screen_destroy(struct pipe_screen *pscreen) { struct nv40_screen *screen = nv40_screen(pscreen); + unsigned i; + for (i = 0; i < NV40_STATE_MAX; i++) { + if (screen->state[i]) + so_ref(NULL, &screen->state[i]); + } +...
2003 May 08
1
SV: Samba Installation help for a domain
Any expert suggestions most welcome , I am really stuck .. thnx -----Ursprungligt meddelande----- Fr?n: Ashish Garg Skickat: to 2003-05-08 09:04 Till: Jair; John H Terpstra Kopia: samba@lists.samba.org ?mne: Samba Installation help for a domain HI Guys, I need some help regarding Samba Installation for a domain. My Windows 2000 clients connect to a paricular doamin. My Samba servers are up and running on Unix machine.I browsed a lot how to put domain in place of a...
2017 Dec 04
2
Dynamic reference, right-hand side of function
...rections. I hope I someday will be able to handle lists in R as easy as I handle loops in Stata... Thanks again! Love -----Ursprungligt meddelande----- Fr?n: peter dalgaard [mailto:pdalgd at gmail.com] Skickat: den 4 december 2017 23:09 Till: Love Bohman <love.bohman at sociology.su.se> Kopia: r-help at r-project.org ?mne: Re: [R] Dynamic reference, right-hand side of function Um, if you insist on doing it that way, at least use assign(varname, as.vector(get(varname))) -pd > On 4 Dec 2017, at 22:46 , Love Bohman <love.bohman at sociology.su.se> wrote: > > Hi! > Th...
2016 Sep 03
1
Re: attaching storage pool error
...'s according to the target numbering. So, any one that can continue the discussion here? Regards Johan -----libvirt-users-bounces@redhat.com skrev: ----- Till: John Ferlan <jferlan@redhat.com> Från: Johan Kragsterman Sänt av: libvirt-users-bounces@redhat.com Datum: 2016-09-03 13:16 Kopia: libvirt-users@redhat.com, Yuan Dan <dyuan@redhat.com> Ärende: [libvirt-users] Ang: Ang: Re: Ang: Ang: Re: Ang: Re: attaching storage pool error Hi! Report from my multipath tests today. My test virtual machine, that runs from an NPIV pool, is not able to use multipath. When I pulled th...
2012 May 16
2
replacing with NA
...low with NA when the value of Z in the same row is NA? x <-1:20 z<- c(11, 15, 17, 2, 18, 6, 7, NA, 12, 10,21, 25, 27, 12, 28, 16,17, NA, 12, 10) Many thanks Mintewab ________________________________________ Fr?n: Mintewab Bezabih Skickat: den 15 maj 2012 15:53 Till: r-help at r-project.org Kopia: r-help at r-project.org ?mne: missing observations Dear R users, I have missing observations in my data that I remove in my analysis. I am able to run my codes alright but I want the non missing values to be correctly identified and therefore want to tag my id vector along in my results. Since t...
2017 Dec 05
3
Dynamic reference, right-hand side of function
...not as minuscule as when I woke up this morning. All the best, Love (or maybe LoveR, my future superhero name) -----Ursprungligt meddelande----- Fr?n: Jeff Newmiller [mailto:jdnewmil at dcn.davis.ca.us] Skickat: den 5 december 2017 00:01 Till: Love Bohman <love.bohman at sociology.su.se> Kopia: peter dalgaard <pdalgd at gmail.com>; r-help at r-project.org ?mne: Re: [R] Dynamic reference, right-hand side of function Loops are not evil, and no-one in this thread said they are. But I believe your failure to provide a reproducible example is creating confusion, since you may be using...
2017 Dec 04
0
Dynamic reference, right-hand side of function
...andle lists in R as easy as I handle loops in Stata... > Thanks again! > > Love > > > -----Ursprungligt meddelande----- > Fr?n: peter dalgaard [mailto:pdalgd at gmail.com] > Skickat: den 4 december 2017 23:09 > Till: Love Bohman <love.bohman at sociology.su.se> > Kopia: r-help at r-project.org > ?mne: Re: [R] Dynamic reference, right-hand side of function > > Um, if you insist on doing it that way, at least use > > assign(varname, as.vector(get(varname))) > > -pd > >> On 4 Dec 2017, at 22:46 , Love Bohman <love.bohman at sociology...
2017 Dec 04
0
Dynamic reference, right-hand side of function
...quot;aa_",year) > assign(paste0(varname), as.vector(eval(as.name(varname)))) > } > > -----Ursprungligt meddelande----- > Fr?n: peter dalgaard [mailto:pdalgd at gmail.com] > Skickat: den 4 december 2017 16:39 > Till: Love Bohman <love.bohman at sociology.su.se> > Kopia: r-help at r-project.org > ?mne: Re: [R] Dynamic reference, right-hand side of function > > The generic rule is that R is not a macro language, so looping of names of things gets awkward. It is usually easier to use compound objects like lists and iterate over them. E.g. > > datana...
2017 Dec 05
0
Dynamic reference, right-hand side of function
...gt; > All the best, > Love (or maybe LoveR, my future superhero name) > > > > -----Ursprungligt meddelande----- > Fr?n: Jeff Newmiller [mailto:jdnewmil at dcn.davis.ca.us] > Skickat: den 5 december 2017 00:01 > Till: Love Bohman <love.bohman at sociology.su.se> > Kopia: peter dalgaard <pdalgd at gmail.com>; r-help at r-project.org > ?mne: Re: [R] Dynamic reference, right-hand side of function > > Loops are not evil, and no-one in this thread said they are. But I believe > your failure to provide a reproducible example is creating confusion, sinc...
2017 Dec 04
3
Dynamic reference, right-hand side of function
...ar in 2000:2007){ varname <- paste0("aa_",year) assign(paste0(varname), as.vector(eval(as.name(varname)))) } -----Ursprungligt meddelande----- Fr?n: peter dalgaard [mailto:pdalgd at gmail.com] Skickat: den 4 december 2017 16:39 Till: Love Bohman <love.bohman at sociology.su.se> Kopia: r-help at r-project.org ?mne: Re: [R] Dynamic reference, right-hand side of function The generic rule is that R is not a macro language, so looping of names of things gets awkward. It is usually easier to use compound objects like lists and iterate over them. E.g. datanames <- paste0("aa...
2016 Sep 03
2
Ang: Ang: Re: Ang: Ang: Re: Ang: Re: attaching storage pool error
...as opinions on this, or ideas that are better than mine, I would very much like to hear them. Regards Johan -----libvirt-users-bounces@redhat.com skrev: ----- Till: John Ferlan <jferlan@redhat.com> Från: Johan Kragsterman Sänt av: libvirt-users-bounces@redhat.com Datum: 2016-09-03 08:36 Kopia: libvirt-users@redhat.com, Yuan Dan <dyuan@redhat.com> Ärende: [libvirt-users] Ang: Re: Ang: Ang: Re: Ang: Re: attaching storage pool error Hi, John, and thank you! This was a very thorough and welcome response, I was wondering where all the storage guys were... I will get back to you with...
2002 Feb 24
1
SV: SV: Problem regarding installation
...)500-47 10 10 Fax. +46 (0)500-47 10 11 Mob: +46 (0)709-22 39 06 E-mail: mailto:daniel.andersson@rejlers.se Internet: http://www.rejlers.se -----Ursprungligt meddelande----- Fr?n: Martyn Ranyard [mailto:ranyardm@lineone.net] Skickat: den 22 februari 2002 17:36 Till: Daniel Andersson; Joel Hammer Kopia: samba@lists.samba.org ?mne: Re: SV: [Samba] Problem regarding installation You still haven't described your problem : Your original question seemed to ask what was wrong, when you could see the server. Your latest question is contradicting this and saying that NOW you can see the server...
2009 Jan 21
2
images
Where to find xen images? If exist _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2000 Feb 26
0
VB: Problem with 'link.html.help()'
...l the rest of the 'libraries' are there in proper order with names and descriptions. Thanks to Brian Ripley Fredrik Lundgren -----Ursprungligt meddelande----- Fr?n: Prof Brian D Ripley <ripley at stats.ox.ac.uk> Till: Lina Lundgren <lina.lundgren at norrkoping.mail.telia.com> Kopia: r-help at stat.math.ethz.ch <r-help at stat.math.ethz.ch> Datum: den 26 februari 2000 18:09 ?mne: Re: [R] Problem with 'link.html.help()' >On Sat, 26 Feb 2000, Lina Lundgren wrote: > >> Hello, >> >> I just recently installed R 0.99 and use Windows 98. >&...
2003 Jun 04
0
SV: Problems with PXELINUX 2.05pre1
Ok, I'll post all the messages on the screen. -----Ursprungligt meddelande----- Fr?n: H. Peter Anvin [mailto:hpa at zytor.com] Skickat: fr 2003-05-30 22:21 Till: Olsson Lars Kopia: syslinux at zytor.com ?mne: Re: [syslinux] Problems with PXELINUX 2.05pre1 Olsson Lars wrote: > Reading config based on hw address is really what we need, so we quickly > downloaded 2.05pre1. > However, it does not work at all. Here is what happens: > > Loading vmlinuz....
2011 Dec 07
2
curve fitted ... how to retreive data
Dear R users, I have now managed to fit the curve using the thin plate spline as follows: library(mgcv) b <- gam(y~s(x1,x2,k=100),data =dat) vis.gam(b) What I want now is to get the fitted data for y and copy it so that I use it for further analysis. Many thanks in advance mintewab
2009 Jan 28
5
question
I''m complete newbie on xen Must i mount the file-system before i start it I not use lvm _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2016 Sep 03
0
Ang: Re: Ang: Ang: Re: Ang: Re: attaching storage pool error
...on the host, I guess I'd prefer that. Get back to you later... /Johan -----John Ferlan <jferlan@redhat.com> skrev: ----- Till: Johan Kragsterman <johan.kragsterman@capvert.se>, Yuan Dan <dyuan@redhat.com> Från: John Ferlan <jferlan@redhat.com> Datum: 2016-09-02 20:51 Kopia: libvirt-users@redhat.com Ärende: Re: [libvirt-users] Ang: Ang: Re: Ang: Re: attaching storage pool error On 08/24/2016 06:31 AM, Johan Kragsterman wrote: > > Hi again! > I saw this last week while I was at KVM Forum, but just haven't had the time until now to start thinking about...
2009 Jun 09
46
HyperVM
Hi, anyone here is using HyperVM? As you probabily know, the owner of LxLabs has killed hitself (i want to make my condolences to his family): http://timesofindia.indiatimes.com/Bangalore/Techie-hangs-himself-in-HSR-Layout-/articleshow/4633101.cms HyperVM has some big vulnerabilities and we don''t know if they will be fixed. We don''t know if the licensing server will be kept