python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
ESP32 Arduino sunrise and sunset calculation OFFSET by one and a half hour ( C / C++ )
I have a problem with calculating the sun cycles, based on the current time and the latitude and longitude data.
I'm using an ESP32 with Arduino framework. My suntimes always offset for one or one and...

Dr.Random
Votes: 0
Answers: 1
BLE 5.1 direction finding algorithm implementation in python
I need to implement BLE AoA Direction finding using PDDA (propagation direct data aquisition) algorithm in python as explained in the paper below. I am using a 12 antenna array as mentioned in this pa...
curious_bubble
Votes: 0
Answers: 0
Calculations in class Student
I have created two classes: Person and Student in different modules. Here is my class Person:
import datetime
class Person:
def __init__(self, name, surname, patronymic, birthdate):
sel...
Vorrven
Votes: 0
Answers: 1
PHP split money from arrays with positive and negative values
I'm currently working on a calculator which splits up money. For example my friends and I go on vacation for 5 days. Everybody pays something for the group but not everybody is there the full 5 days. ...
chitter
Votes: 0
Answers: 3