python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
how to make my horizontal histogram to vertical
this is a part of my program which generates * patterns from 4 user inputs
total= progresscount + trailercount + retrivercount + excludecount
print(".................................................

Yasiru Ruwantha Weerakoon
Votes: 0
Answers: 1
Change timestamp variable format or do replacement
I am currently working on setting up ci/cd pipeline for pushing nuget packages.
I want to use the built-in CI_COMMIT_TIMESTAMP for version suffix however its ISO 8601 format is not valid for this.
Exa...
dev01
Votes: 0
Answers: 1
how to add " to end of specific lines in linux
I have a file as below
"time":"2022-03-01T12:00:25.388Z","duration":0.8255,"error":0
"time":"2022-03-01T12:00:26.809Z","duration":...

Annalakshmi M
Votes: 0
Answers: 3
How to bold text in c program
How do I Bold my PrintF? .. ( I am new in C)
#include <stdio.h>
int main() {
int i;
for (i=1; i<=5; i++) {
printf("Md.Mehedi hasan");
}
return 0;
}

Md. Mehedi hasan
Votes: 0
Answers: 2