I met a problem when I am dealing with value change by using lead(). df <- data.frame(id = c(11,11,11,11,12,12,12,12,13,13,13,13), drug_type
I am trying to detect an object on the floor (the floor has a pattern). The object is the cup-like thing in the middle. I tried to use Canny and Sobel edge dete
I have an asp form handler posting form data from a select to call a database function. My functionality seems to work just fine but I need to find a way to set
I'm trying to repeat the example, but using react-three-fiber. Link to example: https://github.com/mrdoob/three.js/blob/master/examples/webgl_lines_sphere.html
In craftCMS I've created a field to load content but this field is not showing up when i change my code in the template. I've checked if I used the correct fold
I have a pretty simple ASP.NET core-webapi that I'm trying to access from my client. The client is running on http://localhost:3000, while my server is running
I'm accessing some values from the list to populate list of strings in this way List<string> carNames = null; foreach (var car in dal.Ca
import os import platform import mysql.connector import pandas as pd import datetimeenter code here global z mydb = mysql.connector.connect(us