About 55,000 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 …

  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: | |- …

  3. 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 …

  4. ASCII graphic waveform generator - Code Review Stack Exchange

    Apr 28, 2015 · Working on some documentation lately, I had a need to convert a number of asynchronous serial waveforms into ASCII graphics characters. Rather than draw them by …

  5. More efficient way to create an ASCII maze using box characters

    Jun 27, 2021 · I've written a C# program to generate a random maze, and then draw that maze in the Console mode using box-drawing characters, e.g. ─ │ ┌ ┐ ┬ ┼ etc. It works fine, as below, …

  6. CLI ASCII Maze Generator / Python 3.9 - Code Review Stack …

    May 31, 2021 · CLI ASCII Maze Generator / Python 3.9 Ask Question Asked 4 years, 5 months ago Modified 4 years, 4 months ago

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

    Oct 25, 2016 · Python ASCII-Art Text Generator Ask Question Asked 9 years ago Modified 6 months ago

  8. Random String generator in C - Code Review Stack Exchange

    Jul 31, 2013 · I created this small function just to practice C code. It's a simple random string generator.

  9. Simple random password generator - Code Review Stack Exchange

    Aug 15, 2016 · Here is a way to generate passwords which includes punctuation without caring about ASCII code at all! Right now, you are following a fixed pattern of printing uppercase …

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

    Nov 17, 2022 · I've written a Python function that generates a smoke wisp/genie-tail shape using all 26 (and only 26) letters of the alphabet. Here are some examples of the kind of ASCII art …