shell bypass 403

UnknownSec Shell

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

name : sched.pyc
�
zfc@sQdZddlZddlmZdgZedd�Zddd��YZdS(	s�A generally useful event scheduler class.

Each instance of this class manages its own queue.
No multi-threading is implied; you are supposed to hack that
yourself, or use a single instance per application.

Each instance is parametrized with two functions, one that is
supposed to return the current time, one that is supposed to
implement a delay.  You can implement real-time scheduling by
substituting time and sleep from built-in module time, or you can
implement simulated time by writing your own functions.  This can
also be used to integrate scheduling with STDWIN events; the delay
function is allowed to modify the queue.  Time can be expressed as
integers or floating point numbers, as long as it is consistent.

Events are specified by tuples (time, priority, action, argument).
As in UNIX, lower priority numbers mean higher priority; in this
way the queue can be maintained as a priority queue.  Execution of the
event means calling the action function, passing it the argument
sequence in "argument" (remember that in Python, multiple function
arguments are be packed in a sequence).
The action function may be an instance method so it
has another way to reference private data (besides global variables).
i����N(t
namedtuplet	schedulertEvents time, priority, action, argumentcBsMeZd�Zd�Zd�Zd�Zd�Zd�Zed��Z	RS(cCsg|_||_||_dS(sGInitialize a new instance, passing the time and delay
        functionsN(t_queuettimefunct	delayfunc(tselfRR((s/usr/lib64/python2.7/sched.pyt__init__'s		cCs,t||||�}tj|j|�|S(s�Enter a new event in the queue at an absolute time.

        Returns an ID for the event which can be used to remove it,
        if necessary.

        (RtheapqtheappushR(Rttimetprioritytactiontargumenttevent((s/usr/lib64/python2.7/sched.pytenterabs.scCs&|j�|}|j||||�S(s{A variant that specifies the time as a relative time.

        This is actually the more commonly used interface.

        (RR(RtdelayRRR
R
((s/usr/lib64/python2.7/sched.pytenter9scCs$|jj|�tj|j�dS(s�Remove an event from the queue.

        This must be presented the ID as returned by enter().
        If the event is not in the queue, this raises ValueError.

        N(RtremoveRtheapify(RR((s/usr/lib64/python2.7/sched.pytcancelBscCs|jS(s!Check whether the queue is empty.(R(R((s/usr/lib64/python2.7/sched.pytemptyLscCs�|j}|j}|j}tj}x�|r�|d\}}}}}	|�}
|
|krm|||
�q'||�}||	kr�||�|d�q'tj||�q'WdS(sfExecute events until the queue is empty.

        When there is a positive delay until the first event, the
        delay function is called and the event is left in the queue;
        otherwise, the event is removed from the queue and executed
        (its action function is called, passing it the argument).  If
        the delay function returns prematurely, it is simply
        restarted.

        It is legal for both the delay function and the action
        function to modify the queue or to raise an exception;
        exceptions are not caught but the scheduler's state remains
        well-defined so run() may be called again.

        A questionable hack is added to allow other threads to run:
        just after an event is executed, a delay of 0 is executed, to
        avoid monopolizing the CPU when other threads are also
        runnable.

        iN(RRRRtheappopR	(RtqRRtpopR
RRR
t
checked_eventtnowR((s/usr/lib64/python2.7/sched.pytrunPs						

cCs'|j}ttj|gt|��S(s�An ordered list of upcoming events.

        Events are named tuples with fields for:
            time, priority, action, arguments

        (RtmapRRtlen(Rtevents((s/usr/lib64/python2.7/sched.pytqueuezs
(
t__name__t
__module__RRRRRRtpropertyR(((s/usr/lib64/python2.7/sched.pyR&s					
		*((t__doc__RtcollectionsRt__all__RR(((s/usr/lib64/python2.7/sched.pyt<module>s
	

© 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!