Displaying 20 results from an estimated 29 matches for "logica".
Did you mean:
logic
2007 Jun 09
0
CIA biscuit
...ns yet again demonstrates its inability to run a successful
outsourcing business.
Investment in the right people and a realisation that BPO requires
waiting for profits for two, possibly three years, does not compute. The
leaders have never and very possibly will never "get" outsourcing.
LogicaCMG has just been unceremoniously dumped by Dixons on a deal that
Logica thought was in the bag.
LogicaCMG has just been unceremoniously dumped by Dixons on a deal that
Logica thought was in the bag. Many analysts say they simply have too
many staff. Offshoring should be seem as an opportunity and...
2010 Nov 10
1
clustering association rules
...gt; {8699}
0.000919912
1
874.9512195
7
{8699,94762,94764} => {410}
0.001031416
1
203.2464589
5
{410,8699,94762} => {94764}
0.001031416
0.986666667
557.3967454
5
{410,8699,94764} => {94762}
0.001031416
0.986666667
786.5487407
5
Best regards,
Jüri Kuusik
Please help Logica to respect the environment by not printing this email / Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. / Por favor ajude a Logica a respeitar o...
2003 Mar 09
0
Understanding windows 2000 clients
...ination of domain (machine) name
and user name. The machine has a complex id (ukp-a4puczgt39t) and there are
an Adminstrator and Guest account related to this domain. I do NOT have
access to this Administrator account.
My account (chandlera) is related to the domain I have to logon at work
(LOGICA-UK). I was able to create this account whilst I was connected to the
network at work, although I do not have to be connected to the network to
log on to this account whilst at home and get some access to the machine
(although I seem to be loosing some of my start menu programs). I apparently...
2016 May 22
3
Problemas con For
...for (j in 1:nrow(Nsin)) { ifelse(x4[i,5]<Nsin[j,1], Nsin[j,2],x4[i,5])})}
pero no se por que el segundo For me devuelve un valor nuloNota: lo estoy haciendo con x4[i,5] para pasar por cada uno de valores de ese frame y aplicarle la logica que necesito a cada uno, y lo mismo con los Nsin[j,1] y Nsin[j,2]Capaz me estoy complicando xD, gracias de antemano
[[alternative HTML version deleted]]
2008 May 23
2
Some problems with Sweave
...3 6
I`ve tought in xtable but the aspect is not as the R console.
On the other hand I want show the list type R-treatment, the problem here
is in the LaTex compilation
I write in the .rnwd document
<<echo=T,results=tex>>=
lista <- list(cadena='String',vector=c(1,1,1),logica=TRUE)
lista$cadena
@
the Sweave call is ok, but when I compile the .tex document, It produces
errors caused by the $ simbols. Anybody knows how save this problem?
Thanks in advance,
Mart?n Gast?n
2013 Jul 26
2
[LLVMdev] floor
...he parameter and return types marked as void.
For mips16, it's important that I be able to know the original signature
for floating point functions.
In some cases, need to create calls to helper functions based on the
signatures.
In newer code I've written, I've actually moved this logica to an IR
pass and in that case I know for sure.
But this part of the code is in ISelLowering code and I rely on getting
the proper signature information.
I'm looking at llvm now to see how this is occurring but maybe someone
just knows.
Tia.
Reed
2008 Nov 11
4
OpenLDAP integration
I've followed the OpenLDAP + SAMBA Domain Controller tutorial
step-by-step: http://ubuntuforums.org/showthread.php?t=640760
And after long hours, and enless googling, I've yet to find a solution.
LDAP works great
SAMBA works great.
But the intergration between them don't work.
Here is the samba log:
root:/etc# tail /var/log/samba/log.smbd
smbd version 3.0.28a started.
Copyright
2013 Jul 26
0
[LLVMdev] floor
...d as void.
>
> For mips16, it's important that I be able to know the original signature
> for floating point functions.
>
> In some cases, need to create calls to helper functions based on the
> signatures.
>
> In newer code I've written, I've actually moved this logica to an IR
> pass and in that case I know for sure.
>
> But this part of the code is in ISelLowering code and I rely on getting
> the proper signature information.
>
> I'm looking at llvm now to see how this is occurring but maybe someone
> just knows.
>
> Tia.
>
>...
2015 Nov 17
2
Borrar cada fila 400
Entiendo la logica pero no veo el como hacerlo.
No se como implementar el 1+floor(1:nrow(datos)/400))
Gracias
Jesús
> Date: Tue, 17 Nov 2015 15:31:39 +0100
> Subject: Re: [R-es] Borrar cada fila 400
> From: cgb en datanalytics.com
> To: j.para.fernandez en hotmail.com
> CC: josea.bartolome en minec...
2015 Nov 17
2
Borrar cada fila 400
...una forma:
> DF <- data.frame(a=rnorm(1000))
> DF$new <- 1 + floor(1:nrow(DF) / 400)
> unique(DF$new)
[1] 1 2 3
Saludos,
Carlos Ortega
www.qualityexcellence.es
El 17 de noviembre de 2015, 15:50, Jesús Para Fernández <j.para.fernandez en hotmail.com> escribió:
Entiendo la logica pero no veo el como hacerlo.
No se como implementar el 1+floor(1:nrow(datos)/400))
Gracias
Jesús
> Date: Tue, 17 Nov 2015 15:31:39 +0100
> Subject: Re: [R-es] Borrar cada fila 400
> From: cgb en datanalytics.com
> To: j.para.fernandez en hotmail.com
> CC: josea.bartolom...
2015 Nov 17
2
Borrar cada fila 400
...una forma:
> DF <- data.frame(a=rnorm(1000))
> DF$new <- 1 + floor(1:nrow(DF) / 400)
> unique(DF$new)
[1] 1 2 3
Saludos,
Carlos Ortega
www.qualityexcellence.es
El 17 de noviembre de 2015, 15:50, Jesús Para Fernández <j.para.fernandez en hotmail.com> escribió:
Entiendo la logica pero no veo el como hacerlo.
No se como implementar el 1+floor(1:nrow(datos)/400))
Gracias
Jesús
> Date: Tue, 17 Nov 2015 15:31:39 +0100
> Subject: Re: [R-es] Borrar cada fila 400
> From: cgb en datanalytics.com
> To: j.para.fernandez en hotmail.com
> CC: josea.bartolom...
2014 Jul 14
2
outliers (Marta valdes lopez)
...hisq.out.test(as.numeric(time$TimeDiff))
> chi-squared test for outlier
> data: as.numeric(time$TimeDiff)
> X-squared = 24.9399, p-value = 5.915e-07
> alternative hypothesis: highest value 435 is an outlier
>
> Entonces no se como podria hacer para poder borrarlo de forma logica.
>
> Muchas gracias, un saludo
>
>
> 2014-07-11 18:23 GMT+00:00 Javier Villacampa González <
> javier.villacampa.gonzalez@gmail.com>:
>
> Tu fichero tiene los decimales como puntos y no como comas como tu le
>> indicas. Te dejo un ejemplo
>>
>>
>&g...
2008 Apr 11
0
qmail + dovecot & vmail
...= maildir:~/Maildir
dotlock_use_excl=yes
maildir_copy_with_hardlinks=yes
auth_verbose = yes
auth default {
mechanisms = plain
passdb passwd-file {
args = /etc/dovecot/passwd
}
userdb static {
args = uid=500 gid=500 home=/home/vmail/%d/%n
}
}
cat /etc/dovecot/passwd
peter at meta-logica.com:{SSHA}iDMg---
peter at wilboo.org:{SSHA}iDMg---
cat /var/qmail/control/defaultdelivery
|/var/qmail/bin/preline -f /usr/lib/dovecot/deliver -d $EXT@$USER
(LWQ setup - verified location of 'deliver')
Looks like local delivery for qmail is NOT working :-(
from the logs:
starting delive...
2008 Apr 11
1
dovecot + qmail - deliver not working...
...= maildir:~/Maildir
dotlock_use_excl=yes
maildir_copy_with_hardlinks=yes
auth_verbose = yes
auth default {
mechanisms = plain
passdb passwd-file {
args = /etc/dovecot/passwd
}
userdb static {
args = uid=500 gid=500 home=/home/vmail/%d/%n
}
}
cat /etc/dovecot/passwd
peter at meta-logica.com:{SSHA}iDMg---
peter at wilboo.org:{SSHA}iDMg---
cat /var/qmail/control/defaultdelivery
|/var/qmail/bin/preline -f /usr/lib/dovecot/deliver -d $EXT@$USER
(LWQ setup - verified location of 'deliver')
Looks like local delivery for qmail is NOT working :-(
from the logs:
starting delive...
2014 Oct 15
1
mget timeout
...oxify smbget. Yet I
cannot specify another port than 445 on smbget.
I am stuck.
can anyone help me?
thanks
--
*--*
*Mouloud A?t-Kaci *
Intrusion testing (pentest) and
IT risk management consultant
CGI Business Consulting Paris
UJF/ENSIMAG
@ : mouloud.ait-kaci at cgi.com <mouloud.ait-kaci at logica.com>
Mob : +33 671910847
Web : mouloud.aitkaci.com
2015 Oct 21
3
Crear variable con condiciones
...OENDREF en esta fila sera 150 - 30 = 120. Esta
seria la fila 4 de "dataout":
REF TIMEREF TOENDREF NEWREF
#4 1099 30 120 999
Para la fila 5 de "dataout", los recursos disponibles corresponden al
_nuevo_ valor de TOENDREF en NEWREF (i.e., 120). Siguiendo la misma logica
anterior, obtenemos entonces las filas 5 a 12 de "dataout":
REF TIMEREF TOENDREF NEWREF
#5 731 30 90 999
#6 731 60 30 999
#7 731 90 420 731
#8 731 120 300 731
#9 1442 30 270 731
#10 1442 60 210 731
#1...
2006 Jul 06
0
problema con i test automatizzati
...al 1, @product.errors.count
assert_equal "deve essere positivo", @product.errors.on(:prezzo)
end
end
Ora, da ciò che ho capito, per ogni metodo, Rails inizializza una
sessione a parte di test (quindi ricrea la struttura e testa ciò che
vogliamo nel metodo), quindi, secondo logica, l''ordine non è importante.
Ma quando lancio il test con: ruby test/unit/product_test.rb ho il
seguente output:
Loaded suite test/unit/product_test
Started
..EE
Finished in 0.166103 seconds.
1) Error:
test_update(ProductTest):
ActiveRecord::RecordNotFound: Couldn''t find...
2014 Jul 11
2
outliers (Marta valdes lopez)
Tu fichero tiene los decimales como puntos y no como comas como tu le
indicas. Te dejo un ejemplo
#---------------------------------------------------------------------------------------------------------------------
setwd(dir="c:/Users/usuario/Desktop/")
library(outliers)
filename<-"timediff.csv"
time<-read.csv(filename, sep=";",header=TRUE,dec=".")
2011 Jun 11
7
"Stack level too" deep with @controller.hi
Hi again, sorry for many questions. In mi HomeController, I have the
"hi" method, in this method I use an "if" for show a different message
for a registered user or a guest. When I call in "home/index" my
method "hi", show me this error message:
"Stack level too deep"
class HomeController < ApplicationController
def hi
if (current_user)
2015 Nov 17
2
Borrar cada fila 400
...t; unique(DF$new)
> > [1] 1 2 3
> >
> >
> > Saludos,
> > Carlos Ortega
> > www.qualityexcellence.es
> >
> >
> > El 17 de noviembre de 2015, 15:50, Jesús Para Fernández <
> j.para.fernandez en hotmail.com> escribió:
> > Entiendo la logica pero no veo el como hacerlo.
> >
> >
> >
> > No se como implementar el 1+floor(1:nrow(datos)/400))
> >
> >
> >
> > Gracias
> >
> > Jesús
> >
> >
> >
> > > Date: Tue, 17 Nov 2015 15:31:39 +0100
> >
> >...