I am using ASP.NET MVC 5. My goal is to cache CSS and JS files for at least 24 hours. I tried this code with no luck: https://docs.microsoft.com/en-us/iis/con
Was making a svelte implementation of a near app. We have a button that connects to the testnet network. It will open wallet to sign in. When successful, it wil
Given two list of dictionaries: students = [ {"id": 1, "name": "A"}, {"id": 2, "name": "B"}, {"id": 99, "name": "C"}, {"id": 4, "name": "D"},
I have the following data structure - list of dictionaries with movies, bucketized by genre (it's very large, here just a sample): data={'Action': [{'title': 'T
I have some UDP channel links and I would like them to use with my video player (Chewie) but it doesn't seem to work in my flutter application. What I am doing
Currently we are bundling our backbone application into a single script.js file, using r.js (require.js optimizer) Below is the build configuration file we are
I m trying to click on value (link format) on a webpage and i read it from a separate file. the value is read correctly from the external file but I cant get th
Problem I am recording the webm chunks by MediaRecorder at Chrome 83 in Windows 10 and sending these to other computer. These chunks are playing on another Chro
I have tried to do this a thousand different ways with no success. I need a Macro that will comb down a long list of products, copy the line below a product to
for(i=0; i<locations.length; i++) { var position = new google.maps.LatLng(locations[i][2], locations[i][3]); var marker = new google.maps.M