similar to: [LLVMdev] Issue with GPG signatures

Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] Issue with GPG signatures"

2009 Sep 09
2
consulta
Hola, creo tener un problema por que me suscribí a la lista hace varios días y nunca he recibido mensajes.... puede ser???? Como debería hacer para solucionarlo?? saludos Germán Lic. Germán García Ecología y Conservación de Aves Marinas Departamento de Biología, Facultad de Ciencias Exactas y Naturales, Universidad Nacional de Mar del Plata - CONICET Funes 3250 (B7602AYJ) Mar del Plata,
2000 Oct 13
0
GPG 1.0.3 doesn't detect modifications to files with multiple signatures
Hi! Jim is right. There is a bug in all GnuPG versions up to 1.0.3: If you have more than one cleartext signature in a file (or pipe that to gpg), gpg does not compare each signature but flags each document as good or bad depending on the first document in the file. This is a very serious bug in gpg's verification function. I have made a snapshot version which corrects this bug available
2008 Feb 03
5
[LLVMdev] Introducing myself, and Java project.
Hello, I am Ramon Garcia Fernandez. My interest in LLVM is to develop an interface for Java virtual machine bytecodes, so that Java programs can be run under LLVM. You may ask why not using the Java virtual machine. Although it may be improved, there are some misfeatures in it. This is what I have learned. It makes the communication with native code too expensive. Passing an array from native to
2008 Feb 04
3
[LLVMdev] Introducing myself, and Java project.
I have just worked with this code. The architecture is fine, and I think that this code should be reused, It needs updating, however, because it does not compile with LLVM 2.1 (I prefer to use a stable version to focus my work, and port to LLVM 2.2 later). I have seen that one incompatibility is that this Java frontend requires C++ with exceptions, but LLVM is compiled with -fno-exceptions. For
2008 Feb 04
0
[LLVMdev] Introducing myself, and Java project.
You probably want to sit down and have a long talk with Jeroen Frijters, the principal behind the IKVM project. Note that you will have to deal with ClassLoaders at some level, regardless of what you'd prefer. > A more obvious problem is, of course, that it is not possible to > compile Java code statically and save the result in the disk. > That is untrue--last time I checked, gcj
2004 Sep 10
1
Up2date Unknown GPG signatures
I just ran up2date on new Centos-3.1 installation and received about 5 of these errors. Is this something to be concerned about? The package kernel-2.4.21-15.0.4.EL is signed with an unknown GPG signature. Continue The package kernel-utils-2.4-8.37.3 is signed with an unknown GPG signature. Continue? The package GConf2-2.2.1-4 is signed with an unknown GPG signature. Continue? It is using the
2013 Sep 27
2
Ayuda erreficando un código
Hola a todos, Después de presentar ayer en las jornadas de usuarios de R de Madrid el problema de las ocho reinas y su solución con R, unas de las críticas que recibí es que el código de la solución no iba mucho con el estilo de R. En concreto, la función que recibe una lista con la posición de las reinas (ejemplo (1,5,2,3,4,6,8,7)) y calcula si se atacan (comparten la misma diagonal). El código
2008 Mar 17
0
[LLVMdev] Proposal for a Google summer of code project for the Java frontend.
Hi Ramon, Ramón García wrote: > I am interested to get this work funded by a Google summer of code > grant. Is there anyone interested in mentoring this project? Would be > the LLVM interested in it? > I'm in the process of checking in a Java and a CLI FE to the llvm repository. I'm not sure what's the shape of llvm-java. Do your changes make it run some
2008 Mar 17
3
[LLVMdev] Proposal for a Google summer of code project for the Java frontend.
As I told you, I am working with the Java frontend. Currently I am working with the code from http://llvm.org/svn/llvm-project/java/. The first task has been to put it up to date, since it was written for LLVM 1.9 and there are few incompatibilities. This is mostly done. How can I submit a patch? I am interested to get this work funded by a Google summer of code grant. Is there anyone interested
2008 Feb 03
0
[LLVMdev] Introducing myself, and Java project.
Have you looked at the this? http://llvm.org/viewvc/llvm-project/java/trunk/ Someone started a Java frontend. Perhaps you could finish it? -Tanya On Feb 2, 2008, at 5:48 PM, Ramón García wrote: > Hello, I am Ramon Garcia Fernandez. My interest in LLVM is to develop > an interface for Java virtual machine bytecodes, so that Java programs > can be run under LLVM. > > You may ask
2008 Mar 18
3
[LLVMdev] Proposal for a Google summer of code project for the Java frontend.
Ramón García wrote: > I would prefer to see actual code to make safe schedules. With code I can see > what changes one must make. I can also show in detail these changes, > which would give security to the LLVM project that the proposal is > viable. By contrast, > without code, neither me nor LLVM project can ensure that the project will > be successfully performed behind
2008 Mar 18
0
[LLVMdev] Proposal for a Google summer of code project for the Java frontend.
The memory consumed by the code compiled is huge in server applications. And it is not shared by different virtual machine instances. By contrast, shared libraries are memory mapped, therefore they are shared between different instances of the executables using them. It is posible to throw away code after using it, but then compilation cost would be repeated. And dynamic compilation prevents
2003 Sep 09
1
GPG signature of the RC tarballs
Hi. It looks like the gpg signatures of the RC2 and RC3 tarballs are bogus... I've tested the .bz2 and .tar.gz files downloaded from the us1 and us4 mirrors. To confirm that it's not a local problem, I've tested the signature of the Samba_CA.crt file (http://us4.samba.org/samba/ftp/) and it's ok. Can someone else please confirm it? Thanks. - Ademar $ gpg --verify
2010 May 03
2
toma de muestras
Buenas tardes a todos. Mi problema es el siguiente: Calculo una muestra de unos índices (s) y a partir de esa muestra elijo aquellos elementos de una tabla de datos que tengo (en este caso XP4) que cumplen la condición de que el índice de XYP sea el de la muestra. Ahora comienza mi problema, la única forma que he encontrado para que me R me tome todos los elementos que necesito es creando un
2015 Dec 30
4
Tildes en Slidify
Muchas gracias Victor. Después de mandar este mail encontré el hilo sobre fix-encode, sin embargo al instalarlo slidify deja de funcionarme y tengo que volver a instalarlo para poder seguir ejecutándolo. Ya he planteado la pregunta en github aprovechando un hilo que había abierto otro usuario pero que no daba ninguna información sobre sesión ni nada
2008 Mar 18
0
[LLVMdev] Proposal for a Google summer of code project for the Java frontend.
Based on my experience this last one (the generation of shared libraries) is the most important performance wise, and the one that would make a difference from a performance point of view. I would like to prepare a proposal as soon as posible. Could I have a look at your code privately, even if there are licensing issues pending? I understand that this issues are just temporary, and will in no
2008 Mar 18
2
[LLVMdev] Proposal for a Google summer of code project for the Java frontend.
Ramón García wrote: > Based on my experience this last one (the generation of shared > libraries) is the most important performance wise, and the one that > would make a difference from a performance point of view. > > That's more or less true: generating shared libraries will improve startup time, not steady-state time. It will decrease steady-state performance (both for
2012 Jun 04
2
paquete SPEI función thornthwaite
Hola eRReros. Os lo explico con un ejemplo: # Cargamos los paquetes y el ejemplo install.packages("SPEI") library("SPEI") data(wichita) # los primeros 12 datos head(wichita,12) # mi subset de los primeros 12 datos meu<-wichita[c(1:12),] meu # como veis los valores de TMED son iguales en ambos dataframes. # ahora viene el problema # calculamos
2008 Mar 18
2
[LLVMdev] Proposal for a Google summer of code project for the Java frontend.
Nicolas Geoffray wrote: > > There is no real missing feature. The VMs can execute standard > applications (last time I checked, the JVM can run tomcat), and the > implementations follow the VM specifications. The CLI implementation > lacks generics and overflow detection, but this is not top priority in > my mind. > > Among many features, here are the ones that I'd
2016 Mar 02
2
Uso excesivo de CPU de RStudio
Hola Carlos, En mi portátil, con archlinux y la misma versión de RStudio no tengo ese problema, pero recientemente en el trabajo he puesto ubuntu 14.04 (con i3 como windows mánager) y me pasa lo mismo, un pico de uso de CPU al iniciar RStudio, pero luego va todo bien. Yo lo achaco a Ubuntu (quizás el kernel, ya que la versión 14.04 de ubuntu sigue con el 3.16 en vez del 4+ que tengo en archlinux)