I wish to generate the Most common, Highest and Lowest values from the following data: I have also added an additional column to handle text comments. M Code s
File and folder names in Windows (Windows 10) are recorded in UTF-16 LE. And exceptionally, A and a B and b C and c ... Z and z are regarded as the same charact
I have two processes,in ubuntu 18.04,both use the same port. So, I set them reuse address. one use socket, the code is int flag = 1; setsockopt(fd, SOL_S
I am trying to create a profile button using TouchableOpacity. I have setup the mapStateToProps and the mapDispatchToProps properly. However when I set the onPr
I'm working with a pandas DataFrame and one of the column is a dictionary. I need to retrieve a list which contains the value corresponding to a specific key fo
Im learning about generics and was wondering about how a generic controller, service and ef core repo design would look like. My case: lets say an incomming pos
I have the below code import psycopg2 import json import os, subprocess, sys from datetime import datetime, timedelta import base64, json cloud_sql_connection
I want to validate a URL and display message. Below is my code: $("#pageUrl").keydown(function(){ $(".status").show(); var url = $("#pageUrl").
So I'm trying to loop through an Arabic string then if the letter is a certain value the code does something so the conditional statement would look something l
I am try to get result from 2 tables but its done but when I use IN operator with 2 different WHERE statement its bring result from only 1 table. May I know whe