In my AspNetCore application, I process messages that arrive from a queue. In order to process a message, I need to resolve some services. Some of those service
I am using the following style attribute to set the user input to uppercase so that when the user starts typing in the text box for example railway, then it sho
I did change something new with the database..Since I have 5 mongodb item..here is the code This is for my main-model.js const mongoose = require('mongoose') c
I am trying to implement a basic drawer, but I am confused by the documentation. There is a TouchableHighlight, and there is a TouchableNativeFeedback. Toucha
I just started with python and I am making program for audio manipulation. I am trying to implement 3D sound with openAL in my python application, but I just ca
As the title says, ftp-nlist returns false on files. On directories, it works fine... First my code: <?php $ftp_server = "ftp.myserver.com"; $ftp_user_name
I have a file that I want Powershell to search for Include1 and if it does, see if the rest of the line contains XYZ. If it does, fine, but if it does not, see
I am trying to scrap Google Hot Trends. I tried to run Chrome developer tools to capture all requests, but it seems there are no requests in or out. So I tried
I have this post request: axios({ method: "post", url: "/sessions/add", data: { session: { name: session.session.name, d