Displaying 20 results from an estimated 31 matches for "jaras".
Did you mean:
paras
2019 Feb 12
3
Grafico barras
Buenas , alguien sabe como puedo mostrar solo los 5 valores mas altos en un
gráfico de barras en R, hasta ahora he hecho:
ggplot(data=df_nuevo, aes(x=District, y=N)) + geom_bar(stat="identity")
Muchas gracias
[[alternative HTML version deleted]]
2019 Feb 16
4
Duda error sintaxis
Buenas tardes chicos, estoy intentando hacer un gráfico que resuma para
cada dia de la semana la información de algunos distritos específicos de
los que contiene mi variable, ejecuto esta sintaxis pero me da un error
Error: Mapping should be created with `aes() or `aes_()`.
Alguien me puede orientar sobre que estoy haciendo mal, llevo mucho rato
atascada.
Muchas gracias
df_nuevofinal %>%
2019 Feb 12
4
Consulta Fecha R
Buenos días , por favor alguien me puede ayudar
necesito separar en tres columnas una columna fecha que viene en el
siguiente formato (01/01/1983)
Muchas gracias
Saludos
[[alternative HTML version deleted]]
2015 Jul 28
0
[LLVMdev] Purpose of LLVM_ENABLE_LIBCXX and LLVM_ENABLE_LIBCXXABI
Hi Michael,
I am wondering about the meaning of the cmake flags LLVM_ENABLE_LIBCXX and
> LLVM_ENABLE_LIBCXXABI. Are they used to indicate that if the C/C++ compiler
> for building LLVM is clang, and if this clang has support for libc++ with
> libc++Abi, that both lib++ and libc++abi should be used (instead of linking
> to the default, which at least on Linux is libstdc++)?
Yes that
2003 Jan 08
7
ping from local to net
I try to do ping between my local network and Internet and i can''t do
it, in my policy I have:
loc net ACCEPT info
loc fw ACCEPT
loc dmz ACCEPT info
fw loc ACCEPT
fw net ACCEPT info
fw dmz
2015 Jul 28
6
[LLVMdev] Purpose of LLVM_ENABLE_LIBCXX and LLVM_ENABLE_LIBCXXABI
Hi,
I am wondering about the meaning of the cmake flags LLVM_ENABLE_LIBCXX and LLVM_ENABLE_LIBCXXABI. Are they used to indicate that if the C/C++ compiler for building LLVM is clang, and if this clang has support for libc++ with libc++Abi, that both lib++ and libc++abi should be used (instead of linking to the default, which at least on Linux is libstdc++)? If not, what is the canonical way of
2003 Jan 08
0
SV: SV: SV: ping from local to net
What is the output of your logfile when you try to ping a public ip?
Besides, you should change your internal ip addresses to private
addresses (rfc 1918):
10.0.0.0 - 10.255.255.255 (10/8 prefix)
172.16.0.0 - 172.31.255.255 (172.16/12 prefix)
192.168.0.0 - 192.168.255.255 (192.168/16 prefix)
best regards,
Kenneth.
-----Opprinnelig melding-----
Fra: Marta
2019 Feb 04
2
Ayuda con calculo de variables / transponer R
Buenas tardes, tengo dudas con el siguiente ejercicio que me han propuesto
en un curso, no se si alguien podria indicarme como abordarlo, soy nueva en
R y agradezco mucho su ayuda
Identi car cuales son las variables que están contenidas en
el data.frame. A continuación, transformar ese data.frame para que
cada columna represente cada una de las variables. Usar los nombres
Date, District y N.
2015 Jul 28
1
[LLVMdev] Purpose of LLVM_ENABLE_LIBCXX and LLVM_ENABLE_LIBCXXABI
Also please note that there is a description of each option in the
CMakeLists.txt :)
llvm/trunk/CMakeLists.txt
option(LLVM_ENABLE_MODULES "Compile with C++ modules enabled." OFF)
option(LLVM_ENABLE_CXX1Y "Compile with C++1y enabled." OFF)
option(LLVM_ENABLE_LIBCXX "Use libc++ if available." OFF)
option(LLVM_ENABLE_LIBCXXABI "Use libc++abi when using
2012 Oct 15
2
[LLVMdev] Alternate instruction encoding for subtargets
Hello,
I have a compiler in LLVM 2.9 for the KCPM3 processor. I'd like to
create a subtarget for the new cpu version called KCPSM6. Besides a
couple of new instructions which are not important at the moment, the
KCPSM6 cpu has different instruction opcodes. Semantically the
instructions are the same, hence I'd like to keep all the lowering and
pattern matching stuff unmodified
For
2013 Apr 29
2
last login timestamp
Hello, I am settiing up a dovecot (imap, pop, sieve, lda) + openldap
infrastructure. I need to store the timestamp of the last login of each
user in an attribute of its corresponding ldap object. I could not find
a way of doing this through configuration options so I am thinking of
coding this task into the dovecot-auth source code, maybe in the
passdb-ldap.c file. What do you recomend about this?
2010 Aug 30
3
Decent How-To now on the wiki for setting up Transport Layer Security
Hi all,
For anyone that's interested in setting up TLS with libvirt, but hasn't
gotten around to it yet, there's a decent guide on the wiki now:
http://wiki.libvirt.org/page/TLSSetup
It's user focused (ie SysAdmin's), and has lots of pics explaining
concepts, plus shows what needs to be done, and shows how to do it.
Please note, it doesn't cover SASL, it's just
2006 Dec 07
0
Rmpi help
Hi team,
I am beginning on R and I try to install Rmpi library and I have problems, I have installed LAM-MPI on Rocks;
[rcnavarro at hpc-cip ~]$ laminfo
LAM/MPI: 7.1.1
Prefix: /opt/lam/gnu
Architecture: x86_64-unknown-linux-gnu
Configured by: root
Configured on: Wed Oct 19 18:12:25 EDT 2005
Configure host: rocks-156.sdsc.edu
Memory
2003 Jan 16
3
Jan 16 17:49:33 murowall kernel: Shorewall:loc2net:CONTINUE:IN=eth0 OUT=eth2 SRC Shorewall:FORWARD:REJECT:IN=eth0 OUT=eth2
I have the problem when my localnetwork do telnet to the net
Shorewall:FORWARD:REJECT:IN=eth0 OUT=eth2
my files are the following:
policy
#SOURCE DEST POLICY LOG LEVEL LIMIT:BURST
loc net CONTINUE info
loc fw ACCEPT info
loc loc ACCEPT
loc dmz ACCEPT info
fw
2011 Jun 08
0
[LLVMdev] change program names (configure --program-prefix=xxx)
Hi,
is it possible to change names of LLVM programs?
Something like in gcc's configure --program-prefix=xxx
e.g llvm-dis -> xxx-llvm-dis, clang -> xxx-clang, opt -> xxx-opt
I'd like to have this (or equivalent) so that I can customize
cross-toolchain program names according to the target architecture.
Thanks,
Jara
--
Space--the final frontier!
2006 May 12
0
New CRAN package "DPpackage"
Dear List,
I am pleased to announce the release of version 1.0.0 of DPpackage on
CRAN.
DPpackage covers some important models using Dirichlet process priors.
The package includes:
Semiparametric Bernoulli regression
Semiparametric Density estimation
Semiparametric Linear mixed models
Semiparametric Generalized linear mixed models
Semiparametric AFT model for interval-censored data
I
2004 Jun 17
0
2D Kolmogorov-Smirnov test: solution
Hi - A little while ago I posted a question about the implementation of
a two-dimensional analog of the Kolmogorov-Smirnov test in R[1][2]. As
there isn't one, as far as I know, people might be interested in a very
fast C++ implementation called MUAC which is available as a function
and as a standalone program from
http://www.acooke.org/jara/muac/index.html. Apparently the code is
2004 Aug 07
0
improve energy levels
speelser thyat tomkwong_slaptm
bas
p_harm from u`s.a & 0ve'rnight deliv~er
http://www.welcome2your-rxworld.com
Slowly he ascended, this time to a height of nearly twenty feet
-----Original Message-----
From: Val Boyd [mailto:cbwwbyywr at in.com]
To: frankie gamboa; loren silvers; jamey reven; monroe jara; esteban mazar
Sent: Saturday, October, 2004 11:51 AM
Subject: improve
2002 Apr 05
0
SecurID authentication
The integration of support for ACE/Server 5.x is done.
You can test it.
Patch and documentation available at:
http://sweb.cz/v_t_m/
VT
______________________________________________________________________
Reklama:
Jaro prichazi .... Prazske jaro 2002 zahajuje 12. kvetna. Vstupenky jiz od 100,- Kc v pokladnach Ticketpro, Rudolfina a Prazskeho jara. Vice na http://www.festival.cz
2013 Jun 05
1
Error: Threading lost Message ID
Hello everyone,
I have just put in production dovecot imap and pop3 in replacement of
courier in a setup of 700 accounts aprox. Dovecot release running is
1.2.16 in a Linux CentOS 5.8.
Seems like some accounts are having problems dealing with message
threading, as I read lines like this one in my logs:
IMAP(some_user): Error: Threading lost Message ID
...and some of those accounts cannot