python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Embedded system, How to define or calculate a time period
For designing embedded systems, one of the steps is scheduling.
I know the execution time can be measured by using some functions. For example, I can use micro() in Arduino to measure the time betwee...
TaiwaneseFoodIsTheBest
Votes: 0
Answers: 2
Using a loop in a CUDA graph
I have kernel A, B, and C which need to be executed sequentially.
A->B->C
They are executed in a while loop until some condition will be met.
while(predicate) {
A->B->C
}
The while lo...

Jakub Mitura
Votes: 0
Answers: 1
Task Scheduling Laravel on Cpanel not running
i try to create a post every 1 minute. But it is not running. please check for me i wrong my code. thank you
PostCommand.php
protected $signature = 'post:create';
protected $description = 'C...
Johnny Nguyen
Votes: 0
Answers: 0
MIP Python School Teacher Timetabling problem - how to check if the number of variables equals zero is equal to a certain number
I'm trying to solve a School Teacher Time problem. I'm at a good point but now I'm stuck at how to model that each teacher have a certain number of free days in a week e.g. the sum of days with zero l...
John Doe
Votes: 0
Answers: 2