search for: implented

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

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.com Ph: (805)
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 advanced documentation
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&quot...
2014 May 01
2
[LLVMdev] [ exception_ptr ] libcxx doesn't cope well with libcxxabi under linux
Hi, I'm under Ubuntu 13.10 amd64 I just compiled both my libcxx and my libcxxabi. I noticed this really weird behaviour, while trying to compile some C++11-compliant piece of code I get this error at runtime exception_ptr not yet implemented Aborted (core dumped) Now my experience tells me that this is something that can easily be related to the ABI, so I go to the official libcxxabi
2024 Mar 10
3
PrivateKeyCommand config idea
On Fri, 8 Mar 2024, openssh at tr.id.au wrote: > G'day, > > In our infrastructure we're trying to be more diligent about switching > to sk keys (and/or certs backed by sk keys.) However, there are some > services like Gerrit and Jenkins which are written in java and I guess > they will never support sk keys, or at least, it seems like it won't > happen any time
2010 May 26
1
newbie question about shared folders
I'm preparing to move our site to dovecot 1.2.11 and have a question about shared folders. We're currently using UW imap's mbx mailboxes for shared folders. We accomplish the sharing by use of file system permissions and ACLs. I notice that dovecot's method of sharing is more based on IMAP ACLs and apparently file system permissions are useful, but not necessary. On the
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-binding...
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] -- Executing [444678 at isdnspan1:1] Answer("Zap/1-1", "")
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
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 w...
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?:&qu...
2020 Oct 05
2
logging lines in krb5.conf
On 10/5/2020 12:44 PM, Rowland penny via samba wrote: > On 05/10/2020 17:27, Jason Keltz via samba wrote: >> >> Hi Roland, >> >> I'm glad you brought that up.? This is a piece of the puzzle I have >> been very confused with.? I'm not using the Samba from CentOS/RHEL, >> but a custom compiled one (latest 4.11.13).?? As CentOS uses MIT >>
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 it...
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/
2020 Oct 05
4
logging lines in krb5.conf
On 10/5/2020 2:52 PM, Rowland penny via samba wrote: > On 05/10/2020 19:29, Jason Keltz via samba wrote: >> >> On 10/5/2020 12:44 PM, Rowland penny via samba wrote: >>> On 05/10/2020 17:27, Jason Keltz via samba wrote: >>>> >>>> Hi Roland, >>>> >>>> I'm glad you brought that up.? This is a piece of the puzzle I have
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-Lechler...