enter image description here I try to counting the covid-19 population distributed on the map and showing the confirmed case in all city but google map cant sho
I want to add the face authentication for andorid but could not find one. No packages are there and not event the solution. Any ideas?
I have the dataframe below: rp<-structure(list(Subarea = c("SA_16", "SA_5", "SA_5", "SA_15", "SA_15", "SA_6", "SA_6", "SA_6", "SA_6", "SA_6", "SA_6", "SA_6"
According to the knowledge I have; The procedural paradigm has no access modifiers. The object-oriented paradigm has access modifiers public, protected, default
I have a pyspark dataframe which looks like this- RowNumber value 1 [{[email protected], Name=abc}, {[email protected], Name=mnc}] 2 [{[email protected], Name=kl
I have a list of directories where I am supposed to copy their contents to pre-defined output locations. How do I create a function to perform this operation? u
I want to try insert loghis of table into one column for saving spaces before Delete on SmtTable for each row declare v_loghis SmtTable%rowtype; v_tabVar varch
I built a C++ shared library, that exports functions for constructing, destructing and interacting with an implemented class. I want to write a wrapper class in