carlosofer11 / examples carlz812 / examples Carrotzpc / examples Catherine001li / examples cbzfy6188 / examples cdscawd / examples cennono / examples chailijia / examples changpox / examples changzhi9an / examples charlesyxh / examples
Discussions Collaborate outside of code Explore All features Documentation GitHub Skills Blog Solutions By size Enterprise Teams Startups By industry Healthcare Financial services Manufacturing By use case CI/CD & Automation DevOps DevSecOps Resources Topics AI DevOps Security S...
bool LimitedSocket::bindSocket(QAbstractSocket* sock, QHostAddress addr) { if(addr.isNull()) return true; int error; if(addr.protocol() == QAbstractSocket::IPv4Protocol) { sockaddr_in in; memset(&in, 0, sizeof(in)); in.sin_addr.s_addr = addr.toIPv4Address(); in....
C++ (Cpp) QString::trimmed - 30 examples found. These are the top rated real world C++ (Cpp) examples of QString::trimmed from package zpugcc extracted from open source projects. You can rate examples to help us improve the quality of examples.
What has been observed along the Bushkill may serve as a time-lapse model of stream evolution in a karstic terrain.: A medium-dense genetic linkage map of L. edodes (shiitake, strain A567-S8 from Japan and NZ 1569-S3 from New Zealand) was constructed based on 203 amplified fragment ...
Class/Type: Icon Method/Function: run Examples at hotexamples.com: 32 Python Icon.run - 32 examples found. These are the top rated real world Python examples of pystray.Icon.run extracted from open source projects. You can rate examples to help us improve the quality of examples. Frequen...
DiGraph(dict_of_dicts) #Get adjacency matrix of graph graph_array = nx.to_numpy_array(graph_from_dict) #Change 1's to 255's to save as an image graph_array[graph_array == 1] = 255 image_from_array = Image.fromarray(graph_array).convert("L") #We can send the array directly to...
("DENALI", "administrator","") Then result = err.description else Set iDataRecordset = MyServer.Data.NewRecordset 'Find the number of samples. 'build query With iDataRecordset .Criteria.Tagmask = "EIGER.Simulation00001" .Criteria.StartTime = DateAdd("h",-1,Now) .Criteria.EndTime = Now ...
Python fillPoly - 60 examples found. These are the top rated real world Python examples of cv2.fillPoly extracted from open source projects. You can rate examples to help us improve the quality of examples.
Class/Type: KeyStore Examples at hotexamples.com: 52 C# (CSharp) KeyStore - 52 examples found. These are the top rated real world C# (CSharp) examples of KeyStore extracted from open source projects. You can rate examples to help us improve the quality of examples. Frequently...