DORSETRIGS
Home

ascii-art (6 post)


posts by category not found!

Bash script for printing Heart shape

Creating a Heart Shape with a Bash Script A Guide to ASCII Art Ever wanted to print a heart shape in your terminal You can easily do so using a simple Bash scri

less than a minute read 06-10-2024 38
Bash script for printing Heart shape
Bash script for printing Heart shape

Create a table with rows and columns (full box) in C++

Creating a Full Box Table in C This article will guide you through creating a table with rows and columns in C using a simple and visual approach The Challenge

2 min read 06-10-2024 31
Create a table with rows and columns (full box) in C++
Create a table with rows and columns (full box) in C++

Spinning square of ASCII symbols issues

Troubleshooting Issues with a Spinning Square of ASCII Symbols The spinning square of ASCII symbols is a classic programming challenge that can be both engaging

3 min read 29-09-2024 47
Spinning square of ASCII symbols issues
Spinning square of ASCII symbols issues

Ansible : multiline variable containing pipe

Ansible Handling Multiline Variables with Pipes and Special Characters When working with Ansible you might encounter situations where you need to define multili

less than a minute read 05-09-2024 32
Ansible : multiline variable containing pipe
Ansible : multiline variable containing pipe

image to ascii art with edge detection using the sobel filter in python using pygame not rotated correctly

Decoding Image Edges Creating ASCII Art with the Sobel Filter in Python This article dives into the fascinating world of converting images to ASCII art using th

3 min read 28-08-2024 44
image to ascii art with edge detection using the sobel filter in python using pygame not rotated correctly
image to ascii art with edge detection using the sobel filter in python using pygame not rotated correctly

ASCII art with SDL2, an unexpected output

ASCII Art with SDL 2 Debugging an Unexpected Output Lets dive into the issue you re facing with generating ASCII art using SDL 2 The problem is likely not in th

3 min read 27-08-2024 59
ASCII art with SDL2, an unexpected output
ASCII art with SDL2, an unexpected output