shell bypass 403

UnknownSec Shell

: /usr/lib64/python3.6/__pycache__/ [ drwxr-xr-x ]

name : chunk.cpython-36.opt-1.pyc
3


 \1�@sdZGdd�d�ZdS)aSimple class to read IFF chunks.

An IFF chunk (used in formats such as AIFF, TIFF, RMFF (RealMedia File
Format)) has the following structure:

+----------------+
| ID (4 bytes)   |
+----------------+
| size (4 bytes) |
+----------------+
| data           |
| ...            |
+----------------+

The ID is a 4-byte string which identifies the type of chunk.

The size field (a 32-bit value, encoded using big-endian byte order)
gives the size of the whole chunk, including the 8-byte header.

Usually an IFF-type file consists of one or more chunks.  The proposed
usage of the Chunk class defined here is to instantiate an instance at
the start of each chunk and read from the instance until it reaches
the end, after which a new instance can be instantiated.  At the end
of the file, creating a new instance will fail with an EOFError
exception.

Usage:
while True:
    try:
        chunk = Chunk(file)
    except EOFError:
        break
    chunktype = chunk.getname()
    while True:
        data = chunk.read(nbytes)
        if not data:
            pass
        # do something with data

The interface is file-like.  The implemented methods are:
read, close, seek, tell, isatty.
Extra methods are: skip() (called by close, skips to the end of the chunk),
getname() (returns the name (ID) of the chunk)

The __init__ method has one required argument, a file-like object
(including a chunk instance), and one optional argument, a flag which
specifies whether or not chunks are aligned on 2-byte boundaries.  The
default is 1, i.e. aligned.
c@sZeZdZddd�Zdd�Zdd�Zd	d
�Zdd�Zddd�Zdd�Z	ddd�Z
dd�ZdS)�ChunkTFcCs�ddl}d|_||_|rd}nd}||_|jd�|_t|j�dkrFt�y |j|d|jd��d|_	Wn|j
k
r�t�YnX|r�|j	d|_	d|_y|jj�|_
Wnttfk
r�d|_YnXd|_dS)	N�F�>�<��L�T)�struct�closed�align�file�read�	chunkname�len�EOFErrorZunpack_from�	chunksize�error�	size_read�tell�offset�AttributeError�OSError�seekable)�selfrr
Z	bigendianZ
inclheaderrZstrflag�r�/usr/lib64/python3.6/chunk.py�__init__4s, 
zChunk.__init__cCs|jS)z*Return the name (ID) of the current chunk.)r
)rrrr�getnameNsz
Chunk.getnamecCs|jS)z%Return the size of the current chunk.)r)rrrr�getsizeRsz
Chunk.getsizecCs |jsz|j�Wdd|_XdS)NT)r	�skip)rrrr�closeVszChunk.closecCs|jrtd��dS)NzI/O operation on closed fileF)r	�
ValueError)rrrr�isatty]szChunk.isattyrcCsv|jrtd��|jstd��|dkr0||j}n|dkrB||j}|dksT||jkrXt�|jj|j	|d�||_dS)z�Seek to specified position into the chunk.
        Default position is 0 (start of chunk).
        If the file is not seekable, this will result in an error.
        zI/O operation on closed filezcannot seek��rN)
r	r rrrr�RuntimeErrorr�seekr)r�pos�whencerrrr%bs
z
Chunk.seekcCs|jrtd��|jS)NzI/O operation on closed file)r	r r)rrrrrusz
Chunk.tellr"cCs�|jrtd��|j|jkrdS|dkr2|j|j}||j|jkrN|j|j}|jj|�}|jt|�|_|j|jkr�|jr�|jd@r�|jjd�}|jt|�|_|S)z�Read at most size bytes from the chunk.
        If size is omitted or negative, read until the end
        of the chunk.
        zI/O operation on closed file�rr")r	r rrrrrr
)r�size�data�dummyrrrrzs 
z
Chunk.readcCs�|jrtd��|jrlyB|j|j}|jr:|jd@r:|d}|jj|d�|j||_dStk
rjYnXx4|j|jkr�t	d|j|j�}|j
|�}|snt�qnWdS)z�Skip the rest of the chunk.
        If you are not interested in the contents of the chunk,
        this method should be called so that the file points to
        the start of the next chunk.
        zI/O operation on closed filer"Ni )r	r rrrr
rr%r�minrr)r�nr+rrrr�s"
z
Chunk.skipN)TTF)r���)r.)�__name__�
__module__�__qualname__rrrrr!r%rrrrrrrr3s


rN)�__doc__rrrrr�<module>1s

© 2025 UnknownSec
Web Design for Beginners | Anyleson - Learning Platform
INR (₹)
India Rupee
$
United States Dollar
Web Design for Beginners

Web Design for Beginners

in Design
Created by Linda Anderson
+2
5 Users are following this upcoming course
Course Published
This course was published already and you can check the main course
Course
Web Design for Beginners
in Design
4.25
1:45 Hours
8 Jul 2021
₹11.80

What you will learn?

Create any website layout you can imagine

Support any device size with Responsive (mobile-friendly) Design

Add tasteful animations and effects with CSS3

Course description

You can launch a new career in web development today by learning HTML & CSS. You don't need a computer science degree or expensive software. All you need is a computer, a bit of time, a lot of determination, and a teacher you trust. I've taught HTML and CSS to countless coworkers and held training sessions for fortune 100 companies. I am that teacher you can trust. 


Don't limit yourself by creating websites with some cheesy “site-builder" tool. This course teaches you how to take 100% control over your webpages by using the same concepts that every professional website is created with.


This course does not assume any prior experience. We start at square one and learn together bit by bit. By the end of the course you will have created (by hand) a website that looks great on phones, tablets, laptops, and desktops alike.


In the summer of 2020 the course has received a new section where we push our website live up onto the web using the free GitHub Pages service; this means you'll be able to share a link to what you've created with your friends, family, colleagues and the world!

Requirements

No prerequisite knowledge required

No special software required

Comments (0)

Report course

Please describe about the report short and clearly.

Share

Share course with your friends