About 26,600 results
Open links in new tab
  1. java - ASCII-Art Generator - Code Review Stack Exchange

    Apr 27, 2020 · Introduction For the purpose of learning how to work with pictures in Java, I created an ASCII-Art Generator. The program can do two things: Convert pictures into ASCII-Art Convert text …

  2. library - ASCII art generator in C - Code Review Stack Exchange

    Sep 24, 2015 · I have written an ASCII art generator library. I was practicing data abstraction and code abstraction and I wanted to know if there is something that can be improved. File tree: | |--Ma...

  3. Python ASCII-Art Text Generator - Code Review Stack Exchange

    Oct 25, 2016 · The configuration file format is as follows: First line: the height of every character in the configuration file (number of lines). Second line: the key. A string containing the letters in the order …

  4. ASCII art smoke wisp generator - Code Review Stack Exchange

    Nov 17, 2022 · ASCII art smoke wisp generator Ask Question Asked 3 years, 1 month ago Modified 3 years, 1 month ago

  5. python - ASCII generator - Code Review Stack Exchange

    Oct 8, 2015 · The characters a to z are shown in ASCII art by their equivalent in upper case. The characters which are not in the intervals [a-z] or [A-Z] will be shown as a question mark in ASCII art.

  6. C++ quiz game with 25 questions - Code Review Stack Exchange

    Nov 21, 2016 · Thanks for the helpful advice and suggestions! I've done some improvements and I have stored the questions and answers into a vector and .txt file. Would you suggest storing the ASCII art …

  7. ASCII graphic waveform generator - Code Review Stack Exchange

    Apr 28, 2015 · There is copy-and-paste code, with bits of ASCII art all over the place, and a mini-Turing machine using the magic number 0x201. Assuming that the to_bits() helper function isn't important to …

  8. Infinite patterned ASCII dice - Code Review Stack Exchange

    After seeing Pretty print dice faces from multiple rolls of multi-sided dices, I decided to make an infinite ASCII dice generator. There was one requirement, it to follow a normal dice face. And s...

  9. C# console app that draws an image to the console using ASCII

    Jan 29, 2024 · C# console app that draws an image to the console using ASCII Ask Question Asked 1 year, 11 months ago Modified 1 year, 10 months ago

  10. array - Python ASCII-Art Table - Code Review Stack Exchange

    Oct 20, 2016 · As a part of a console utilities module, I created a function that takes a table in the form of an array of arrays, and generates an ASCII table with the given contents. I've also added the optio...