similar to: using a "third party" DLL in my package

Displaying 20 results from an estimated 2000 matches similar to: "using a "third party" DLL in my package"

2007 Jun 26
3
surprising difference in log()
Hello everybody My collegue and I noticed a strange behaviour of R on different platforms. It's a simple computation, but results are rather different. On Windows XP: > floor(log(8,2)) [1] 3 which is what one should expect. Here's instead the result with Mac OS X (same version, 2.5.0 (2007-04-23)) > floor(log(8,2)) [1] 2 Is it a "bug" in R or in the operating
2004 Aug 27
2
how to fetch a call?
Hi, there is a feature, which I would like to use with asterisk, and I assume it exists. Unfortunately I don't know how to say it in english. In german it's "einen Ruf heranholen". It means: The phone set of my collegue is ringing, and I'm hearing the ringing. I know, that my collegue is not at his desk, and now I want to answer the call at my phone (instead of running to
2012 Apr 15
0
including third party javascript API in Rails 3.1 works in server mode, but not when testing
Hey, I can use google maps api v3 in my Rails 3.1 app in development by including the following in the layouts/application header: <script src="https://maps.googleapis.com/maps/api/js?key=[...my key here...]&sensor=false&libraries=places" type="text/javascript"></ script> But when I integration test my app (capybara-webkit) I get a js error associated
2004 Oct 26
2
Third party LDAP as backend
Hi, I'm planning a Samba3 new installation. I need to make Samba interact with a third party directory server (it's a standard implementation that can be accessed with ldapsearch, ldapadd, etc). Is it possible to use ldapsam with an LDAP directory that's not running under OpenLDAP? If not, is there any replication tool, so that, at least I'm able to replicate user/password account
2011 Nov 27
0
Managing third-party javascript libraries
Hi guys, I was wondering how I should manage external javascript libraries in Rails 3.1. For instance, say I want to use a jQuery plugin in my Rails project. Since it''s not a native Rails plugin, but a generic javascript library, I would clone its github repository (e.g. https://github.com/loopj/jquery-tokeninput), copy the necessary js files into vendor/assets/javascripts/. So far so
2013 Jan 08
0
Win 32-bit, stack size problem with third party software?
Dear R-developers, since R 2.15.2 I?m getting an error with my RNetLogo package. The package uses rJava and connects to the Java program NetLogo (http://ccl.northwestern.edu/netlogo/). When starting it in so-called GUI-mode, i.e.: library(RNetLogo) NLStart("C:/Program Files/NetLogo 5.0.3", gui=T) #replace the path with the path to your NetLogo installation directory on a 32-bit
2014 Jan 15
0
Re: If it's possible for a third-party PCIe card to be shared by multiple containers
On Wed, Jan 15, 2014 at 12:58:54AM +0000, WANG Cheng D wrote: > Dear all, > > I have a thirty-party PCIe card in my host which can work properly in native mode. > > I wonder if this card can be shared by multiple containers. > > As far as the network interface is concerned, too many efforts have > been made for it. Two dedicated cgroup resource schedulers/subsystem >
2014 Jan 16
0
Re: If it's possible for a third-party PCIe card to be shared by multiple containers
On Thu, Jan 16, 2014 at 08:55:53AM +0000, WANG Cheng D wrote: > Dear Daniel, > > The thirty-party PCIe card is based on the Xilinx’ FPGA which is off the shelf, the main features are as follows: > 1) x8 Gen3, 8Gb/s per lane/direction > 2) MSI and legacy interrupt support > 3) Scatter-gather packet DMA engine provide by Northwest Logic > We hope multiple Linux Containers to
2005 Mar 28
0
MWI's for Third Party Softswitch
Hi All, I want to use Asterisk for VoiceMail for a softswitch. I can dial in to leave voicemail and retrieve. Now there are many SIP Endpoints registered to the Softswitch. The Asterisk is sending a NOTIFY msg to the Softswitch on <ip addr>:0 Somehow Asterisk Looses the port from where the INVITE came in, this NOTIFY msg is not going out of the Asterisk, I cannot see in Ethereal.
2005 Oct 04
1
Firefly 2 third-party version?
I found version 2.0.0 of Firefly on the Freshtel site, but it only has the network setup options for the Freshtel network, despite the final statement on the page http://www.freshtel.net/firefly/download/ that says: ----------------- Standalone SIP / IAX mode: If you want to use Firefly on our network (with your own voicemail etc.) you will need to register a Firefly number. However, you can
2006 May 03
1
asterisk intergration in third party web application
lo all, i'm quite new to asterisk, i've tested asterisk@home and decided to try and complete a little project. i'd like to make some kind of web integration of asterisk with a classic web board like invision/SFM/phpbb and so on.. The main idea is to let members of the board have an extension created in asterisk when they register or get promoted to a special members group. That
2006 Nov 07
0
Asterisk Showing 404 not found when calling from third party SIP server (newbie question)
Hi All, I have installed Asterisk Successfully and configure a out bound trunk for another SIP server so that if I'll dial 777123 from an asterisk-registered-phone then it will dial to the phone extension(123)-registered in the third party server. But my problem is that the reverse is not happening, that is I am not able to call from Third party SIP server to Asterisk
2007 Jul 09
0
allow third party registration/invitaion
Hi all, I'm running some performance tests over my Asterisk,to simple the test,I want to configure Asterisk to allow third party registration and invitation,so that Asterisk would not check the "to" head when challenge registartion and "from" head when challenge invitation,and I can only create one account and register several clients with different numbers using this
2008 Feb 21
0
Third Party Call Control - SIP to Iax Gateway
Hello, can Asterisk be used in a 3PCC scenario as described in RFC: ftp://ftp.rfc-editor.org/in-notes/rfc3725.txt I'm not meaning using Asterisk as the controller, I mean Asterisk be controlled by a 3rd party Back to Back User Agent. In this case can Asterisk translate Sip into iax and hiding this from the controller? Regards, Claudio Internet Email Confidentiality Footer
2013 Oct 20
1
IVR integration with third party application Help wanted
Hi list, I hope this isn't in error but if it is I apologize. I have a small project request on hand where the clients want their customers to be able to dial in to conduct business over the phone in a completely automated manner. From my limited understanding this looks a lot like a call center where one has to build some sort of proxy that understands their business logic and that can
2015 May 28
0
proposal for Community Approved Third Party Repos (CATPR)
Howdy, I am proposing a process for 3rd party repositories that would allow them to have their release RPM added the the CentOS Extras repository. http://wiki.centos.org/CarlGeorge/CATPR I would like to start a discussion about approving the proposal and how to move forward. Carl George IUS CoreDev Team
2023 Nov 07
1
[Bug 3632] New: ssh should suppress output in stout and stdout when calling third party binaries
https://bugzilla.mindrot.org/show_bug.cgi?id=3632 Bug ID: 3632 Summary: ssh should suppress output in stout and stdout when calling third party binaries Product: Portable OpenSSH Version: 9.4p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5
2012 Jan 31
0
[LLVMdev] Use printing methods of third-party libraries that use std::ostream
Hi Jorge, > I need to use the printing methods from a third-party library. The > problem is those methods use std::cout but the use of std::ostream > methods seems to be disabled in latest versions of LLVM. > > I'm aware of raw_os_ostream > (http://llvm.org/doxygen/classllvm_1_1raw__os__ostream.html) which > takes a std::ostream as input. E.g., I could do something like:
2008 Nov 19
3
Using third-party dlls
I am in the process of trying to port a Windows library to Linux (maybe also to Mac, but let's not get ahead of ourselves). The existing library is essentially a facade layer to a number of third-party dlls (mostly COM-based, although one is .NET-based) over which I have no control. These third-party dlls have no UI of their own. Their purpose is to allow access to proprietary data formats.
2016 Oct 19
2
Third-party libraries policy
Hi, The LLVM variant we're building now contains usage of a third-party threading library, and we would like to push our work upstream in the future. Are third-party libraries welcomed to be added in LLVM? If yes, what folder structure should we arrange? B.R. -- Bekket McClane Department of Computer Science, National Tsing Hua University -------------- next part -------------- An HTML