I have the following scenario and problem, I try to group by "orderID" and remove the duplicate fields, but when I do it, I don't have the correct result becaus
Some of my paragraphs have a very long description, and I only want, say, the first 30 words to be written in two lines. How can this be achieved in HTML, CSS,
Given this schema: create table t (i int); create table u (i int, j int); insert into t values (1); insert into t values (2); insert into u values (1, 10); ins
can someone help me to create a scroll down table like the menu bar at ebay.com, like when I click fashion it will show subcategories like this , what I'm doin
I have -ScrollView --VStack And I check VStack height via preference key and depending on it I should embed or unembed stack view
I have an enumeration data type in C. How should I declare that in python-ctypes? I want this enum variable to be part of a structure and the assignment of the
I wrote a code to fetch the data present and store it in Array format but I thing I have wrote code multiple times can It be possible to minimize the code as it