Trying to implement something like the iced example solar system background. But I have 1 problem left 2. Adjust the size I would only like the background to be
I have implemented shell script which connect to Database to get data from table. Again These shell script invoked from Java API. Flow : (Java API --> abc.sh
I am trying to create a Lambda function in Python using AWS CDK. The challenge is, role property of this function comes from input parameter. If input parameter
I am trying to import .mat file for the algorithm developed in C++. I have imported the mat.h and all the related library from "matlabroot\extern\include". I am
I want to create a form with a date input but user can't choose all date: For example, if an user fills in the form on Monday 24 May (day 0), he can choose one:
I am getting an error in Android Studio to do with my Cursor. I have the following line in my code val dataText = cursor.getString(cursor.getColumnIndex(MyDbNam
I currently have an app written in jetpack compose which uses Material-Theming-Support from androidx.compose.material:material. from / import androidx.compose.m
Exercise 1: Change the socket program socket1.py to prompt the user for the URL so it can read any web page. You can use split('/') to break the URL into its co