I have this function that I want it to send notifications based on user location and tags using OneSignal REST API. sendNotifiToDriver(lat, long) { console
My current location always shows Google Plex when I clicked the current location button. I don't know where is the error as I already added my API and asked for
I want to use PolyBase to read a directory of csv or xlsx files with similar schemas but different file names. File names has pattern such 'subjectXYZ_yyyy-mm-d
I am trying to scrap a page on tickpick.com with AWS EC2. For this I use the python requests module. I was suspecting tickpick.com to block AWS IP addresses, th
I'm having trouble getting the last item in the loop Writing to CSV, I don't want the last item in CSV to have a , at the end. This is the public string to writ
I have this simple Powershell script that outputs the message "Hello World!" from SQL PRINT command: $conn = New-Object System.Data.SqlClient.SqlConnection "Se
How can I convert my Access Database (.accdb) to a SQLite database(.sqlite)? Please, any help will be appreciated.