Questions tagged [ascii-art]
18 questions
14
votes
3 answers
How to type smiley face ASCII☺?
How to type smiley face ASCII ☺ ?
P.S I copy pasted ☺ from a site. ☺
softwarematter
- 3,989
11
votes
5 answers
What is the ASCII (Alt+number) for the square root symbol (√) in Windows?
How do I type the square root symbol (√) in Windows?
ajy
- 650
10
votes
5 answers
A site for pimp my Notepad
Is there any site which have premade words and stuff for Notepad like:
______ ___ ___
/\ _ \ /\_ \ /\_ \
\ \ \L\ \\//\ \ \//\ \ __ __ _ __ ___
\ \ __ \ \ \ \ \ \ \ /'__`\ /'_ `\/\`'__\/ __`\
\ \ \/\ \ \_\ \_ \_\ \_/\ …
Chris_45
- 1,497
8
votes
4 answers
ASCII-art unicorn one-liner
I need to spruce up my debugging messages. I have a smiley in there :D, but someone suggested using a unicorn. There are some nice resources on ASCII unicorns (e.g. http://www.ascii-art.de/ascii/uvw/unicorn.txt), but these are all too large to fit…
Claudiu
- 1,796
7
votes
3 answers
Captcha workaround while using a text only broswer
Has anyone developed or found a workaround for getting past captchas while using a text only webbrowser, such as Links? The only thing that occurred to me would be to download and render the image using an ASCII art program. Any other suggestions…
C. Ross
- 6,734
7
votes
2 answers
How can I paste space-formatted tables in Lync without losing the formatting?
Multiple spaces are replaced by a single space character. Too bad when doing things as such:
|#|Name |
|-+---------|
|1|John Paul|
|2|John |
|3|Robert |
|4|Jimmy |
Edit: This kind of output is generated (via telnet) by code of mine, so…
Gabriel
- 364
7
votes
2 answers
How to save mplayer's output when watching in ASCII mode (with aalib)
I was helping out a friend working on a presentation where he wants to show some videos he has taken but converted to ASCII art. I can do that quite easily with mplayer on a Linux box using aalib (-vo aa). But that only plays the movie, transcoding…
danakim
- 203
2
votes
2 answers
How to make an "ASCII" art table for Facebook or Twitter?
How to have a table on services that only support plain text like Facebook or Twitter, since they are all misaligned for not having a mono-spaced typeface? In other words, how to turn…
Ooker
- 2,199
2
votes
0 answers
Is there a key combo that's usable for Unicode characters in the same manner as ASCII characters?
Possible Duplicate:
Typing strange letters¿ w/o numpad?
If you open up Window's Character Map and select, say, Arial as the font then you're obviously shown all of the characters that Arial can possibly produce. Of course, our keyboards don't…
Sootah
- 619
1
vote
1 answer
Asciio on Ubuntu, can't find export as .txt
I just downloaded Asciio to my workstation running Ubuntu 14.04.
I created a pretty complex piece of ascii code in order to put as part of the documentation inside my code.
I can save files and open them (to edit later), but I can't export the file…
Thatkookooguy
- 161
1
vote
0 answers
Inverse characters in MPlayer + aalib
I've noticed that the 'aalib' or 'aa' video output plugin for MPlayer does something it didn't do before: it uses inverse characters for display (black text over white background). I've tried several combinations of aalib options: noinverse ,…
golimar
- 1,904
1
vote
2 answers
Word adding newlines after replaced text?
For a video game, I'm making an ascii map of 1s and 0s which the program makes a 3D labyrinth out of. This is obviously not fun to edit (100x100). To make it easier, I tried setting up Word's autocorrect feature to replace all zeros with blue…
1
vote
2 answers
How can I put custom, color ascii art into Metasploit?
I'd like to add to or change the ASCII art that gets displayed on startup in Metasploit.
Where is/are the file(s) I need to edit to do this, and what is the syntax? How can I include color in the art? Does it support Unicode characters?
Iszi
- 14,163
0
votes
1 answer
Prevent the legend from being obscured in gnuplot's "dumb" terminal
Gnuplot's set term dumb is useful for visualizing data directly on a remote PC, where a GUI may not be available.
However, I am seeing an issue, where the legend becomes obscured, causing the result to be unreadable. It seems like the plot lines are…
kdb
- 2,451
0
votes
2 answers
How to draw ASCII art through cmd to textfile(notepad)?
I was exploring the banner command on linux and am wondering to use something of that sort to put into text files in Windows10. I have tried cowsay and figlet, didn't like the cow/tux talking to me and had compatibility issues with figlet.
Would be…
Zarak1
- 60