Displaying 20 results from an estimated 22 matches for "garantire".
Did you mean:
garantie
2016 Mar 08
2
ALLOCATE in a FORTRAN subroutine
> You can call (some) R functionality from C
When I read about 'R api' I thought that we could call all the functionality of R. I think that in the windows world, this is called OLE automation. From a pure programmer point of view, it is very convenient and my customer is creating a team of programmers. But, if only 'some' functionalities can be called, it's not so useful.
2016 Apr 27
1
difference between require and library
Hi,
Is there any other difference between 'require' and 'library' than the error or warning when the library is not found ?
Jean in France
-------------- next part --------------
Ce message et toutes les pi?ces jointes (ci-apr?s le 'Message') sont ?tablis ? l'intention exclusive des destinataires et les informations qui y figurent sont strictement confidentielles.
2016 Mar 07
4
ALLOCATE in a FORTRAN subroutine
Hi Martyn,
Many thanks for your answer. If I make it short :
we can, once we know how to do it, 'drive' R from within FORTRAN for example to do a
Myarray = seq(0, mydimension)
in R once we have compute mydimension in FORTRAN. Is that correct ?
If yes : it's too 'complicated' for the time I am hired (I mean I have been hired to do FORTRAN code not to learn R !).
Second
2017 Jan 11
2
Samba With Shared Server Enable Trash
Dears,
i setting a samba with shared server in me enviroment but i do not knew
enable
trash for this.
What setting i need for enable trash in me samba?
I search links in google for enable trash in samba4 but i do not give help.
Below my smb.conf:
[global]
# Substituir xxxxxx pelo nome do domÃnio desejado caso necessário
workgroup = oduvaldocozzi
# Substituir xxxxxx pelo nome do servidor
2012 Dec 10
2
CISTI'2013 Doctoral Symposium - CFP, Lisbon, June 19 - 23, 2013
***************************************************************************************************
CISTI'2013 DOCTORAL SYMPOSIUM
8th Iberian Conference on Information Systems and Technologies
Lisbn, Portugal, June 19 - 23, 2013
http://www.aisti.eu/cisti2013/index.php?option=com_content&view=article&id=64&Itemid=68&lang=en
2012 Dec 10
2
CISTI'2013 Doctoral Symposium - CFP, Lisbon, June 19 - 23, 2013
***************************************************************************************************
CISTI'2013 DOCTORAL SYMPOSIUM
8th Iberian Conference on Information Systems and Technologies
Lisbn, Portugal, June 19 - 23, 2013
http://www.aisti.eu/cisti2013/index.php?option=com_content&view=article&id=64&Itemid=68&lang=en
2016 Mar 04
3
ALLOCATE in a FORTRAN subroutine
Hi,
I am a FORTRAN developer and I am 'translating' R functions in FORTRAN subroutines. I am 'new' to R. It's my first question in this mailing-list and English is not my natural language.
Very often, an R function gives an 'array' as result and you don't have to bother with the dimension of the array : R creates automatically an array with the good length.
2009 Apr 29
0
combine_factor to empty level
ID: T8dfe471e360ac80264c6c
Dear,
I'm using R 2.8.1 with the package reshape version 0.8.2 .
It seems that the combine_factor function has problems with combining levels to
an empty level:
#EXAMPLE WORKING
test<-sample(c(1:10),1000,replace=T)
testf<-factor(test, c(1:10), LETTERS[1:10])
table(testf,exclude=NULL)
testc<-combine_factor(testf, c(1,1,1,1,1,2,2,2,2,2))
2005 Feb 22
0
3.8.1p1 option "permitopennet" added
Hello,
I send you a small patch about a "new" option called "permitopennet".
The behaviour is the same as "permitopen" except the accept/deny
statement is based on this syntax : "netblock/netmask:porta[-portb]".
Moreover, I also added some useful log lines : the uid is logged while
doing port forwarding.
Sample conf :
2004 Apr 21
0
Trovato virus nel messaggio "documento"
Norton AntiVirus ha trovato un virus in un allegato inviato da (samba@samba.org) a Segreteria Direzione.
Per garantire che i destinatari possano utilizzare i file inviati, eseguire una scansione dei virus, ripulire eventuali file infetti e inviare di nuovo l'allegato.
Allegato: documento.pif
Nome virus: W32.Netsky.X@mm
Azione intrapresa: Ripulisci non riuscito : Elimina riuscito :
Stato file: Eliminato
2004 Mar 01
0
Trovato virus nel messaggio "fake" (PR#6628)
Symantec AntiVirus ha trovato un virus in un allegato inviato da
(r-bugs@r-project.org <r-bugs@r-project.org>) a info@nuovaedart.it.
Per garantire che i destinatari possano utilizzare i file inviati, eseguire
una scansione dei virus, ripulire eventuali file infetti e inviare di nuovo
l'allegato.
Allegato: talk.zip
Nome virus: W32.Netsky.B@mm
Azione intrapresa: Ripulisci non riuscito : Quarantena riuscito :
Stato file: Infetto
2016 Mar 08
0
ALLOCATE in a FORTRAN subroutine
On Mar 8, 2016, at 6:57 AM, MAURICE Jean - externe <jean-externe.maurice at edf.fr> wrote:
>> You can call (some) R functionality from C
> When I read about 'R api' I thought that we could call all the functionality of R. I think that in the windows world, this is called OLE automation. From a pure programmer point of view, it is very convenient and my customer is creating
2016 Mar 07
0
ALLOCATE in a FORTRAN subroutine
> On 7 Mar 2016, at 16:45, MAURICE Jean - externe <jean-externe.maurice at edf.fr> wrote:
>
> Hi Martyn,
>
> Many thanks for your answer. If I make it short :
> we can, once we know how to do it, 'drive' R from within FORTRAN for example to do a
> Myarray = seq(0, mydimension)
> in R once we have compute mydimension in FORTRAN. Is that correct ?
I too
2009 Aug 18
2
Speech Recg and TTS
Hello
I have two questions !
1. What is the best speech recognition engine for asterisk? I have searched
and asked on forums and found that lumen vox is best for asterisk bala bla
bla
2. For TTS (text to speech) which TTS engine will be better to use ? I have
tested Flite , cepstral (i have not buyed lisence for it trial only) but
still thinking may be i have a good option ?
--
Best Regards
2012 Aug 08
1
Wilcoxon test
Dear list,
I am facing a problem in my statistical analyses on R.
My experiments are about plants, I record there growth after each cutting (every 3 weeks).
'BC' is for the plant, and '1' to '5' is the time of cutting and recording.
The data and R script are :
""
BourdCoup <- c(21, 7.2, 9.2, 0, 8.52, 14.7, 8.31, 6.2, 127.05, 115.2, 100.7, 24, 162.64, 136.8,
2006 Aug 07
1
unwanted conversion of date formats in 2.3.1 to character
good morning
I'm using R 2.2.1 on windows (2000/NT/XP) and trying to upgrade to 2.3.1
I am finding the curious problem of date/time data (both if stocked as date and as POSIX) that gets converted into character format whenever touched: it seems that date/time data just does not want to remain that way.
For example, a data.frame containing dates or POSIXct as row.names that is returned as
2010 Aug 12
1
Bug#584583: [PATCH] Additional fix for ipconfig
[ adding relevant cc's ]
On Tue, 10 Aug 2010, Julien-externe BLACHE wrote:
> Hi,
>
> Attached is a second patch for ipconfig, which further improves (actually,
> restores) ipconfig's behaviour on busy LANs with UDP noise.
>
> Commit 4efbcf90f60e27febe883ef052454d8cfded5c15 really is the root of all
> evil, it badly broke ipconfig by doing a lot of changes all
2005 Apr 04
2
MAC Adress / Iptables/ Shorewall
Hello,
I use Shorewall 2.0.16 on my server.
I would like to auhtorized some external desktop to connect my network. The
desktop''s IP change always, because they use dynamic addresses and they
haven''t static IP. So I would like to filter those desktop...With shorewall,
I can use an IP to drop, reject...But in my case, I can use it. So I think
to use a filter on the MAC address.
2006 Apr 20
2
Red Hat Enterprise and samba
Hello,
I use RH Entreprise. With this version I?ve got the samaba 3.0.10-1.4E.
I?ve got a problem with this version and Windows 2003 server SP1 and
ArcServ.
I can contact the samba share when I use the Windows Explorer. When I want
to contact with ArcServ Backup software, Samba logs display this :
Apr 20 10:50:34 aofrso449 smbd[29938]: api_pipe_bind_req: unknown auth
type 1 requested.
2016 Apr 27
1
AKIMA or translating to FORTRAN a R function calling a FORTRAN routine
Hi,
I am hired to translate into FORTRAN R functions. It works great and my customer is happy. I am going to translate a function that call aspline in the library AKIMA.
This function call 2 FORTRAN routines that must be include (I guess) in the package AKIMA. And I have some questions.
Is the fortran code really included in the R package AKIMA ?
In other word, do I have a mean to call these 2