I am dynamically creating dot net c# console application on my local system (i'm using - this code sourcePath = @"D:\temp\DirectoryToZip.zip"; destFile="@"\19
Let me start off by saying that I am a noob in the whole encryption thing. I am trying to generate a key and store it in the Android KeyStore protected with a p
The default django user model has a is_superuser field. I would like to use this field to conditionally render components in react, i.e. get something like this
Guys i'm currently working with lara classifer project and filtering method filter data when we select each radio button or dropdown.I want to make a button tha
Since i wasn't using the plugin path_provider anymore i tried to delet it, then it gave me a warning, so i deleted a folder caled "data" know i'm trying to do f
I created a store in order to use the User resource, and that store has an array of roles. What I am trying to do is to search for a specific role in that array
I have web server written in golang which uses graphql package gqlgen and gorm for database. Since golang can be compiled and run on android I wanted to create
Is there support for stored procedures in Google Bigtable, or support for any similar mechanism for saving multi-statement queries?
For this program I need to "grab the start time of the entire process within the max. time precision avail including nanoseconds." in the format: April 9, 2022
I attached an image which is a row of different colours puzzles and the code runs perfectly fine except for the figures that supposed to be shown ... the figure
How do you make a navbar and hero section that fills the height of the screen, and not scrollable? Currently I am trying: My nav css: .NavStyle { top: 0; wi
I have a list which is rendering images (horizontally with scroll): <div id="my-cool-wrapper"> ... // My cool wrapper has more elements (apart from li
I would like that when it is the first time on the application, it asks the user if it can access the photos. But when I uninstall the application to test, the
I tried creating a web app in .Net standard 6.0 and added a simple workflow for HTTP Endpoint requests & responses. but the server URL returning ERR_CONNECT
I'm using this command to generate private ed25519 key: openssl genpkey -algorithm ed25519 -out private.pem and this is the example result: -----BEGIN PRIVATE
I have three activities A, B, and C. As expected when C is changed to pip (picture in picture) mode, it is separated out as a new task. When back pressed is pre
I have created a picklist field in an Azure DevOps project that I would like to integrate with a corresponding field in another service (ServiceNow). Does anyon
My Blazor web application needs to display a pdf document. It works in Firefox, but not in chrome. Here is the code: <embed src="data:application/pdf;base64,
So i've set up my package.json, installed parcel, and everything is working fine. However, when I use terminal and try to load my webpage through parcel or crea
I am generating spectrograms and casting them to images for use in a CNN. How can I directly specify the pixel size of the spectrogram. This is what I have so
according to the Flutter documentation, it is mentioned that camera_web plugin is similar to the camera plugin, but designed for web application, so I want to r
Here how I connected firebase with environment variable: const firebaseConfig = { apiKey: process.env.REACT_APP_apiKey, authDomain: process.env.REACT_APP_
I have a table like this, id date start end product result 10 2022-06-10 2022-02-10 2022-06-12 183 TRUE
tl;dr My understanding is that php -S localhost:1234 -t some-dir serves the page some-dir/index.html at localhost:1234, expecting that CSS and JavaScript (and o
I am trying to find the loginform data from the Nike website. I've added a timer to wait for the loginform to be populated but it still outputs as an empty set.
I have button that trigger a tooltip when my user clicked Copy <v-btn @click="showCopiedText = !showCopiedText; copyHtmlText()">Copy</v-btn> <v
I am working with Data Tables and I have a function that I can't seem to figure out. I am using SSP and I have my columns set up in an array. See below: $column
I am new at pymongo, but have a decent knowledge on mongoDB So basically I have a list of strings, then I converted it into a dictionary using key as integer, s
Here is my controller code namespace MyClassWorkApplication.Areas.Admin.Controllers { [Area("Admin")] [Authorize(Roles = "Admin")] public class Co
When user update chat/{id} documents, this function will execute. const functions = require("firebase-functions"); exports.onChangedChat = functions.firestore