search for: nucleo

Displaying 20 results from an estimated 23 matches for "nucleo".

2010 Feb 19
5
autoconf error with Wine 1.1.39
I have got this error when trying to build Wine 1.1.39 in Fedora 12 Code: + autoreconf configure:4993: error: possibly undefined macro: AS_VAR_APPEND If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1 In Fedora 12 installed autoconf-2.63.
2007 Apr 16
0
[LLVMdev] "Name that compiler"
...slations of several related phrases… Kit rapide. Base rapide. Noyau rapide. Code rapide. Compilateur rapide. Cadre rapide. (French) Schneller Installationssatz. Schneller Kern. Schnelle Grundlage. Schneller Code. Schneller Compiler. Schneller Rahmen. (German) Corredo veloce. Fondamento veloce. Nucleo veloce. Codice veloce. Compilatore veloce. Struttura veloce. (Italian) Kit rápido. Fundación rápida. Base rápida. Código rápido. Recopilador rápido. Marco rápido. (Spanish) The only one that strikes me is the Italian nucleo veloce (fast core); the others aren't comprehensible to an Engli...
2004 Aug 29
2
restarting a server
...able many people have win2k hosts around) - how to , logging in the win2k server with ssh, restart RAS ? Of couse i can use only CLI programs ... at woest ... what is the CLI command on win to reboot completely the host ? For me is having to travel 200 km tomorrow or not ... -- Leonardo Boselli Nucleo Informatico e Telematico del Dipartimento Ingegneria Civile Universita` di Firenze , V. S. Marta 3 - I-50139 Firenze tel +39 0554796431 cell +39 3488605348 fax +39 055495333 http://www.dicea.unifi.it/~leo
2017 Aug 13
2
Paralelizar el cálculo de distancias
...roceso. Tengo dos dataframes, A y B y quiero calcular la distancia euclídea de todas las filas de A sobre todas las filas de B. Para ello he hecho lo siguiente #cargo las librerias library(foreach) library(doParallel) #establezco el numero de clusters, en mi caso 4, ya que el procesador tiene 4 nucleos cl<-makeCluster(4) registerDoParallel(cl) #Creo los dataframes A<-as.data.frame(matrix(rnorm(50,10,2),ncol=5,nrow=10)) B<-as.data.frame(matrix(rnorm(50,10,2),ncol=5,nrow=10)) #calculo las distancias foreach(j in 1:nrow(B),.combine="cbind") %:% foreach(i in 1:nrow(A),.co...
2009 Feb 14
4
wine 1.1.15: winebuild failed with status 32512
When I try to build wine 1.1.15 in Fedora 8 I get this error > sh: i686-redhat-linux-gnu-as: command not found > winebuild: i686-redhat-linux-gnu-as failed with status 32512 > winegcc: ../../tools/winebuild/winebuild failed > make[2]: *** [acledit.dll.so] Error 2 > make[2]: Leaving directory `/home/user/rpmbuild/BUILD/wine-1.1.15/dlls/acledit' > make[1]: *** [acledit] Error
2012 Apr 04
3
Evernote Cannot Connect To Internet
...4.0.16 Ubuntu Precise 12.04 Please give me any ideas how to have it running. Log file for POL 4.0.16, Wine 1.4: Code: [04/04/12 18:48:57] - Running wine- --version wine-1.4 PlayOnLinux logfile ------------------- Date: 04/04/12 18:48:57 > PlayOnLinux Version 4.0.16 > uname -a Linux nucleo-Inspiron-1520 3.2.0-21-generic-pae #34-Ubuntu SMP Thu Mar 29 22:33:16 UTC 2012 i686 i686 i386 GNU/Linux > lsb_release -a > wine --version wine-1.4 > POL_WINEVERSION > WINEPREFIX /home/nucleo/.PlayOnLinux//wineprefix/evernote > glxinfo \| grep rendering direct rendering: Y...
2007 Apr 17
1
[LLVMdev] Name: Ssabir ?
...2007-04-17 02:08:22.000000000 +0200 +++ Name.html 2007-04-17 02:23:23.000000000 +0200 @@ -401,6 +401,17 @@ departments fits.</td></tr> <tr><th>Velicicode</th><td>Derived from the Italian for fast.</td></tr> <tr><th>Nucleo Veloce</th><td>Italian for <i>fast core</i>.</td></tr> + <tr><td>Nicolas Pouillon</td> + <th>Ssabir</th> + <td> + A sabir is an hybrid language formerly used around + Mediterranean Sea. English eq...
2003 Aug 10
1
Possible samba options:
...from perl and php to validate an [domain]/username/password pair agianst nt passwords returning not only if the password is ok or not but also if the account is expired and or locked and of course if does exist ? Can you reply each question both for samba3.0 and samba-tng ?? -- Leonardo Boselli Nucleo Informatico e Telematico del Dipartimento Ingegneria Civile Universita` di Firenze , V. S. Marta 3 - I-50139 Firenze tel +39 0554796431 cell +39 3488605348 fax +39 055495333 http://www.dicea.unifi.it/~leo
2010 Jul 08
2
Alternativas a uso de variables globales
...ndo el operador "<<-" Sin embargo, esto tiene muy mala fama entre los gurús de la programación. Un ejemplo naif de lo que digo sería el siguiente: #................................................................ # asignas cte como variable global cte <<- -0.5 # Defines el nucleo de una densidad normal en funcion de x solo pdf <- function (x) { exp(cte*x^2) } # Generas una muestra de tamaño 100 de una distribucion normal con Runuran library(Runuran) gen <- tdr.new(pdf=pdf, lb=-Inf, ub=Inf) x <- ur(gen,100) plot(density(x)) #...........................................
2009 Jun 19
3
Exception when running QIP 8092 in wine 1.1.24
When I run qip 8092 with parameter /oldgif I get this errors: [Image: http://img32.imageshack.us/img32/5072/qip1.png ] [Image: http://img32.imageshack.us/img32/6356/qip2.png ] In all previous wine versions qip 8092 with /oldgif parameter runs fine. Backtrace: http://pastebin.com/f4e425031 Program site: http://qip.ru qip 8092 installer: http://download.qip.ru/qip8092.exe
2003 Sep 03
1
Backing up NT4 shares - migration from NT4 to Samba
Hi all, I'm trying to mygrate my NT4 PDC to a Samba v3rc2 PDC. Everything worked well during accounts migration (vampire). I'm now trying to back-up the shares (homes, profiles, netlogon), in order to fully migrate the accounts. Unfortunately, I'm facing a stupid problem : each home directory (or profile directory) can only be read from its creator, NOT from the Administrator of the
2005 Aug 23
1
SRVTOOLS.exe - Please Help
Hello All, I am using Samba + LDAP PDC with all latest updates & versions. I have been using SRVTOOLS.exe to manage the domain in the past because my work mates can use that without needing root access to the server itself. It stopped working some time ago, and it was not bbecause of an update either, I don't know what went wrong or understand this error. When I open USRMGR I get the
2012 Jul 17
0
lost connection to DomUs
...NC Server in the host, open the virt-manager, all VMs is running, next I open the disconnected guest and then click in the black window, after that the guest response ping, it''s like the VMs enter Standby mode or hybernation. Details: Hardware: HP G7, 2 CPUs AMD Opetron 6136 de 64 bits y 8 nucleos RAM: 32 GB Host: Centos 5.7 (xen-3.0.3-132.el5_7.2 - 2.6.18-274.18.1.el5xen). VMs: 4 HVM debian 6.01, 2 CPUs and 4 Gb Ram. I really appreciate your help. Thanks. Julio
2011 Mar 01
6
usar multiples procesadores en R
Hola a tod en s, estoy realizando unas operaciones con muchos datos con el paquete "vegan", concretamente la función "metaMDS" y me gustaría saber si puedo usar más de un procesador a la vez para acelerar los cálculos. He visto el paquete "multicore" pero no sé usarlo, ¿alguien lo ha usado para algo así? Gracias y saludos, Javier -- http://oikos.inf.um.es
2007 Apr 12
20
[LLVMdev] "Name that compiler"
Hi Everyone, LLVM is a growing project, and many of us are very fond of it. :) LLVM is continuing to grow, both in maturity in specific areas and in scope of areas that it is applicable to. When we first started the project, we focused on the design of the intermediate representation. It is a strong design goal that the IR be a self-contained virtual instruction set, which fully describes
2003 Nov 30
1
Samba odd behaviour on double NAT network
I'm using a rather strange config, borne out of neccessity rather than choice at home. My internet 'router' is a Win2000 Pro box running Winroute, and my three Linux boxen (running 7.2/8.0/9.0 RH) are networked thru to the Win box using SNAT on the box I work on (don't ask why - it's just pratical, and I can't afford a hub/switch to do this). In any case, it's a
2005 May 25
3
Auto-Extracting/expanging ISO images
Perhaps a bit off-topic, but figured this might be a good question to pose to the list before I go off re-inventing the wheel again... Has anyone, or does anyone know of, a way to directly mount or utilize and iso image file as a filesystem? I'd like to use samba to create a series of shares based on ISO images; assuming one can mount an ISO image file one could in theory serve windows
2007 Dec 20
4
Unanswered question
How long does one have to typically wait for an answer to a post? Tomorrow my message will have been up a week, and I've gotten no replies. It was about whether a file, while it was being written to, could subsequently be opened by another client for reading. I used a DVR with chasing play as an example. Didn't seem like that difficult of a question, but maybe it isn't geeky
2003 Nov 04
1
MS Word unable to sense file opening by other users
Thank you for answering. I am testing Samba 3.0.1Pre1 on RH9 . MS Word 97 keeps opening already opened files without sending any warning as it would normally do when accessing W2K servers. Same program , same files behave differently with Samba and W2K. However, I found that Powerpoint is nevertheless able to sense correctly the situation by always giving such warnings - " test.ppt is
2007 Feb 01
16
input transformations
I spent some time this week trying to add support for input transformations to the server. I tried a few different approaches. The patches I've attached are what's currently working best for me. In this approach I allow every window to have it's own root window coordinate space. A window's root window coordinate space is affected by all it's ancestors. Composite clients can