I have a data frame with factors that I want to split and then apply a function to the data frame (ultimately using purrr::map(), by simplified in reprex with l
btnSend.setOnClickListener(new View.OnClickListener() { @override public void onClick(View view) { String to = editEmailid.getText().toStr
export const usePostApi = () => useMutation(['key'], (data: FormData) => api.postFilesImages({ requestBody: data })); Query Definition const { mutateA
I need to run exe file on command prompt to pass some parameters and in the code of exe file i have run a bat file using VB.NET built-in shell method, but when
I installed a package named black via apt-get I removed it (because its version is too old) I installed the package via pip3 install black, inside a conda env
This is my code: public boolean displayLoginScreen() { int choice; boolean isStaff = true; Scanner input = new Scanner(System.in);
I'm starting to use flatpickr (moving from xdsoft datetimepicker, which seems no longer actively maintained) and would like to achieve scrolling behavior just l
i want to create matrix from user input like this:enter image description here this is my code: flag = True while flag: num = int(input('enter m