search for: interese

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

Did you mean: interest
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 clea...
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
...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 deleted]]
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 ident...
2020 Feb 15
2
Colocar objeto Dates dentro de un vector.
...un elemento de un vector me da un error v[1] <- fecha.b Me da cosas parecidas si intento asignar un lugar en un dataframe, Entiendo que as.Date convierte la fecha en algo que tiene más de un elemento ¿Puede ser eso? Si es así ¿Cómo veo lo que hay dentro del objeto para sacar solo lo que me interese? Muchas gracias. -- Jaume Tormo. https://es.linkedin.com/in/jaumetormo https://acercad.wordpress.com/ [[alternative HTML version deleted]]
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.
...[1] <- fecha.b >> Me da cosas parecidas si intento asignar un lugar en un dataframe, >> >> Entiendo que as.Date convierte la fecha en algo que tiene más de un >> elemento ¿Puede ser eso? Si es así ¿Cómo veo lo que hay dentro del objeto >> para sacar solo lo que me interese? >> >> Muchas gracias. >> >> -- >> Jaume Tormo. >> https://es.linkedin.com/in/jaumetormo >> https://acercad.wordpress.com/ >> >> [[alternative HTML version deleted]] >> >> _______________________________________________ >&...
2019 Jul 12
2
Problem after upgrading to Debian 10
...to allow user 'guest account' to print ; guest ok = no ; writeable = no printable = yes [compartido] comment = Lo que comparte Desarrollo path = /Compartido writeable = no browseable = yes guest ok = yes -- M.Sc. Alberto Garc?a Fumero Usuario Linux 97 138, registrado 10/12/1998 http://interese.cubava.cu No son las horas que pones en tu trabajo lo que cuenta, sino el trabajo que pones en esas horas.
2017 May 24
2
Interfaz gráfica para docencia
...uctorio 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 deleted]] > > > > > > _______________________________________________ > R-help-es mailing list > R-help-es en r-project.org<mailto:R-help-es en r-project.or...
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.
...cidas si intento asignar un lugar en un dataframe, >> >> >> >> Entiendo que as.Date convierte la fecha en algo que tiene más de un >> >> elemento ¿Puede ser eso? Si es así ¿Cómo veo lo que hay dentro del >> objeto >> >> para sacar solo lo que me interese? >> >> >> >> Muchas gracias. >> >> >> >> -- >> >> Jaume Tormo. >> >> https://es.linkedin.com/in/jaumetormo >> >> https://acercad.wordpress.com/ >> >> >> >> [[alternative HTML version...