AminetAminet
Search:
84451 packages online
About
Recent
Browse
Search
Upload
Setup
Services

dev/src/Python_Enhancement.lha

Mirror:Random
Showing:m68k-amigaosppc-amigaosppc-morphosi386-arosi386-amithlonppc-warpupppc-powerupgeneric
No screenshot available
Short:Enhancing Python Code, Classic AMIGAs.
Author:wisecracker at tesco.net (Barry Walker)
Uploader:wisecracker tesco net (Barry Walker)
Type:dev/src
Version:0.01.01
Architecture:m68k-amigaos
Distribution:GPL, (Public Domain, Emailware).
Date:2007-05-15
Download:http://aminet.net/dev/src/Python_Enhancement.lha - View contents
Readme:http://aminet.net/dev/src/Python_Enhancement.readme
Downloads:2219

============================================================================

  Minimum Requirements Are:-
  --------------------------

         Stock AMIGA A1200(HD), 68EC020 and upwards.

         A FULL, standard, OS3.0x+ installation.

         A FULL, Python Version 1.4x minimum installation, available on
         AMINET.

         (Designed to work around OCS, as the ABSOLUTE minimum graphics.)

============================================================================

  To do:-
  -------

  1) Continuing with the Data-Logger, saving data in ~#?.CSV~ format.
  2) More documentation, including a manual for the Data-Logger.

  Keep an eye on the URL for the latest version of Data-Logger:-

                http://amiga.serveftp.net/Test_gear/Archives/

       IT WOULD BE REALLY NICE FOR SOMEONE TO EMAIL ME; GOOD OR BAD!!!

                            wisecracker at tesco.net

----------------------------------------------------------------------------

  History:-
  ---------

  15-05-2007.
  -----------
  Version 0.01.01. Added the experimental 'Call' and 'Jump' commands to
  access YOUR own machine language routines/programs. 'Data-Logger' now
  at Version 0.10.00.

  01-05-2007.
  -----------
  Version 0.01.00. Added more documentation. Continued with the
  'Data-Logger' project now at Version 0.00.16.

  15-04-2007.
  -----------
  Version 0.00.07. Added more documentation. Continued with the
  'Data-Logger' project now at Version 0.00.14. Added another 'Experimental'
  command, 'RMB', for right mouse button detection. Added the 'Val' command.

  01-04-2007.
  -----------
  Version 0.00.06. Added the FREE semi-serious application, 'Data-Logger'
  main archive. Added more documentation. Added another experimental
  gadget/widget.

  15-03-2007.
  -----------
  Version 0.00.05. Started a 'Gadgets&Widgets' drawer with some working
  ideas/examples. Added even more documentation. Started a semi-serious
  application using these ideas; a Data-Logger. Download the latest from
  the above site. Re-arranged the directory structure.
  (This is fast becoming an application addition rather than a fun idea.)

  01-03-2007.
  -----------
  Version 0.00.04. More snippets added. More useful documentation added.

  01-02-2007.
  -----------
  Version 0.00.03. More snippets added. 'User-Contributions' drawer added
  to the 'Plugins' drawer.

  20-01-2007.
  -----------
  Version 0.00.02. More snippets added; make it GPL, due to the number
  of downloads from AMINET within 4 days... :)

  04-01-2007.
  -----------
  Version 0.00.01. First upload to AMINET, (a taster upload)... :)
  (Clr.py, Coloured-Text.py and Font.py.)

----------------------------------------------------------------------------

  Some extra items are available and related to this archive but are NOT
  required - ALL are on AMINET...

                               Peek-Mem.lha
  Peeking memory and registers using Python.

                               Poke-Mem.lha
  Poking memory and registers using Python.

                               PAR_Python.lha
  Accessing PAR: as 'VOLUME' using Python and requiring NO knowledge of the
  parallel port at all.
                               PAR_READ.lha
  This IS NEEDED from AMINET to access PAR: as a 'VOLUME'.

============================================================================

  AS WE LOWLY A1200+ USERS HAVE NOT GOT 'Tkinter' THEN SEE WHAT I AM UP TO!

  Some sample code to extend the capabilities of Python 1.4x, (2.0x), for
  the classic AMIGA range of computers. These REQUIRE an AMIGADOS Shell
  for them to work and Python started from that Shell. READ the Manual for
  more information about this.

  IMPORTANT:-
  -----------
  I have LIMITED everything to the classic AMIGA AND its 16MB boundary ONLY.
  Also LIMITED to the OCS chipset, as even an old style A500 can have at
  least a 68020 or greater CPU accelerator card and OS3.0x installed, and
  be able to run Python 1.4x to 2.0x successfully.

  Enjoy finding simple solutions to often difficult problems... :)

----------------------------------------------------------------------------

  Installation:-
  --------------

  Just copy ALL OF THE CONTENTS of the ~Python_Enhancement~ drawer to the
  ~PYTHON:~ volume and away you go... :)

----------------------------------------------------------------------------

  Why Did I Do This Idea Using Executables?:-
  -------------------------------------------

  You might be wondering WHY I decided on using executables to do various
  things inside Python?

  Well the answers are VERY simple...

  1) PRIMARY REASON... TO DO SOMETHING DIFFERENT!!!
  2) SECONDARY REASON... Access to HW directly or indirectly as Python
     CANNOT do this on its own... :(
  3) Attempt to make a running Python program look a little prettier... :)
  4) No third party special LIBRARY(s) is/are needed, where source code
     is often unavailable.
  5) Similarly for DEVICE(s) and HANDLER(s).
  6) YOU can EASILY generate YOUR OWN executable(s), NO MATTER HOW TRIVIAL
     IT/THEY IS/ARE and add it/them to the 'Plugins' section.
  7) YOU can code to YOUR ability, NOT professional standards so long as
     YOUR executable does what YOU want, NOT what others THINK you want.
     (I use ACE Basic, VBCC, Dice-C, A68K and others, plus other commercial
     types, e.g. DevPac2/3, Hisoft Basic, etc...)
  8) My executables are able to be called from the CLI as normal and work
     the same as if they were called from Python, therefore they can be
     put into the 'Startup-Sequence' for example IF so desired.

     IN THEORY THESE EXECUTABLES COULD WORK UNDER 'PHP' AND OTHER SCRIPTING
     LANGUAGES THAT CAN EXECUTE A 'system(<command>)' CALL. THEY EVEN WORK
     WITH A CLASSIC AMIGA AREXX PROGRAM RUNNING IN AN AMIGA SHELL!!!

  9) ANYONE can join in NOT just coding experts and their buddies. Your
     command(s) and code will be just as important as mine or anyone elses.
 10) Get KIDS involved in SIMPLE coding and learning about programming.

----------------------------------------------------------------------------

  AMIGADOS Error Reports:-
  ------------------------

  When calling commands that use the RC, (RETURN CODE), to pass values
  back to Python, AMIGADOS error reports are printed. Those of you who are
  experimenting with my ideas may have found ways around this.
  There are a number of ways to help alleviate this problem... :)

  These AMIGADOS error reports are NOT bugs as the RC is designed to
  generate errors according to the value passed to AMIGADOS.

  As you can/will see I use this method for easy transfer of 8, 16 and 32
  bit data from these commands to Python.

  I will explain methods as a 'cure' in due course; in the meantime however
  enjoy finding simple solutions to often difficult problems... :)

============================================================================

  General Assumptions:-
  ---------------------

  That You Should Have A Basic Knowledge Of:-
  -------------------------------------------

  1) How to set up the AMIGA.
  2) How to BOOT up the AMIGA into either a CLI, (Command Line Interface),
     or a WorkBench screen.
  3) How to use the Keyboard.
  4) How to use the Mouse.
  5) How to start programs from the CLI or WorkBench.
  6) The general operation of WorkBench, windows and requesters etc...
  7) How to format a floppy disk.
  8) How to create a BOOTABLE floppy disk.
  9) Safely connecting ANY external equipment to the AMIGA.

----------------------------------------------------------------------------

                                IMPORTANT:-
                                -----------


    The Legal Stuff:-
    -----------------

    These programs are Public Domain and no profit will be made from them,
    also all of the files must remain unaltered and intact including this
    one. The author is not responsible for any damage to, or loss of, or
    failure of equipment or data caused in any way by the use of these
    programs. There is NO warranty with the use of these software releases
    and YOU USE THEM AT YOUR OWN RISK.

----------------------------------------------------------------------------

    Testing Evaluation:-
    --------------------

    NOT PROVEN!!!
    -------------

    An A1200(HD) in 2MB, 6MB and 10MB modes using trapdoor memory AND/OR
    PCMCIA memory expansions and OS3.0x+.

    A(n) HP Pavillion Notebook, model number dv2036ea, running Windows XP
    SP2 and AF2005/WinUAE in 68040+ JIT mode with FULL sound enabled.

    All test conditions WERE/ARE using standard ~topaz 8~ fonts throughout.

    I have no idea what a strange configuration setup will create so refer
    to the ~The Legal Stuff~ above.

----------------------------------------------------------------------------

                                 WARNING.
                                 --------

  1) DISCONNECT any faulty equipment under test from the MAINS supply.
  2) If a DC supply is used do NOT reverse polarity the connections.
  3) Do NOT power up any electronic item until it is safe to do so.
  4) CHECK and RECHECK all of your construction and repair work thoroughly.
  5) Handle ALL tools used with care.
  6) Beware of ALL types of solvents, glues and etching fluids.
  7) NEVER leave a soldering iron switched on unattended.
  8) KEEP everything OUT of the reach of small children.
  9) Switch OFF the AMIGA before disconnecting or connecting any hardware.
 10) And finally read 1) to 9) again.

----------------------------------------------------------------------------

   Contact:-
   ---------

   Mr Barry Walker, G0LCU,
   70 King George Road,
   Loughborough,
   Leicestershire,
   LE11 2PA,
   England.

   Email:-     wisecracker at tesco.net
   URL:-       http://homepages.tesco.net/wisecracker/G0LCU.HTM

   Author of the ~TestGear?~ projects in the ~hard/hack~ drawer of AMINET.

----------------------------------------------------------------------------

   A very useful HardWare related site, (C) Anthony Hoffman, for
   modifications, schematics, repairs and the like is:-

                          http://amiga.serveftp.net/

============================================================================


Contents of dev/src/Python_Enhancement.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                  271     628  43.2% -lh5- e9df May 15 20:32 Python_Enhancement.info
[generic]                  269     628  42.8% -lh5- 7cca Mar 11 09:27 Python_Enhancement/Docs.info
[generic]                  350    1170  29.9% -lh5- 24f2 Jan 10 22:34 Python_Enhancement/Docs/DOS-Commands/External-Commands
[generic]                  228     999  22.8% -lh5- df5d Jan 10 22:34 Python_Enhancement/Docs/DOS-Commands/Internal-Commands
[generic]                   91     145  62.8% -lh5- 319d Jan 10 22:35 Python_Enhancement/Docs/DOS-Commands/System
[generic]                   88     133  66.2% -lh5- 4f11 Jan 10 22:50 Python_Enhancement/Docs/DOS-Commands/Tools
[generic]                   84     135  62.2% -lh5- 396e Jan 10 22:50 Python_Enhancement/Docs/DOS-Commands/Utilities
[generic]                 7099   18325  38.7% -lh5- 8138 Dec  6  2003 Python_Enhancement/Docs/Licence.GPL
[generic]                  219     344  63.7% -lh5- 1e17 Mar 11 09:27 Python_Enhancement/Docs/Licence.GPL.info
[generic]                 7956   21471  37.1% -lh5- f200 Mar 10 16:51 Python_Enhancement/Docs/Manual
[generic]                  199     332  59.9% -lh5- bf5b Mar 11 09:27 Python_Enhancement/Docs/Manual.info
[generic]                 1494    3433  43.5% -lh5- 217a Feb 17 22:29 Python_Enhancement/Docs/ReadMe-First
[generic]                  198     330  60.0% -lh5- 7bfc Mar 11 09:27 Python_Enhancement/Docs/ReadMe-First.info
[generic]                  504    1008  50.0% -lh5- 7d99 Apr 16  2006 Python_Enhancement/Docs/Warning
[generic]                  198     330  60.0% -lh5- c118 Mar 11 09:27 Python_Enhancement/Docs/Warning.info
[generic]                  269     628  42.8% -lh5- 264a Mar  3 12:11 Python_Enhancement/Plugins.info
[generic]                 9988   24700  40.4% -lh5- b085 Jan  9 20:12 Python_Enhancement/Plugins/Box
[generic]                11045   26308  42.0% -lh5- 34e2 Jan 13 11:03 Python_Enhancement/Plugins/Circle
[generic]                12660   28744  44.0% -lh5- b3c7 Feb 14 21:41 Python_Enhancement/Plugins/ClearScn
[generic]                13096   29716  44.1% -lh5- 9b18 Jan  9 19:59 Python_Enhancement/Plugins/Color
[generic]                 3677   11824  31.1% -lh5- e7f6 May 11 21:22 Python_Enhancement/Plugins/Command-Syntax
[generic]                  277     508  54.5% -lh5- 1d15 Feb 17 16:47 Python_Enhancement/Plugins/Command-Syntax.info
[generic]                  270     628  43.0% -lh5- f46d Apr 14 17:37 Python_Enhancement/Plugins/Docs.info
[generic]                  817    1725  47.4% -lh5- ae22 Mar 11 13:35 Python_Enhancement/Plugins/Docs/Box
[generic]                  198     330  60.0% -lh5- 3d22 Apr 14 17:37 Python_Enhancement/Plugins/Docs/Box.info
[generic]                  763    1624  47.0% -lh5- 5a92 Mar 11 13:36 Python_Enhancement/Plugins/Docs/Circle
[generic]                  198     330  60.0% -lh5- a9ca Apr 14 17:37 Python_Enhancement/Plugins/Docs/Circle.info
[generic]                  545    1391  39.2% -lh5- 17b1 Feb 19 20:51 Python_Enhancement/Plugins/Docs/ClearScn
[generic]                  200     330  60.6% -lh5- 6179 Apr 14 17:37 Python_Enhancement/Plugins/Docs/ClearScn.info
[generic]                  537    1169  45.9% -lh5- 831c Mar 11 13:50 Python_Enhancement/Plugins/Docs/Color
[generic]                  195     330  59.1% -lh5- 422c Apr 14 17:37 Python_Enhancement/Plugins/Docs/Color.info
[generic]                  466    1046  44.6% -lh5- bc94 Mar 17 18:47 Python_Enhancement/Plugins/Docs/DrawLine
[generic]                  201     330  60.9% -lh5- 88ec Apr 14 17:37 Python_Enhancement/Plugins/Docs/DrawLine.info
[generic]                  444     922  48.2% -lh5- aa4e Mar 28 21:35 Python_Enhancement/Plugins/Docs/DrawPixel
[generic]                  196     330  59.4% -lh5- 87d9 Apr 14 17:37 Python_Enhancement/Plugins/Docs/DrawPixel.info
[generic]                  480    1026  46.8% -lh5- 0a73 Feb 21 21:53 Python_Enhancement/Plugins/Docs/ErrorBeep
[generic]                  200     330  60.6% -lh5- f78b Apr 14 17:37 Python_Enhancement/Plugins/Docs/ErrorBeep.info
[generic]                 1062    2263  46.9% -lh5- fb54 Mar 28 21:36 Python_Enhancement/Plugins/Docs/Locate
[generic]                  199     330  60.3% -lh5- dbbe Apr 14 17:37 Python_Enhancement/Plugins/Docs/Locate.info
[generic]                  818    1700  48.1% -lh5- ff34 Mar 28 21:37 Python_Enhancement/Plugins/Docs/Mouse
[generic]                  201     330  60.9% -lh5- 2960 Apr 14 17:37 Python_Enhancement/Plugins/Docs/Mouse.info
[generic]                  502    1316  38.1% -lh5- 945c Mar 11 17:01 Python_Enhancement/Plugins/Docs/Msg
[generic]                  200     330  60.6% -lh5- aae0 Apr 14 17:37 Python_Enhancement/Plugins/Docs/Msg.info
[generic]                  589    1254  47.0% -lh5- a5f3 Apr 14 15:11 Python_Enhancement/Plugins/Docs/MsgBox
[generic]                  201     330  60.9% -lh5- b163 Apr 14 17:37 Python_Enhancement/Plugins/Docs/MsgBox.info
[generic]                  558    1151  48.5% -lh5- 7f77 Apr 14 15:21 Python_Enhancement/Plugins/Docs/Paint
[generic]                  201     330  60.9% -lh5- dfae Apr 14 17:37 Python_Enhancement/Plugins/Docs/Paint.info
[generic]                  557    1268  43.9% -lh5- 4248 Apr 14 17:17 Python_Enhancement/Plugins/Docs/Palette
[generic]                  203     330  61.5% -lh5- 20cd Apr 14 17:37 Python_Enhancement/Plugins/Docs/Palette.info
[generic]                  355     749  47.4% -lh5- 4a2d Apr 14 17:19 Python_Enhancement/Plugins/Docs/peek
[generic]                  201     330  60.9% -lh5- f920 Apr 14 17:37 Python_Enhancement/Plugins/Docs/peek.info
[generic]                  419     832  50.4% -lh5- be8e Apr 14 17:21 Python_Enhancement/Plugins/Docs/poke
[generic]                  203     330  61.5% -lh5- d4ba Apr 14 17:37 Python_Enhancement/Plugins/Docs/poke.info
[generic]                  623    1258  49.5% -lh5- 55f7 Mar 11 16:44 Python_Enhancement/Plugins/Docs/Reboot
[generic]                  199     330  60.3% -lh5- 8d08 Apr 14 17:37 Python_Enhancement/Plugins/Docs/Reboot.info
[generic]                  431     922  46.7% -lh5- 2d44 Apr 14 17:30 Python_Enhancement/Plugins/Docs/Sound
[generic]                  202     330  61.2% -lh5- 8ca9 Apr 14 17:37 Python_Enhancement/Plugins/Docs/Sound.info
[generic]                 1302    2655  49.0% -lh5- 0740 Apr  8 09:44 Python_Enhancement/Plugins/Docs/Val
[generic]                  203     330  61.5% -lh5- 2c44 Apr 14 17:37 Python_Enhancement/Plugins/Docs/Val.info
[generic]                  504    1008  50.0% -lh5- 7d99 Apr 16  2006 Python_Enhancement/Plugins/Docs/Warning
[generic]                  201     330  60.9% -lh5- f740 Apr 14 17:37 Python_Enhancement/Plugins/Docs/Warning.info
[generic]                 9648   23524  41.0% -lh5- c5bc Jan  9 20:12 Python_Enhancement/Plugins/DrawLine
[generic]                 9444   22956  41.1% -lh5- 332a Jan  9 20:12 Python_Enhancement/Plugins/DrawPixel
[generic]                 2063    4124  50.0% -lh5- e7a2 Feb 14 21:13 Python_Enhancement/Plugins/ErrorBeep
[generic]                  268     628  42.7% -lh5- 8e4d Feb 17 22:25 Python_Enhancement/Plugins/Experimental.info
[generic]                 9208   22316  41.3% -lh5- eb55 May 11 21:10 Python_Enhancement/Plugins/Experimental/Call
[generic]                 9511   23092  41.2% -lh5- 96d3 Jan 12 19:44 Python_Enhancement/Plugins/Experimental/CheckChipMem
[generic]                  268     628  42.7% -lh5- 2fa7 May 11 21:16 Python_Enhancement/Plugins/Experimental/Docs.info
[generic]                  988    2139  46.2% -lh5- 7b17 May 13 19:05 Python_Enhancement/Plugins/Experimental/Docs/Call-Jump
[generic]                  200     330  60.6% -lh5- fe87 May 13 19:05 Python_Enhancement/Plugins/Experimental/Docs/Call-Jump.info
[generic]                  821    1709  48.0% -lh5- bfd8 Apr  9 10:01 Python_Enhancement/Plugins/Experimental/Docs/CheckChipMem
[generic]                  198     330  60.0% -lh5- d061 May 11 21:16 Python_Enhancement/Plugins/Experimental/Docs/CheckChipMem.info
[generic]                  401     834  48.1% -lh5- b49f Feb 21 22:41 Python_Enhancement/Plugins/Experimental/Docs/LMB
[generic]                  200     330  60.6% -lh5- 6ba5 May 11 21:16 Python_Enhancement/Plugins/Experimental/Docs/LMB.info
[generic]                  401     838  47.9% -lh5- 21bd Apr  1 09:39 Python_Enhancement/Plugins/Experimental/Docs/RMB
[generic]                  199     330  60.3% -lh5- 8560 May 11 21:16 Python_Enhancement/Plugins/Experimental/Docs/RMB.info
[generic]                  504    1008  50.0% -lh5- 7d99 Apr 16  2006 Python_Enhancement/Plugins/Experimental/Docs/Warning
[generic]                  198     330  60.0% -lh5- 6ab4 May 11 21:16 Python_Enhancement/Plugins/Experimental/Docs/Warning.info
[generic]                 9208   22316  41.3% -lh5- eb55 May 11 21:10 Python_Enhancement/Plugins/Experimental/Jump
[generic]                   49      52  94.2% -lh5- b3b8 Jan 26 18:52 Python_Enhancement/Plugins/Experimental/LMB
[generic]                  268     628  42.7% -lh5- 3e3b Feb 17 22:33 Python_Enhancement/Plugins/Experimental/Python-Code.info
[generic]                  575     992  58.0% -lh5- 4a4d Feb 24 22:33 Python_Enhancement/Plugins/Experimental/Python-Code/CCM.py
[generic]                  656    1249  52.5% -lh5- d10d Feb 24 22:08 Python_Enhancement/Plugins/Experimental/Python-Code/CLMB.py
[generic]                  714    1559  45.8% -lh5- 5547 Apr  1 13:46 Python_Enhancement/Plugins/Experimental/Python-Code/CRMB.py
[generic]                  347     688  50.4% -lh5- 7a2b Jan 26 18:24 Python_Enhancement/Plugins/Experimental/Python-Code/LMB.py
[generic]                  349     692  50.4% -lh5- c187 Apr  1 09:31 Python_Enhancement/Plugins/Experimental/Python-Code/RMB.py
[generic]                   50      52  96.2% -lh5- 5dbe Apr  1 12:37 Python_Enhancement/Plugins/Experimental/RMB
[generic]                  268     628  42.7% -lh5- 5d62 Feb 17 22:32 Python_Enhancement/Plugins/Experimental/Source.info
[generic]                  826    1533  53.9% -lh5- 1440 May 11 22:06 Python_Enhancement/Plugins/Experimental/Source/Call.b
[generic]                  716    1655  43.3% -lh5- e107 Jan 12 19:44 Python_Enhancement/Plugins/Experimental/Source/CheckChipMem.b
[generic]                  826    1533  53.9% -lh5- 23f3 May 11 22:30 Python_Enhancement/Plugins/Experimental/Source/Jump.b
[generic]                  256     424  60.4% -lh5- a6b4 Jan 26 18:55 Python_Enhancement/Plugins/Experimental/Source/LMB.asm
[generic]                  258     439  58.8% -lh5- ef87 Apr  1 14:00 Python_Enhancement/Plugins/Experimental/Source/RMB.asm
[generic]                 9267   22544  41.1% -lh5- 5387 Jan  9 20:16 Python_Enhancement/Plugins/Locate
[generic]                 8797   21600  40.7% -lh5- 1f1b Jan 23 18:18 Python_Enhancement/Plugins/Mouse
[generic]                 2690    5284  50.9% -lh5- af9a Feb 16 22:33 Python_Enhancement/Plugins/Msg
[generic]                 9522   23024  41.4% -lh5- bf0a Feb 16 22:23 Python_Enhancement/Plugins/MsgBox
[generic]                10630   25360  41.9% -lh5- cd1c Jan 17 22:16 Python_Enhancement/Plugins/Paint
[generic]                13230   30124  43.9% -lh5- c40d Jan 21 16:16 Python_Enhancement/Plugins/Palette
[generic]                 2139    3244  65.9% -lh5- ede4 Jan  6 11:23 Python_Enhancement/Plugins/peek
[generic]                11067   26300  42.1% -lh5- b29d Mar 10 17:01 Python_Enhancement/Plugins/poke
[generic]                   52      56  92.9% -lh5- 3a41 Jan 21 11:15 Python_Enhancement/Plugins/Reboot
[generic]                 9930   23900  41.5% -lh5- 8c00 Feb 15 21:54 Python_Enhancement/Plugins/Sound
[generic]                  265     628  42.2% -lh5- 0212 Feb 17 22:24 Python_Enhancement/Plugins/Source.info
[generic]                  787    1953  40.3% -lh5- 5e38 Jan  9 20:26 Python_Enhancement/Plugins/Source/Box.b
[generic]                  835    2177  38.4% -lh5- 7218 Jan 13 11:51 Python_Enhancement/Plugins/Source/Circle.b
[generic]                  213     314  67.8% -lh5- ae7e Feb 14 21:41 Python_Enhancement/Plugins/Source/ClearScn.b
[generic]                  556    1274  43.6% -lh5- f4e5 Jan  9 20:13 Python_Enhancement/Plugins/Source/Color.b
[generic]                  736    1918  38.4% -lh5- 292e Jan  9 20:13 Python_Enhancement/Plugins/Source/DrawLine.b
[generic]                  625    1325  47.2% -lh5- 07aa Jan  9 20:13 Python_Enhancement/Plugins/Source/DrawPixel.b
[generic]                  208     296  70.3% -lh5- a164 Feb 14 21:21 Python_Enhancement/Plugins/Source/ErrorBeep.b
[generic]                  567    1300  43.6% -lh5- 7504 Jan  9 20:16 Python_Enhancement/Plugins/Source/Locate.b
[generic]                  635    1230  51.6% -lh5- 9efe Mar 10 16:32 Python_Enhancement/Plugins/Source/Mouse.b
[generic]                  450     859  52.4% -lh5- 6e8b Feb 17 08:19 Python_Enhancement/Plugins/Source/Msg.b
[generic]                  473     936  50.5% -lh5- 8c9e Feb 17 08:20 Python_Enhancement/Plugins/Source/MsgBox.b
[generic]                  703    1603  43.9% -lh5- e2a0 Jan 17 22:15 Python_Enhancement/Plugins/Source/Paint.b
[generic]                  672    1620  41.5% -lh5- acd7 Jan 21 20:45 Python_Enhancement/Plugins/Source/Palette.b
[generic]                  962    1931  49.8% -lh5- b902 Jan  7 17:14 Python_Enhancement/Plugins/Source/peek.c
[generic]                 1020    2959  34.5% -lh5- d09a Mar 10 16:57 Python_Enhancement/Plugins/Source/poke.b
[generic]                  355     612  58.0% -lh5- 14d4 Jan 21 16:38 Python_Enhancement/Plugins/Source/Reboot.asm
[generic]                  717    1702  42.1% -lh5- c61d Feb 17 08:22 Python_Enhancement/Plugins/Source/Sound.b
[generic]                  621    1278  48.6% -lh5- fa24 Apr  7 13:03 Python_Enhancement/Plugins/Source/Val.b
[generic]                  268     628  42.7% -lh5- f727 Feb 17 16:47 Python_Enhancement/Plugins/Unproven.info
[generic]                  937    1975  47.4% -lh5- cf86 Jan 22 19:48 Python_Enhancement/Plugins/Unproven/Notes
[generic]                  277     506  54.7% -lh5- 5502 Jan 22 19:50 Python_Enhancement/Plugins/Unproven/Notes.info
[generic]                 2310    3644  63.4% -lh5- cbbc Jan  6 13:10 Python_Enhancement/Plugins/Unproven/poke.dcc.unproven
[generic]                 1816    2988  60.8% -lh5- 98f0 Jan  6 13:10 Python_Enhancement/Plugins/Unproven/poke.vbcc.unproven
[generic]                 9197   22320  41.2% -lh5- 62c2 Apr  7 13:04 Python_Enhancement/Plugins/Val
[generic]                  336    1650  20.4% -lh5- be1a Mar  3 12:11 Python_Enhancement/Python-Shell.info
[generic]                  185     454  40.7% -lh5- aade Mar  3 12:11 Python_Enhancement/Python.info
[generic]                  270     628  43.0% -lh5- 699b Mar  3 12:11 Python_Enhancement/S.info
[generic]                   69      69 100.0% -lh0- 3743 Jan 23 19:27 Python_Enhancement/S/Python-Startup
[generic]                  268     628  42.7% -lh5- c4c4 Mar 11 17:19 Python_Enhancement/Sample-Code.info
[generic]                  271     628  43.2% -lh5- 62c4 Apr  1 08:15 Python_Enhancement/Sample-Code/Data-Logger.info
[generic]                  339    1654  20.5% -lh5- a35b Apr 30 21:13 Python_Enhancement/Sample-Code/Data-Logger/Data-Logger.info
[generic]                 1854    4172  44.4% -lh5- 0096 May 11 22:19 Python_Enhancement/Sample-Code/Data-Logger/Data-Logger.TXT
[generic]                  203     332  61.1% -lh5- fc88 Apr 30 21:13 Python_Enhancement/Sample-Code/Data-Logger/Data-Logger.TXT.info
[generic]                  269     628  42.8% -lh5- 6708 Apr 30 21:13 Python_Enhancement/Sample-Code/Data-Logger/Extras.info
[generic]                 9767    9767 100.0% -lh0- 89c2 Apr 30 21:13 Python_Enhancement/Sample-Code/Data-Logger/Extras/Data-Logger.GIF
[generic]                 2625    8044  32.6% -lh5- 9e65 Apr 30 21:13 Python_Enhancement/Sample-Code/Data-Logger/Extras/Data-Logger.IFF
[generic]                 3184   12776  24.9% -lh5- d88a Apr 30 21:13 Python_Enhancement/Sample-Code/Data-Logger/Extras/Data-Logger_PAR.py
[generic]                 1494    3433  43.5% -lh5- 217a Apr 30 21:13 Python_Enhancement/Sample-Code/Data-Logger/ReadMe-First
[generic]                  199     330  60.3% -lh5- a314 Apr 30 21:13 Python_Enhancement/Sample-Code/Data-Logger/ReadMe-First.info
[generic]                  269     628  42.8% -lh5- ccf4 Apr 30 21:13 Python_Enhancement/Sample-Code/Data-Logger/S.info
[generic]                   86      86 100.0% -lh0- 73f1 Apr 30 21:13 Python_Enhancement/Sample-Code/Data-Logger/S/Data-Logger-Startup
[generic]                 6624   25473  26.0% -lh5- 1507 Apr  8 22:41 Python_Enhancement/Sample-Code/Data-Logger/S/Data-Logger.py
[generic]                  504    1008  50.0% -lh5- 7d99 Apr 30 21:13 Python_Enhancement/Sample-Code/Data-Logger/Warning
[generic]                  199     330  60.3% -lh5- 04c1 Apr 30 21:13 Python_Enhancement/Sample-Code/Data-Logger/Warning.info
[generic]                  272     628  43.3% -lh5- bd53 Mar 11 17:19 Python_Enhancement/Sample-Code/Others.info
[generic]                  270     628  43.0% -lh5- dc2e Mar 10 16:26 Python_Enhancement/Sample-Code/Others/!!!CRITICAL!!!.info
[generic]                  268     628  42.7% -lh5- 9bd6 Jan 11 21:46 Python_Enhancement/Sample-Code/Others/!!!CRITICAL!!!/!!!CAUTION!!!.info
[generic]                  603    1484  40.6% -lh5- 9c8d Feb 24 21:58 Python_Enhancement/Sample-Code/Others/!!!CRITICAL!!!/!!!CAUTION!!!/AF-LED.py
[generic]                  669    1633  41.0% -lh5- 56f8 Feb 24 22:37 Python_Enhancement/Sample-Code/Others/!!!CRITICAL!!!/!!!CAUTION!!!/PAL-NTSC.py
[generic]                 2154    4999  43.1% -lh5- cf72 Jan 12 21:43 Python_Enhancement/Sample-Code/Others/!!!CRITICAL!!!/!!!DANGER!!!
[generic]                  275     506  54.3% -lh5- 950b Jan 12 21:43 Python_Enhancement/Sample-Code/Others/!!!CRITICAL!!!/!!!DANGER!!!.info
[generic]                  271     628  43.2% -lh5- 4c85 Jan 11 21:46 Python_Enhancement/Sample-Code/Others/!!!CRITICAL!!!/!!!DMA!!!.info
[generic]                 4008   11270  35.6% -lh5- 0de0 Feb  3 13:11 Python_Enhancement/Sample-Code/Others/!!!CRITICAL!!!/!!!DMA!!!/!!!NOT-PROVEN!!!
[generic]                  276     506  54.5% -lh5- 3215 Feb  3 13:12 Python_Enhancement/Sample-Code/Others/!!!CRITICAL!!!/!!!DMA!!!/!!!NOT-PROVEN!!!.info
[generic]                 2379    6964  34.2% -lh5- b7dd Feb  3 13:10 Python_Enhancement/Sample-Code/Others/!!!CRITICAL!!!/!!!DMA!!!/SineWave.py
[generic]                 2268    5724  39.6% -lh5- 081f Feb 12 22:14 Python_Enhancement/Sample-Code/Others/!!!CRITICAL!!!/!!!DMA!!!/SineWave1.py
[generic]                  269     628  42.8% -lh5- 2669 Mar 10 16:26 Python_Enhancement/Sample-Code/Others/?ANIM?.info
[generic]                  265     628  42.2% -lh5- e706 Jan 11 21:15 Python_Enhancement/Sample-Code/Others/?ANIM?/AMIGA-WinUAE.info
[generic]                 1007    2344  43.0% -lh5- d181 Feb 24 21:54 Python_Enhancement/Sample-Code/Others/?ANIM?/AMIGA-WinUAE/Voltmeter-DEMO.py
[generic]                  256     628  40.8% -lh5- c6b1 Jan 11 21:15 Python_Enhancement/Sample-Code/Others/?ANIM?/MS-DOS.info
[generic]                  849    1955  43.4% -lh5- b6d6 Feb 24 21:53 Python_Enhancement/Sample-Code/Others/?ANIM?/MS-DOS/DEMO.py
[generic]                  268     628  42.7% -lh5- 378a Mar 13 19:20 Python_Enhancement/Sample-Code/Others/Gadgets&Widgets.info
[generic]                 1488    3918  38.0% -lh5- f84f Mar 10 21:19 Python_Enhancement/Sample-Code/Others/Gadgets&Widgets/Buttons.py
[generic]                 1722    4656  37.0% -lh5- 41b3 Mar 13 18:21 Python_Enhancement/Sample-Code/Others/Gadgets&Widgets/Check-Buttons.py
[generic]                  810    1580  51.3% -lh5- b03a Mar 11 08:41 Python_Enhancement/Sample-Code/Others/Gadgets&Widgets/Mouse.py
[generic]                 1726    4936  35.0% -lh5- a2b2 Mar 13 18:16 Python_Enhancement/Sample-Code/Others/Gadgets&Widgets/Radio-Buttons.py
[generic]                  273     628  43.5% -lh5- 40f5 Mar 10 16:26 Python_Enhancement/Sample-Code/Others/GRAPHICS.info
[generic]                  763    1739  43.9% -lh5- 8c60 Jan  8 20:46 Python_Enhancement/Sample-Code/Others/GRAPHICS/D-L-C-F.py
[generic]                  726    2796  26.0% -lh5- 1553 Jan 17 22:19 Python_Enhancement/Sample-Code/Others/GRAPHICS/Draw_n_Paint.py
[generic]                  266     628  42.4% -lh5- cae5 Mar 10 16:26 Python_Enhancement/Sample-Code/Others/HW.info
[generic]                 1500    3500  42.9% -lh5- b3a1 Jan  5 21:04 Python_Enhancement/Sample-Code/Others/HW/!!!BEWARE!!!
[generic]                  274     506  54.2% -lh5- 0fe2 Jan  6 15:24 Python_Enhancement/Sample-Code/Others/HW/!!!BEWARE!!!.info
[generic]                 1937    5633  34.4% -lh5- 5bec Feb 24 22:40 Python_Enhancement/Sample-Code/Others/HW/Voltmeter.py
[generic]                  267     628  42.5% -lh5- e125 Mar 13 19:20 Python_Enhancement/Sample-Code/Others/Odds&Sods.info
[generic]                 1633    3782  43.2% -lh5- 8c04 Jan 21 20:41 Python_Enhancement/Sample-Code/Others/Odds&Sods/!!!BEWARE!!!
[generic]                  272     506  53.8% -lh5- 217a Jan 21 20:41 Python_Enhancement/Sample-Code/Others/Odds&Sods/!!!BEWARE!!!.info
[generic]                  430     796  54.0% -lh5- 6f0a Feb 14 21:55 Python_Enhancement/Sample-Code/Others/Odds&Sods/CSEB.py
[generic]                  522    1064  49.1% -lh5- 2897 Feb 24 22:44 Python_Enhancement/Sample-Code/Others/Odds&Sods/Messages.py
[generic]                  463     851  54.4% -lh5- ac41 Jan 22 21:37 Python_Enhancement/Sample-Code/Others/Odds&Sods/Palette.py
[generic]                  470     771  61.0% -lh5- aab3 Feb 24 22:43 Python_Enhancement/Sample-Code/Others/Odds&Sods/Reset.py
[generic]                  795    2434  32.7% -lh5- eeec Apr  7 17:04 Python_Enhancement/Sample-Code/Others/Odds&Sods/Val.py
[generic]                  258     628  41.1% -lh5- 8468 Mar 10 16:26 Python_Enhancement/Sample-Code/Others/Shell-Versions.info
[generic]                 1480    2938  50.4% -lh5- 9417 Jan 27 07:31 Python_Enhancement/Sample-Code/Others/Shell-Versions/peekmem.py
[generic]                  273     628  43.5% -lh5- af8b Mar 10 16:26 Python_Enhancement/Sample-Code/Others/Sound.info
[generic]                  414     820  50.5% -lh5- d479 Feb 15 22:14 Python_Enhancement/Sample-Code/Others/Sound/Sound.py
[generic]                  256     628  40.8% -lh5- 235f Mar 11 17:19 Python_Enhancement/Sample-Code/Simple.info
[generic]                  839    1866  45.0% -lh5- ba57 Jan  4 22:37 Python_Enhancement/Sample-Code/Simple/Clr.py
[generic]                  654    1408  46.4% -lh5- 606b Feb 18 10:41 Python_Enhancement/Sample-Code/Simple/Coloured-Text.py
[generic]                  345     579  59.6% -lh5- fd7c Feb 14 22:14 Python_Enhancement/Sample-Code/Simple/Delay.py
[generic]                  422     806  52.4% -lh5- 3d1a Feb 18 10:41 Python_Enhancement/Sample-Code/Simple/Font.py
[generic]                  392     566  69.3% -lh5- 0d0a Feb 18 10:42 Python_Enhancement/Sample-Code/Simple/RequestFile.py
[generic]                 4297   10525  40.8% -lh5- 2d02 May 13 20:33 Python_Enhancement/User-Contributions/Python_Enhancement.readme
[generic]                  196     317  61.8% -lh5- d972 Apr 30 21:34 Python_Enhancement/User-Contributions/Python_Enhancement.readme.info
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total       197 files  321324  761502  42.2%            May 15 19:32

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>