I need to make a survey for my website. I have this: Route: Route::resource('survey','surveyController'); Controller: public function index() { $show=surve
I am creating a share button for a post on the feed. I am generating a unique link using Firebase Dynamic Links with a custom parameter at the end. On Android 1
// this is what i what for function parameters type type Combinable = string | number; function isString(param: unknown): param is string { return typeof par
I'm practiced Python+Django edited Web, followed sample trying to export from db data into front Web and I want download CSV file. Here is my whole funct
Just save this as a .cmd file and run. Be sure to change the path to your android studio installation path. @echo off :: change the path below to m
I ran into something a little odd this morning and thought I'd submit it for commentary. Can someone explain why the following SQL query prints 'equal' when ru
I have two problems right now, one is getting a [post request with teh value of selec tag and also how to change teh date format in django in DD/MM/YYYY format
I have a problem with running github actions on branches created automatically from within other action. Config file triggers them on push to branches that star