Displaying 20 results from an estimated 278 matches for "conteners".
Did you mean:
contener
2016 May 31
2
deleted objects conteners and keep a samba in good working order
Hello,
Can I delete the values stored in the differents "deleted object"
conteners? (by using the "active directory explorer" software for example )
In my case it's about 3000 objets.... ( old computers, old groups, old
users...)
I lauched this command to count it:
ldbsearch --cross-ncs --show-deleted -H /var/lib/samba/private/sam.ldb |
grep "\0ADEL"...
2016 Jun 01
0
deleted objects conteners and keep a samba in good working order
On Tue, 2016-05-31 at 15:36 +0200, Sam wrote:
> Hello,
>
> Can I delete the values stored in the differents "deleted object"
> conteners? (by using the "active directory explorer" software for
> example )
>
> In my case it's about 3000 objets.... ( old computers, old groups,
> old
> users...)
>
> I lauched this command to count it:
>
> ldbsearch --cross-ncs --show-deleted -H
> /var/lib...
2000 Jul 13
2
R_memory/Question
Bonjour,
Je voudrais savoir comment on peut modifier les capacit?s de m?moire pour le logiciel R, car j'ai un probl?me pour lire un tableau contenant 200000 observations et 30 variables.
Je vous remercie d'avance pour toute aide ?ventuelle.
Cordialement,
Steffy.Ruiz at wanadoo.fr
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Sep 06
3
Samba4 LDAP Integration with Asterisk
Hi,
I am turning crazy. I try to integrate Asterisk 11.5.1 into Samba4 LDAP,
but when I import the ldif file from contrib directory I get this error.
ldbmodify -H /usr/local/samba/private/sam.ldb asterisk.ldif
--option="dsdb:schema update allowed"=true
ERR: (No such object) "objectclass: Cannot add
cn=asterisk,cn=schema,cn=config, parent does not exist!" on DN
2005 Oct 20
3
problème d'import de fichier
hello!
je veux importer un fichier de donnees excel que j'ai au prealable
converti en fichier txt avec separateurs tab, fichier de la forme entree
simple (suite de colonnes contenant des variables).
Voila ma ligne de commande :
> poussins <- read.table("poussins.txt", header=T, sep="\t")
et sa reponse
Erreur dans scan(file = file, what = what, sep = sep, quote =
2007 Aug 27
4
Problem with save or/and if (I think but maybe not ...)
Hi,
I recently discovered the R program and I thought it could be useful to me.
I have to analyse data saved as .Px file (x between 0 and 8 - .P0 files have
18 lines at the beginning that I have to skip). New files are generated
everyday.
This is my strategy :
In order to analyse the data, I first want to copy the new data in a
database in MySQL (which already contains the previous data).
So
2014 Nov 14
3
Cómo aplicar weights a las observaciones en un GLM binomial
Gracias por la ayuda Jose Luis. pero o no te he entendido bien o mi duda es
tan sencilla que no me he explicado.
SI yo tampoco he entendido mal tu explicación, mi problema es cómo obtengo
ese "tus.pesos" para introducir, por ejemplo, en la función:
library(survey)
# objeto del diseño muestral
ddatos <- svydesign(id=~1, weights =~ tus.pesos, data = tus.datos)
# en caso de una reg
2018 May 10
2
anchura chunk en pdf
Instalado ?tinytex?
> install.packages(?tinytex?)
y cargándolo
> library(tinytex)
Fue una causalidad: cuando instalé este paquete los PDFs comenzaron a salir correctamente de anchura. Tampoco puede darte una explicación :(
Saludos,
Patricio
Patricio Suárez Gil
Unidad de Investigación Área V-Gijón
Planta 5ª Impar
Hospital Universitario de Cabueñes
C/Prado, 395
33203 Gijón (Asturias)
2020 Mar 25
2
GSoC Interested student
Hi Johannes,
Sorry about the failing tests. I completely forgot about running all of
them, I only ran the tests for the openmp ipo transforms.
I found the GH issue in cache. I can post it here if you want.
I analyzed these runtime calls, __tgt_target_teams_[nowait]. What I
don't understand about the problem we want to solve (splitting the
memory transfer into issue and wait and legally
2020 Mar 23
2
GSoC Interested student
Hi Johannes,
Yes, I'm highly interested, I already started. It would be nice if you post the details again. I didn't take note of them, I was always looking at the issue in GH.
The problem I'm facing right now is this:
The first task is identifying OpenMP API calls referred to device memory
allocation. I first understood how the compiler driver orchestrates the
process of offloading
2018 Mar 04
4
problema con shiny
Estimados compañeros tengo un problema con shiny. Es un problema local de mi ordenador, porque en otro va si problemas pero no consigo saber ¿cómo arreglarlo?. He instalado incluso la nueva versión de Rstudio. Os explico:
1) lanzo el programa app.R, el ejemplo de shiny e intenta mostrar los resultados pero si hago: print(environment(show)) da como resultado
Error in func(fname, ...) : app.R did
2020 Mar 22
2
GSoC Interested student
Ahhh I understand. So I believe the project you posted is still opened.
Do you any advice on the question I posted before?.
Thank you.
On 22/03/20 1:26 p. m., Doerfert, Johannes wrote:
> I did not. The issues sections on GH was removed.
>
> ________________________________________
> From: Hamilton Tobon Mosquera <htobonm at eafit.edu.co>
> Sent: Sunday, March 22, 2020 12:21
2020 Mar 29
2
GSoC Interested student
Hi Johannes,
I've been thinking on how to implement a solution for the problem and I
have some questions:
1. You mention in the problem description that the current asynchronous
functions can be used, and probably modified. The problem is that those
runtime functions with _nowait at the end are not asynchronous. Looking
at their implementations, they just wait for other tasks is there
2020 Apr 07
2
GSoC Interested student
Hi Johannes,
In order to create the testcases with the FIXMEs showing how it should
look after the transformation, I've been trying to come up with a way of
splitting the runtime call __tgt_target_teams based on Silei's recent
patch D77005. I like the idea of using its asynchronous version
__tgt_target_teams_nowait, but I think we would have to modify it,
either to return the
2018 Mar 04
2
problema con shiny
Carlos el código es el ejemplo de shiny:
#
# This is a Shiny web application. You can run the application by clicking
# the 'Run App' button above.
#
# Find out more about building applications with Shiny here:
#
# http://shiny.rstudio.com/
#
#setwd("C:/curso 2017-18/curso R/shiny/prueba1")
library(shiny)
# Define UI for application that draws a histogram
ui <-
2018 Mar 05
2
problema con shiny
De acuerdo Carlos pero en mi ordenador no funciona y me da el error que he comentado.
Muchas gracias por tu colaboración.
Saludos,
Juan
El 04/03/2018 a las 20:09, Carlos J. Gil Bellosta escribió:
Corre perfectamente en mi máquina si borro la última línea (print(environment(show))).
Simplemente, he creado un directorio vacío (/tmp/prueba), he copiado el código (menos esa última línea) en el
2014 Feb 17
5
Leer el tipo de dato desde fichero
Hola a todos,
Tengo un fichero CSV que se genera desde una aplicación, y que me gustaría
importar en R. El problema es que el fichero es "genérico", por lo que en
un principio no se muy bien el tipo de datos que me voy a encontrar. Desde
R se los mostraré al usuario para que decida sobre qué campos quiere hacer
qué análisis. Por tanto, en el propio CSV debería contener (en la cabecera,
2014 Nov 05
1
calling post-login script with doveadm
Hello everyone,
I'm trying to execute some commands with doveadm but I need some information loaded in a post-login script before running these commands.
Is possible to run the post-login script while executing doveadm?
I've found how to do something similar with -o key=value to override settings, but I want to change a namespace location, as done in the post-login script:
...
export
2013 Oct 01
5
Análisis de componentes principales con ade4 y FactoMineR
Hola compañeros de la lista, qué tal.
Estoy haciendo un análisis de componentes principales utilizando
las funciones "dudi.pca" (paquete "ade4") y "PCA" (paquete
"FactoMineR"). Sucede que al comparar las coordenadas de cada individuo
que obtiene cada función, las que corresponden al segundo componente
principal tienen idéntica magnitud pero con
2020 Mar 22
2
GSoC Interested student
Hi there Johannes!,
I was checking out the issue (about latency hiding when transferring
memory from host to device) you posted about a week ago, but it's not
there anymore. Did you remove it?.
Thanks.
Hamilton.
On 21/03/20 10:04 p. m., Hamilton Tobon Mosquera via llvm-dev wrote:
> Hi there!,
>
> Right now I'm starting with the project proposed by Johannes here:
>