search for: pto

Displaying 20 results from an estimated 50 matches for "pto".

Did you mean: pte
2009 Nov 03
3
Weird operator behaviour
...CRA [271] CRA CRA CRA CRA CRA CRA CRA CRA MAK MAK MAK MAK MAK MAK MAK MAK MAK MAK [289] MAK MAK MAK MAK MAK MOO MOO MOO MOO MOO MOO MOO MOO MOO MOO MOO MOO MOO [307] MOO MOO PHC PHC PHC PHC PHC PHC PHC PHC PHC PHC PHC PHC PHC PHC PHC PHC [325] PHC PHC PHC POS POS POS POS POS POS POS POS POS POS POS PTO PTO PTO PTO [343] PTO PTO PTO PTO PTO PTO PTO PTO PTO PTO PTO RBM RBM RBM RBM RBM RBM RBM [361] RBM RBM RBM RBM RBM RBM RBM RBM SKJ SKJ SKJ SKJ SKJ SKJ SKJ SKJ SKJ SKJ [379] SKJ SKJ SKJ SKJ SKJ STM STM STM STM STM STM STM STM STN STN STN STN STN [397] STN STN STN STN STN STN STN STN STN STN STN STN...
2019 Sep 23
5
Consulta
...uot;select * from noms where poliza in (select poliza from ungrupo)")? length(noms$archivo)? salida <- "/renombra/"? ? for (i in 1:length(noms[,1])){? if (!is.na(noms[i,'cer_tit'])){? pfrom <- paste(ruta,"/",noms[i,'archivo'],sep='')? pto <- paste(ruta,salida,noms[i,'cer_tit'],'.pdf',sep='')? if (!file.exists(pto)){? file.copy(from = pfrom,to=pto)? }? }? }? ? #Ahora las polizas con subgrupos? noms <- renglones[!is.na(renglones$poliza),c('archivo','poliza','subgrupo...
2013 Aug 26
2
If else loop problem: the condition has length > 1 and only the first element will be used
...action. This is done as follows: attach(data.2013) #Normalize to known control for(i in signal2) { if(t.tr=="Pst 24") {signal3=(signal2 - 17.29)} if(t.tr=="Pst 48") {signal3=(signal2 - 43.93256)} if(t.tr=="Pst 72") {signal3=(signal2 - 43.477468)} if(t.tr=="Pto 24") {signal3=(signal2 - 29.39875)} if(t.tr=="Pto 48") {signal3=(signal2 - 76.796645)} if(t.tr=="Pto 72") {signal3=(signal2 - 68.176174)} if(t.tr=="Pm 24") {signal3=(signal2 + 0.498333)} if(t.tr=="Pm 48") {signal3=(signal2 - 0.200417)} if(t.tr==&quo...
2019 Sep 24
2
Consulta
...iza in (select poliza from ungrupo)")? > length(noms$archivo)? > salida <- "/renombra/"? > ? > for (i in 1:length(noms[,1])){? > if (!is.na(noms[i,'cer_tit'])){? > pfrom <- paste(ruta,"/",noms[i,'archivo'],sep='')? > pto <- paste(ruta,salida,noms[i,'cer_tit'],'.pdf',sep='')? > if (!file.exists(pto)){? > file.copy(from = pfrom,to=pto)? > }? > }? > }? > ? > #Ahora las polizas con subgrupos? > noms <- renglones[!is.na(renglones$poliza),c('archivo...
2006 Jan 21
2
DO NOT REPLY [Bug 3432] New: rsync -azv --cvs-exclude forgets "LocalSettings.php"
https://bugzilla.samba.org/show_bug.cgi?id=3432 Summary: rsync -azv --cvs-exclude forgets "LocalSettings.php" Product: rsync Version: 2.6.6 Platform: x86 URL: http://pto.linux.dk/albackup.tgz OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: pto@linuxbog.dk QAContact: rsync-qa@samba.org Download http://pto.linux.dk/albackup.t...
2010 Feb 08
5
Why are double sided polymorphic relationships lacking in Rails?
http://stackoverflow.com/questions/2224994/why-are-double-sided-polymorphic-relationships-lacking-in-rails -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2016 Dec 16
6
LLD status update and performance chart
>I am on PTO, so slow to respond. > >Some items that are left: > >* Debug fission >* Single file debug fission >* Range extension thunks >* All of freebsd links and works >* Very good performance when all that is in Looks we have initial version of debug fusion implemented. r289790, r2...
2023 Jan 06
8
[PATCH 0/8] Let iommufd charge IOPTE allocations to the memory cgroup
iommufd follows the same design as KVM and uses memory cgroups to limit the amount of kernel memory a iommufd file descriptor can pin down. The various internal data structures already use GFP_KERNEL_ACCOUNT to charge its own memory. However, one of the biggest consumers of kernel memory is the IOPTEs stored under the iommu_domain and these allocations are not tracked. This series is the first step in fixing it. The i...
2023 Jan 06
8
[PATCH 0/8] Let iommufd charge IOPTE allocations to the memory cgroup
iommufd follows the same design as KVM and uses memory cgroups to limit the amount of kernel memory a iommufd file descriptor can pin down. The various internal data structures already use GFP_KERNEL_ACCOUNT to charge its own memory. However, one of the biggest consumers of kernel memory is the IOPTEs stored under the iommu_domain and these allocations are not tracked. This series is the first step in fixing it. The i...
2023 Jan 06
8
[PATCH 0/8] Let iommufd charge IOPTE allocations to the memory cgroup
iommufd follows the same design as KVM and uses memory cgroups to limit the amount of kernel memory a iommufd file descriptor can pin down. The various internal data structures already use GFP_KERNEL_ACCOUNT to charge its own memory. However, one of the biggest consumers of kernel memory is the IOPTEs stored under the iommu_domain and these allocations are not tracked. This series is the first step in fixing it. The i...
2023 Jan 18
10
[PATCH v2 00/10] Let iommufd charge IOPTE allocations to the memory cgroup
iommufd follows the same design as KVM and uses memory cgroups to limit the amount of kernel memory a iommufd file descriptor can pin down. The various internal data structures already use GFP_KERNEL_ACCOUNT to charge its own memory. However, one of the biggest consumers of kernel memory is the IOPTEs stored under the iommu_domain and these allocations are not tracked. This series is the first step in fixing it. The i...
2006 Oct 03
1
nlme_varcov matrix
...function that provides the VarCov matrix for a nlme objects? How I can extract the matrix for a nlme model fitted? I would appreciate any guidance Regards Lic. Gabriela Escati Pe?aloza Biolog?a y Manejo de Recursos Acu?ticos Centro Nacional Patag?nico(CENPAT). CONICET Bvd. Brown s/n?. (U9120ACV)Pto. Madryn Chubut Argentina Tel: 54-2965/451301/451024/451375/45401 (Int:277) Fax: 54-29657451543 __________________________________________________ Todo lo que quer?as saber, y lo que ni imaginabas, ?Probalo ya!
2012 Jan 16
6
Prevent smbd from consulting winbindd
Colleagues, I am running smbd in a setup described in http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/idmapper.html#id2604553 under "Winbind is not used; users and groups are local". Samba is running in the security=domain mode, but all Windows users are being mapped to Unix users in /etc/passwd. Now I need to run winbindd for Squid authentication. The problem is, as soon as
2023 Jan 23
11
[PATCH v3 00/10] Let iommufd charge IOPTE allocations to the memory cgroup
iommufd follows the same design as KVM and uses memory cgroups to limit the amount of kernel memory a iommufd file descriptor can pin down. The various internal data structures already use GFP_KERNEL_ACCOUNT to charge its own memory. However, one of the biggest consumers of kernel memory is the IOPTEs stored under the iommu_domain and these allocations are not tracked. This series is the first step in fixing it. The i...
2023 Jan 23
11
[PATCH v3 00/10] Let iommufd charge IOPTE allocations to the memory cgroup
iommufd follows the same design as KVM and uses memory cgroups to limit the amount of kernel memory a iommufd file descriptor can pin down. The various internal data structures already use GFP_KERNEL_ACCOUNT to charge its own memory. However, one of the biggest consumers of kernel memory is the IOPTEs stored under the iommu_domain and these allocations are not tracked. This series is the first step in fixing it. The i...
2006 Feb 02
1
Significance of degrees of freedom in nlme
...is different values of DF at the estimates parameters? The estimates fixed effects were get at the same level of grouping? I apreciate any response. Lic. Gabriela Escati Pe??aloza Biolog??a y Manejo de Recursos Acu??ticos Centro Nacional Patag??nico(CENPAT). CONICET Bvd. Brown s/n??. (U9120ACV)Pto. Madryn Chubut Argentina Tel: 54-2965/451301/451024/451375/45401 (Int:277) Fax: 54-29657451543 ___________________________________________________________ 1GB gratis, Antivirus y Antispam Correo Yahoo!, el mejor correo web del mundo http://correo.yahoo.com.ar
2006 Jan 27
1
how calculation degrees freedom
...403 > Why are the DF of Linf and K different? I would apreciate if you could point me to a reference Note: I working with Splus 6.1. for Windows Lic. Gabriela Escati Pe侎aloza Biolog來a y Manejo de Recursos Acu佱ticos Centro Nacional Patag侒nico(CENPAT). CONICET Bvd. Brown s/n伜. (U9120ACV)Pto. Madryn Chubut Argentina Tel: 54-2965/451301/451024/451375/45401 (Int:277) Fax: 54-29657451543 --------------------------------- 1GB gratis, Antivirus y Antispam Correo Yahoo!, el mejor correo web del mundo Abr來 tu cuenta aqu來 [[alternative HTML version deleted]]
2006 May 24
1
problem-nlme
...I do not understand that it is what is bad: the data, the entered growth functions, some specification... I will thank for any contribution of information. Lic. Gabriela Escati Pe?aloza Biolog?a y Manejo de Recursos Acu?ticos Centro Nacional Patag?nico(CENPAT). CONICET Bvd. Brown s/n?. (U9120ACV)Pto. Madryn Chubut Argentina Tel: 54-2965/451301/451024/451375/45401 (Int:277) Fax: 54-29657451543 ______________________________________________________ Yahoo! Autos. M?s de 100 veh?culos vendidos por d?a. ?Qu? esper?s para vender el tuyo? Hacelo ahora y ganate un premio de Yahoo!
2016 Dec 16
0
LLD status update and performance chart
...trongly believe that it could have been addressed calmly and nicely if we have used more words to explain thoughts instead of small number of strong words. Hope this helps. Rui On Fri, Dec 16, 2016 at 1:40 AM, George Rimar via llvm-dev < llvm-dev at lists.llvm.org> wrote: > >I am on PTO, so slow to respond. > > > >Some items that are left: > > > >* Debug fission > >* Single file debug fission > >* Range extension thunks > >* All of freebsd links and works > >* Very good performance when all that is in > > Looks we have initial...
2006 Nov 30
2
*** caught segfault *** error
...shapefiles and spdep, and two different shapefiles, and get the error in all 4 combinations. The shapefile is imported correctly, and I get the error only when I try to plot the map. I specifically use commands > library(spdep) Loading required package: tripack Loading required package: maptools Loading required package: foreign Loading required package: sp Loading required package: SparseM Package SparseM (0.71) loaded. To cite, see citation("SparseM") Loading required package: boot > library(maptools) > district.shp <- read.shape("~/Documents/SAHSU/MD/data/C...