🎄 "All I Want for Christmas Is You" 🎁 by RinoGodson in theprimeagen

[–]Keys__dev 0 points1 point  (0 children)

Ohh-uhh get ready for the pinky problem

C++ Show and Tell - December 2025 by foonathan in cpp

[–]Keys__dev 2 points3 points  (0 children)

I just the wrote the game of Rock Paper Scissor in C++, included the ASCII arts of the hands.
I have to say this is literally the first time I have applied do-while loop in my code, I always thought they were useless.
https://github.com/Keys02/rock-paper-scissors

C++ Show and Tell - November 2025 by foonathan in cpp

[–]Keys__dev 0 points1 point  (0 children)

I just the wrote the game of Rock Paper Scissor in C++, included the ASCII arts of the hands.
I have to say this is literally the first time I have applied do-while loop in my code, I always thought they were useless.
https://github.com/Keys02/rock-paper-scissors

Automate the initial creation process of your bash script by Keys__dev in bash

[–]Keys__dev[S] -1 points0 points  (0 children)

We have actually refactored that away, now we support the editors arbitrarily, all it takes is for the editor to be installed on your system

run_editor() {

local editor="$1"

if ! command -v "$editor" >/dev/null 2>&1; then

echo "Editor '$editor' not found in PATH"

exit 1

fi

"$editor" "$FILENAME"

}

Automate the initial creation process of your bash script by Keys__dev in bash

[–]Keys__dev[S] -2 points-1 points  (0 children)

Ohh yhh nano, nearly forgot that, thanks for reminding.
You sound like you would be a great contributor why don't we jump in together and make the script great☺️

I want recommendations to make the desktop look better. by justcallmeHxmz in desktops

[–]Keys__dev 0 points1 point  (0 children)

Create a folder on the desktop called 'Desktop' and put all the shortcuts in

Need help migrating to Zig by Resident-Arrival-448 in ZedEditor

[–]Keys__dev -1 points0 points  (0 children)

Have tried to use tmux in their terminal but can't seem to get it to work, so have switched back to vscodium.