Hi everyone this is my last resort, i think I'm getting something wrong but can't get unstuck I was trying to load some old DBF files at startup to create my da
Say for example I have an array that looks like this: var myArray = [[1,2,3],[1,2,3,4],[1,2],[1,2]]; I'm trying to find the first shortest array inside myArr
I am developing a note app, and I want to save my note when I closed the app (when removing the app from recent apps). I tried dispose() method but it did not w
I am trying to get all the TCPListener(s) of my application that are running on a specified port so I can display them in a server browser, I thought I could ju
I want to achieve a CSS mouse effect where: -if the mouse hovers leftwards on the element, the element moves right. -if the mouse hovers rightwards on the eleme
So a piece of code I wrote needs to run on both web and mobile. And since some libraries like dart: io on the web and can't use dart:html on mobile. So in order
I am building a small react app the has a main front page and can show static html pages. My plan is to store the static html pages as html files and load them
I'm trying to implement a Dropzone to upload csv files in my Django project and the Dropzone can't even read the file at all. Receive this error "Not Found: /Re