search for: interesed

Displaying 20 results from an estimated 76 matches for "interesed".

Did you mean: interested
2017 Oct 16
2
[Grupo de Usuarios de R de Madrid]: Próxima reunión jueves 19-octubre...
Buenas a todos, Por si hay alguno que le interese asistir y todavía no lo supiera... https://www.meetup.com/es-ES/preview/Grupo-de-Usuarios-de-R-de-Madrid/events/243927476 Gracias, Carlos Ortega www.qualityexcellence.es [[alternative HTML version deleted]]
2006 Oct 17
3
barplot question
...rplot just shows 3 names and leaves the rest out. if i could rotate the names 90 degrees, it would probably fit a lot more. or maybe i can use space to make the horizontal width longer ? I looed up ?barlot but i'm not sure. when 1st and 2nd are on the bottom, things look fine but i'm not as interesed in those 2 barplots. i didn't use any special options. i just did barplot(probsignmatrix) barplot(t(probsignmatrix)) barplot(probsignmatrix,beside=T) barplot(t(probsignmatrix),beside=T) i put probsignmatrix below in case someone wants to see what i mean because it may not be clear...
2006 Mar 07
2
How to sort execution of multiple ajax-calls
Hi, currently I execute 2-3 AJAX-Calls (located at the end of html-body) on loading the page. I run into problems now because they are executed parallel of course :) How can I garuantee that the Calls are executed when the page has loaded completely ? And, more interesing, how can I make one AJAX-Call start when the previous has completely finished ? I''ve read about Effect.Queues - is
2017 May 24
2
Interfaz gráfica para docencia
Buenas noches, tengo que hacer un curso introductorio de R para mis alumnos de Psicología. Algo muy básico que les ayude a trabajar con estadísticos sencillos. Había pensado en darles R Comander. Me surge la duda de si existe alguna otra interfaz gráfica más novedosa o que pueda serme de más utilidad para mis intereses. Muchas gracias de antemano. Un saludo [[alternative HTML version
2005 Mar 21
1
Two ISP and routing.
I think I''ve figured out the routing for multiple ISP''s and DNAT. For ths who might be interesed, I''ve uploaded some notes to: http://www.heronforge.net/redhat/node17.html Let me know of you see any errors or a better way... -- Stephen Carville <stephen@totalflood.com> Unix and Network Admin Nationwide Totalflood 6033 W. Century Blvd Los Angeles, CA 90045 310-342-3602
2007 Apr 12
1
writing a new trap handler
Hi, I looked at the pid provider''s trap handler code (usr/src/uts/sun4u/ml/trap_table.s and usr/src/uts/sun4/os/dtrace_subr.c), and try to understand how it works. Can someone point me some directions about trap handlers? I am interesed in writing a new one (like dtrace does it in pid provider with the 0x38 trap id). At first, I would be pleased if I could write a trap handler which just enters kernel mode, does nothing, than returns to userspace (I would use some unused trap identifier, for example 0x39). Peter
2005 Jul 13
1
Can I introduce sql sentences in the DialPlan (Asterisk Realtime)??
Hallo all! Know somebody, if exist Dialplan commands (specifically sql sentences) for Asterisk Realtime? For example: I have users defined in mysql database. In the dialplan, I would like to select one field of a table. select email from sip_buddies where name=200 I try to use DBget, but I have error. I think because DBget use intern Database, and can 't connect to mysql. (Sintaxis:
2020 Jan 09
1
Blocking attacks from a range of IP addresses
I have experience block DDoS atacks. Contac White me in prived. If you have intereses. El mi?., 8 ene. 2020 8:45 p. m., Keith Christian <keith1christian at gmail.com> escribi?: > On Wed, Jan 8, 2020 at 5:37 PM H <agents at meddatainc.com> wrote: > > > I am being attacked by an entire subnet where the first two parts of the > > IP address remain identical but the
2020 Feb 15
2
Colocar objeto Dates dentro de un vector.
Hola, Estoy encontrando un problema al intentar poner un objeto Dates en un vector o dataframe. Mi ejemplo # preliminares install.packages( lubridate ); library( lubridate ) v <- c(0, 0, 0) original<-c(2019,308,1700, 25) # c(año, día del año, hora, temperatura) esto sale así de un sensor de temperatura # convertimos los datos originales en algo que entienda R a <-
2007 Sep 05
1
Spawn extension (default, 1002, 2) exited non-zero on 'SIP/host-0819d0d0
Hi i generate a call from the dialplan in this mode: exten => 1002,1,Answer() exten => 1002,2,Dial(SIP/user at host) the call is generated, but after some seconds it is interrupted, here the asterisk log: *CLI> -- Executing Answer("SIP/host1-0819d0d0", "") in new stack -- Executing Dial("SIP/host1-0819d0d0", "SIP/caller at host") in new
2013 Jul 10
2
ASRock B85M Pro4 micro-ATX Motherboard Supports VT-d!!!
Hi, I have just upgraded my computer to Intel Core i5-4430 Quad Core @ 3.0 GHz (supports VT-d), ASRock B85M Pro4 micro-ATX LGA1150 motherboard (supports VT-d), 8 GB Kingston DDR3-1600 memory and Cooler Master Elite 311 ATX casing (all for SGD$501). I made my computer upgrade on Independence Day 4th July 2013. I have also flashed the UEFI BIOS of ASRock B85M Pro4 motherboard to version 1.50.
2008 Oct 10
4
xenconsole: Could not open tty `/dev/pts/5'': No such file or directory
Hi, i''m running a two dom0 nodes cluster for HA, and xen domUs running on top, currently it handles 5 domUs. The issue is that there''s a domU that can only run on one node, it''s not possible to start it on the other one. I get a ''b'' status and can''t access the console. Other domUs can start in either node and I can access their console without
2011 Jan 31
2
[LLVMdev] Official git mirroring of llvm, clang, lldb, test-suite, etc.?
...ns in the two svn repositories don't have anything to do with each other. > What I recall from previous discussions is that you are interested on > having local feature branches shared among your coworkers. That's doable > with git-svn with some constraints. Actually, I am mostly interesed in git because it makes merging in upstream code dead simple. Right now I've implemented a couple of downright scary scripts to hack a ditributed SCM module on top of Subversion. It's really about as far away from "fun" as one can get. It would be even better if LLVM had a git...
2020 Feb 17
2
Colocar objeto Dates dentro de un vector.
Carlos, muchas gracias, voy a probarlo. Pero me sigue intrigando por que no puedo ponerlo como elemento de un vector... Misterios del R. SI lo averiguo os lo digo. Jaume. El sáb., 15 feb. 2020 a las 19:08, Carlos Ortega (<cof en qualityexcellence.es>) escribió: > Hola, > > Una alternativa que te puede ayudar es enfocar el problema de esta otra > forma. > Puedes ir guardando
2019 Jul 12
2
Problem after upgrading to Debian 10
Excuse me if I bother you, but I badly need help. Let me describe the situation. In my network there is a group of Windows boxes in a Windows domain (THE_DOMAIN), three computers with Debian 9.x not linked to the domain (in a workgroup named TECHNOLOGY, and the parameter security=user) one of which I use, and other three computers with Debian 7.x in another workgroup (and security=share, so no
2017 May 24
2
Interfaz gráfica para docencia
DeduceR es mas intuitivo que Rconander. Espero que te ayude! Xavier El 24 may. 2017 9:17, <miguel.angel.rodriguez.muinos en sergas.es> escribió: > Hola Eduardo. > > Creo que RCommander es un buen entorno gráfico para empezar con R (y en tu > escenario te resultará muy útil) > > Te recomiendo que uses el plugin EZR (Easy R) para ampliar la > funcionalidad de
2010 Nov 18
1
ctdb: Strange behaviour after upgrade
Hi, last weekend I've updated samba and ctdb on my 2-node cluster. Samba is now on 3.5.6 (from 3.3.4), ctdb on 1.0.114 (from 1.0.84). Both installed from repo via yum and ctdb-packages. After restarting both nodes everything was fine, we could access files on the cluster. On monday I noticed that the nodes didn't had their initial adresses: Node 1: hostname dscln01, public IP
2005 Sep 21
2
Result Documents XML or JSON?
My Java servlets can generate both JavaScript objects, like JSON, and XML. I can generate both pretty easily. What''s best practice for AJAX responses? Return scripts to be evaled by the Ajax control, or return XML documents and iterate them using XML DOM? Thanks. -- Alan Gutierrez - alan@engrm.com - http://engrm.com/blogometer/index.html -
2005 Dec 16
1
Ghost 8.0 Clone Filesystem with ext3 (remove resize_inode and ext_attr features)
I've Found a page with interesing discussion about images backup http://forums.fedoraforum.org/archive/index.php/t-28255.html This give a "dirty" solucion for remove special thing of ext3 (Selinux remove resize_inode and ext_attr features) witch cause the error in ghost. I hope somebody help with the problem of norton ghost and clone centos 4. :) ----------- sfabkk 2005-07-11,
2020 Feb 24
2
Colocar objeto Dates dentro de un vector.
Muchas gracias, Probaré eso también y ya os cuento. Jaume. El lun., 17 feb. 2020 a las 22:10, Javier Marcuzzi (< javier.ruben.marcuzzi en gmail.com>) escribió: > Estimado Jaume Tormo > > En lo personal yo utilizo un enfoque como el que comenta Carlos Ortega, se > me ocurre que posiblemente funcione si a su código le coloca algo de > formato, me refiero a esta forma: >