similar to: Network Named Pipes supported under Wine ?

Displaying 6 results from an estimated 6 matches similar to: "Network Named Pipes supported under Wine ?"

2009 Jul 22
1
Problem with aov
theliver wrote: > > I'm currently doing simple, one way ANOVA using R. > > I'm analyzing a count based upon an Hour value (0-23) in which it occurs. > The count varies greatly over the entire day (usually with a range of 400 > or so), but certain hour groupings could be useful for later data > processing. > > So I've loaded my data: > data.nas <-
2001 Apr 24
1
Create/Wait NamedPipeA ?
Is anybody working on implementing CreateNamedPipeA/WaitNamedPipeA (KERNEL32.168 , KERNEL32.725) or can anybody comment on how much needs to be done to implement these ? Some applications seem to use this to communicate with a license manager process - even freely available product catalogs that apparently create a pro forma license file during the installation process. Martin -- Dr. Martin
2012 Jun 19
0
passing data
Hello. I need some help with this: I have a link to open a modal window: <%= link_to instruct.instruction.name, "#myModal", :data => {:toggle => "modal", :id => instruct.id}, :class=> "openModal"%> and a coffeescript $(".modal-body #result").html $(this).data("id") Shows me the result in the html: <span
2005 Feb 16
0
Outbound calling timeout
I am running asterisk 1.0.1 with OH323 compiled in. We have a 323 trunk to CallManager with a mgcp controlled pri router. When using sip phones (directly registered with asterisk) to call out the 323 trunnk to PSTN, calls timeout after 3 rings. If I answer b4 3 rings - no problem, otherwise I get "no one is available to answer at this time" on the consoel and it redirects to an
2007 Jul 05
2
[LLVMdev] PATCH (rest of code changes) "bytecode" --> "bitcode"
Here is the bulk of the sanitizing. My residual doubts center around the question whether we still do/want to support (un)compressed *byte*code in 2.0/2.1. I need a definitive word on this to proceed. My understanding is that bytecode is already gone, but there are still some functions/enums that really deal with *byte*code (instead of *bit*code). I did not touch those areas, so the attached
2019 Jan 14
6
[PATCH nbdkit incomplete 0/5] Port to Windows.
This is an incomplete port to Windows. Currently the server compiles and starts up successfully, but goes into an infinite loop when you connect to it. Nevertheless I think the approach is ready for feedback. This being Windows the changes go quite deep. Rich.