I'm creating a Payroll program using assembly language. I have a structure to hold first and last name using BYTE sized arrays. Also DWORD types for ID numbers
I'm writing an app in Flutter. I've got a db where every user has got a ref to another document ( picture below ) When I try to print data of a user in Flutter
My analysis subjects remind Netflix subscribers. Users subscribe on a certain date (e.g. 2021-04-25) and unsubscribe on another date (e.g. e.g. 2022-01-15) or n
I've created a service principal with an Owner role: ➜ ~ az account set --subscription="47a..." ➜ ~ az ad sp create-for-rbac --role="Owner" --sc
I am trying to access the json data from tweets in my kafka topic.In my spark structured streaming while creating schema is it necessary to explicitly specify e
I need to 'cancel' the onBlur event on a form field. So, basically I prevent the user to leave the field under certain conditions. I tried to do literally cance
I am working with the R programming language. Using the "leaflet" library, I made the following map for these 5 cities: library(dplyr) library(leaflet) map_dat
I want create dockerFile, that will build image, that contains some data_preset, so mysql is not empty; I create some mysqlDump files and put