I have a program that runs from VB/Excel and executes a C++ program in the middle of it. I have two (I think related) questions: I capture the return value fr
Deprecated: Required parameter $xxx follows optional parameter $yyy in... Since upgrading to PHP 8.0 this error is thrown when running code like this: function
urls.py: urlpatterns = [ path('employee/add_employee/', views.add_employee, name='add-employee'), path('employee/add_employee/add/', views.add_employee_
I have this compile error after following the guide in https://docs.flutter.dev/development/platform-integration/platform-views I have tried using Flutter v3.0.
I want to add images in a text field/text form field in flutter. Whenever the user clicks the first button in the bottom navigation bar, the app will ask to pic
Problem: Filter by name (with regular expression) Regular expression Given Expression: Attached the image. It is recognising 'TestJenkins' and 'testJenkins' but
I'm rather new to this. I need to convert all files (.csv and xlsx) i.e Supermarket.xlsx, sales.csv, marketing xlsx which are uploaded into a directory and conv
There is the code of one bsc (binance smart chain) contract. It is quite clear. But I can't find one thing here. They have written on the website that 2% of eac
I am trying to seed all the current year days except for weekends. I have something like this. class CallDateSeeder extends Seeder { /** * Run the dat