const express = require('express'); const { uuid } = require('uuidv4'); const app = express(); app.use(express.json()) const projects = []; app.post('/proj
I want to separate the files in my models based on extension type. Right now I am able to print all the files but now I want to separate them based on extension
I have created a Binding Library for Triton Digital Mobile SDK and integrated it on my Xamarin.Android project. I have added this code to my project to test the
I create a repository layer in my app. I don't need all list EntityList. I want add in Foo.EntityList 1 object which equals entityId, and return foo in notImpor
I've got a long R code now and I'm trying to make it more readable. Below is a small chunk from my code - U2OverlayG1 <- GrowthorDiff(U2Overlay, Metadata, 1)
In my product we have certain test cases that should be run in parallel and also certain test cases that should run in isolation mode I have been using this in
I have a number of plots that show transcribed text from a speech to text engine in which I want to show the bars where the S2T engine transcribed correctly. I
I am doing a simple form site with Django. This is what my sites url is looks like: mysite.com/register/12345678 I want to print the part after the register (12
I have a requirement where i have to run call a shell script which is on hdfs location and run the shell script from a pyspark script. My code is something like
I would like to create a personalized style on expander in firemonkey. But when I want to add an event on a button (I replace the checkbox by a button that I ha
Given this scenario: internal class FullLogin { public string username { get; set; } public string password { get; set; } public str
My database in hosted on AWS RDS. I am having connectivity issue and getting this error: sqlalchemy.exc.OperationalError: (pymysql.err.OperationalError) (2003,
I have two different dataframes in Pyspark of String type. First dataframe is of single work while second is a string of words i.e., sentences. I have to check
I created the aks cluster with azure service principal id and i provided the contributer role according to the subscription and resource group. For each and eve
I have a single page application in Blazor WASM that connects to OAuth0 and receives JWT token when a user get authenticated via OAuth. My OAuth application use
struct Classroom: Codable { let teacher: String let id: Int let status: Bool init(from decoder: Decoder) throws { ... ... } }
Microsoft Dynamics 365 (trial) During working on trial version of Dynamics, I came to set new BU and security roles. I've created new security roles, but they w
I am getting error constantly in binding.bottom_navigation.setOnItemSelectedListener(item -> { I am attachig the code below please have a look and give some
Requirement: upload a large file (4MB+) using MSGraph (onedrive or Sharepoint) and return its corresponding DriveID (i.e. DriveItem) This example uses PHP but I
I have this code that alert("open") is displayed ok. var webSocket = new WebSocket("ws://localhost:8080/WebSocketServerExample/websocketendpoint"); webSocke
I've found a handful of similar problems posted around the web an it would appear that I'm already doing what the solutions suggest. To summarize the problem; d
so currently i have to write a program in c++ where i have to create a class "CMyMatrix" and i wanted to know if its possible to overload the
While running yarn build I get the following error: Error: Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rende
How should it be configured the spring-cloud-schema-registry-client to communicate with Confluent Schema Registry on a secured manner using SSL truststore? My c
how to insert data from list into excel in python for example i exported this data from log file : data= ["101","am1","123450","2015-01-01 11:19:00","test1 test
I have done redirection from 301k as well as from the .htaccess file. The thing is redirection is working fine but still can not index my HTTP
PREVIEW i have been trying to create this kind of viewpager animation couldn't grasp how the animation works and always mess up. Would be really helpful if som
This list comprehension does not work: buy_prices = [(buylow := round(0.997 + ii/10000.0, 5), max(jj, buylow)) for jj in [buylow, 0.9982] for ii in range(21)]
I have requests module installed but it shows an error when running .py file from cmd prompt. There are no errors when running the file from vscode.
I am working on a trainning task with CNN. When I created the loss function with CrossEntropyLoss and trained the dataset, the error reminded me that the batch