Questions tagged [candidate]

37 questions
1
vote
1 answer

Android Sample Soft Keyboard: Partial text deletion/hiding by switiching between ABC and 123? keyboards

It seems that there is an issue with the Android Soft Keyboard ( sample ). It works weird when I try typing some letters from ABC keyboard then some special characters like apostrofe ('), quotation (") and some others. In practice it removes the ABC…
1
vote
1 answer

no matching function for call when migrating project from qt4 to qt5

I am migrating a project from Qt4 to Qt5, in fact I have finished migrating it but now I have to migrate the libraries, and I have encountered a problem that I cant figure out: ..\qenc\ShapeLandPOI.cpp: In member function 'virtual void…
Victor
  • 907
  • 2
  • 17
  • 42
1
vote
2 answers

boyce codd and finding candidate keys

needing desperate help with understanding boyce codd and finding the candidate keys. i found a link here http://djitz.com/neu-mscs/how-to-find-candidate-keys/ which i have understood for most part but i get stuck e.g (A B C D E F) A B → C D E B C D…
1
vote
1 answer

C++, no match for 'operator=' in ... error

I am trying to redefine the == operator in class Regla and i am getting this error in every assignation to iterators : no match for 'operator=' in 'it2 = (((const std::list >*)(+r)) + 4u)->std::list<_Tp,…
Youssef Khloufi
  • 685
  • 3
  • 13
  • 24
1
vote
1 answer

How can candidate info be disabled when compiling with g++?

My compiler errors are extremely long because g++ tells me the many 'candidates' for the functions that I am using wrong. What can I do? server.cpp:78:51: note: candidates are: /usr/include/boost/asio/buffer.hpp:599:26: note:…
Gavin Haynes
  • 1,721
  • 11
  • 21
0
votes
1 answer

What are required parameters for an ICE candidate?

If I call toString() from a org.ice4j.ice.LocalCandidate object then I receive an output like: candidate:1 1 udp 2130706431 192.168.233.1 10000 typ host The candidate which I receive form a browser look different: 2791736470 1 udp 2122063615…
Horcrux7
  • 23,758
  • 21
  • 98
  • 156
0
votes
0 answers

WebRTC connectiong only send one candidate

I am new coding in Javascript. I am creating a WebRTC connection between my iPhone and my browser. The connection works but my code only send one candidate and I don't know if I am doing anything wrong. I would appreciate any comment or…
Juan Gil
  • 21
  • 1
  • 4
0
votes
1 answer

WebRTC iceTransportPolicy 'all' does not form connections when host and srflx candidates are not working and only relay works

When connecting browsers to each others using WebRTC, I have the setting iceTransportPolicy:'all', giving me all types of candidates from the STUN/TURN server. However, something seems to fail in the state where these candidates are being tested for…
Kridls_834
  • 81
  • 8
0
votes
0 answers

webRTC - connecting 2 clients on same network

I made a browser chat which sends the offer and answer of the "RTCPeerConnection" by a web-socket server which closes after the transmition (it works). I would like to make an app which connects only when the 2 clients are on the same…
0
votes
1 answer

libfontconfig on ubuntu 14.04

As I want to use grafana on a server running ubuntu 14.04 I need to install libfontconfig from libfontconfig1, but somehow there's no installation candidate. If I run sudo apt-get install libfontconfig, I get the following error: sudo apt-get…
newduino
  • 179
  • 1
  • 6
  • 16
0
votes
1 answer

Candidate elimination algorithm lecture example

I am looking through some lecture slides and cannot understand why the bold hypothesis at last G are just discarded, I can come to the same answer but don't understand why they're just discarded. sky temperature humidity | …
user9151863
0
votes
1 answer

How can i get the candidates with a hash(number) from a list of nodes, algorithm?

I have a list of nodes-NodeList(each of them is different). and i has a number-N Here we want to select some nodes as candidate from the list(needed more than half). Is there any algorithm to achieve this goal. There are some tips: 1. same N(we call…
kami
  • 71
  • 1
  • 6
0
votes
1 answer

Finding the candidate key

I have a relation R(A,B,C,D,E,G,H) which the functional dependencies : AB -> CD E -> D ABC -> DE E -> AB D -> AG ACD -> BE H is not dependant on anything but its not in the dependencies. My question is that is {HE} the candidate key as {HE}+ =…
0
votes
2 answers

Constructor expecting missing call to other constructor / candidate expects 1 argument, 0 provided?

You may have seen my post yesterday about the issues I had been having with my text-based adventure game. I got all of that fixed up and added some functionality, but in adding some inventory arrays of custom Slot objects my Character object decided…
Noxilus
  • 25
  • 1
  • 10
0
votes
1 answer

Why isn't my Kurento kms6 install producing srflx candidates?

I've got Kurento kms6 installed on Linux 14.04 box on the cloud, but I've had to open all my high numbered TCP ports to make it work across the internet (why it's not using UDP would be a different question I imagine). It's only generating host…
Eric Davies
  • 78
  • 1
  • 9