Below is the code to add data to my MongoDB Collection: AddOrder.js function AddOrder() { const d = new Date(); let text = d.toString(); const { currentUs
I'm porting an audio processing application written in C++ from Windows to Windows Mobile (version 5+). Basically what I need to port is the GUI. The applicatio
I am making a chrome-extension and trying to set cookies onto every page I visit. The cookies are getting set on every website I have tried except Instagram. I
I've created a map where I want to implement some kml files into it . If i harcode the url it works but im trying to pass it through a variable because Im deali
I need to add css file named feed.js with a pug file named feed.pug. i am trying this in feed.pug but it is not working link(rel='stylesheet', type='text/css',
I am attempting to setup a NuGet package source that requires credentials. Here are the instructions I have the latest version of Visual Studio 2015 with ever
I'm trying to create a test for a specific method in my application however while the test passes it's not recognized in the VSCode testing extension. class Te
I am using a select statement in my jdbcTemplate. I am trying to select firstname and surname and display them on the html page however I am getting errors.The