I successfully created a gridview populated with images. Now, what I want to do is put a text below the image. This is the screenshot of my app so far. http:
The College Football Database (cfbd) contains all team ranks for each week of every college football season going back to 1937.I am trying to set up data from t
i want to replace 3 caracters in one string =ARRAYFORMULA({REGEXREPLACE(A5,"c","a"); REGEXREPLACE(A5,"d","x");REGEXREPLACE(A5,"v","y")}) is possible? I want to
I need to turn on something when the user says a given word, Let's say the word is "Hello", So whenever the user says "Hello" I need to turn on something, I onl
I have this python program which computes the "Square Free Numbers" of a given number. I'm facing problem regarding the time complexity that is I'm getting the
Is there a way to separate a single line of text into different cells based on a character? IE: This string needs to be separated - The first name is kar#, foll
I want to dynamically disable the readline functionality by completely getting rid of it. Not by disabling tab completion or any other provided functionality, b
Have a wamp server running php8.1. I get many Deprecation Notice. I've searched that the problem is about MySQL version. Wamp has MySQL 5.7.36. Does anyone know
I'm trying to create a displacement map cikernel for iOS 8 that shifts the pixels horizontally from the map R channel and vertically from the G channel. The map
I just recently started working with socket.io and seem to be running into an issue. I have implemented multiple namespaces where I can emit data coming into th