This file contains 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
/* | |
ScriptMem - Reduce Memory consumption of your AHK Script | |
by Avi Aryan | |
Thanks -- | |
HERESY - for EmptyMem function | |
just me - for GetScriptPID fucntion | |
Works with all AHK |
This file contains 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
/* | |
ProgramName = Extreme Clipper | |
ProgramVersion = 1 | |
Author = Avi Aryan | |
Special Thanks = Sean | |
**************************************************** | |
....................... | |
INSTRUCTIONS | |
*************************************************** | |
USE ONLY WITH AHK_L ANSI |
This file contains 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
; INSTRUCTIONS ########################################## | |
;Sublime-Text Autocomplete Adder | |
;By Avi Aryan | |
; | |
;Place in it in directory of Sublime-Text.exe | |
;Tested with Sublime-Text 2 | |
;Absolutely No guarranty | |
;Make sure to create a backup before going | |
;Dont worry about Duplicates, they will not be added again. | |
;######################################################## |
This file contains 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
;By Avi Aryan | |
;Set that 4 [line 8] to lower if you want finer results. | |
#Persistent | |
CoordMode,Mouse | |
SetBatchLines, -1 | |
SetMouseDelay, -1 | |
SetTimer,mouseslow,4 | |
mouseslow: |
This file contains 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
/* | |
Program Author = Avi Aryan | |
USAGE:: | |
Run the Script | |
Open your text file with all variables in NOTEPAD..By Notepad , i mean Notepad | |
Hit Ctrl+Alt+F to start. | |
When First Match is found,Change the text to required text and then hit F6 . Spaces will be automatic. | |
... | |
This file contains 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
;Random Number Generate | |
;Avi | |
MsgBox, 36, Choose, Yes for A`, No for B | |
IfMsgBox yes | |
{ | |
loop, | |
{ | |
StringRight,rightest,a_tickcount,1 | |
if rightest in 1,2,3,4,5 | |
{ |
This file contains 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
By Avi Aryan | |
This Text explains how to get around with "debug the state of this repo" Error. | |
This text does not uses Cmd and Powershell, so it can be followed by a basic user. | |
If you face the above Error in GitHub for Windows, then ------ | |
* First Go to your local repo i.e. the repo's local folder. | |
* Show Hidden Files via the Folder Options. | |
* You will see a ".git" named folder in your local repo as soon as hidden files are set to be seen. |
This file contains 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
EverythingPath = ;specify the path here | |
#IfWinActive ahk_class CabinetWClass | |
{ | |
F6:: | |
folder := GetFolder() | |
run, %EverythingPath% -path "%folder%" | |
return | |
} |
This file contains 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
Sublime Text 2 Shortcuts | |
======================= | |
The List is not complete. | |
It's just the shortcuts I know and I find useful | |
================================================= | |
WINDOWS | |
================================================= | |
Ctrl + Click - Add Multiple Cursors |
This file contains 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
/* | |
AutoHotkey Updater by Avi Aryan | |
Updated 24/4/13 | |
=============================== | |
For AHK_L | |
As ahk_basic is not updated anymore . Version stuck to 1.0.48.05 | |
=============================== | |
--------- | |
Know-Hows |
OlderNewer