In my WPF applications I use a generic HostBuilder in this way: public partial class App : Application { private readonly IHost _host; public App()
I'm trying to write a simple custom CSS engine and currently my structure is as follows: On startup parse all CSS rulesets and the DOM tree, and for each elemen
I have created an auth guard of customers using sanctum .But i am using mongo db . the error that arises is unauthorized when I am trying to log in. as email is
Is there any way to access POST data by index, rather than accessing it through keys? I'd like the following code to work: for($x = 0; $x < count($_POST); $
I hope someone can help as I am stuck, I can't find the answer to this problem anywhere on google. I need to replace my forward slash path with a backslash path
Hey I am kind of stuck here, can we use regex or something to search folder names? How do I add wildcards? eg: In this script it will generate a folder name as
I am trying to fetch currency from country table if row exists else return null as written in below code. $country = Country::where("id", 619); if($country->
I am building a package using nuget and facing issues with the versioning of the package. I have defined base version to be 1.0.10 in the gitinfo file but it is
We know mathematics have both symbolic and numeric computation. But why is Lisp, as a common programming language, connected to symbolic computation more close