Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-Shed_Skin-doc-0.9.4-bp153.1.12 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python-Shed_Skin-doc Distribution: SUSE Linux Enterprise 15 SP3
Version: 0.9.4 Vendor: openSUSE
Release: bp153.1.12 Build date: Sat Mar 6 03:40:35 2021
Group: Development/Libraries/Python Build host: sheep84
Size: 4520351 Source RPM: python-Shed_Skin-0.9.4-bp153.1.12.src.rpm
Packager: https://bugs.opensuse.org
Url: http://shedskin.googlecode.com
Summary: An Optimizing (restricted) Python-to-C++ Compiler - Documentation
Shed Skin is an experimental (restricted) Python-to-C++ compiler. It accepts
pure but implicitly statically typed Python programs and generates optimized
C++ code. The result can be further compiled to stand-alone programs or
extension modules. For a set of 57 non-trivial test programs, at more than
16,000 lines in total (sloccount), measurements show a typical speedup of
2-200 times compared to CPython. Not all Python features are supported, and
only a subset of about 20 library modules, such as re and random. See the
home page for more details.

This package contains the documentation of python-Shed_Skin.

Provides

Requires

License

GPL-3.0+

Changelog

* Wed Sep 25 2013 p.drouand@gmail.com
  - Update to version 0.9.4
    + No changelog available
* Sun Apr 14 2013 p.drouand@gmail.com
  - Update to version 0.9.3
  - much improved support for arbitrary code at the class level
  - support select.select (UNIX, danny milosavljevic)
  - greatly optimized creating/extending arrays (triggered by piotr tarsa)
  - new example programs (now 72 in total):
    - pygasus, a NES emulator (about 1500 lines, Maciek "Mistrall" Żuk)
    - timsort sorting algorithm (about 650 lines, dan stromberg)
    - a conflict-driven satisfiability solver (thomas leonard)
    - TarsaLZP, a data compression algorithm (about 900 lines, piotr tarsa)
    - minpng, a minimal uncompressed PNG encoder
  - fix generator expression problem (triggered by piotr tarsa)
  - improve string formatting and null chars (reported by jorik blaas)
  - new -g option to disable GC warnings
  - remaining fixes for GCC 4.7 (help from thomas spura, mos4567)
  - avoid crash on non-existant attribute (reported by danny milosavljevic)
  - improve include file ordering (triggered by danny)
  - avoid trouble by adding main module to module cache (reported by badamomike)
  - update random.expovariate to 2.7 behaviour, finally fixing test 172
  - add a few warnings for broken python code
  - fix for when module exists in multiple libdirs (shedskin -L)
  - fix annotation crash (shedskin -a)
* Wed Mar 14 2012 saschpe@suse.de
  - Update to version 0.9.1:
    - new -L option to add library directories (Artem Egorkine)
    - support /etc/shedskin/FLAGS, /usr/share/shedskin/lib (triggered by Paul Boddie)
    - support enumerate 'start' argument
    - itertools.product optimization (triggered by lesshaste)
    - str.join and str non-equality optimization (triggered by lesshaste)
    - new example: hq2x image scaling
    - fix for itertools.izip (Jérémie Roquet)
    - several fixes for MSVC (Liu Zhenhai)
    - fix os.listdir crash (Pierre-Marie de Rodat)
    - annotation fix (William Edwards)
    - fix for 'not a < b < c' (François Boutines)
    - os.popen2 improvement (triggered by Danny Milosavljevic)
    - improved extmod warnings (triggered by Paul Boddie)
    - sys.exit improvements (reported by rodseth)
    - added missing class qualifier/include statement
    - fix for ConfigParser model (reported by Danny Milosavljevic)
  - Changes from version 0.9.0:
    - major type inference scalability improvements (c64 emulator 10 times faster!)
    - support for 'mmap' module (francois boutines)
    - support for 'binascii' module (fahrzin hemmati)
    - support for 'colorsys' module (tony veijalainen)
    - greatly improved file I/O performance (francois)
    - massive optimization for complex numbers (copy-by-value)
    - optimized 'for .., .. in somedict.iteritems()'
    - 6 new example programs (now 63 in total!):
    - natural language parser (andreas van cranenburgh)
    - sokoban (uses array, collections.deque)
    - connect-4
    - interactive mandelbrot (tony veijalainen)
    - dancing links sudoku solver
    - K-means++ clustering
    - c64 emulator example now without glitches for international karate
    - fixes for 'universal mode' (francois)
    - only print tracebacks for uncaught exceptions (shedskin -x; joris van zwieten)
    - some further exception handling cleanups
    - add set.isdisjoint, sys.maxsize (brent pedersen)
    - several set methods now take multiple arguments (brent)
    - string equality optimization (francois)
    - fix for string/array equality and \0 (francois)
    - improved support for overloading comparison operators
    - several inheritance fixes (thanks to test case by jason ye)
    - improvements for working with 'incompatible' types (e.g., [[]] == [[1]])
    - implementation of builtins split up into separate files (triggered by francois)
    - cleaned up GCC warnings for builtins (triggered by francois)
    - support 'id' builtin for non-scalars
    - some optimizations for array('c')
    - some improvements for 'copy' module
    - use 'long' type for hash values everywhere
    - support for 'isinstance' was dropped
    - avoid 'jump' to 100% in progress bar
    - removed -d command-line option, replaced it with hidden debug-level option
    - add --silent mode, showing only warnings
    - add timer (jason ye)
    - os.utime implementation for windows
    - documented how to profile extension modules
    - documentation moved to wiki
  - Use examples from external tarball
  - Remove outdated %clean section
  - Simplified macro usage
  - Added some requirements you typically want to have when translating
    Python modules to C++ with Shed Skin
* Wed Aug 03 2011 cfarrell@novell.com
  - license update: GPL-3.0+
    has an or later clause
* Fri Jul 01 2011 saschpe@suse.de
  - Initial version

Files

/usr/share/doc/packages/python-Shed_Skin-doc
/usr/share/doc/packages/python-Shed_Skin-doc/examples
/usr/share/doc/packages/python-Shed_Skin-doc/examples/DISCO
/usr/share/doc/packages/python-Shed_Skin-doc/examples/Gh0stenstein
/usr/share/doc/packages/python-Shed_Skin-doc/examples/Gh0stenstein/__init__.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/Gh0stenstein/pics
/usr/share/doc/packages/python-Shed_Skin-doc/examples/Gh0stenstein/pics/README
/usr/share/doc/packages/python-Shed_Skin-doc/examples/Gh0stenstein/pics/background.png
/usr/share/doc/packages/python-Shed_Skin-doc/examples/Gh0stenstein/pics/items
/usr/share/doc/packages/python-Shed_Skin-doc/examples/Gh0stenstein/pics/items/BlueOverheadLight.png
/usr/share/doc/packages/python-Shed_Skin-doc/examples/Gh0stenstein/pics/items/GoldBar.png
/usr/share/doc/packages/python-Shed_Skin-doc/examples/Gh0stenstein/pics/items/PlantInPot.png
/usr/share/doc/packages/python-Shed_Skin-doc/examples/Gh0stenstein/pics/walls
/usr/share/doc/packages/python-Shed_Skin-doc/examples/Gh0stenstein/pics/walls/bluestone.png
/usr/share/doc/packages/python-Shed_Skin-doc/examples/Gh0stenstein/pics/walls/colorstone.png
/usr/share/doc/packages/python-Shed_Skin-doc/examples/Gh0stenstein/pics/walls/eagle.png
/usr/share/doc/packages/python-Shed_Skin-doc/examples/Gh0stenstein/pics/walls/greystone.png
/usr/share/doc/packages/python-Shed_Skin-doc/examples/Gh0stenstein/pics/walls/mossy.png
/usr/share/doc/packages/python-Shed_Skin-doc/examples/Gh0stenstein/pics/walls/purplestone.png
/usr/share/doc/packages/python-Shed_Skin-doc/examples/Gh0stenstein/pics/walls/redbrick.png
/usr/share/doc/packages/python-Shed_Skin-doc/examples/Gh0stenstein/pics/walls/wood.png
/usr/share/doc/packages/python-Shed_Skin-doc/examples/Gh0stenstein/world_draw.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/Gh0stenstein/world_manager.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/L.bmp
/usr/share/doc/packages/python-Shed_Skin-doc/examples/LZ2.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/R.bmp
/usr/share/doc/packages/python-Shed_Skin-doc/examples/README
/usr/share/doc/packages/python-Shed_Skin-doc/examples/ROM
/usr/share/doc/packages/python-Shed_Skin-doc/examples/ROM/bin
/usr/share/doc/packages/python-Shed_Skin-doc/examples/ROM/bin/C64
/usr/share/doc/packages/python-Shed_Skin-doc/examples/ROM/bin/C64/basic
/usr/share/doc/packages/python-Shed_Skin-doc/examples/ROM/bin/C64/chargen
/usr/share/doc/packages/python-Shed_Skin-doc/examples/ROM/bin/C64/dos1541
/usr/share/doc/packages/python-Shed_Skin-doc/examples/ROM/bin/C64/kernal
/usr/share/doc/packages/python-Shed_Skin-doc/examples/TarsaLZP.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/TonyJpegDecoder.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/ac_encode.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/adatron.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/amaze.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/ant.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/astar.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/astar_main.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/bh.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/block.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/brainfuck.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/c64
/usr/share/doc/packages/python-Shed_Skin-doc/examples/c64/__init__.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/c64/c64.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/c64/cia.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/c64/cpu.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/c64/joysticks.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/c64/loaders
/usr/share/doc/packages/python-Shed_Skin-doc/examples/c64/loaders/__init__.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/c64/loaders/d64.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/c64/loaders/entries.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/c64/loaders/prg.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/c64/loaders/t64.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/c64/memory.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/c64/mmu.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/c64/origscreens.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/c64/palette.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/c64/pixbufs.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/c64/screens.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/c64/sid.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/c64/sprite.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/c64/symbols.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/c64/tape.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/c64/vic_ii.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/c64_main.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/chaos.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/chess.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/chull.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/circle.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/circle_main.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/colorsys.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/com
/usr/share/doc/packages/python-Shed_Skin-doc/examples/com/__init__.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/com/github
/usr/share/doc/packages/python-Shed_Skin-doc/examples/com/github/__init__.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/com/github/tarsa
/usr/share/doc/packages/python-Shed_Skin-doc/examples/com/github/tarsa/__init__.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/com/github/tarsa/tarsalzp
/usr/share/doc/packages/python-Shed_Skin-doc/examples/com/github/tarsa/tarsalzp/Main.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/com/github/tarsa/tarsalzp/Options.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/com/github/tarsa/tarsalzp/__init__.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/com/github/tarsa/tarsalzp/core
/usr/share/doc/packages/python-Shed_Skin-doc/examples/com/github/tarsa/tarsalzp/core/Coder.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/com/github/tarsa/tarsalzp/core/Common.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/com/github/tarsa/tarsalzp/core/Decoder.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/com/github/tarsa/tarsalzp/core/Encoder.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/com/github/tarsa/tarsalzp/core/FsmGenerator.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/com/github/tarsa/tarsalzp/core/Lg2.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/com/github/tarsa/tarsalzp/core/__init__.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/com/github/tarsa/tarsalzp/prelude
/usr/share/doc/packages/python-Shed_Skin-doc/examples/com/github/tarsa/tarsalzp/prelude/Long.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/com/github/tarsa/tarsalzp/prelude/Streams.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/com/github/tarsa/tarsalzp/prelude/__init__.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/dijkstra.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/dijkstra2.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/disco.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/fysphun.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/fysphun_main.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/genetic.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/genetic2.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/go.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/gs_main.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/gtp.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/hq2x.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/imageproc.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/imageproc_lib
/usr/share/doc/packages/python-Shed_Skin-doc/examples/imageproc_lib/libgfx.c
/usr/share/doc/packages/python-Shed_Skin-doc/examples/imageproc_lib/libgfx.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/intkarat.t64
/usr/share/doc/packages/python-Shed_Skin-doc/examples/kanoodle.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/kmeanspp.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/lib
/usr/share/doc/packages/python-Shed_Skin-doc/examples/lib/hashlib.cpp
/usr/share/doc/packages/python-Shed_Skin-doc/examples/lib/hashlib.hpp
/usr/share/doc/packages/python-Shed_Skin-doc/examples/lib/hashlib.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/lib/serial.cpp
/usr/share/doc/packages/python-Shed_Skin-doc/examples/lib/serial.hpp
/usr/share/doc/packages/python-Shed_Skin-doc/examples/lib/serial.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/life.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/linalg.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/loop.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/mandelbrot.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/mandelbrot2.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/mandelbrot2_main.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/mao.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/mario_bros.nes
/usr/share/doc/packages/python-Shed_Skin-doc/examples/mastermind2.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/mastermind_main.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/minilight.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/minpng.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/ml
/usr/share/doc/packages/python-Shed_Skin-doc/examples/ml/__init__.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/ml/camera.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/ml/cornellbox.txt
/usr/share/doc/packages/python-Shed_Skin-doc/examples/ml/image.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/ml/minilight.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/ml/raytracer.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/ml/scene.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/ml/spatialindex.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/ml/surfacepoint.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/ml/triangle.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/ml/vector3f.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/mm
/usr/share/doc/packages/python-Shed_Skin-doc/examples/mm/__init__.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/mm/board.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/mm/code.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/mm/colour.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/mm/game.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/mm/mastermind.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/mm/peg.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/mm/row.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/msp_ss.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/mwmatching.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/nbody.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/neural1.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/neural2.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/oliva2.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/othello.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/path_tracing.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/pisang.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/plcfrs.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/pygasus.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/pygasus_main.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/pygmy.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/pylife.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/pylife_main.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/pylot
/usr/share/doc/packages/python-Shed_Skin-doc/examples/pylot/Camera.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/pylot/Color.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/pylot/LICENSE.TXT
/usr/share/doc/packages/python-Shed_Skin-doc/examples/pylot/Material.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/pylot/Pool.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/pylot/Ray.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/pylot/Shape.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/pylot/SimpleGeometry.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/pylot/Utils.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/pylot/Vector4.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/pylot/World.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/pylot/__init__.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/pylot_main.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/pystone.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/LICENSE
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/box_bc.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/coulomb.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/fermion.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/jastrow
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/jastrow/__init__.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/jastrow/base_jastrow.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/jastrow/const_jastrow.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/jastrow/simple_pade.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/observables
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/observables/__init__.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/observables/ee_dist.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/observables/en_dist.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/observables/observable_base.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/orbital
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/orbital/__init__.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/orbital/atomic_sto.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/orbital/atomic_sto_primitive.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/orbital/create_orbital.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/orbital/lcao.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/orbital/orbital_base.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/qmc_loop.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/stats
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/stats/__init__.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/stats/average.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/stats/histogram.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/sto_atom.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/sum_jastrow.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/quameon/wave_func.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/randam.ppm
/usr/share/doc/packages/python-Shed_Skin-doc/examples/rdb.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/richards.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/rsync.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/rubik.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/rubik2.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/sat.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/scene.txt
/usr/share/doc/packages/python-Shed_Skin-doc/examples/score4.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/sha.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/sieve.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/smallpic.tga
/usr/share/doc/packages/python-Shed_Skin-doc/examples/sokoban.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/solitaire.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/stereo.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/stereo_main.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/sudoku1.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/sudoku2.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/sudoku3.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/sudoku4.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/sudoku5.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/testdata
/usr/share/doc/packages/python-Shed_Skin-doc/examples/testdata/99bottles.bf
/usr/share/doc/packages/python-Shed_Skin-doc/examples/testdata/BentCoinFile
/usr/share/doc/packages/python-Shed_Skin-doc/examples/testdata/b6.pz
/usr/share/doc/packages/python-Shed_Skin-doc/examples/testdata/bench_mwmatching_2039_250_a.gr
/usr/share/doc/packages/python-Shed_Skin-doc/examples/testdata/binf
/usr/share/doc/packages/python-Shed_Skin-doc/examples/testdata/bla
/usr/share/doc/packages/python-Shed_Skin-doc/examples/testdata/bla2
/usr/share/doc/packages/python-Shed_Skin-doc/examples/testdata/c.txt
/usr/share/doc/packages/python-Shed_Skin-doc/examples/testdata/e.txt
/usr/share/doc/packages/python-Shed_Skin-doc/examples/testdata/hole007.cnf
/usr/share/doc/packages/python-Shed_Skin-doc/examples/testdata/hoppa
/usr/share/doc/packages/python-Shed_Skin-doc/examples/testdata/hopsakee
/usr/share/doc/packages/python-Shed_Skin-doc/examples/testdata/life.txt
/usr/share/doc/packages/python-Shed_Skin-doc/examples/testdata/m.txt
/usr/share/doc/packages/python-Shed_Skin-doc/examples/testdata/maze.txt
/usr/share/doc/packages/python-Shed_Skin-doc/examples/testdata/n.txt
/usr/share/doc/packages/python-Shed_Skin-doc/examples/testdata/patched.file
/usr/share/doc/packages/python-Shed_Skin-doc/examples/testdata/top95.txt
/usr/share/doc/packages/python-Shed_Skin-doc/examples/testdata/unpatched.file
/usr/share/doc/packages/python-Shed_Skin-doc/examples/testdata/uuf250-010.cnf
/usr/share/doc/packages/python-Shed_Skin-doc/examples/testdata/words
/usr/share/doc/packages/python-Shed_Skin-doc/examples/tictactoe.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/tiger1.jpg
/usr/share/doc/packages/python-Shed_Skin-doc/examples/timsort.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/voronoi.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/voronoi2.py
/usr/share/doc/packages/python-Shed_Skin-doc/examples/yopyra.py


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024