search for: togther

Displaying 20 results from an estimated 21 matches for "togther".

Did you mean: together
2008 Mar 12
2
question on override
I want to know will builtin dll always call other builtin dll or it depends on winecfg setting just like other dll? Is it reliable that these dll mixed togther? For example, the builtin gdiplus depend on and call ole dll, does the builtin gdiplus designed to work with both builtin and native ole dll? Will there be any incompatibilities, like different memory allocator? regards,
2018 Mar 13
2
Passes interaction running on two different IRs
...second pass on the second IR and give it some information as input. When the second pass is finished analysing its IR, it will return some information to the first pass. Basically, I want to do the same analysis for two IRs just like they were linked together. Since I can't actually link them togther, I need to manage the communication between two passes running on two IRs by myself. I feel like to do so, I need to write another program to control these two passes, pretty like what the opt program does. But I am not sure if it is durable and feel overwhemled to start. Anyone can give me any su...
2007 Sep 10
1
is clustering analysis possible with R ?
...clude Z (0 phase), P (PI phase), "" (null string), and - (neither 0 nor PI phase) ttl_out: is the bit value indicating the status of an output TTL signal. Possible values include 1 (+5 VDC) and 0 (0 VDC) The goal is to perform clustering analysis on such data, that is to group togther those which have common characteristics. Which characteristics and how many groups ... ??? ... well this is to be found out. Is R a good tool for analysing many data and find patterns common to data subsets ? Which other tool do you advice ? Thank you very much, -- Maura E.M
2005 Jul 19
3
new to Asterisk, is it possible to call two external lines and connect them using two channels
Hi All, I am just looking at using Asterisk now and the first thing I need to do is via pass two external numbers to asterisk and call out connecting the calls togther. These will be through our physical PBX connected to the asterisk server. We are essentially trying to connect two external numbers through asterisk with us incurring the cost of the calls. I've been reading on call out files and the manager API. I can see how to call an external number a...
2003 Oct 29
1
question on assorted patches
*This message was transferred with a trial version of CommuniGate(tm) Pro* I'm trying to put togther a starting list of patches required to get 3.7.1p2 working in our enviroment. I'm pretty sure I need the following at minimum but would like guidance about a couple of them and direction on a couple unanswered questions. I've spent most of the morning trolling the archives, but I feel...
2018 Mar 13
0
Passes interaction running on two different IRs
...nd IR and give it some information as input. > When the second pass is finished analysing its IR, it will return some > information to the first pass. > > Basically, I want to do the same analysis for two IRs just like they were > linked together. Since I can't actually link them togther, I need to manage > the communication between two passes running on two IRs by myself. > > I feel like to do so, I need to write another program to control these two > passes, pretty like what the opt program does. But I am not sure if it is > durable and feel overwhemled to start. A...
2004 Jan 16
2
No subject
Hello! > Date: Thu, 15 Jan 2004 16:53:18 +0100 > From: Kirill Ponomarew <krion@FreeBSD.org> > > > freshly updated ports tree on a 4.9 box is exactly the same as a > > > freshly updated ports tree on a 5.2 box. > >=20 > > Read the users email. They're using specific tags, not "." so there are > > (or may be) some
2004 Oct 27
1
regexp,grep: capturing more than one substring
Hello, I would like to have a function that retrieve matching strings in the same way as with java.util.regex (java 1.4.2). Example: f('^.*(xx?)\\.([0-9]*)$','abcxx.785') => c('xx','785') First of all: Is it possible to achiev this with grep(... perl=TRUE,value=TRUE )? As I would call this function very often with large data, I'm reluctant to use Sjava
1997 Aug 21
0
R-alpha: Mutivariate Analysis
>>>>> Ross Ihaka writes: > I have got a little side-tracked (from graphics) and am putting > together a little multivariate analysis library. This is just > intended to be a "core" library rather than anything exhaustive. > Mainly it is a matter of putting togther code which already exists at > StatLib. Here is my present list (only some of which is finished). > 1. Principal Components > prcomp > 2. Clustering > dist, hclust, plclust, subtree, cutree > kmeans > 3. Canonical correlations (is this ever used?) > c...
2006 Mar 11
1
how to connect 3 or more servers via IAX ?
Hi, I successfully connected 2 servers via IAX but I'm pulling my hair to connect 2 extra servers , Anyone connected 3 or 4 servers together ? is it possible ? I d like to share the dialplan so _2XXXX goes to server A _3xxxx goes to serverB _4xxxxx goes to server C etc from the 4 servers any example of which one is peer, which one is user or friend would help me :-) thanks jl
2020 Jun 18
2
[PATCH v3 5/5] vhost: add an RPMsg API
...ween host and guest systems with both > > rpmsg-client-sample and rpmsg-char which almost no modifications to > > those drivers. > > You mean you used this patch to create RPMsg vhost drivers? Without > creating a vhost RPMsg bus? Nice, glad to hear that! Not quite, I hacked togther a single generic vhost-rpmsg-bus driver which just wraps the API in this patch and implements a basic rpmsg_device_ops and rpmsg_endpoint_ops. Then with the following patches and no other vhost-specific API use, I was able to load and use the same rpmsg-char and rpmsg-client-sample drivers on both...
2020 Jun 18
2
[PATCH v3 5/5] vhost: add an RPMsg API
...ween host and guest systems with both > > rpmsg-client-sample and rpmsg-char which almost no modifications to > > those drivers. > > You mean you used this patch to create RPMsg vhost drivers? Without > creating a vhost RPMsg bus? Nice, glad to hear that! Not quite, I hacked togther a single generic vhost-rpmsg-bus driver which just wraps the API in this patch and implements a basic rpmsg_device_ops and rpmsg_endpoint_ops. Then with the following patches and no other vhost-specific API use, I was able to load and use the same rpmsg-char and rpmsg-client-sample drivers on both...
2001 Dec 13
0
Problems with Samba in manufacturing environment
...dhcp server on eth0 * samba server only installed * two shares * Domain logon "Slave" * samba server and client * static ip on eth0 * one share Upgraded to the following setup: Independent clusters networked togther utilizing a NT server as a factory wide repository for all images. "Master" * dhcp server on eth0 * dhcp client on eth1 * samba server and client installed * two shares * Domain logon * Occasional mounting of NT share...
2004 Dec 01
1
Combined variable names (two concrete suggestions)
...it better...) For loops are conceptually very easy to understand. Lists are not easy to understand (why list[[1]] instead of list[1]? it's not completely intuitive) . The concept of lapply is difficult: it involves a list, then most likely writing a function and pasting those two concepts togther. When I first came accross assign, I thought that was the coolest thing, to be able to output something for each loop. I thought I was smart and R was smart. And yet, lapply makes it way better in almost all the cases. I can make two very concrete suggestions: a) In "An Introduction to...
2020 Jun 18
0
[PATCH v3 5/5] vhost: add an RPMsg API
...th > > > rpmsg-client-sample and rpmsg-char which almost no modifications to > > > those drivers. > > > > You mean you used this patch to create RPMsg vhost drivers? Without > > creating a vhost RPMsg bus? Nice, glad to hear that! > > Not quite, I hacked togther a single generic vhost-rpmsg-bus driver > which just wraps the API in this patch and implements a basic > rpmsg_device_ops and rpmsg_endpoint_ops. Then with the following > patches and no other vhost-specific API use, I was able to load and use > the same rpmsg-char and rpmsg-client-sa...
2009 Sep 13
4
Brand new To R
I am trying to learn R right now. I came from minitab and wanted to learn something a bit more robust. I am trying to figure out some simple probability to measures but I do not know the commands. I am using OSX. Are there resources for figuring out simple events? If I have data distributed as Normal(5,4) and I wanted to know what the probability of P(<6) would be this, I cannot quite
2020 Jun 17
2
[PATCH v3 5/5] vhost: add an RPMsg API
On Wed, May 27, 2020 at 08:05:41PM +0200, Guennadi Liakhovetski wrote: > Linux supports running the RPMsg protocol over the VirtIO transport > protocol, but currently there is only support for VirtIO clients and > no support for a VirtIO server. This patch adds a vhost-based RPMsg > server implementation. This looks really useful, but why is it implemented as an API and not as a real
2020 Jun 17
2
[PATCH v3 5/5] vhost: add an RPMsg API
On Wed, May 27, 2020 at 08:05:41PM +0200, Guennadi Liakhovetski wrote: > Linux supports running the RPMsg protocol over the VirtIO transport > protocol, but currently there is only support for VirtIO clients and > no support for a VirtIO server. This patch adds a vhost-based RPMsg > server implementation. This looks really useful, but why is it implemented as an API and not as a real
2007 Apr 08
2
intermittent choppy sound over wifi link
I am experiencing a situation where I am getting intermittent choppy audio. Here is the network layout: Termination provider -> IAX2 over the Internet -> 20Mb fiber connection -> router -> Asterisk My ATA connection goes into the router between the fiber and the Asterisk server on another interface here is the layout from me to Asterisk: Sipura ATA (SPA1001 running
2007 Apr 18
3
[Bridge] slow network performance when using bridged interfaces in 2.6.13 compared to 2.6.12.
(originally filed as a bug in Fedora's bugzilla, see https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=171933) Greetings, Using Fedora Core 4 on a Dell PE 420sc. Malfunctioning kernel is smp-2.6.13-1.1532_FC4. Properly functioning kernels included smp-2.6.12-1.1456_FC4. Network performance is extremely poor when using bridged network interfaces. When not using brctl, the interface