shell bypass 403

UnknownSec Shell

: /lib64/python2.7/ [ drwxr-xr-x ]

name : chunk.pyc
�
zfc@sdZddd��YZdS(sSimple 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.
tChunkcBsheZeeed�Zd�Zd�Zd�Zd�Zdd�Z	d�Z
dd	�Zd
�ZRS(cCsddl}t|_||_|r-d}nd}||_|jd�|_t|j�dkrlt�ny*|j	|d|jd��d|_
Wn|jk
r�t�nX|r�|j
d|_
nd|_y|jj
�|_Wn ttfk
r
t|_n
Xt|_dS(Ni����t>t<itLii(tstructtFalsetclosedtaligntfiletreadt	chunknametlentEOFErrortunpackt	chunksizeterrort	size_readttelltoffsettAttributeErrortIOErrortseekabletTrue(tselfRRt	bigendiant
inclheaderRtstrflag((s/usr/lib64/python2.7/chunk.pyt__init__4s,					*
	
cCs|jS(s*Return the name (ID) of the current chunk.(R
(R((s/usr/lib64/python2.7/chunk.pytgetnameNscCs|jS(s%Return the size of the current chunk.(R(R((s/usr/lib64/python2.7/chunk.pytgetsizeRscCs+|js'z|j�Wdt|_XndS(N(RtskipR(R((s/usr/lib64/python2.7/chunk.pytcloseVs	cCs|jrtd�ntS(NsI/O operation on closed file(Rt
ValueErrorR(R((s/usr/lib64/python2.7/chunk.pytisatty]s	icCs�|jrtd�n|js*td�n|dkrF||j}n|dkrb||j}n|dks}||jkr�t�n|jj|j	|d�||_dS(s�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.
        sI/O operation on closed filescannot seekiiiN(
RR RRRRtRuntimeErrorRtseekR(Rtpostwhence((s/usr/lib64/python2.7/chunk.pyR#bs			cCs|jrtd�n|jS(NsI/O operation on closed file(RR R(R((s/usr/lib64/python2.7/chunk.pyRus	i����cCs�|jrtd�n|j|jkr+dS|dkrJ|j|j}n||j|jkrs|j|j}n|jj|�}|jt|�|_|j|jkr�|jr�|jd@r�|jjd�}|jt|�|_n|S(s�Read at most size bytes from the chunk.
        If size is omitted or negative, read until the end
        of the chunk.
        sI/O operation on closed filetii(RR RRRR	RR(Rtsizetdatatdummy((s/usr/lib64/python2.7/chunk.pyR	zs 		
cCs�|jrtd�n|jr�y^|j|j}|jrT|jd@rT|d}n|jj|d�|j||_dSWq�tk
r�q�XnxM|j|jkr�t	d|j|j�}|j
|�}|s�t�q�q�WdS(s�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.
        sI/O operation on closed fileiNi (RR RRRRRR#RtminR	R(RtnR)((s/usr/lib64/python2.7/chunk.pyR�s"		

(
t__name__t
__module__RRRRRRR!R#RR	R(((s/usr/lib64/python2.7/chunk.pyR3s					N((t__doc__R(((s/usr/lib64/python2.7/chunk.pyt<module>1s

© 2025 UnknownSec
Display on the page Footer | Anyleson - Learning Platform
INR (₹)
India Rupee
$
United States Dollar

Display on the page Footer

Privacy Policy

Effective Date: 24 August , 2024

At Anyleson, we are committed to protecting your privacy and ensuring that your personal information is handled securely and responsibly. This Privacy Policy outlines how we collect, use, and safeguard your data when you use our platform.


Information We Collect


  1. Personal Information:

    • Name, email address, phone number, and billing details.

    • Account login credentials (username and password).



  2. Course Usage Data:

    • Progress and activity within courses.

    • Feedback and reviews submitted for courses.



  3. Technical Information:

    • IP address, browser type, device information, and cookies for improving website functionality.



  4. Communication Data:

    • Information from your interactions with our customer support.




How We Use Your Information


  1. To Provide Services:

    • Process course purchases, registrations, and access to content.



  2. To Improve User Experience:

    • Analyze user behavior to enhance course offerings and platform features.



  3. To Communicate:

    • Send updates, notifications, and promotional offers (only if you’ve opted in).



  4. For Legal Compliance:

    • Meet legal or regulatory requirements and prevent fraud.




How We Protect Your Information


  1. Data Encryption: All sensitive data is encrypted during transmission using SSL.

  2. Access Control: Only authorized personnel have access to personal information.

  3. Secure Storage: Data is stored on secure servers with regular security updates.


Sharing Your Information

We do not sell, rent, or trade your personal data. However, we may share your information with:


  1. Service Providers:

    • Payment processors and hosting services that assist in delivering our platform.



  2. Legal Authorities:

    • When required by law or to protect our legal rights.




Your Rights


  1. Access and Update: You can view and update your personal information in your account settings.

  2. Request Deletion: You have the right to request deletion of your data by contacting us.

  3. Opt-Out: You can opt out of receiving promotional emails by clicking the “unsubscribe” link in our emails.


Cookies Policy

We use cookies to enhance your experience by:


  • Remembering your preferences.

  • Analyzing website traffic.
    You can manage your cookie preferences through your browser settings.


Third-Party Links

Our platform may contain links to third-party websites. We are not responsible for their privacy practices and recommend reviewing their privacy policies.


Policy Updates

We may update this Privacy Policy from time to time. Changes will be posted on this page, and the "Effective Date" will be updated. Please review the policy periodically.


Contact Us

If you have any questions or concerns about our Privacy Policy or how your data is handled, please contact us at:

Email: support@anyleson.comThank you for trusting Anyleson with your learning journey!