Maybe you were looking for...

How to test HTTP endpoints in namek 2.14.1

I am beginner to Nameko framework. I have a very simple Serivce with one GET & POST endpoint, which works as expected when i run locally. I am trying to cre

Solve optimisation with double integral equation in R

I have an optimisation problem that has a objective function in the form of a double integral. The objective function is: # define objective function fun_obj

Pyspark Order By 1.5B Records With 20 Distinct Values - Performance Issue

I have the following code: cache_df = cache_df.orderBy(f.col('last_update').asc()).limit(10000000) Cache_df contains 350M records and I want to get 10M wi

Pandas: Can i predict how many hours my employees are going to work next year based on how many days and hours they worked this year? [closed]

i'm planning to predict 2023 working hours and days for my employees , each employee have DaysCount= number of days he worked , also HoursWo

"git diff" does nothing

I presume this is a configuration error somewhere, but I can't figure out where. Regular git commands appear to work fine, but "git diff" does nothing. To be

OpenCV background substraction + skin thresh to detect hand c++

I've been working on a project to detect the hand palm using only computer webcam and no equipments(no colored gloves to ease the detection). So far I've combin

Detect when UITableView section header snaps to the top of the screen

I want to detect when the UITableView section header snaps on top of the screen and then modify header's height, but I have no idea how to do that. Can anyone h

PHP delete image related to post ID

Okay so I have an ajax request that leads to a file called inc/ajax/del_images.php which delete's the image a user selected to delete Edit_post.php: <fo

R : How to iterate sum across multiple columns?

I am trying to iterate/loop a sum across multiple non-consecutive columns. My objective is to compute the subscale score of multiple questionnaires measured rep