Posts by Grande Guerreiro Daileon • 38 points
3 posts
-
1
votes1
answer171
viewsA: Tool or website that views percentage of the most commonly used languages on your github
In my head I can only remember Wakatime. With it you can analyze your statistics (how are you talking). You can use it with the Sublime, but currently, I’m in VS Code And I don’t know if it has…
-
0
votes1
answer43
viewsQ: Is it possible to visually display another value for a certain value in the bank?
I’m doing a Todo and I need to set priority (urgent, high, medium and low). But I am only able to define through integer (1 is urgent, 2 is high etc) The question is: is it possible to show another…
-
1
votes1
answer399
viewsA: Error while running studio.sh
Make sure your JDK is actually installed correctly with dpkg --list | grep -i jdk If not, reinstall. Then enable your JDK: update-alternatives --display java Check out the version installed with:…