I am new to React and can't seem to find any example regarding how to create a simple TCP connection to receive data from the other server (NOT via websocket).
I am using plotly with python and I need the work week format to be from 00 to 52. But the %V format from d3 is [01, 53], in fact, 00 is represented by 53. The
I have problem with my C program, everything is fine until I start capturing packets. It should log, but the handler void in pcap_loop() isn't. Also I have anot
I'm trying to let MongoDB detect a duplicate value based on its index. I think this is possible in MongoDB, but through the Mongoose wrapper things appear to be
I have a modal with a form (using Bootstrap-Vue and Vue2). Each row has two fields. If user does not enter a valid value to the field, the state of the field re
Good morning. I have a problem - I created definition of the myOwnType and I still have a problem with compile. Please help. C language (not C++). main.c: #incl
I have a project that will have several video files imported to a certain directory in a certain S3 bucket on a daily basis. That directory will have other fold
How do I access my IP Camera stream? Code for displaying a standard webcam stream is import cv2 import numpy as np cap = cv2.VideoCapture(0) while(True):
I want to define my own domain something like this - www..abc.example.com in nginx server blocks . i have tried to do like this - www(.).abc.example.com * &