Tagged articles
34 articles
Page 1 of 1
Coder Trainee
Coder Trainee
Mar 20, 2026 · Backend Development

How to Create a Custom Spring Boot Startup Banner

This guide shows how to display a custom ASCII art logo in the console by adding a banner.txt file to the resources folder and using Spring Boot's built‑in variables such as ${AnsiColor} and ${spring-boot.version} to customize the appearance.

ASCII artSpring Bootbackend-development
0 likes · 2 min read
How to Create a Custom Spring Boot Startup Banner
Top Architect
Top Architect
Jan 7, 2026 · Backend Development

Customize Spring Boot Startup Banner with ASCII Art and ANSI Colors

This guide shows how to replace Spring Boot's default console banner by creating a custom banner.txt with ASCII graphics, using built‑in placeholders for version, port, profile and date, adding ANSI color codes, and optionally disabling the default banner to print a fully customized startup message from Java code.

ANSI ColorASCII artBanner
0 likes · 9 min read
Customize Spring Boot Startup Banner with ASCII Art and ANSI Colors
Linux Tech Enthusiast
Linux Tech Enthusiast
Sep 28, 2025 · Fundamentals

10 Fun Linux Commands Every IT Enthusiast Should Try

This guide introduces ten entertaining Linux commands, explains how to install each with apt‑get, and shows sample outputs—including rev, asciiview, sl, aafire, cmatrix, factor, oneko, boxes, xeyes, and pv—so readers can explore playful terminal utilities on their own systems.

ASCII artTutorialcommand-line
0 likes · 5 min read
10 Fun Linux Commands Every IT Enthusiast Should Try
Efficient Ops
Efficient Ops
Dec 24, 2024 · Fundamentals

Create an ASCII Christmas Tree with Shell and Python Scripts

This article shares a festive greeting and demonstrates how to generate an ASCII Christmas tree using both a Bash shell script and a Python program, followed by details about the upcoming GOPS Global Operations Conference in Shenzhen, encouraging operations professionals to celebrate the holiday season.

ASCII artPythonShell
0 likes · 4 min read
Create an ASCII Christmas Tree with Shell and Python Scripts
Python Programming Learning Circle
Python Programming Learning Circle
May 24, 2022 · Fundamentals

Creating ASCII Art from Images with Python and Pillow

This tutorial demonstrates how to transform a picture into ASCII art using roughly 50 lines of Python code with the Pillow library, covering image scaling, grayscale conversion, character mapping, and saving the result as a text file while noting environment-specific display considerations.

ASCII artPython
0 likes · 6 min read
Creating ASCII Art from Images with Python and Pillow
MaGe Linux Operations
MaGe Linux Operations
Feb 1, 2022 · Operations

Explore Fun Linux Command-Line Tools: Figlet, Cowsay, CMatrix & More

This guide introduces a collection of entertaining Linux command-line utilities—including figlet for ASCII art text, aafire for flame effects, fortune for random quotes, yes for repeated output, sl for a steam locomotive, cowsay for talking cows, cmatrix, asciiquarium, asciiview, hollywood, ninvaders, and bastet—detailing their installation via yum or apt and example usage commands.

ASCII artCommand-linefun utilities
0 likes · 5 min read
Explore Fun Linux Command-Line Tools: Figlet, Cowsay, CMatrix & More
Liangxu Linux
Liangxu Linux
Nov 15, 2021 · Operations

Spice Up Your Linux Terminal with Fun ASCII Games and Visuals

This guide shows Linux system operators how to install and run a collection of entertaining terminal utilities—such as asciiview, oneko, cmatrix, a custom pipe screensaver, sl, and ninvaders—complete with commands, code snippets, and sample output images to brighten up long‑hour work sessions.

ASCII artLinuxfun utilities
0 likes · 9 min read
Spice Up Your Linux Terminal with Fun ASCII Games and Visuals
MaGe Linux Operations
MaGe Linux Operations
Jul 18, 2021 · Fundamentals

Turn a Bilibili Dance Clip into an ASCII‑Art Video with Python

Learn how to download a Bilibili dance video, extract GIF frames, convert them to ASCII art, rename and order the frames, transform them into images, and finally stitch them into a music‑backed video using Python tools such as you‑get, OpenCV, and moviepy.

ASCII artVideo processingmoviepy
0 likes · 9 min read
Turn a Bilibili Dance Clip into an ASCII‑Art Video with Python
Liangxu Linux
Liangxu Linux
Jul 12, 2021 · Fundamentals

Turn Any Image into ASCII Art on Linux with Ascii Image Converter

This guide explains how to install the Go‑based Ascii Image Converter on Linux, use it to transform JPEG, PNG, BMP, WEBP, or TIFF files (or URLs) into monochrome or colored ASCII art, and customize output size, character sets, and saving options.

ASCII artGoLinux
0 likes · 5 min read
Turn Any Image into ASCII Art on Linux with Ascii Image Converter
FunTester
FunTester
Jul 30, 2019 · Fundamentals

Exploring Python Lambdas: Prime Filtering and a Heart‑Shaped Print

The author revisits a prime‑number filter using Python's lambda syntax, then refactors a one‑line heart‑shape printer into clearer loops, showcasing how lambda expressions and list comprehensions can simplify mathematical visualizations while deepening understanding of Python's expressive power.

ASCII artCode ExampleHeart Shape
0 likes · 3 min read
Exploring Python Lambdas: Prime Filtering and a Heart‑Shaped Print
FunTester
FunTester
Jul 2, 2019 · Fundamentals

Print a Heart Shape in Java Console with a Single Stream Expression

This article demonstrates how to generate a heart-shaped pattern directly in the Java console using a compact IntStream‑based one‑liner, explaining the mathematical formula and stream operations that produce the visual output without external libraries.

ASCII artHeart ShapeIntStream
0 likes · 3 min read
Print a Heart Shape in Java Console with a Single Stream Expression
MaGe Linux Operations
MaGe Linux Operations
Dec 21, 2018 · Fundamentals

10 Fun Python Projects to Boost Your Coding Skills

This article compiles a series of entertaining Python code examples—including flag drawing with Turtle, image‑to‑ASCII conversion, Tetris, a plane shooter game, and a 25‑line face‑recognition script—to inspire learners and demonstrate practical programming techniques.

ASCII artOpenCVPygame
0 likes · 6 min read
10 Fun Python Projects to Boost Your Coding Skills
MaGe Linux Operations
MaGe Linux Operations
Apr 6, 2017 · Game Development

5 Fun Python Projects: Flag, ASCII Art, Tetris, Shooter & Face Detection

This article showcases five engaging Python projects—including drawing a national flag with Turtle, converting images to ASCII art, building a Tetris clone, creating a simple plane‑shooter game, and implementing a 25‑line face‑detection script—complete with code snippets, installation tips, and visual results.

ASCII artFace DetectionOpenCV
0 likes · 5 min read
5 Fun Python Projects: Flag, ASCII Art, Tetris, Shooter & Face Detection
Programmer DD
Programmer DD
Dec 31, 2016 · Backend Development

How to Create a Custom Spring Boot Banner with ASCII Art and Color

This guide explains how to personalize the Spring Boot startup banner by adding an ASCII‑art banner.txt file, using placeholder variables for colors and version information, and provides online tools for generating the required character art, making the process quick and enjoyable for developers.

ASCII artBannerSpring Boot
0 likes · 3 min read
How to Create a Custom Spring Boot Banner with ASCII Art and Color
Aotu Lab
Aotu Lab
Dec 9, 2016 · Frontend Development

How to Create ASCII Art with FIGlet: History, Tools, and Node.js Examples

This article explains what FIGlet is, traces its development from a simple C program to modern versions, and shows multiple ways to generate ASCII art—including online tools, editor plugins, and Node.js modules—plus practical usage scenarios and code samples.

ASCII artFIGletNode.js
0 likes · 7 min read
How to Create ASCII Art with FIGlet: History, Tools, and Node.js Examples
Qunar Tech Salon
Qunar Tech Salon
Jun 21, 2016 · Fundamentals

Using the boxes Command to Create ASCII Art Boxes on Unix/Linux

This article explains how to install the Unix/Linux 'boxes' command on various distributions, demonstrates its use for creating ASCII art borders around text or code, and details options for listing and selecting designs, including integration with vim and shell scripts.

ASCII artText FilteringVim
0 likes · 6 min read
Using the boxes Command to Create ASCII Art Boxes on Unix/Linux