Jump to content

Cognizant's new monitoring system explained


Recommended Posts

Posted

India lo thappadu.. Andaru side business lu, second job lu chestunnaru 

Posted
2 hours ago, DallasKarreballu said:

@Konebhar6 @Tellugodu @JANASENA1 meeku ilanti micro management ki work chesaara

 

No and will never. 
A lot of monitoring tools will hit market (or already have) that can give efficiency output of each individual if needed. 
It’s just a matter of when. Ticking time 💣 

  • Upvote 1
Posted
3 minutes ago, Konebhar6 said:

No and will never. 
A lot of monitoring tools will hit market (or already have) that can give efficiency output of each individual if needed. 
It’s just a matter of when. Ticking time 💣 

why slaves work for this cheap sh1t companies anna

Posted
47 minutes ago, DallasKarreballu said:

why slaves work for this cheap sh1t companies anna

Bratukuteruvu. 

Posted

Wells does this. Every thing is being monitored. Nothing new, it’s all depend on manager and project

Posted
import pyautogui
import time
import random

def move_cursor(interval=300, offset=int(random.random())):
    print(f"Starting cursor movement every {interval} seconds.")
    while True:
        # Get current mouse position
        x, y = pyautogui.position()
        
        # Calculate new position
        new_x = x + offset if x + offset < pyautogui.size().width else x - offset
        new_y = y + offset if y + offset < pyautogui.size().height else y - offset
        
        # Move the mouse slightly
        pyautogui.moveTo(new_x, new_y, duration=0.2)
        print(f"Moved cursor to ({new_x}, {new_y})")
        
        # Wait for the interval
        time.sleep(interval)

if __name__ == "__main__":
    move_cursor()

 

I used this in Amazon. Modda bi dorakam. 

 

  • Haha 1
Posted
38 minutes ago, suckerannafan2 said:
import pyautogui
import time
import random

def move_cursor(interval=300, offset=int(random.random())):
    print(f"Starting cursor movement every {interval} seconds.")
    while True:
        # Get current mouse position
        x, y = pyautogui.position()
        
        # Calculate new position
        new_x = x + offset if x + offset < pyautogui.size().width else x - offset
        new_y = y + offset if y + offset < pyautogui.size().height else y - offset
        
        # Move the mouse slightly
        pyautogui.moveTo(new_x, new_y, duration=0.2)
        print(f"Moved cursor to ({new_x}, {new_y})")
        
        # Wait for the interval
        time.sleep(interval)

if __name__ == "__main__":
    move_cursor()

 

I used this in Amazon. Modda bi dorakam. 

 

Where do u run this uncle ?

Posted
12 minutes ago, perugu_vada said:

Where do u run this uncle ?

just create a move.py file and paste the code there. run it in terminal as --> python move.py

  • Upvote 1
Posted
45 minutes ago, suckerannafan2 said:

just create a move.py file and paste the code there. run it in terminal as --> python move.py

 

1 hour ago, suckerannafan2 said:
import pyautogui
import time
import random

def move_cursor(interval=300, offset=int(random.random())):
    print(f"Starting cursor movement every {interval} seconds.")
    while True:
        # Get current mouse position
        x, y = pyautogui.position()
        
        # Calculate new position
        new_x = x + offset if x + offset < pyautogui.size().width else x - offset
        new_y = y + offset if y + offset < pyautogui.size().height else y - offset
        
        # Move the mouse slightly
        pyautogui.moveTo(new_x, new_y, duration=0.2)
        print(f"Moved cursor to ({new_x}, {new_y})")
        
        # Wait for the interval
        time.sleep(interval)

if __name__ == "__main__":
    move_cursor()

 

I used this in Amazon. Modda bi dorakam. 

 

Monitoring tools ki app tho ney pani kakunda they also monitor your pip libraries and installations. Oka IT report lo ee guilibrary who all installed ante ika anthe pani.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...