val topics = Array("kafkatopic") val stream = KafkaUtils.createDirectStream[String, String]( ssc, PreferConsistent, Subscribe[String, String](topics, kafk
again. I am stuck with my search bar where it is not the position and the size i had coded in it. Supposedly the search bar shall be look like in the following
I am wondering why in the following example my Sqllite3 in Python command does not work: I am creating the following table query = """ CREATE TABLE customers2
I'm using Renci SSH.NET to upload files to a server. I can do it easily with SFTP server IP, but when I try to set my server domain I recieve an exception
I faced the problem when I was using random_string generator dependency for my project and its released version didn't support null safety. So I switched to it'
I have some student names of different types and scores of each type in a list. Eg: students_exam_names = [exam_name1, exam_name2, exam_name3] students_exam_sco
Basically I am developing a multiplayer kart racing game using TCP. There will be two clients and one server. The clients connected will be passed as a thread r
I am using Java and want to split a string without deleting any of the content. Here are 2 examples, I wish to split String hi = "HELLO123" in
I want to print the sum of 7 natural numbers for my school project can you help me