search for: embargo

Displaying 20 results from an estimated 373 matches for "embargo".

2011 Jul 14
4
Security vulnerability process - last call
...inal comments by the 28th of July (14 days from now). Unless there are objections, we will regard the process as formally in force from that date. Thanks, Ian. Changes from the previous draft: * The pre-disclosure list will get copies of public advisories and updated advisories, not just embargoed ones. * The list of entities on the pre-disclosure list will be made public. We should probably warn the existing members of the predisclosure list that the fact that their organisation is on the list will be published and give them a chance to object or withdraw, so we will p...
2020 Aug 07
3
Fixing grub/shim issue Centos 7
...liver the best possible downstream system. I raise my morning coffee mug to >> your health, guys. >> >> Cheers, >> >> Niki >> > I can assure you .. a BUNCH of testing was done. Because of the scope > of this udpate, the CentOS team was looped in during the embargo stage > (we normally are not .. Red Hat Engineering got permission to make this > happen for this issue). Normally we see things that are open source only > .. not embargoed content. Once the embargo gets lifted, the items > become open source. Kudos to the RH team for making this hap...
2017 Feb 17
2
fechas
Hola a todos. El otro día, al rescatar unos datos de una estación meteorológica, me percate que la fecha de estos traía un error bien raro, la fecha correcta debía ser 27/4/2014.Sin embargo, el abrir la planilla, los valores de fechas se invirtieron a "4/27/2014" Yo necesito los valores en formato y-m-d, por ende intenté hacerlo en Excel, sin embargo me encontré con la sorpresa que esa "inversión de formato" es un error que Excel no reconoce. Me fui a R, e intenté...
2018 Apr 19
2
Interpretación NA's
Hola Tal vez la pregunta que tengo tenga una respuesta muy f?cil, sin embargo lo entiendo. Tengo una data frame que se ve as?: R> df semana precios ventas preciosCan 1 11724 3.512441 2 33.53 2 11726 3.512441 1 33.53 3 11727 3.512441 2 33.53 4 11728 3.512441 1 33.53 5 11729 3.512441 4 33.53 6 11730 3.5124...
2012 Dec 03
0
Uncontrolled disclosure of advisories XSA-26 to XSA-32
...9;'ll have a proper conversation about this in a week or two. Thanks for your attention, Ian. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 We regret to announce that a member of the predisclosure list discovered today that they had failed to abort their disclosure process in response to the embargo extension for XSA-26 to XSA-32. The information in XSA-26 to XSA-32 has been publicly available since at least Friday the 30th of November. They reported the situation to us. Under the circumstances we must regard the embargo as at an end. All members of the predisclosure list are advised to pub...
2015 Dec 28
2
Tablas de contingencia en latex
? Buenas tardes, os pido ayuda sobre el siguiente tema. Tengo interes en mostrar informes con Sweave/Latex y para ello genero tablas con xtable. Sin embargo muestra la tabla al completo cuando lo que deseo es agrupar las celdas con el mismo dato para dar claridad a la tabla. La salida de xtable me genera: [image: Imágenes integradas 3] Para dar claridad lo he intentado con latex(tabular()) consiguiendo una tabla con esta forma: [image: Imágenes i...
2010 Jul 08
2
Alternativas a uso de variables globales
...a tod en s, tengo una duda que se relaciona con alternativas al uso de variables globales. En principio, si se quiere usar un generador de v.a con la librería Runuran sólo se permite definir las funciones de densidad (o el núcleo de las mismas) con funciones con un único argumento en (x). Sin embargo, necesito pasar a las funciones más argumentos que van cambiando en las iteraciones de un ciclo largo, dado que estas v.a. dependen de otras en un muestreador de Gibbs (esto es sólo un detalle). El único modo que se me ocurre es mediante variables globales usando el operador "<<-&quo...
2015 May 13
0
Xen Security Advisory 133 (CVE-2015-3456) - Privilege escalation via emulated floppy disk drive
...6sum xsa133*.patch e7ca0106a9d4bfe472b3b52bbed8646b47305634ff16c3e17ed6185296a7e7ff xsa133-qemut.patch 0cbc0415ef63bc195a0338441f3770d9fe6741e894879e35d1a6609ad028e42f xsa133-qemuu.patch cf735c1ecb6a40ca57d408e5c01725eca5b9b0a14b1d31b4362dc3f036bdeb28 xsa133-qemuu-4.3-4.2.patch $ DEPLOYMENT DURING EMBARGO ========================= Deployment of the patches described above (or others which are substantially similar) is permitted during the embargo, even on public-facing systems with untrusted guest users and administrators. But: Deployment of the mitigation by enabling stubdomains is NOT permitted...
2016 Jun 02
5
Ayuda con R Sweave
>Buenas, Estoy empezando a utilizar latex y hay un par de cosas que no se muy bien como hacer ni como buscar en google. Tengo un data.frame llamado datos con 3 variables, A,B y C Si pongo <<>> datos$A @ me devuelve error sin embargo si lo hago con <<>>= datos[,1] @ me da correctamente. No puedo con Sneave al interior de un data frame usando el nombre de las variables con el $??? Gracias!!!!! [[alternative HTML version deleted]]
2020 Aug 07
4
Fixing grub/shim issue Centos 7
Le 07/08/2020 ? 09:40, Alessandro Baggi a ?crit?: > Probably many users have not updated their machines between the bug release and > the resolution (thanks to your fast apply in the weekend, thank you) and many > update their centos machines on a 2 months base (if not worst). I think also > that many users of CentOS user base have not proclamed their > disappointement/the issue on
2013 Feb 28
3
Gráfica de función
...ueva hB<-function(x){t(h(x))%*%B} para valores particulares de x la función hace lo que busco > h<-function(x) matrix(c(1,x,x^2,x^3), ncol=1) > B=matrix(c(1,2,1,3),ncol=1) > hB<-function(x){t(h(x))%*%B} > hB(1) [,1] [1,] 7 > hB(2) [,1] [1,] 33 Sin embargo cuando intento graficar, me marca un error > y1=seq(-2,2,0.01) > plot(y1,hB(y1)) Error in t(h(x)) %*% B : non-conformable arguments Entiendo que primero evalúa en la función h y después multiplica por B y por ende hay un error en las dimensiones. Pero no se que hacer para que la función s...
2017 Apr 11
3
Uso reiterado de la funcion seq
...t;- vector('list', n) # Lista vacia en donde ubicar los "n" vectores for (i in 1:n) {   v[[i]] <- seq(x[i], len = p[i]) } # Posteriormente, ubico todos los vectores en un unico vector, por ejemplo con unlist: res <- unlist(v) 20 21 25 26 27 35 36 37 38 39 Sin embargo, el anterior bucle no es eficiente si "n" es muy grande , por lo que me pregunto si existe una forma mejor de hacerlo (quizas con lapply). Muchas gracias. F. Javier
2015 Sep 29
4
sobre fread {data.table}
Buenas tardes, intento almacenar el contenido de un archivo .docx en un data.table, pero solo me devuelve 1855 filas cuando deberñian ser 6821. Sin embargo, el mismo archivo se me descarga completo usando read_docx {qdapTools}, pero este devuelve un vector carácter y no es lo que quiero. ¿Alguien sabe donde puede estar el problema? Nota: El docx procede de un archivo .rel que descargué de internet, al cual cambié la extensión por .doc y una vez abie...
2017 Jul 21
2
impute TS y resultados en consola.
Hola estimados. Alguien ha utilizado alguna vez el paquete IMPUTE_TS? La verdad es que es bastante recomendable, sin embargo hay un tema que no he podido resolver. El programa te entrega los resultados en la consola...sin embargo, la idea es rellenar los (N.A) del dataset ORIGINAL. La pregunta es: Cómo rellenar los (N.A) del dataset original si tengo los resultados en la consola? O como llevar los resultados de la cons...
2016 May 26
2
Error en subset selection
Hola a todas, Quiero realizar un subset selection usando el paquete leaps, entre mis variables explicativas tengo rezagos de las mismas, por tanto tienen datos NA. sin embargo, al tratar de realizar cross validation me pide que los datos esten en formato data.frame con lo que me arroja un error al ejecutar el algoritmo. Mi pregunta es cómo puedo forzar en un data.frame en que tengo variables rezagadas que las tome como rezagos y no como un error del tamaño. Muchas gracia...
2015 Apr 11
2
'Nancycats' en R
...iz-Olalla <gemma.ruizolalla en gmail.com>: > > > Buenas tardes, > > > > Estamos intentando hacer un estudio sobre diversidad en gatos callejeros > > ('stray cats') de la base de datos 'nancycats' (librería 'adegenet') de > R. > > Sin embargo, no entendemos muy bien los datos. ¿Alguien puede > explicarnos a > > qué corresponde la variable respuesta? > > > > Entendemos que las filas son los 237 gatos (observaciones), y las > columnas > > se corresponden con los 9 microsatélites (¿dentro de los que hay las 17...
2016 Jun 28
2
Utilizar una application web usando R
Hola Comunidad, Estoy intentado usar una application web (http://rsscalculatorforpets.royalcanin-world.com/) con R. La idea es tener los datos en R y importalos a la applicacion web y bajar los resultados otra vez a R. Alguna idea de donde puedo encontrar informacion relacionada con este tema? Muchas gracias, Marcal Plans Pujolras UPC-ESAB. Campus del Baix Llobregat . Edifici D4. C. Esteve
2017 Jun 18
2
Problema con Histograma con porcentajes usando ggplot
...ribución de esa variable para un sólo pais Dinamarca (DK) flat_table(subset(ess, cntry %in% c("DK")), stflife, margin= "row") ## x 0 1 2 3 4 5 6 7 8 9 10 ## ## 0.33 0.27 0.47 1.33 0.93 2.87 3.67 8.20 28.40 29.53 24.00 Sin embargo al hacer un histrogama para los paises con ggplot, anda algo mal con los porcentajes. Por ejemplo sabemos que un 24 % respondió que están muy satisfechos en DK. Sin embargo los porcentajes son muy pequeños. myplot = ggplot(ess, aes (stflife)) + geom_bar(aes(y = (..count..)/sum(..count..))) +...
2020 Aug 07
0
Fixing grub/shim issue Centos 7
...am who do their best to > deliver the best possible downstream system. I raise my morning coffee mug to > your health, guys. > > Cheers, > > Niki > I can assure you .. a BUNCH of testing was done. Because of the scope of this udpate, the CentOS team was looped in during the embargo stage (we normally are not .. Red Hat Engineering got permission to make this happen for this issue). Normally we see things that are open source only .. not embargoed content. Once the embargo gets lifted, the items become open source. Kudos to the RH team for making this happen. The CentOS tea...
2014 Sep 25
1
updating for XSA-108 -
So... it is theorized that XSA-108 is why amazon is rebooting. Is there any way for me to know when this update hits CentOS5 or xen4centos6? Do we know that it is *not* included in one of the centos patches?