Hye I'm doing carousel bootstrap for my webpage but I have a problem with the size of image that user upload.When user upload a bigger size of image it will sho
I need to generate (40000 x 20000) matrix via SQL and perform matrix operation like A'A. Then I need to obtain Eigen value and Eigen Vectors. Can you suggest m
Input: $now = Carbon::now(); $now->locale('en'); dump($now); dump($now->isMutable()); dump($now->diffForHumans()); dump(Carbon::parse($now)->diffFor
I want to place the log file of my own application to the right place. I am not sure but I think on unixoid-systems it is /var/log. But there are problems with
I'm trying to make a custom activity that will eventually do a complicated database query or API call to get a bunch of records and loop over them. I'm sure it