Problem This question was put forward by my senior to draw a hollow rectangle in C#, and with the condition […]
Tag: console
Calculate the average score of students
Problem Problem : Imagine you are a developer and get a job in which you need to create a program […]
Simple Text Adventure: Cleaning up after the party
Problem This week’s Code Review Weekend Challenge is about implementing a simple console game. Here’s my game loop: class Program […]
Search utility that searches through source code files
Problem I’m working on a search utility that searches through source files. It’s only the beginning of the project. It […]
Colour message prettifier in Bash
Problem Features: messages formatted with clear borders errors sent to stderr colour handling colours can be included in other strings […]
Connect Four game
Problem I wrote this a couple months ago and just wanted to get some feedback on it. In the printBoard() […]
The right way to use IPC::Open3 in Perl
Problem Here is the function which does exactly what is specified by its name: sub runCmd_getStdoutStderrAndExitCode(@) { my @cmd = […]
Display a List in Console
Problem I was searching for a way to display a List<T> with n elements in a user friendly and easy […]
Parsing console application arguments [closed]
Problem Closed. This question is off-topic. It is not currently accepting answers. Lacks concrete context: Code Review requires concrete code […]
Catty: A mini cat clone in Rust
Problem As part of my journey in learning the Rust programming language, I decided to make a miniature cat clone […]