Displaying 13 results from an estimated 13 matches for "intelligente".
Did you mean:
intelligent
2009 Jun 12
1
how to trigger variable creation?
...5 # should not call myFun
x=15 # should not call myFun
assign(x,15) # should not call myFun
etc.
Has anyone an idea? Unfortunately, this feature is also missing in the
library trackObjs.
regards,
Thomas
--
Thomas Liebig
Fraunhofer-Institut f?r Intelligente Analyse- und
Informationssysteme (IAIS)
Schloss Birlinghoven, D-53754 Sankt Augustin, Germany
Email: thomas.liebig at iais.fraunhofer.de
Phone: +49 2241 142050
Fax: +49 2241 142072
2010 Jan 31
2
RBloomberg on Mac Leopard
Hi,
I'm running R 2.10.1 GUI 1.31 Leopard build 64-bit (5537).
I cannot install RBloomberg on my Mac. After I type:
install.packages("RBloomberg", repos="http://R-Forge.R-project.org")
I get the following message:
Warning in install.packages("RBloomberg", repos = "http://R-Forge.R-project.org") :
argument 'lib' is missing: using
2008 Aug 18
3
Samba 3.0.x access rights issue with secondary groups or Unix rights
...e 5428 (4 used)
[2008/08/15 12:25:22, 3] smbd/error.c:error_packet_set(106)
error packet at smbd/nttrans.c(779) cmd=162 (SMBntcreateX) NT_STATUS_FILE_IS_A_DIRECTORY
_____________________________________________________________________________
Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr
2008 Jun 24
2
To have a new acces
Hello
I have finished to translate the frontpage of the FAQ.
Now I need a acces for translate this page
http://wiki.centos.org/fr/FAQ/CentOS5
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20080624/168bac0f/attachment-0002.html>
2006 Nov 12
0
VM problems...
...any mails, even SMTP_SERVER and SMTP_Domain
are configured in rc.conf, and the mail address ist configured in
voicemail.conf.
- On my grandstream GPX2000 VM light flashes when there is a new
voicemail, but it doesn't go out after I have deleted the message
best regards
--
Alexander Topolanek
Intelligente EDV- und Telekommunikationsl?sungen
Montage von Sicherheitstechnik
Probst Peitlstr. 85
2103 Langenzersdorf
+43 664 507 68 09
2007 Mar 30
1
Indicating agent status on the phone
Hi,
I'm playing around with the queue features, and I'm looking for a
solution to indicate the agent status (logged on / logged off) on the
phone (Grandstream GPX2000 or SNOM 190)
It would be nice to use one of the busy lamps...
thanks
--
Alexander Topolanek
Intelligente EDV- und Telekommunikationsl?sungen
Montage von Sicherheitstechnik
Probst Peitlstr. 85
2103 Langenzersdorf
+43 664 507 68 09
http://www.topolanek.at
2008 Jul 11
1
tape drive
...g | grep scsi). i add the correct module (modprobe st) but i'm not able to use with mt. the st0 file is missing, can someone help to resolve this issue.
thanks
?
_____________________________________________________________________________
Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20080711/d7bb2a39/attachment-0002.html>
2008 Jul 17
0
Re : Re : float and double precision with C code
...___________
R-help at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
_________________________________
ne boite mail plus intelligente http://mail.yahoo.fr
2007 Jul 02
2
Sip phones using the wrong context for an outbound call
...his is how the configuration for the extension typically looks:
; Grandstream
[61]
type=peer
username=61
secret=xxxxxxx
context=Support
reinvite=no
canreinvite=no
host=dynamic
subscribecontext=Support
;mailbox=80 at default
;allow=alaw
;allow=ulaw
;allow=g723.1
best regards
--
Alexander Topolanek
Intelligente EDV- und Telekommunikationsl?sungen
Montage von Sicherheitstechnik
Probst Peitlstr. 85
2103 Langenzersdorf
+43 664 507 68 09
http://www.topolanek.at
2009 Apr 07
3
write text file as output without quotes
Hi R,
When I use the below to write the text file
try=data.frame(rep("a",5), rep("b",5))
write.table(try,"z:\\try.txt",row.names=F,col.names=F,sep="\t")
the output contains two columns with quotes! Is there a way to write
without quotes?
I tried
try[,1]=noquote(try[,1])
try[,2]=noquote(try[,2])
Thank you,
Regards,
Ravi Shankar
2008 Aug 20
1
3-way conference call
...callee,Macro,nway-conf-start
nway-conf-inv => **,self/callee,Macro,nway-conf-ok
nway-conf-noinv => *9,self/callee,Macro,nway-conf-notok
Thank you for help
_____________________________________________________________________________
Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080820/af086f78/attachment.htm
2010 Feb 05
2
ifelse on a series of rows for multiple criteria
Dear all,
I am attempting to perform a calculation which counts the number of positive (or negative) values based on the sample mean (on a per-row basis). If the mean is>0 then only positive values should be counted, and if the mean is <0 then only negative values should be counted. In cases where the mean is equal to zero, the value -99999 should be returned.
The following is an example
2008 Apr 04
2
loop? apply? I want to repeat a task through 208 itterations.
structure(list(RM215alk = c(15, 13, 12, 14, NA, 13, 16, 13, 16,
#subset of data
13, 17, 13, 19, 13, 14, 14, 15, 15, 14, 16, 14, 15, 13, 14),
NSCl = c(NA, NA, 2.9, NA, NA, NA, NA, NA, NA, NA, NA, NA,
NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA)), .Names = c("RM215alk",
"NSCl"), class = "data.frame", row.names = c(NA, -24L))
apply(if n>=3(x.f, 2,