Tagged Questions

Diagrams, texts and pictures made entirely by stringing together the printable ASCII characters.

learn more… | top users | synonyms

14
votes
1answer
734 views

“Fun” C++ library that interprets ASCII figures in code - what is it called? (“Multi-Dimensional Analog Literals”)

A while ago I stumbled upon a C++ gem, a set of classes that through operator overloading and possibly some preprocessor tricks, let you define variables using in-code ASCII art: Line x = |-----|; ...
13
votes
1answer
1k views

Java 7 / compilable James bond ASCII art [closed]

I remember that M. Joshua Bloch showed us in last Devoxx a Java 7-compliant (with the help of _ introduced via the project coin features) James Bond ASCII art. Does anyone know where I can find it? ...
13
votes
5answers
4k views

How do ASCII art image conversion algorithms work?

There are some nice free "image to ASCII art" conversion sites like this one: ASCII-art.org How does such an image conversion algorithm work? , ...
12
votes
10answers
1k views

Code Golf: recognize ascii art boxes

Came up with this a while ago while doing some data structure work, though it'd make a good code golf: Given a two dimensional array of characters containing ascii art rectangles, produce a list of ...
8
votes
1answer
299 views

Any Java libraries for drawing ASCII tables?

I need to output data into a console as a table. I was wondering maybe there are some java libraries that would take care of drawing tables in ASCII art, aligning values inside cells, etc? ...
6
votes
2answers
190 views

Output ascii animation from Haskell?

I’m trying to get a very quick and dirty animated display of some data produced using Haskell. The simplest thing to try seems to be ASCII art — in other words, something along the lines of: type ...
6
votes
3answers
441 views

Ascii art in HTML comments - fad or function?

Lately I've seen several websites with large ASCII art headers in their HTML. I don't get the point and it seems like this must just be a fad. For instance, tumblr.com has it: <!-- . ...
6
votes
5answers
646 views

minimizing overlap in random rectangles

I have a number of possibly overlapping rectangles, of random size and position within a fixed plane. Since these rectangles are random, some may not overlap: |----- | | |----| |----| | ...
5
votes
2answers
530 views

ASCII art in the optparse description

I'm making a shell script with the optparse module, jut for fun, so I wanted to print a nice ascii drawing in place of the description. Turns out that this code: parser = optparse.OptionParser( ...
5
votes
3answers
3k views

How to create ASCII animation in Windows Console application using C#?

I would like it to display non-flickery animation like this awesome Linux command; sl http://www.youtube.com/watch?v=9GyMZKWjcYU I would appreciate a small & stupid example of say ... a fly. ...
4
votes
5answers
268 views

Asterisk art in python

I would like to produce this picture in python! * ** *** **** ***** ****** ******* ******** ********* ********** I entered this: x=1 while x<10: ...
4
votes
3answers
283 views

HTML table to “graphical text” for code comments

Is there a tool (ideally command-line-based) that can help in converting the source to HTML tables into “graphical text” (think perhaps ASCII art for HTML tables) for use in code comments, as show ...
4
votes
3answers
432 views

Help with algorithm to dynamically update text display

First, some backstory: I'm making what may amount to be a "roguelike" game so i can exersize some interesting ideas i've got floating around in my head. The gameplay isn't going to be a dungeon ...
3
votes
2answers
226 views

Java ascii art using loops

I am trying to write a program in Java that captures an integer from the user (assume data is valid) and then outputs a diamond shape depending on the size of the integer, i.e. User enters 5, output ...
3
votes
2answers
334 views

PPM image to ASCII art in Python

I have to make a program that reads in a file from the command line and covert it to ASCII art. I am using PPM format and here is a link to the project. Here is what I have so far: import sys def ...
3
votes
2answers
293 views

Ascii Art - Java [closed]

I want to make a program, where the user enters their name and the program generates an ascii picture of their name. Is it possible to do that without using 3rd party tools? What I came up with was to ...
2
votes
4answers
126 views

Generate Ascii art text in C

I am trying to generate ascii art text for a fun application. From FIGLET, I got the ASCII pattern. I am using that pattern in a printf statement to print letters. Here is a screenshot of the pattern ...
2
votes
1answer
293 views

7-Segment display with printf and multidimensional array for segments

In K.N Kings "C programming: A modern approach", chapter 10 exercise 7, the task is to make a digit converter from normal digits to 7-segment digits in ASCII art, like this: _ _ _ _ _ ...
2
votes
2answers
90 views

How to write this kind of documentation easily?

I love pure ascii text documentation, like this one: http://www.catonmat.net/download/sed.stream.editor.cheat.sheet.txt But I don't know how to write it easily. There are lots of tables in it. Anyone ...
2
votes
3answers
1k views

How to create ASCII animation in a console application using Python 3.x?

I would like to port this question to Python (Windows + Linux + Mac Os) http://stackoverflow.com/questions/2725529/how-to-create-ascii-animation-in-windows-console-application-using-c Thank you!
1
vote
3answers
125 views

How can I add color between \/ in terminal?

I am making text ASCII art for my .profile in terminal, and trying to colorize it. At first I as going to use the cat command and heredoc for printing out my art, but then I couldn't get the colors ...
1
vote
2answers
116 views

How to generate text ASCII art [closed]

How can I generate ASCII text like this: <!-- ,--. ,--. ,--.`--' ,---. ,--. ,--. ,---. ,---. ...
1
vote
1answer
497 views

Problem sending ASCII Art via SMS and Email in iPhone SDK

In my iPhone app, I have ASCII art, which I am sharing via email and SMS. I have inserted the ASCII art into the Sqlite database along with the newline character and spaces. Problem is when I send ...
1
vote
2answers
594 views

How to use ASCII Art symbols in Message Dialogs of Unicode-by-default Delphi XE Appplications

I have searched subject offers, but Did not manage to get right one ... Sorry if I am mistaking. If so, please point to correct Question here. Okay, back to business. Situation: I am using ...
1
vote
2answers
565 views

Producing ascii art via C#

I once did a programming test for a job, which involved producing ASCii art in C#. I didn't really do well at this, as I had little idea or experience of doing this in C# (or in any programming ...
1
vote
1answer
185 views

ASCII ART IN WEBBROWSER

How should I do to make it print like it looks in the html document in the web browser? =/ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
1
vote
4answers
361 views

Programatically create ascii art

How can I automatically generate ascii art? I mean take a jpg and create a txt file with the ascii art. Is there an open source library or free software that can be invoked from the command line?
0
votes
3answers
51 views

Horizontally and vertically center a pre tag without the use of tables?

Is it possible to horizontally and vertically align a pre tag without tables? I want to vertically and horizontally align some ASCII art on a webpage. While I have already produced a successful ...
0
votes
1answer
50 views

ASCII Revision Graph Tool or Extension for Subversion?

Is there a tool, library, or extension that generates ASCII art-style (like the kind of art cowsay or JavE produce) revision graphs for Subversion repositories, and thus could be used within a ...
0
votes
2answers
91 views

Help with output file formating and stylying using ascii art? [closed]

I am creating a C# program that is outputting a basic .txt file with a lot of information. I am using formatting to align the information so that it is easier to read, so that is not an issue. I want ...
0
votes
1answer
166 views

Local image to text converter script

I'm looking something that will convert an image to text art, similar to this website but instead something I can install locally and use in scripts (or build into a fun app). I've tried searching ...
0
votes
1answer
329 views

Drawing pentagon with asteriks on the console

I am drawing a triangle with asteriks on the console with for loops by taking the coordinates from the user.but I couldn't draw pentagon.pentagon includes 3 triangle but the program i wrote couldn't ...
0
votes
3answers
938 views

How to parse a string for newline characters and backslash in iPhone app?

I am making an app where there is a requirement to store ASCII art into database. I store them in the below format in my Sqlite database. "______\n |---------|-O\n/______\\n|________|\n\________/" ...
0
votes
1answer
292 views

iPhone: ASCII art works fine when assigned explicitly to a label but does not work for Sqlite

I am making an iPhone app which has ASCII art. I face a problem when I store the ASCII art in Sqlite or plist and retrieve it into a label. smslbl.text = @"___________\n ...
0
votes
1answer
195 views

How to store and retrieve ASCII text in an iphone app?

In my iPhone app, i have a requirement for the ASCII art character to be stored in database and displayed. How should I store and retrieve the ASCII art character in my iphone app? What should be ...
0
votes
2answers
319 views

How can I make ASCII text that will look good on Facebook?

I'm making a .NET application that will take any picture and spit out ASCII text that will appear just like the image. So far, it works well when the font is Lucida Console. Facebook doesn't use this ...
0
votes
1answer
263 views

Library for ASCII Art with choosable alphabet

I'd like to convert an image to ASCII art with a program or graphics library but I would like to specify which palette (of symbols) to use. So basically I want an image which is rendered as Text from ...
-3
votes
1answer
207 views

Ascii art in Python PPM format [closed]

Possible Duplicate: PPM image to ASCII art in Python This is the updated code. I just need it to print the characters on the same line and break at the end import sys def main(filename): ...