python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
could I ask how does this work (printing big text in c++)
what does this call is it printing ASCII art and how can I know those numbers present those texts
void Menu::printLogo()
{
unsigned char logo[] = {32,219,219,219,219,219,219,187,32,219,219,219,219...
jerrylemin
Votes: 0
Answers: 1
Alphabetical Scrollbar in jetpack compose
Does anyone know how to create an alphabetical fast scroller, displaying all the letters in Jetpack Compose?
Similar to this one:
Recyclerview Alphabetical Scrollbar
I have made a list which is scroll...
vigard Anson
Votes: 0
Answers: 1
Duplicate letters in wordle
For a school project I have to create a wordle in Python. The program I created compares the letters of the target word and the guessed word. An example: the target word is "compulsory" and...
jb18
Votes: 0
Answers: 4
How do I create a random letter generator that loops
So I´m very new to python and just trying to create a letter generator.
The output should be like this: aaa aab abb bbb aac acc ccc ...
No uppercase letters, no digits, no double outputs, just a 3 let...
Anonym154434
Votes: 0
Answers: 1