search for: nube

Displaying 20 results from an estimated 54 matches for "nube".

Did you mean: cube
2020 Mar 31
2
Etiquetas en ggplot2
Buenos días, mi consulta es cómo poner etiquetas con las referencias en una gráfica con varias lineas. Cada Línea es un modelo lineal de una nube y quisiera que la etiqueta mostrar el símbolo de la nube. Estoy usando gglot adjunto la sentencia de la etiqueta para la nube Branch que tiene shape=3 como forma de los datos. predlm3<-lm() geom_point(aes(x=años ,y = Branch ),shape=3) + geom_line(aes(x=años,y = predlm3), size = 1, line...
2017 Apr 05
2
Servicios en la nube
Buenas, me gustaría saber su experiencia sobre servicios en la nube. Se que hay varios que usan los servicios de MS Azure. Tengo una duda respecto a eso, funciona como una maquina virtual, no? Lo que significa que para correr procesos debo estar conectado a la maquina, o puedo dejar corriendo procesos en segundo plano y volver luego para ver el resultado. Salu...
2009 Jul 04
1
De que otra forma se puede hacer
...2-3 A-B B C E F 3-5 B B-C C D E 5-6 C C-D D D D >6 C D D D D clasatm<- function(nivel, velviento) { if (velviento < 2) { { switch(nivel, fuerte = "A", moderado = "B", leve = "B", nubes= "E", claro = "F" ) } } else if ((velviento >= 2)&(velviento<3)) { { switch(nivel, fuerte = "B", moderado = "B", leve = "C", nubes = "E",...
2006 Mar 27
2
Form Validation with 2 models on form. Nubee Question
I have one form in which i enter Person data and Employee Data. A Person and Employee model are used. I am using a legacy schema, so this is forced. How do i use save the data while using rails form validation?? I only want both models to save if they both save. Controller : This odviously doesnt work: def create_employee_and_person employee = Employee.new(params[:employee]) person =
2014 Feb 06
2
Consulta spplot
.... Mi pregunta es la siguiente,¿es posible visualizar la leyenda de cada una de las capas? Actualmente solo visualizo la de la capa base, el mdt. base<-spplot(mdt,col.regions=colMDT, at=pMDT,main=paste(idx[1]), par.settings = list(panel.background=list(col="aquamarine"))) nubes<- spplot(n[[1]],col.regions=colsN, at=pN) preci <- spplot(p[[1]],col.regions=colsP, at=pP) png(paste("precipitacion.png",sep=""),width=600, height=600,bg="white") print(base+nubes+preci) dev.off() Esto sería un ejemplo de lo que hago: https://drive....
2006 May 03
1
Nubee Fixtures + Tests problem
According to the book, @timesheets["first_timesheet"] should be accesible from within my functional test, but its not! Timesheets.yml : first_timesheet: status: 2 start_date: 2006-04-24 cost: 10 employee: 444 id: 10683 charge: 20 My Test : class AdminTimesheetsControllerTest < Test::Unit::TestCase fixtures :timesheets def test_viewTimesheet get
2006 May 09
3
"ActiveRecord::Base.connection.execute" nubee problem
Is there any way of executing a full sql script, and not just one statement? You can do this: ActiveRecord::Base.connection.execute("insert into batches (name) values ''name''") but not this: ActiveRecord::Base.connection.execute("insert into batches (name) values ''name''; "insert into batches (name) values
2006 Apr 04
4
Cannot upgrade rails to 1.1, only 1.0. Nubee. Please help
I''ve used putty to SSH in to our solaris system as root: Here is what happens when i try to install rails: # gem install rails -include-dependencies -p http://saiproxy:3128 Attempting local installation of ''rails'' Local gem file not found: rails*.gem Attempting remote installation of ''rails'' Successfully installed rails-1.0.0 So my question is why
2008 Jul 11
2
Horribly Nube ?
You gotta start somewhere I figure. I am enjoying wine 1.1.0 and have used it on and off mostly off for several years. Now I am getting serious and I haven't figured out the documentaiton. I got some bad advice from old docs which discouraged me. Anyway, where does one put the "native" dll's from one's windows installation? I know how to use winecfg to activate them and
2006 Apr 27
6
Functional Test Problem. Nubee, please help
ALl my controllers require the user to be logged in. SO they will be redirected to my "login" controller. How do i login first in a functional test? Im assuming i use the setup method to login the controller. This is the setup method for the Activities controller functional test: def setup @controller = ActivitiesController.new @request =
2006 Mar 16
10
Nubee Callbacks problem
I never want to alter a model(row). When a model has been changed i want a new copy to be created. What is the best way to implement this? I think using callbacks might be the answer. So model.save will create a new row, and leave the old one unchanged. Any ideas? I can easily implement this in the controller but i''d rather it be done transparently. Also errors should be passed back
2007 Sep 06
1
semi-nube help request
just to show i''m not a complete dork: i receive emails from the list through gmail and i''ve already searched for the answer to this problem and since i''ve been a member i''ve not received an email about it. Google search results are mixed at best. so this is my problem: i have a form: <div id="container"
2016 Feb 07
5
Nube question: where is chan_sip.so?
I am having real trouble getting started. A definitive "hello world" is certainly missing from the official site and the ones out there are dated or broken. I am beginning to think something went wrong with the install. It was a fresh install of an Ubuntu server, and a fresh install of 13.7.0 - Should be Okay no? A question. Am I expecting to find chan_sip.so in
2005 Aug 20
2
Install help on proliant 8500 please..
...ems are something about usb ports (no usb on this or the other server), i then tried fedora core 3 for just a test and it stalled like centos but on the ide/floppy line, i would really like to get centos 4.1 installed on this machine so any help/insight would really be appreciated,,, chuck, a semi nube and a full webslave
2017 May 03
4
Cálculo de splines racionales no uniformes o NURBS (non-uniform rational B-spline)
...que me convenza y finalmente, hoy, he empezado a trabajar este asunto en MATLAB (la última vez que había usado este programa fue en 1999). ¿Alguno de vosotros ha trabajado en R? ¿Podríais hacerme alguna recomendación de funciones o librerías a probar? Lo que querría es: 1. Calcular el NURBS de una nube de puntos. 2. Determinar las distancias mínimas de otros puntos a la superficie NURBS creada. saludos y muchas gracias, Fernando [[alternative HTML version deleted]]
2012 Dec 13
2
Tamaño de la matriz de términos y memoria. Paquete TM
...dtm <- DocumentTermMatrix(corpus) inspect(dtm[1000:1005,1000:1005]) # Términos con frecuencia mínima igual a 30: findFreqTerms(dtm, lowfreq=30) # remueve términos con baja frecuencia inspect(removeSparseTerms(dtm, 0.4)) # nube de palabras m <- as.matrix(dtm) v <- sort(rowSums(m),decreasing=TRUE) df <- data.frame(word = names(v),freq=v) wordcloud(df$word,df$freq,min.freq=30) Y obtengo un error en m <- as.matrix(dtm): "Error: no se puede ubicar un vector...
2003 Feb 06
3
Win98 policies,profiles and logon scripts
I am running Samba 2.2.3a and have my users logging into the 'samba domain'. My WinNT and WinXP users are working fine with roaming profiles and policies. My problem is my Win98 users. The logon script doesn't seem to be working, i.e. when I log onto a Win98 machine (logging into the domain), the logon script doesn't run. I have opened up the permissions to the logon script
2009 Mar 03
2
Misys Tiger with Wine 1.01
Fellow Winos: I am a nubee to Wine. I am using Ubuntu 8.10 with Wine from the repository, which is 1.01. I have a business program that is used to connect a windows PC to an AIX server in our office. So it is basically an emulator. the program is called Misys Tiger. I am able to install the program without difficulty,...
2006 Jun 01
5
RAD RAILS Problem. Wont start! Linux nubee
Hi I''ve just installed SUSE linux, downloaded RADRAILS, and extracted it to /home/myname/bin/radrails. When i try to run it i get the red radrails logo and then it gives me an error and stops loading. Its my first day using Linux, previously i have used windows, so any help is greately appreciated. Here is the log file with the errors in it : chrisr@s213:~> cat
2015 Oct 14
0
custom port in cwrsync gui client for windows
...Civil >>> Ing. Richard Couture >>> Novell CNE, ECNE, MCNE >>> HP/Compaq ASE >>> Tel.: (+52) (333) 145-2638 >>> Cel.: (+52) (044) 333 377-7505 >>> Web: http://www.LinuxCabal.org >>> E-Mail: rrc at linuxcabal.org >>> Hosted en la nube Cloud Sigma - www.CloudSigma.com >>> >>> AVISO DE CONFIDENCIALIDAD: Este correo electrónico, incluyendo en su >>> caso, >>> los archivos adjuntos al mismo, pueden contener información de carácter >>> confidencial y/o privilegiada, y se envían a la atenci...