Displaying 20 results from an estimated 5954 matches for "candidating".
2012 Oct 11
2
survey package question
Hello,
I have got a cluster sample using an election dataset where I already
had the final results of a county-specific election. I am trying to
figure out what would be the best sampling design for my data.
The structure of the dataset is:
1) polling station (in general schools where people vote, for a
county, for example, there are 15 polling stations)
2) inside each polling station, there
2023 Aug 23
1
ICE Candidate collision on dualstack hosts?
Hi
I'm attempting to use ICE to be able to present all possible RTP
transports to peers.
16.28.0~dfsg-0+deb11u2 (I know it's old, but unfortunately Asterisk was
removed from debian 'stable' and the version in 'sid' is just broken
(opus + voicemail don't work anymore).
But I ran into an issue when the peer is running rtpengine:
Asterisk offers:
a=candidate:H9da13901
2006 Jul 03
1
how to get value from the post on the List page
Hi,
I''m new to Rails. I''m building a candidates tracking system for
recruiting. I have a List page, but instead of listing every candidate,
I only wanted to list the candidates in certain statuses. The first
time List page is hit, by default, it lists candidates in status < 9.
But on the List page, there is a dropdown where all the statuses are
listed, so that when user
2019 Apr 17
2
IPv6 transport results in ICE with only IPv6 candidates
Hi,
I'm using Asterisk 13.x and have defined a pjsip TCP IPv6 transport:
[transport-tcp-ipv6]
type=transport
protocol=tcp
bind=[2001:1234:5678:abcd::2]:5060
I also have an IPv4 version of that:
[transport-tcp-ipv4]
type=transport
protocol=tcp
bind=10.75.22.8:5060
I've then configured an endpoint to use it:
[outgoing]
type = endpoint
context = default
dtmf_mode = none
disallow = all
2011 Jan 14
1
[LLVMdev] Building Boost library failed with Clang 2.9
I tried building boost 1.45 release with clang 2.9 following instructions
on
http://blog.llvm.org/2010/05/clang-builds-boost.html
but got the following result:
$ clang++ --version
clang version 2.9 (trunk 123420)
Target: x86_64-apple-darwin10
Thread model: posix
$ ./bjam toolset=clang
Building the Boost C++ Libraries.
Performing configuration checks
- has_icu builds : no
2007 Oct 10
11
Opinions on Release Numbering
I have been having discussions with various members of the development community
in regards to changes to the way we manage open source Asterisk releases. The
changes that we eventually decide on will determine how we manage the 1.6
version of Asterisk. I will be posting much more detailed information about 1.6
in the near future.
What I'm looking for right now is some opinions on version
2010 Sep 14
3
[LLVMdev] Announcing: LLVM 2.8 Release Candidate 2 Tagging Tonight
Important Announcement
Release testing of Release Candidate 1 is finished. I'll be tagging Release Candidate 2 tonight. If there are any fixes you want in, please get them approved as soon as possible.
After this tag, the only patches that will be accepted will be those that fix regressions from 2.7
-bw
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Dec 07
3
Asterisk / VOIP Employment Opportunity
Dear All,
I am based in Australia and have a client looking to hire a VOIP
Specialist with Asterisk experience to join their technical/engineering
team. The company specialise in providing corporate and government grade
data comms solutions. They are moving into the VOIP space, hence the
need for the Asterisk/VOIP specialist. Would anyone be keen to explore
this opportunity of working in
2016 Dec 19
0
opt -instcombine interesting behavior
> %reg = alloca i32, i32 0
Allocating 0 bytes is legal but it's an undefined behavior, please refer:
http://llvm.org/docs/LangRef.html#id184
You need to correct allocation to get the desired output, i.e.:
> %reg = alloca i32, i32 1
Regards,
Ashutosh
> -----Original Message-----
> From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of
> Stephan Plöger via
2014 Apr 24
2
[LLVMdev] How to get debug dump of candidate pairs selected in BBVectorizer?
Hi All,
I'm trying to understand BB Vectorizer and gone through
http://llvm.org/devmtg/2012-04-12/Slides/Hal_Finkel.pdf
Wanted to know how to use bb-vectorize-debug-candidate-selection and
bb-vectorize-debug-pair-selection
command arguments.
I tried the command with debug build clang -
clang -O2 test.c -mllvm -vectorize \
-mllvm -debug-only=bb-vectorize \
-mllvm
2010 Sep 15
3
[LLVMdev] Announcing: LLVM 2.8 Release Candidate 2 Tagging Tonight
On Sep 15, 2010, at 12:46 AM, Albert Graef wrote:
> Bill Wendling wrote:
>> Release testing of Release Candidate 1 is finished. I'll be tagging
>> Release Candidate 2 tonight. If there are any fixes you want in, please
>> get them approved as soon as possible.
>
> Are there any tarballs for the release candidates available? Tanya used
> to make these available
2011 Jun 03
3
Not missing at random
Hello!
I would like to sample 30 % of cases (with at least 1 value lower than 3) and
among them I want to set all values lower than 3 (within selected cases) as NA
(NMAR- Not missing at random). I managed to sample cases, but I don’t know how
to set values (lower than 3) as NA.
R code:
x <-
2016 Dec 19
3
opt -instcombine interesting behavior
Hi all,
I've been playing around with the llvm optimizer and stumbled upon an
interesting behavior with respect
to the "instcombine" option. I tried to optimize the following small
program (see also attachment small.ll)
(only with "instcombine"):
clang -v
clang version 4.0.0 (trunk 288238)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/local/bin
2016 Dec 19
1
opt -instcombine interesting behavior
> On Dec 19, 2016, at 9:51 AM, Nema, Ashutosh via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
>> %reg = alloca i32, i32 0
> Allocating 0 bytes is legal but it's an undefined behavior, please refer:
> http://llvm.org/docs/LangRef.html#id184 <http://llvm.org/docs/LangRef.html#id184>
Nit: I believe that when LangRef says “the result is undefined”, it does not
2014 Aug 25
0
WebRTC / Rejecting secure audio stream errors
I've seen the following appear in some tests with Asterisk 11.11:
WARNING[3938][C-00000003]: chan_sip.c:10535 process_sdp: Rejecting
secure audio stream without encryption details: audio 54908
UDP/TLS/RTP/SAVPF 109 0 8 101
Specifically, it always happens from a Firefox 24 host but it works
without this error from another host running Firefox 26
I did a diff on the SDP and couldn't see
2015 Jul 20
2
[LLVMdev] [3.7 Release] RC1 has been tagged, Testing Phase I begins
On Sun, Jul 19, 2015 at 8:32 AM, Dimitry Andric <dimitry at andric.com> wrote:
> On 19 Jul 2015, at 01:44, Dimitry Andric <dimitry at andric.com> wrote:
> ...
>> Hm, strangely enough, this version of the script does not go further than the Phase 2 installation, and does not run any tests? This used to work fine for the release_36 branch.
>>
>> I think it is
2015 Mar 23
2
PJSIP - Video Support for WebRTC
Hey i have an interesting topic to discuss here.
The main goal here is to be able to make a video call between two WebRTC endpoints registered on asterisk 13 it is a feature that definitely asterisk 13 should support .
the problems that i faced with this is the following and i hope i could get an advise here.
asterisk 13 vanilla version has some issues marking the video packets this complain
2006 Mar 20
2
AHHHhhhhh... has_and_belongs_to_many, that is going on?
I don''t have a class by the name of "ReviewersScoreCard", yet my many to
many configuration looks as follows. And, these errors while running some
simple test with ./script/console is giving me a headache:
./script/console
Loading development environment.
>> r = Reviewer.find_first
=> #<Reviewer:0x19d0a48 @attributes={"id"=>"1",
2017 Jul 21
2
[RFC] Add IR level interprocedural outliner for code size.
Hi Evgeny,
I know of the current machine outliner in LLVM. If you look in the "More
detailed performance data" in the end section it includes performance
comparisons to the machine outliner.
As for the algorithmic approach they are kind of similar.
Machine Outliner:
- Builds a suffix tree based on identical equivalence between machine
instrs.
- Uses target specific cost model for
2006 Sep 28
1
Comparing entire row sets at once efficiently
Dear useRs,
I am having a hard time coming up with a nice and efficient solution to
a problem on entires matrices or data.frames. In spirit, this is similar to
what setdiff() and setequal() do, but I need it in more dimensions.
Here's a brief description.
* given a set of factors or sequences, expand.grid() gives me the set
of permutations in a data.frame;
in my case all