I am developing an app using CodeIgniter and I have deployed this app on a linux server, the issues I am facing is this error ERROR - 2022-01-06 11:48:16 -->
I have a method in parent class Controller.php public function invalidError($errors = [], $code = 422) { return response()->json([ 'errors' =>
The title says it all, consider this program: using System; using System.Xml.Serialization; public interface ITest { public sealed class Test //: ITest
I have written a piece of code (in C#) to execute a Powershell script (specifically Azure PowerShell) using System.Management.Automation. The powershell script
In a table (in excel) in a column I have some number(A). I want the flow to take that number (A) and to create number of rows equels to Number (A) For example i
Storage.put(key, file, { resumable: true, completeCallback(eve) { }, errorCallback: (err) => { console.error
This is my first scheduled python task on Windows with a third party library (Pandas). I installed python for all users on the machine so it is at C:\Program Fi
I am preparing for an upcoming exam and I was having trouble with this problem: direct mapped cache of size 64K with block size 16 bytes. Cache starts empty Wh