Tagged Questions

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
1answer
194 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
3answers
134 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
618 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 ...
0
votes
2answers
95 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
181 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 ...
-3
votes
1answer
238 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): ...