Main > Free Download Search >

Free ascii software for linux

ascii

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 364
hasciicam 1.0

hasciicam 1.0


hasciicam is a webcam for live ASCII video. more>>
HasciiCam makes it possible to have live ascii video on the web. hasciicam captures video from a tv card and renders it into ascii letters, formatting the output into an html page with a refresh tag, or in a live ascii window, or in a simple text file.
It gives the possiblity to anybody that has a bttv card, a unix box and a cheap modem line to show live (h)ascii video can be viewed without any need for extra applications, plugins, java etc.
Main features:
- low bandwidth live cam "streaming"
- command line settings
- customizable refresh rate
- amazing live mode
- gives you the coolest .plan you ever had
- draws nifty symbols on your face
Enhancements:
- More Webcams are supported (grabbing YUV420P).
<<less
Download (0.07MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1188 downloads
TWS-ASCII 0.1.3

TWS-ASCII 0.1.3


TWS-ASCII is TuxWordSmith (TWS) for the console. more>>
TWS-ASCII is TuxWordSmith (TWS) for the console. TWS is very similar to Scrabble. The game has been made to be accessible for the blind. The game runs in any console through a Python interpreter.

INSTALLATION:

Just unzip the package wherever you like, cd into the TWS-ASCII directory, and run the file TWS.py through your python interpreter from either a DOS terminal (Windows) or a shell terminal (Linux/Mac).

USAGE:

python TWS.py

<<less
Download (3.9MB)
Added: 2007-05-15 License: GPL (GNU General Public License) Price:
893 downloads
jasciimovie 2.0

jasciimovie 2.0


jasciimovie plays ASCII movies - sequences of digitized video converted into an ASCII representation - in a webbrowser via Java. more>>
jasciimovie plays ASCII movies - sequences of digitized video converted into an ASCII representation - in a webbrowser via Java.

An ascii-movie is a plain text file of screens seperated by escape codes for clearing the screen (in hex notation 1B 5B 48 1B 5B 4A).

These ascii-movies can get produced by the asciivideo sample program that is
included with the "libbgrab" package by me.

The movie files have to be compressed with "gzip -9" which saves incredible
amounts of space.

Compilation and Usage:

- Prerequisites: JDK 1.1.x+ installed and in the path
- To compile type: make
- To test: fire up a java-capable browser with the file jasciimovie.html

See the file jasciimovie.html for how to incorporate the applet in your webpage.

Configurable parameters are: the filename (the movie file must be in the same directory as the .html file), the fontsize (usable are 8,10,12,14), a flag of the movies gets repeated at the end, the frame rate and the colors.

The program tries to center the ascii-movie within the applet.

A copyright message is beeing displayed for 2 seconds at the beginning of playback.

A sample movie (cfilm.txt.gz) is included - look at the file also with "zless cfilm.txt.gz" to see the individual frames.

Keep the image files

back.gif
copyright.gif
pause.gif
stop.gif

also in the same directory as the .html file.
<<less
Download (0.087MB)
Added: 2006-06-05 License: GPL (GNU General Public License) Price:
1238 downloads
ASCIIQuarium 1.0

ASCIIQuarium 1.0


Asciiquarium project is an aquarium in ASCII art. more>>
Asciiquarium project is an aquarium in ASCII art.

It includes multicolored fish, a whale, and a fish-eating shark.

Enjoy the mysteries of the sea from the safety of your own terminal!

Asciiquarium is a single perl script, so all you have to do is make sure its executable and put it somewhere convenient, like /usr/local/bin or /usr/local/games.

<<less
Download (0.013MB)
Added: 2006-11-14 License: GPL (GNU General Public License) Price:
1083 downloads
ascii-invaders 0.1b

ascii-invaders 0.1b


ascii-invaders project is a clone of Space Invaders which uses the curses library. more>>
ascii-invaders project is a clone of Space Invaders which uses the curses library.
t compiles and runs on MacOS X, GNU/Linux and probably any other system with a curses implementation. I tried to reproduce the way the aliens move in the real game (which you can play on the MAME emulator on a modern computer system). It looks better than it plays however.
I wrote it some time ago in a fit of the-way-computers-were-nostalgia. Perhaps Ill have a go at insulting another classic game in the same way soon.
While writing the game I was inspired to write a deranged rant about the joy of terminals, command lines, Unix, curses and vi.
If you need to change Ascii Invaders to build it on another platform, Id be grateful for patch or instructions so I can include them. Likewise, fixes and improvements to the ascii-art or the code are very welcome. Id also love to hear whether its actually usable on a real serial terminal :-)
Enhancements:
- fixed time() call
<<less
Download (0.014MB)
Added: 2006-12-07 License: GPL (GNU General Public License) Price:
1055 downloads
Convert::ASCII::Armor 1.4

Convert::ASCII::Armor 1.4


Convert::ASCII::Armor is a Perl module that can convert binary octets into ASCII armoured messages. more>>
Convert::ASCII::Armor is a Perl module that can convert binary octets into ASCII armoured messages.

SYNOPSIS

See SYNOPSIS in Convert::ASCII::Armour.

Empty subclass of Convert::ASCII::Armour for American English speakers.

<<less
Download (0.006MB)
Added: 2006-08-04 License: Perl Artistic License Price:
1182 downloads
Games::Go::Dg2ASCII 4.026

Games::Go::Dg2ASCII 4.026


Games::Go::Dg2ASCII is a Perl extension to convert Games::Go::Diagrams to ASCII diagrams. more>>
Games::Go::Dg2ASCII is a Perl extension to convert Games::Go::Diagrams to ASCII diagrams.

SYNOPSIS

use Games::Go::Dg2ASCII
my $dg2ascii = B convertDiagram($diagram);

A Games::Go::Dg2ASCII object converts a Games::Go::Diagram object into ASCII diagrams.

<<less
Download (0.43MB)
Added: 2006-08-08 License: Perl Artistic License Price:
1173 downloads
Convert::ASCIInames 1.002

Convert::ASCIInames 1.002


Convert::ASCIInames is a Perl module that includes ASCII names for control characters. more>>
Convert::ASCIInames is a Perl module that includes ASCII names for control characters.

SYNOPSIS

use Convert::ASCIInames;

Convert::ASCIInames::Configure(fallthrough => 1);
$name = ASCIIname($character_ordinal);
$name = ASCIIaltname($character_ordinal);
$name = ASCIIdescription($character_ordinal);
$name = ASCIIaltdescription($character_ordinal);
$character_ordinal = ASCIIordinal($name);

Most if not all of the non-printing characters of the ASCII character set had special significance in the days of teletypes and paper tapes. For example, the character code 0x00 would be sent repeatedly in order to give the receiving end a chance to catch up; it signified "no action" and so was named NUL. The sending end might follow each line of text with a number of NUL bytes in order to give the receiving end a chance to return its print carriage to the left margin.

The control characters (so-called because they were used to control aspects of communication or receiving devices) were given short 2-to-4 letter names, like CR, EOT, ACK, and NAK.

Some of these special purposes have become obsolete, but some of them are still in use. For example, character 0x07 (BEL) is used to ring the feeper; 0x05 (ENQ) is recognised by many terminals as a trigger to report their status; and 0x08 (BS) still means "move the cursor back one space".

This module will return the ASCII name for specified characters, or the character code if given an ASCII name. In addition, the full descriptive name ("Start of Heading" instead of SOH) is available, although reverse translation of the descriptions isnt provided.

Some control characters have altername names. Character 0x13 is named DC3 ("Device Control 3"), but is probably better known by its alternate name of XOFF. These alternate names are also available through this modules functions.

<<less
Download (0.011MB)
Added: 2006-08-21 License: Perl Artistic License Price:
1159 downloads
GIMP ASCII Load/Save Plugin 1.0

GIMP ASCII Load/Save Plugin 1.0


GIMP ASCII Load/Save Plugin package is a set of identical plugins Save 2 ASCII. more>>
GIMP ASCII Load/Save Plugin package is a set of identical plugins Save 2 ASCII, and ASCII 2 Image, which make saving (loading) images to (from) ASCII text.

GIMP ASCII Load/Save Plugin is very useful if you are using GNU Octave & GIMP together for Image processing. These plugins are distributed under GNU GPL, which you may modify and redistribute.

ASCII 2

Functionally this script tries to create an Image from a text-file that had been processed with the Octave or anything else.

LIMITATIONS: No support for multiple-layers or alpha.

USAGE: Choose a given ASCII file which you want to visualize, and with a knowledge of its column size & row size type those in and select gray/color option, then press ok and wait. You must see your matrix visualized on GIMP.

Save 2 ASCII

Functionally this script tries to save the Image into a text-file for processing with the Octave or anything else.

LIMITATIONS; Cannot save layers.

USAGE: Choose an image, and select if you want it saved as a ASCII file in gray/color mode (1bit-per-pixel(bpp) or 3bpp), and press ok. A new file will be created in your $HOME directory by default, or the directory where you started GIMP from. You can optionally override this by specifying the full path in filename field.
<<less
Download (0.010MB)
Added: 2006-06-13 License: GPL (GNU General Public License) Price:
1248 downloads
enscript 1.6.1

enscript 1.6.1


GNU enscript converts ASCII files to PostScript and stores generated output to a file or sends it directly to the printer. more>>
GNU enscript converts ASCII files to PostScript and stores generated output to a file or sends it directly to the printer. GNU enscript includes features for "pretty-printing" (language sensitive code highlighting) in several programming languages.

It supports ten different input encodings, Adobe Font Metrics files, and user defined fancy headers. AFM files for the most common PostScript fonts are included in the distribution; the program itself can download PostScript fonts.

Other features include language sensitive highlighting, N-up printing, inlined EPS images, comments, and the ability to change body color and font on the fly.

Supported Character Sets

Enscript supports following character sets:

- ISO-8859-1 ISO Latin1 (default)
- ISO-8859-2 ISO Latin2
- ISO-8859-3 ISO Latin3
- ISO-8859-4 ISO Latin4
- ISO-8859-5 ISO Cyrillic
- ISO-8859-7 ISO Greek
- ascii 7 bit ascii
- ascii fi se 7 bit ascii with following encodings:
{ = �(adieresis)
| = �(odieresis)
} = �(aring)
[ = �(Adieresis)
= �(Odieresis)
] = �(Aring)
- ascii dk no 7 bit ascii with following encodings:
{ = �(ae)
| = (oslash)
} = �(aring)
[ = �(AE)
= �(Oslash)
] = �(Aring)
- IBM/PC standard PC/DOS character set
- Mac Macintosh character set
- VMS VMS multinational charset
- hp8 HP Roman-8 charset
- koi8 Adobe Standard Cyrillic Font KOI8 charset
- ps PostScript fonts default encoding
- pslatin1 PostScript interpreters `ISOLatin1Encoding
<<less
Download (0.63MB)
Added: 2006-06-08 License: GPL (GNU General Public License) Price:
1236 downloads
Sniff 2.3

Sniff 2.3


Sniff formats hex packets from the tcpdump program and converts them to ASCII to make them easier to read and understand. more>>
Sniff formats hex packets from the tcpdump program and converts them to ASCII to make them easier to read and understand.

<<less
Download (0.31MB)
Added: 2005-09-21 License: Freeware Price:
837 downloads
nast 0.2.0

nast 0.2.0


Nast is a packet sniffer and a LAN analyzer based on Libnet and Libpcap. more>>
Nast is a packet sniffer and a LAN analyzer based on Libnet and Libpcap.
It can sniff in normal mode or in promiscuos mode the packets on a network interface and log it. It dumps the headers of packets and the payload in ascii or ascii-hex format. You can apply a filter. The sniffed data can be captured in a separate file.
Main features:
- Build LAN hosts list
- Follow a TCP-DATA stream
- Find LAN internet gateways
- Discorver promiscous nodes
- Reset an established connection
- Perform a single half-open portscanner
- Perform a multi half-open portscanner
- Find link type (hub or switch)
- Catch daemon banner of LAN nodes
- Control arp answers to discover possible arp-spoofings
- Byte couting with an optional filter
- Write reports logging
<<less
Download (MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1221 downloads
Term::Animation 2.3

Term::Animation 2.3


Term::Animation is a Perl module that provides a framework to produce sprite animations using ASCII art. more>>
Term::Animation is a Perl module that provides a framework to produce sprite animations using ASCII art. Each ASCII sprite is given one or more frames, and placed into the animation as an animation entity.

An animation entity can have a callback routine that controls the position and frame of the entity. The module can also do collision detection between entities.

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

<<less
Download (0.018MB)
Added: 2006-12-19 License: Perl Artistic License Price:
1062 downloads
Winzig 1.83

Winzig 1.83


Winzig is a suite of PIM style applications written in Python/GTK. more>>
Winzig is a suite of PIM style applications written in Python/GTK. Winzig is small in code size and screen real estate usage which make it suitable for use on regular computers and PDAs.
The following applications are available: Contact Manager, Calculator, Calendar Manager, Todo List Manager , ASCII/Unicode Browser, X11 color viewer, Notebook
All applications can be used standalone or from within the winzig shell.
Main features:
- small program size (6000 LOC)
- little screen real estate use
- simple database engine providing a common infrastructure
- very customizable
- tooltips based help info
- works with linux ipaqs (familiar 7.2 + pypaq)
<<less
Download (0.080MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
821 downloads
make utilities 0.2.0

make utilities 0.2.0


make utilities is a set of tools for use building C/C++ programs. more>>
makeutil is a set of portable public domain programs designed to support C/C++ projects. It provides tools for build operations outside of the normal compile/link pipeline.
It is designed to be unobtrusively included directly in your own software development project.
Here is a brief description of each tool:
- config: choose file based on platform
- ccinfo: name compiler used to compile program
- mksystype: determine operating system
- mkarray: convert input file to C array
- mkstring: convert input line to C string
- armor: convert binary file to ascii
- dearmor: convert encoded ascii file to binary
- textpack: compress files with precompiled frequency table
- textpand: uncompress files with precompiled frequency table
- ckey: create frequency table from input
- extract: extract files from an extract format text archive
- retract: create an extract format text archive
- addcr: add a t before every n
- delcr: delete the r from every rn
- unmake: process include directives in a Makefile
<<less
Download (0.019MB)
Added: 2005-04-18 License: Public Domain Price:
1650 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5