Skip to content

Instantly share code, notes, and snippets.

@tdolan21
tdolan21 / AntiAKF-UI.ahk
Last active April 24, 2025 18:45
AutoHotKey v2 Anti-AFK tool with unique mouse movement pattern and small transparent overlay
; Requires AutoHotkey v2.0
; Download the gist and double click to run
; Enhanced Anti-AFK Script with Window Controls & Styling
; This script prevents AFK detection by performing mouse movements
; Press Ctrl+Alt+S to start/stop the anti-AFK feature
; Press Ctrl+Alt+X to exit the script completely
; Global variables
@tdolan21
tdolan21 / gist:7ab446cba1d3c233c005f48fe8b5c553
Created May 5, 2024 17:30
Topics covered in orpo_starcoder
topics = [
'Python Basics (Variables, Data Types, Control Flow, Functions)',
'Object-Oriented Programming (Classes, Inheritance, Polymorphism)',
'File Handling and I/O Operations',
'Exception Handling and Error Management',
'Iterators, Generators, and Decorators',
'Regular Expressions',
'Web Scraping with BeautifulSoup and Scrapy',
'Web Development with Flask and Django',
'Data Analysis with NumPy, Pandas, and Matplotlib',