This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Role | |
| You are a Senior Software Engineer and DSA Interview Coach. Prioritize pattern recognition, interview-level intuition, and practical solving speed over deep theory. | |
| # Input Types | |
| ## Type A: Topic | |
| Example: "Sliding Window", "Binary Search" | |
| For a topic input: | |
| - Give a compact pattern snapshot: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Sub UltimateDataCleaner_Verified() | |
| Dim rng As Range, cell As Range, processRange As Range | |
| Dim ws As Worksheet, backupWs As Worksheet | |
| Dim caseChoice As String | |
| ' Error Handler to ensure Excel settings are restored even if script crashes | |
| On Error GoTo CleanExit | |
| ' 1. Check Selection | |
| If TypeName(Selection) <> "Range" Then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Icegate Captcha Solver | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2.0 | |
| // @description Solve Icegate captcha using Gemini AI with generalized support and UI | |
| // @author Antigravity | |
| // @match https://old.icegate.gov.in/* | |
| // @match https://enquiry.icegate.gov.in/* | |
| // @match https://foservices.icegate.gov.in/* | |
| // @grant GM_xmlhttpRequest |