Differences between revisions 5 and 6
Revision 5 as of 2005-02-07 20:31:27
Size: 789
Editor: 212
Comment:
Revision 6 as of 2005-02-07 20:38:23
Size: 859
Editor: 212
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
(2005-02-07) uploaded my version of: # 2005-02-07 : uploaded my own version of Console.py to
Line 19: Line 19:
which is part of the readline module. Now the (extended)
Console() class supports ANSI escape sequences of the
form ESC[#m and ESC[#,#m , so it is possible to set any
colors for text and background via escape sequences.
Console.py is part of the readline module and is used by
e.g. IPython. In my version
the (extended) Console()
class supports any
ANSI escape sequences of the form
ESC[#m and ESC[#,#m , making it possible to set any
text and background colors via ANSI escape sequences.

I started to write computer programs using MS-DOS QuickBasic. Then I have learned to program in APL, SQL, C, C++, MS Visual Basic and MS Visual C++ and started to write DHTML pages using JavaScript.

If you are interested in playing against or programming your first own JavaScript engine for the five-in-a-row game check out my online page:

My first Python scripts are dated 2003.

News:

# 2005-02-07 : uploaded my own version of Console.py to

Console.py is part of the readline module and is used by e.g. IPython. In my version the (extended) Console() class supports any ANSI escape sequences of the form ESC[#m and ESC[#,#m , making it possible to set any text and background colors via ANSI escape sequences.

ClaudioGrondi (last edited 2008-11-15 13:59:52 by localhost)

Unable to edit the page? See the FrontPage for instructions.