Displaying 20 results from an estimated 2169 matches for "jorges".
Did you mean:
jorge
2011 Nov 15
2
[LLVMdev] Pass options to the linker
Hi all,
I'm trying to use the PPL (Parma Polyhedra Library,
bugseng.com/products/ppl) in one of my LLVM passes getting the error:
> Error opening
> '/home/jorge/SvnReps/Systems/llvm/build/Debug+Asserts/lib/MyAnalysis.so':
> /home/jorge/SvnReps/Systems/llvm/build/Debug+Asserts/lib/MyAnalysis.so:
> undefined symbol: _ZNK23Parma_Polyhedra_Library13PIP_Tree_Node2OKEv
>
2011 Nov 15
1
[LLVMdev] Pass options to the linker
On Tuesday, November 15, 2011 at 10:11:25 (+0100), Duncan Sands wrote:
>> Hi Jorge,
>>
>> > I'm trying to use the PPL (Parma Polyhedra Library,
>> > bugseng.com/products/ppl) in one of my LLVM passes getting the error:
>> >
>> >> Error opening
>> >> '/home/jorge/SvnReps/Systems/llvm/build/Debug+Asserts/lib/MyAnalysis.so':
2011 Nov 15
0
[LLVMdev] Pass options to the linker
Hi Jorge,
> I'm trying to use the PPL (Parma Polyhedra Library,
> bugseng.com/products/ppl) in one of my LLVM passes getting the error:
>
>> Error opening
>> '/home/jorge/SvnReps/Systems/llvm/build/Debug+Asserts/lib/MyAnalysis.so':
>> /home/jorge/SvnReps/Systems/llvm/build/Debug+Asserts/lib/MyAnalysis.so:
>> undefined symbol:
2014 Oct 13
4
Compile dovecot with sieve/managesieve support
I see,
If i need anything else i'll post,
Thanks,
> -----Original Message-----
> From: Larry Rosenman [mailto:larryrtx at gmail.com]
> Sent: segunda-feira, 13 de Outubro de 2014 21:05
> To: Jorge Bastos
> Subject: Re: Compile dovecot with sieve/managesieve support
>
> Pigeonhole does ManageSieve as well......
>
> On 10/13/14, Jorge Bastos <mysql.jorge at
2013 Aug 25
3
Rodondeo de una matriz
Gracias, Jorge. Y cual fue la solucion a la que llegaron? --JIV
Sent from my phone. Please excuse my brevity and misspelling.
On Aug 25, 2013, at 8:36 AM, Jorge Ayuso Rejas <jayusor@gmail.com> wrote:
Esto lo hice yo en una práctica en la universidad,
Definíamos un problema de optimización entera minimizando el error de
redondeo y restringiendo a la suma de filas y columnas.
El 23 de
2002 Mar 04
3
Fwd: Samba connections
I havent got an answer for this question on netfilter list, maybe you can
help me.
thnx in advance!
Jorge S.
---------- Forwarded Message ----------
Subject: Samba connections
Date: Fri, 1 Mar 2002 11:55:25 -0500
From: Jorge Sarmiento <jsarmiento@ccom.org>
To: netfilter@lists.samba.org
I have a Linux Samba server with the INPUT chain in DROP, and the following
ports accepted: 137,
2014 Dec 09
3
Optimizar paste0()?
Gracias, Javier.
Los datos "d" corresponden un archivo de texto de ~1.92GB. Voy a explorar
la posibilidad con sqldf, aunque confieso que mi conocimiento de SQL es
bastante limitado.
Saludos cordiales,
Jorge.-
2014-12-09 23:50 GMT+11:00 "Marcuzzi, Javier Rubén" <
javier.ruben.marcuzzi en gmail.com>:
> Estimado Jorge Velez
>
> ¿Que pasa si usa sqldf que
1997 Dec 04
11
/etc/passwd - Domain Controller Synchronization
Hello,
I don't know much about Samba so forgive me if this is a stupid question.
I'm currently working on a project for a client that relies on Unix machines
for their main applications. Access to Unix applications is done through
terminal emulation (vt 100) on Windows PCs.
We are implementing a Windows NT network for file an print sharing and to
support SMS. One of the goals of the
2010 Jul 27
6
Eval() or parse() do not work inside function
I am writing a function where the arguments are names of objects or variable
names in a data frame. To convert the strings to the objects I am using
eval(parse(text=name)):
f.graph.two.vbs<-function(dataname,v1){
val<-paste(dataname,v1,sep="$")
val<-eval(parse(text=val))
val
}
However running this returns an error:
2005 Apr 20
7
A question about function behavior
Hello,
I have been trying to figure this one out, but don't seem to go
anywhere. I have a function like this:
a = function(t) {
max(0,t+1)
}
very simple, but if I pass a vector of n values to this function I
expect n evaluations of max and instead I get only one value (the
largest value of them all..). Is there anyway to do this without
invoking a for loop?
thanks,
Jorge
2013 Dec 03
5
seleccionar columnas de un dataframe mediante variables
Buenos días a todos:
Para empezar, y como este es mi primer mensaje a la lista, me
presentaré. Mi nombre es Jorge Tornero y trabajo en el Instituto Español
de Oceanografía como Ayudante de Investigación. No soy usuario habitual
de R pero estoy tomando contacto con él de cara a un proyecto en el que
ando involucrado.
Mi consulta es:
Me interesaría poder seleccionar columnas de un dataframe,
2005 Sep 06
6
strange behavior of acts_as_taggable
I was testing my models with this new library and I got:
>> s.tag "warp"
ActiveRecord::StatementInvalid: ERROR: inserción o actualización en la tabla
«tags_stories» viola la llave foránea «tags_stories_story_id_fkey»
DETAIL: La llave (story_id)=(8) no está presente en la tabla «stories».
: INSERT INTO tags_stories ("tag_id", "story_id") VALUES
2011 Apr 01
4
Rexcel path problem
...part shows the error message form the
R console.
It seems that Excel is opening the R console without any problems.
The problem I am seeing is that Rinterface.RRun instruction is
interpreting the "\T" part of the path as an R command. It does not
recognize the "X:\Trading\Energy\JorgeSpace\TMPholder\cpixe\home
models\" as a one single string, or path.
Any ideas how can I fix the problem?
Thanks ,'
Jorge
VB code
Sub tester()
Rinterface.StartRServer
Rinterface.RRun
("source('X:\Trading\Energy\JorgeSpace\TMPholder\cpixe\home
models\toto.R')&qu...
2014 Dec 09
3
Optimizar paste0()?
Hola,
Otra forma, quizás algo más rápida, especialmente para unos conjuntos tan
grandes, que la de sqldf es "data.table":
library(data.table)
x <- 1:3
y <- 4:6
d <- data.table(x, y)
d[,z := paste(x,"-",y,sep="")]
> d
x y z
1: 1 4 1-4
2: 2 5 2-5
3: 3 6 3-6
Y bueno, "dplyr" también es otra opción muy rápida...
También, y recuerdo que hace
2015 Jul 05
2
Problema con loop
Hola Jorge.
Usando sapply mejoró un poco pero no demasiado en realidad.
Una vez lo estuve relojeando a mclapply (y otras funciones de ese paquete),
pero no probé mas allá de algunos ejemplos. Voy a terminar este trabajo y
lo pruebo, ya te contaré cuanto mejoró.
Un abrazo y gracias nuevamente!
El 5 de julio de 2015, 11:27, Jorge I Velez <jorgeivanvelez en gmail.com>
escribió:
> De
2015 Apr 07
2
Informes periódicos con R
Hola Jorge
Perdona que sea tan pesado, pero no encuentro el fichero docx. Tampoco me
manejo muy bien con RStudio.
He insertado lo que me has dicho; pero solo tengo en la pantalla la opción
“Knit HTML” y siempre me genera un HTML.
He instalado “pander” pero no obtengo el docx
Gracias
Jesús
De: Jorge I Velez [mailto:jorgeivanvelez en gmail.com]
Enviado el: martes, 07 de abril de 2015
2008 Jul 23
3
Constrained coefficients in lm (correction)
Dear list,
In my previous email, the model I'd like to estimate is
rea=a*st+b*mod+error, where a+b=1 and a,b>0. My apologies for the
misunderstanding.
Thanks for all your help,
Jorge
On Wed, Jul 23, 2008 at 3:35 PM, Jorge Ivan Velez <jorgeivanvelez@gmail.com>
wrote:
>
> Dear list,
>
> I have a data set which looks like myDF (see below) and I'd like to
>
2017 Oct 23
2
master/master replications v. 2.2.32
Hi, in the past I set up a master/master replication through TCP using
dovecot 2.2.10 on both servers and everything is running fine, I filter the
users to replicate using the iterate_query on file dovecot-sql.con.ext; now
I want to set up a new replication between two new servers running dovecot
2.2.32 but the replicator service tries to replicate every user on my
database even when the
2008 Jul 07
5
question on lm or glm matrix of coeficients X test data terms
Hi,
is there an easy way to get the calculated weights in a regression equation?
for e.g.
if my model has 2 variables 1 and 2 with coefficient .05 and .6
how can I get the computed values for a test dataset for each coefficient?
data
var1,var2
10,100
so I want to get .5, 60 back in a vector. This is a one row example but I would want to get a matrix of multiplied out coefficients
2014 Mar 12
2
Lectura de texto
Hola Jorge,
Algo pasa con el fichero...
He abierto el link de Dropbox, y he salvado el texto como "txt.txt" en
local.
Pruebo a abrirlo en R y...:
> scan(file="txt.txt")Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, :
scan() expected 'a real', got 'ÿþM'> getwd()[1] "C:/Users/xIs12136/Downloads"
Pruebo a abrirlo