search for: componenents

Displaying 15 results from an estimated 15 matches for "componenents".

Did you mean: componenets
2017 Aug 14
2
Promedio elementos vector
Buenas noches estimados colegas: Adjunto la matriz,de la que quiero obtener, los promedios de cada elemento de los vectores que la componen. Me explico, el primer vector, tiene como primer elemento 23 y la suma de todos los elementos es 134; por lo tanto el promedio será 0.1716, el segundo elemento de dicho vector es 20, entonces el promedio sería 0.1492, del tercero el promedio es 0.1343 y así
2020 Oct 09
2
llvmbuildectomy
Hi Folks, Although LLVM now relies on cmake for its build configuration, it still calls an external Python script, namely llvm-build, to manage component dependecies, activation or deactivation of target componenents and generating description for llvm-config. This system is documented in http://llvm.org/docs/CommandGuide/llvm-build.html and https://llvm.org/docs/LLVMBuild.html. Several features of the system are either undocumented, obsolete or redundant with the cmake description (sometimes all at once!). F...
2006 Aug 08
2
"include DRbUndumped" error
Hi, I am getting my hands on trying the cool BackgrounDrb plugin. Following various discussions and suggestsion, I included "include DRbUndumped" in my ActiveRecord model. However, the following exception occurs after I tried this and hit the page that uses this model. Does anyone know why this is so? Is it possible that an object cannot be DRbUndumped (that would mean, we
2020 Nov 13
0
llvmbuildectomy
...0 at 6:51 PM Serge Guelton <sguelton at redhat.com> wrote: > Hi Folks, > > Although LLVM now relies on cmake for its build configuration, it still > calls an > external Python script, namely llvm-build, to manage component dependecies, > activation or deactivation of target componenents and generating > description for > llvm-config. > > This system is documented in > http://llvm.org/docs/CommandGuide/llvm-build.html > and https://llvm.org/docs/LLVMBuild.html. > > Several features of the system are either undocumented, obsolete or > redundant > with t...
2013 Dec 06
1
mapas de OpenStreetMap
Hola a Todos En la ayuda del paquete OpenStreetMap hay diferentes formas de obtener y trabajar con mapas desde diversos servidores, pero todas desde una conexion online. Mi pregunta es si alguien conoce una forma de leer un archivo .osm desde un directorio local ?. Muchas gracias de antemano. ortiz -- Este mensaje le ha llegado mediante el servicio de correo electronico que ofrece Infomed
2016 Jul 16
0
new user introduction, and a few questions
kendell clark schreef op 16-07-2016 9:31: > hi all > My name is Kendell Clark, and I've just subscribed to this list. I > thought I'd write this email to introduce myself, and ask a couple of > questions about configuring samba. I'm a co developer of a linux > distribution for the visually impaired and disabled called Sonar GNU > linux, which you can learn more about
2013 Nov 23
1
ggplot o lattice contra graficar de manera clasica.
Hola, ¿qué tal? Yo suelo utilizar los gráficos básicos de R para hacer gráficos rápidos y, digámoslo así, para uso personal. Sin embargo, para crear gráficos para terceros con un poco más de "calidad" me decanto por ggplot2 (y sé que muchos otros usan lattice con el mismo fin e idénticos resultados). Un recurso fundamental (para mí) de ggplot2 (y lattice) es el de las
2016 Jul 16
7
new user introduction, and a few questions
hi all My name is Kendell Clark, and I've just subscribed to this list. I thought I'd write this email to introduce myself, and ask a couple of questions about configuring samba. I'm a co developer of a linux distribution for the visually impaired and disabled called Sonar GNU linux, which you can learn more about at http://www.sonargnulinux.com. I've been struggling to come up
2016 Jul 17
0
new user introduction, and a few questions
hi Not just yet. I've set up a windows 10 instance on my desktop to test with. It's not activated so I've got a month to test, will probably only keep it around a couple of days. How is windows doing this? When I go to connect to mellisa's computer which is running windows 7, even with the workgroup name changed from the default windows finds it and connects. I try the same
2016 Jul 17
1
new user introduction, and a few questions
hi Basically I'm trying to come up with a default config file that will allow people to access their stuff that reside on windows computers, macs or linux computers from across the network. I know windows uses the "WORKGROUP" name by default unless you change it, but one thing I've noticed is that samba can't simply query windows for the info it needs, it has to be set
2007 Nov 15
3
kalman filter estimation
Hi, Following convention below: y(t) = Ax(t)+Bu(t)+eps(t) # observation eq x(t) = Cx(t-1)+Du(t)+eta(t) # state eq I modified the following routine (which I copied from: http://www.stat.pitt.edu/stoffer/tsa2/Rcode/Kall.R) to accommodate u(t), an exogenous input to the system. for (i in 2:N){ xp[[i]]=C%*%xf[[i-1]] Pp[[i]]=C%*%Pf[[i-1]]%*%t(C)+Q siginv=A[[i]]%*%Pp[[i]]%*%t(A[[i]])+R
2016 Jul 17
0
new user introduction, and a few questions
hi Completely agree about windows. From what I'm hearing on this list there's no "default" file that will do what I want? If I'm understanding this right it's not how samba is configured so much as it is what the gui tools will let me do? I use the mate desktop, with the caja file manager and it's caja share extension. I've tried a few things, connecting to
2016 Jul 17
0
new user introduction, and a few questions
hi Ok, this is odd. Samba now works. I went to smb://blackfang, samba prompted me for my user name and password, and then connected. There was an smbclient update, and that must've fixed it because before that it wouldn't work. My final question is printer sharing. Is it simple to set up printer sharing where a printer is installed on a windows machine and shared across the network and if
2016 Jul 17
4
new user introduction, and a few questions
hi Ok, I've now got more info. Doing smbclient -L blackfang returns the following error. unknown name switch type dns. session setup failed. NT_STATUS_LOGON_FAILURE. This is frustrating. Isn't this supposed to work regardless of whether I have an account on the machine I'm trying to connect to? Hear's what I'm trying to do. I'm basically trying to configure samba, however I
2016 May 10
2
Codificacion de caracteres
Hola Javier: Me alegra saber que no soy el único cenutrio que se ha topado con esto. ? Se trata de un proceso de R que extrae datos de un fichero px descargado del INE y que contiene datos a nivel de municipio y de Comunidad Autónoma (que intento eliminar) antes de hacer la carga en el SQL Server porque solo me interesan las provincias. La BD no es ningún problema (el error se produce al tratar