Im making a chat application with node js and mysql and i need to get all the data between sender id and receiver id but im stuck in that . Need to get all the
I'm trying to make queries to my DB -mongo based- but I need them to be partial, lets say, I need the DB to find results when I'm entering something in an input
I've created a website that uses the YouTube data API to get YouTube data for a chosen user. This has always worked fine for me, but the amount of traffic is no
I am developing a page where a user can download a .zip containing a number of .pdf files. The functionality handling the download and the compressing works fin
I need to create a queue that stores pairs of integers in ascending order by their first value. Say I have the following queue: 0 10 0 10 1 10 2 10 30 10 If
I am working on a website that was build using cakephp. I want to add the option for visitors of the website to make a appointment, then this should automatical
so im trying to make a random number generator that will give me 1, 2 or 3 but for some reason it always give me 3. sorry its in french but i figured it didnt r
I have a table of data imported from a CSV file into a DataFrame. The data contains around 10 categorical fields, 1 month column (in date time format) and the
I have a basic express js application and i enabled cors to prevent requests from incoming ip I am simply doing something like this : const whitelist = [ 'htt
I am trying to create a new environment with Python 3.7 using Conda like: conda create -n qnn python=3.7 I got following errors: Collecting package metadata (