search for: implent

Displaying 20 results from an estimated 72 matches for "implent".

Did you mean: implant
2005 Oct 12
3
Can R functions be implented in Matlab
Hi, I am Madhu Kishore a Graduate student at University of Texas at El Paso in Electrical Engineering. I am using R language for Normality tests and my doubt is can implements the R functions in Matlab. I expect to hear from you soon. Madhu kishore. --------------------------------- [[alternative HTML version deleted]]
2002 Jun 14
2
SCP2 implementation documentation?
Hi, I'm about to incorporate scp2 support to our current SSH2 server implentation and I could't find any document (RFC, internet draft, etc) about the implementation scp or scp2. Does anyone know where I could find some ??? Thanks -- Charles Gelinas Software Engineering Ericsson Inc. Datacom Networking and IP Services Access Product Unit charles.gelinas at ericsson.co...
2010 May 18
2
C function call in R
dear all, we am trying to improve the performance of my R code, with the implentation of some function with custom C code. we found difficult to import and export/import data structure such us matrices or data.frame into the external C functions. we already tried the solution from "Writing R Extensions" form the R webpage. do you have any other solution or more adv...
2007 Mar 06
2
Polycom 501 - Auto answer on one line appearance
...k plugin, which allows me to click a number, SugarCRM calls my extension then places the call when I pickup. I would like to have that extension auto-answer. I set it up as line 3 on my phone so normal calls do not get auto-answered. However, I have not been able to get this to work. Has anyone implented this? This is what I put in the config file for the phone <ringtype se.rt.enabled="1" se.rt.1.enabled="1" se.rt.1.ringer="9" se.rt.1.type="ring" se.rt.2.enabled="1" se.rt.2.ringer="10&qu...
2014 May 01
2
[LLVMdev] [ exception_ptr ] libcxx doesn't cope well with libcxxabi under linux
...m seeing at runtime and there is clearly some discrepancy between the 2 projects, plus libcxx is stepping in the libcxxabi way and IMHO it shouldn't . What I would like to know is: there is a good reason for this or it's a bug ? Aside from that, libcxxabi is able to provide a complete ABI implentation under linux without libsupc++ and libstdc++ ? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140501/16c0cf20/attachment.html>
2024 Mar 10
3
PrivateKeyCommand config idea
...lement such a patch -- but before I invest the work, I wondered if > there would be support for including it, or would it introduce some > sort of issue that I've probably overlooked? Would you be able to do this using the ssh-agent protocol? It's relatively easy to make custom agent implentations for special use cases, e.g. using https://pkg.go.dev/golang.org/x/crypto/ssh/agent#Agent -d
2010 May 26
1
newbie question about shared folders
...me..." So, my question is whether I need to use the dovecot imap sharing namespace in order to safely share imap folders, or whether I can just use file system permissions as we have been using? My biggest concern is safe concurrent access to the shared folders, which I'm planning to implent with mbox files for now. thank you Tom Lieuallen Oregon State University College of Engineering
2009 Jan 29
1
Xapian Ruby bindings do not implement full multi-value-sorting functionality?
...nce of Xapian::Enquire: : enquire = Xapian::Enquire.new(database) enquire.query = options[:query] : sorter = Xapian::MultiValueSorter.new sorter.add(0, true) sorter.add(1, true) : enquire.sort_by_key_then_relevance(sorter) : And it seems that there is no 'sort_by_key_then_relevane' method implented in Xapian::Enquire. The documentation tells me: http://www.xapian.org/docs/apidoc/html/classXapian_1_1Enquire.html#7c6c0c1f66bdeefbd09a0575584ba9b9 Is there a reason for this? How could it be implemented into the Ruby bindings? I've read the HACKING document that comes with the xapian-bindi...
2009 Oct 01
1
Busy app timeout
Using 1.4 svn, I want to implent the busy application. With the following dialplan: [inboundqueue] exten => _X.,1,Answer() exten => _X.,n,Goto(dropcall,1) ... exten => dropcall,1,Busy(10) exten => dropcall,n,hangup() If I call any number in the inboundqueue, I get the following: [Oct 1 12:06:44] -- Executin...
2011 Apr 14
1
Using GSL Routines
Dear R-programmers, I am trying out certain methods in R, and the statistics require me to calculate n-(sample size) dimensional equations. They are not really very hard to solve - my home-brew implentation of Newton-Raphson in R succeeds most of time with simulated data. (Note that I am assured of a unique solution by theory). Problem comes in with real data, for which I should really implement a good line search (convergence issues). Being lazy, i would like to link to the GSL routines which ar...
2004 May 22
1
Gathering EventLog Information from a remote server or workstation
...ing more difficulties gathing the details of the Windows Boxes. The main source of problems is how to retrieve the event log details from a remote machine. During my research I came across some old mailling list articules in 1999 regarding 'rpcclient' and a command that was looking to get implented onto that for eventvwr. Does anyone know if this work is still going on? If rpcclient eventvwr support is no longer planned, can anyone make any suggestions of how to get the information using Linux/BSD tools. I have found a few tutorials on how to get the information using Perl, but these are...
2005 Apr 15
5
Clustered xAPIC and Unisys ES7000 patch
Here is a patch for clustered xAPIC and Unisys ES7000 support in Xen. To turn the features on add CONFIG_X86_CLUSTERED_APIC and CONFIG_ES7000 defines to xen/include/asm-x86/config.h Signed off by Aravindh Puthiyaparambil <aravindh.puthiyaparambil@unisys.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2011 Nov 07
1
repeating a loop
Hi I have implented boxplots in my script to create box plots BoxplotsCheck <- readline(prompt = "Would you like to create boxplots for any Feature? (y/n):")   if (BoxplotsCheck  == "y"){     BoxplotsFeature <- readline(prompt = "Which Feature would you like to create a Boxplot for?:&...
2020 Oct 05
2
logging lines in krb5.conf
...with.? I'm not using the Samba from CentOS/RHEL, >> but a custom compiled one (latest 4.11.13).?? As CentOS uses MIT >> Kerberos by default, am I not automatically using MIT Krb5 on the >> server in the mode you describe as "Experimental"? ? Is Samba >> re-implenting the Heimdal based Kerberos, or using the system >> Kerberos? Do I have a choice? And If my system doesn't use Heimdel >> and only has MIT Krb5 libraries, isn't that? what would be used?? >> Here's the ldd on the samba binary... > > It depends on how you act...
2006 Oct 19
2
Connecting to XML/SOAP feed that requires pkcs12 certificate for client authentication
All, I''m stumped. I need to connect to an XML/SOAP feed... that''s normally not an issue. But this one has a hoop that threw me for a loop. Some corporate security geek implented it such that a client certificate (pkcs12) is required to validate my identity before their system will talk to me. The remote system is, of course, running J2EE w/ EJB inside their firewall. But for external parties, they require the certificate on top of the SSL connection. I know how to do...
2011 Sep 05
2
Need more information about VGLM
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20110905/43ff838a/attachment.pl>
2023 Oct 19
1
Question about silos and Authentication policies
Hello, You cannot use Active Directory Administrativ Center because samba has no ADWS implented. There where efforts and but ADWS did no reach production status. I think Catalyst, Andrew Bartlett tried someting, did not finish it. Yes you need to use the old RSAT. Gretings Daniel EDV Daniel M?ller Leitung EDV Tropenklinik Paul-Lechler-Krankenhaus -----Urspr?ngliche Nachricht----- Von...
2009 Aug 26
7
storeconfigs + environments issue
Hi Guys, Im trying to turn on storeconfigs with a mysql db backend. On my testing server in our lab, i configured this successfully and can see if keeping information on all test hosts. When trying to implent the same idea onto our production puppet server, I get the following errors: Aug 26 16:35:53 opsynxsr0097 puppetmasterd[27003]: (/Settings[/etc/ puppet/puppet.conf]/Settings[puppetmasterd]/File[/var/lib/puppet/yaml]/ owner) Cannot manage ownership unless running as root Aug 26 16:35:53 opsynxsr009...
2020 Oct 05
4
logging lines in krb5.conf
...mba from CentOS/RHEL, >>>> but a custom compiled one (latest 4.11.13).?? As CentOS uses MIT >>>> Kerberos by default, am I not automatically using MIT Krb5 on the >>>> server in the mode you describe as "Experimental"? ? Is Samba >>>> re-implenting the Heimdal based Kerberos, or using the system >>>> Kerberos? Do I have a choice? And If my system doesn't use Heimdel >>>> and only has MIT Krb5 libraries, isn't that? what would be used? >>>> Here's the ldd on the samba binary... >>>...
2023 Oct 19
1
Question about silos and Authentication policies
...and silos. With samba-tool I can't assign users and hosts to the policies. I can only create, delete, list and view policies and silos Am 19.10.23 um 09:03 schrieb Daniel M?ller via samba: > Hello, > > You cannot use Active Directory Administrativ Center because samba has no ADWS implented. > There where efforts and but ADWS did no reach production status. I think Catalyst, Andrew Bartlett tried someting, did not finish it. > Yes you need to use the old RSAT. > > Gretings > Daniel > > > EDV Daniel M?ller > > Leitung EDV > Tropenklinik Paul-Lechl...