url1='www.google.com' url2='http://www.google.com' url3='http://google.com' url4='www.google' url5='http://www.google.com/images' url6='https://www.youtube.com/
We are facing a slightly weird problem in GNU Make. In one of the part Makefile, we try to modify a string in order to get right filename. So "dummy_1_.pl" is t
I have a cache (ITEMS) in Ignite which has 10 columns, and millions of records in it. Key is the ID(have 3 fields of 10 cos) and value is the Java object having
I'm trying to work with a CSV file that is essentially a database of records. On load of the game I Read in a record and instantiate a prefab button, one at a t
I want to make it so that when someone types $verify in the #verify channel they receive the "Members" role and it deletes the $verify message. It should also b
I have seen some instructions saying that I should use make -j with my number of CPU cores times 1.5. For example this So my question is, will this number creat
I am doing a remote fetch request to a server. The payload is in JSON format, so I want to change the Content-Type header to application/json. I have used the f
I am a newbie here. English is not my native language so excuse any grammatical mistakes. I need to compute the average BMI per hair colour using the df. # 1.
This is the error I get: W/KeyStore( 6026): KeyStore exception W/KeyStore( 6026): android.os.ServiceSpecificException: (code 7) W/KeyStore( 6026): at android.
Trying to create a simple drop-down calendar with a date picker in Python such that a field drops down to show a calendar where after a date is selected is capt