Screenshots

ksh93 i18n demo 1:

ksh93-i18n001small.png Demonstrates multi-language/internationalisation support in ksh93.

ksh93 mandelbrot demo 1:

ksh93mandelbrot001small.png Demonstrates floating-point math and parallel processing of data.
 The data were generated using the mandelbrot1.ksh-script.)

ksh93 calculating Pi using the Wallis product:

ksh93calculatespiviawallisproductsmall.png Demonstrates floating-point math

ksh93 associate array demo 1:

ksh93associatearraydemo1small.png  Demonstrates simple queries on associate arrays.

ksh93 application demo 1:

gnawv08small.png  GNAW (ksh93 PacMan clone)
 Demonstrates complex application written in ksh93 (demonstrated features include associative arrays, timing ("sleep" and "read"'s "-t" option), math expressions, function handling (incluing the ability to list defined functions), stream redirection, pattern matching (including the extended regular expression additions added for ksh93s-), filter chains, discipline functions, input and terminal management and multibyte character handling.

ksh93 application demo 1a (animated):

ksh93 application demo 1a (animated)  GNAW (ksh93 PacMan clone)
 animated demo created by adding xwd -frame -id $WINDOWID to GNAW's main loop, converting the XWD files to GIF via {{{
for i in *.xwd ; do
    echo "## $i" ;
    cat "$i" |
    xwdtopnm |
    pnmscale 1 |
    pnmtopng |
    pngtogd2 /dev/stdin /dev/stdout 256 1 |
    gd2togif /dev/stdin /dev/stdout
    >"${i%*.xwd}_normal.gif" ;
done
}}}
and then using gifsicle to create one GIF animation from these files.
last modified by admin on 2009/10/26 13:20
Collectives
Project

Project ksh93-integration Pages


© Sun Microsystems Inc. 2009
XWiki Enterprise 1.8.2.19075 - Documentation
Terms Of Use | Privacy | Trademarks | Copyright Policy | Site Guidelines | Site map | Help
Your use of this web site or any of its content or software indicates your agreement to be bound by these Terms of Use.