import 'package:flutter/material.dart'; class AddPlaceScreen extends StatefulWidget { static const routeName = '/add-place'; @override _AddPlaceScreenSt
On an API call from online stores to our Rails app, I need to send strings of HTML, CSS and JS to build a modal on their frontend. If the HTML and CSS are not a
How would I jump to a known memory address in intel assembly syntax (both x32 and x64). I think I have the 64 bit syntax down. For example, if in x64 I wanted t
I have around 50 partitions in hive table. I need to merge each set of partitions into one partition. I tried to use rename partition command. But getting error
I have a simple express App with a single route: const express = require("express"); const app = express(); const crypto = require("crypto"); app.get('/', (req
I want to set max length from default.php. Here is my XML format, <fieldset name="sender_details"> <field name="sendername" type="text"
I could not find any information or documentation on this. Please help. Thank you.
I am using the command line version of Git and gitk. I want to see the full version tree, not just the part that is reachable from the currently checked out ver