├── .gitignore ├── AHKArena ├── AHKArena │ ├── .dropbox │ ├── AHKarena_v2.0.ahk │ ├── AHKarena_v2.01.ahk │ ├── AHKarena_v2.011.ahk │ ├── AHKarena_v2.011_dev.ahk │ ├── AHKarena_v2.012.ahk │ ├── Revertion Archive │ │ └── AHKArena │ │ │ ├── 2010-08-10_16-07-19 new version 1.4 - broken │ │ │ ├── AHKarena_v2.0.ahk │ │ │ ├── player_Lagos.ahk │ │ │ └── player_Morpha.ahk │ │ │ └── 2010-08-10_16-16-10 old version 1.3 │ │ │ ├── AHKarena_v2.0.ahk │ │ │ ├── player_Lagos.ahk │ │ │ └── player_Morpha.ahk │ ├── gdisample.ahk │ ├── player_Lagos.ahk │ ├── player_LiquidGravityD.ahk │ ├── player_Morpha.ahk │ ├── player_aggromorph.ahk │ └── vectors │ │ ├── AHKarena_v2.012.ahk │ │ ├── AHKarena_v2.02.ahk │ │ ├── player_Morpha.ahk │ │ └── player_Scud.ahk ├── AHKarena_v2.0.ahk ├── Revertion Archive │ └── AHKArena │ │ ├── 2010-08-10_16-07-19 new version 1.4 - broken │ │ ├── AHKarena_v2.0.ahk │ │ ├── player_Lagos.ahk │ │ └── player_Morpha.ahk │ │ ├── 2010-08-10_16-16-10 old version 1.3 │ │ ├── AHKarena_v2.0.ahk │ │ ├── Revertion Archive │ │ │ └── AHKArena │ │ │ │ └── 2010-08-10_16-07-19 │ │ │ │ ├── AHKarena_v2.0.ahk │ │ │ │ ├── player_Lagos.ahk │ │ │ │ └── player_Morpha.ahk │ │ ├── player1script.ahk │ │ ├── player2script.ahk │ │ ├── player_Lagos.ahk │ │ └── player_Morpha.ahk │ │ └── 2010-08-11_12-48-47 merged in single GUI window │ │ ├── AHKarena_v2.0.ahk │ │ ├── Revertion Archive │ │ └── AHKArena │ │ │ ├── 2010-08-10_16-07-19 new version 1.4 - broken │ │ │ ├── AHKarena_v2.0.ahk │ │ │ ├── player_Lagos.ahk │ │ │ └── player_Morpha.ahk │ │ │ └── 2010-08-10_16-16-10 old version 1.3 │ │ │ ├── AHKarena_v2.0.ahk │ │ │ ├── player_Lagos.ahk │ │ │ └── player_Morpha.ahk │ │ ├── player_Lagos.ahk │ │ └── player_Morpha.ahk ├── player_Lagos.ahk ├── player_Morpha.ahk └── temporary4.ahk ├── AboutAhkVersion.ahk ├── AddAhkTask.ahk ├── AhkCodeTesting.ahk ├── ArchiveClipboard.ahk ├── ArrangeWindows.ahk ├── AutoDownloadFirefoxPrompts.ahk ├── AutoHotkey.ahk ├── BabysitAhk.ahk ├── BootStrap.ahk ├── Cameron-ProcessMonitor.ahk ├── CameronLauncher.ahk ├── CaptureAhkImage.ahk ├── ChangeDebugItem.ahk ├── CheckDropboxForConflictedCopies.ahk ├── ClearFirefoxCache.ahk ├── ClipboardTest.ahk ├── CloseAllAhks.ahk ├── CloseAllSplitsGvim.ahk ├── CommandLineTest.ahk ├── CompileErrors.ahk ├── CopyVimSettings.ahk ├── CreateDropboxBackup.ahk ├── CreateFinancialPieChart.ahk ├── CreateJiraIssue.ahk ├── DebugRunHatchlingIrc.ahk ├── DeleteDropboxConflictedCopies.ahk ├── DeleteDropboxCruft.ahk ├── EggTimer.ahk ├── ExamineCharsInString.ahk ├── ExampleRawRecordedMacro(needsRegEx).ahk ├── ExampleRawRecordedMacro2.ahk ├── FcnLib-Clipboard.ahk ├── FcnLib-GetUrlBar.ahk ├── FcnLib-IniStats.ahk ├── FcnLib-Linux.iahk ├── FcnLib-Misc.ahk ├── FcnLib-Nightly.ahk ├── FcnLib-NotRealFcnLibs.ahk ├── FcnLib-Opera.ahk ├── FcnLib-Rewrites.ahk ├── FindAndRunProgram.ahk ├── FindMe.ahk ├── FolderScan.ahk ├── ForceReloadAll.ahk ├── GenerateDbDia.ahk ├── GetNetWorth.ahk ├── GetPhoneDataUsage.ahk ├── GetSentryBalances.ahk ├── GetSlackInBudget.ahk ├── GetWindowSpyInfoFromAllWindows.ahk ├── GhettoFcnLib.ahk ├── GhettoRemoteDebug.ahk ├── GitCommit.ahk ├── GitNewBranch.ahk ├── GitPullAndPushMilestone.ahk ├── GitRefreshRemote.ahk ├── GitRenameBranch.ahk ├── GitReopenBranch.ahk ├── GitStatus.ahk ├── GlobalHotkeys.ahk ├── HideSkSync.ahk ├── HypercamRecord.ahk ├── IAnotes.txt ├── IdleAhksList.txt ├── ImageIt.ahk ├── InfiniteLoop.ahk ├── IntelliSense.ahk ├── IntelliSense2.ahk ├── IpAddressLookup.ahk ├── JiggleClick.ahk ├── KeepNetworkHardDrivesActive.ahk ├── Keylogger.ahk ├── LaunchAirbucks.ahk ├── LaunchBaretail.ahk ├── LaunchChrome.ahk ├── LaunchGvim.ahk ├── LaunchIrssi.ahk ├── LaunchPidgin.ahk ├── LaunchSSMS.ahk ├── LaunchVM.ahk ├── LinuxAutorun.iahk ├── LinuxTest.iahk ├── ListenToCarTalk.ahk ├── LiveDbWarning.ahk ├── LiveSiteMode.ahk ├── MakeManifestFile.ahk ├── MakeNightlyCsvsFromIni.ahk ├── MinecraftStoreItemsInChest.ahk ├── MintGetAccountBalances.ahk ├── MintGetAccountCsvs.ahk ├── MintLogin.ahk ├── MintTouch.ahk ├── ModifierKeysUp.ahk ├── MorningStatus.ahk ├── MoveMouseAcrossEntireScreen.ahk ├── NFSWhotkeys.ahk ├── NewTempAhk.ahk ├── PackageOcrLibForRelease.ahk ├── PasteViaSend.ahk ├── Persistent2.ahk ├── Persistent3.ahk ├── Persistent4.ahk ├── Persistent5.ahk ├── PlayPauseMusic.ahk ├── PostItNotes.ahk ├── PrepareBenchForRelease.ahk ├── ProcessAhkArticles.ahk ├── ProcessBotEmails.ahk ├── ProcessMintExport.ahk ├── PushToGit-ACH.ahk ├── PushToGit-SimpleIRC.ahk ├── PushToGit.ahk ├── README ├── REFP-GUI.ahk ├── REFPunitTests.ahk ├── RecordMacro.ahk ├── ReduceBass.ahk ├── RefreshHotkeys.ahk ├── RefreshIfProblemLoadingPage.ahk ├── RegExFileProcessor.ahk ├── RemoteWidget.ahk ├── RemoteWidget2.ahk ├── ResaveTemporary.ahk ├── RestartDropbox.ahk ├── RestartFirefox.ahk ├── RestartIRacingServices.ahk ├── RestoreBass.ahk ├── RestoreWin7AeroTheme.ahk ├── RunAhkAndBabysit.ahk ├── SaveChromeBookmarks.ahk ├── SaveScan.ahk ├── ScheduleRemoteAhk.ahk ├── Scheduled-asap.ahk ├── SelfDestruct.ahk ├── SendEmailSimple.ahk ├── SendEmailSimpleLib.ahk ├── SendQueuedEmails.ahk ├── Settings.ini ├── ShareExtPreview.ahk ├── ShowOCRUnderMouse.ahk ├── ShowSkSync.ahk ├── SinkFazeForumSearch.ahk ├── Spy.ahk ├── StartIdleAhks.ahk ├── SupervisionCore.ahk ├── SyntaxError.ahk ├── TaskMgr-AllTasks.ahk ├── TaskMgr-NewTask.ahk ├── Test Internet.ahk ├── TestAhkQueue.ahk ├── TestPing.ahk ├── ThreadedMsgbox.ahk ├── TimeWidget.ahk ├── TransferTo.ahk ├── UnitTests.ahk ├── UpdateAdobeAcrobatReader.ahk ├── UpdateRemoteWidget.ahk ├── UploadAhkDotNetFiles.ahk ├── VirtualKeyLookup.ahk ├── ahk-todo-things.txt ├── ahkMessenger_client.ahk ├── ahkcommandlist.ahk ├── ahkforumsearch.ahk ├── ahkfunctions.ahk ├── ahkirc.ahk ├── ahkkeylist.ahk ├── ahksearch.ahk ├── ahkvariables.ahk ├── asap.ahk ├── camerb-OCR-function ├── CMDret.ahk ├── FcnLib-Misc.ahk ├── FcnLib-Opera.ahk ├── FcnLib.ahk ├── Gdip.ahk ├── OCR-example.ahk ├── OCR-preview.ahk ├── OCR-tests.ahk ├── OCR.ahk ├── TestPing-ahkl.ahk ├── TestPing.ahk ├── TestPing.ahkl ├── archive │ ├── 2012-03-28_13-37-29.jpg │ ├── 2012-03-28_13-37-33.jpg │ ├── 2012-03-28_13-37-36.jpg │ ├── 2012-03-28_13-37-39.jpg │ └── Thumbs.db ├── cmdret.dll ├── cmdstub.exe ├── djpeg.exe ├── gocr.exe ├── in.jpg ├── in.pnm ├── ocr-archive │ ├── 2012-07-05_08-26-52.jpg │ ├── 2012-07-05_08-26-54.jpg │ ├── 2012-07-05_08-26-55.jpg │ └── 2012-07-05_08-26-57.jpg └── thirdParty │ ├── A.ahk │ ├── Affinity.ahk │ ├── Align.ahk │ ├── Anchor.ahk │ ├── BinaryEncodingDecoding.ahk │ ├── CColor.ahk │ ├── CLR.ahk │ ├── CMDret.ahk │ ├── CMDret_stream.ahk │ ├── COM - Functions.txt │ ├── COM.ahk │ ├── CdoComEmail.ahk │ ├── Clipboard Manager.ahk │ ├── ConnectedToInternet.ahk │ ├── ConsoleApp.ahk │ ├── CpuMeter.ahk │ ├── Crypt.ahk │ ├── Cycle.ahk │ ├── DamerauLevenshteinDistance.ahk │ ├── DateParse.ahk │ ├── DeluxeClipboard.ahk │ ├── Dlg.ahk │ ├── DllCallStruct.ahk │ ├── Dock.ahk │ ├── DockA.ahk │ ├── EmptyMem.ahk │ ├── Eval.ahk │ ├── Exec.ahk │ ├── File.ahk │ ├── FileExtract.ahk │ ├── FileGetVersionInfo.ahk │ ├── Font.ahk │ ├── Format4Csv.ahk │ ├── Functions.ahk │ ├── GDIplusWrapper.ahk │ ├── Gdip.ahk │ ├── GetAvailableFileName.ahk │ ├── GetCommonPath.ahk │ ├── GetIEWindowInfo.ahk │ ├── GetOSVersion.ahk │ ├── HLink.ahk │ ├── Hotstrings.ahk │ ├── HttpQueryInfo.ahk │ ├── IEReady.ahk │ ├── ILButton.ahk │ ├── IsFullScreen.ahk │ ├── JoystickTest.ahk │ ├── MCI.ahk │ ├── MCode.ahk │ ├── MI.ahk │ ├── Mount.ahk │ ├── MouseDistance.ahk │ ├── MouseKeyboardCounter.ahk │ ├── Notify.ahk │ ├── Perl.ahk │ ├── ProcessInfo.ahk │ ├── RandomUniqNum.ahk │ ├── Rebar.ahk │ ├── Recorder.ahk │ ├── RichEdit.ahk │ ├── SB.ahk │ ├── ScreenCapture.ahk │ ├── ShowOCRUnderMouse.ahk │ ├── SoundCardCapabilities.ahk │ ├── Splitter.ahk │ ├── StdoutToVar.ahk │ ├── StrX.ahk │ ├── TVX.ahk │ ├── TaskButton.ahk │ ├── ThousandsSep.ahk │ ├── ToolTip.ahk │ ├── Toolbar.ahk │ ├── TrayIcon.ahk │ ├── USBD.ahk │ ├── UnHTM.ahk │ ├── UrlDownloadToVar.ahk │ ├── VA.ahk │ ├── WaitForIEPageLoad.ahk │ ├── WatchDirectory.ahk │ ├── Win.ahk │ ├── WinSock2.ahk │ ├── argp.ahk │ ├── baseConvert.ahk │ ├── cdomessage.ahk │ ├── cmdret.dll │ ├── cmdret_dll.zip │ ├── cmdstub.exe │ ├── djpeg.exe │ ├── fileIsBinary.ahk │ ├── ftp.ahk │ ├── gocr.exe │ ├── httpQuery.ahk │ ├── infogulchEncodings.ahk │ ├── ini.ahk │ ├── json.ahk │ ├── md5.ahk │ ├── mg.ahk │ ├── msTill.ahk │ ├── pgArray.ahk │ ├── ping.ahk │ ├── ping2.ahk │ ├── rand.ahk │ ├── regionGetColor.ahk │ ├── sXMLget.ahk │ ├── sc.ahk │ ├── st.ahk │ ├── strTail.ahk │ ├── tf.ahk │ ├── todWulff.ahk │ ├── uuid.ahk │ └── xpath.ahk ├── copyPasteGvim.ahk ├── copyPasteGvimWithClicks.ahk ├── copyPasteSimple.ahk ├── djpeg.exe ├── gdip-ss.ahkl ├── ghettoClickHomePC.ahk ├── gocr.exe ├── images ├── GoToMeeting │ └── newPersonInMeeting.bmp ├── MaximizeHulu.bmp ├── ReconnectGmailWidget7.bmp ├── ReconnectGmailWidgetXP.bmp ├── VMware │ ├── BottomRightCorner.bmp │ └── Thumbs.db ├── balsamiq │ ├── Thumbs.db │ └── TrialDialog.bmp ├── cafeworld │ ├── CaramelApples.bmp │ ├── Checkmark.bmp │ ├── Cheeseburger.bmp │ ├── Cheesecake.bmp │ ├── ClickStove6.bmp │ ├── ClickStove60.bmp │ ├── ClickStove7.bmp │ ├── ClickStove70.bmp │ ├── ClickStove9-raw.bmp │ ├── ClickStove9.bmp │ ├── CloseWindow.bmp │ ├── Cookbook.bmp │ ├── EmptyStove.bmp │ ├── FrenchOnionSoup.bmp │ ├── FruitSalad.bmp │ ├── Guacamole.bmp │ ├── Gyro.bmp │ ├── LeftArrowActive.bmp │ ├── LeftArrowInactive.bmp │ ├── Pizza.bmp │ ├── RightArrowActive.bmp │ ├── RightArrowInactive.bmp │ ├── SkipButton.bmp │ ├── Thumbs.db │ ├── TimeLeftUntilCooked.bmp │ ├── buy.bmp │ ├── clickstove1.bmp │ ├── clickstove2.bmp │ ├── clickstove3-raw.bmp │ ├── clickstove3.bmp │ ├── clickstove8.bmp │ ├── dirtystove.bmp │ ├── dirtystove2-raw.bmp │ ├── stove.bmp │ ├── stove2-raw.bmp │ └── stove2.bmp ├── chrome │ ├── Thumbs.db │ ├── exportButton.bmp │ ├── extensions │ │ └── pastebinIcon.bmp │ ├── organizeMenu.bmp │ ├── reopenTabsIcon.bmp │ ├── reopenTabsIcon2.bmp │ ├── restoreTabsButton.bmp │ ├── restoreTabsButtonBg.bmp │ ├── restoreTabsButtonBgTbar.bmp │ └── sadTabImage.bmp ├── cmd │ ├── OptionalCpanModule.bmp │ ├── PerlServerIsRunning.bmp │ ├── Prompt(arrow).bmp │ ├── Prompt(dir).bmp │ ├── Prompt(dir)lc.bmp │ └── Thumbs.db ├── confluence │ ├── ConfluenceOverwriteButton.bmp │ ├── ConfluenceOverwriteButtonXP.bmp │ ├── ConfluenceSaveButton.bmp │ ├── ConfluenceSaveButtonXP.bmp │ └── Thumbs.db ├── faithConnector │ ├── AutomaticColor.bmp │ ├── HighlightColorButton.bmp │ ├── New Text Document.txt │ ├── SaveButton.bmp │ ├── TextColorButton.bmp │ └── Thumbs.db ├── farmville │ ├── FarmvilleMarket.bmp │ └── Thumbs.db ├── firebug │ ├── ClearConsole.bmp │ ├── ClearTypedText.bmp │ ├── ConsoleTab-old.bmp │ ├── ConsoleTab.bmp │ ├── ConsoleTab2.bmp │ ├── LoadedRoles.bmp │ ├── LoadedWelcome.bmp │ ├── RunTypedText.bmp │ ├── SelectCommandWindow.bmp │ ├── Thumbs.db │ ├── WelcomeTab.bmp │ ├── WelcomeTabBlue.bmp │ ├── continueButton.bmp │ ├── ellisLogo.bmp │ └── reloadButton.bmp ├── firefly │ ├── AffidavitsTab.bmp │ ├── AffidavitsTab2.bmp │ ├── AffidavitsTab7.bmp │ ├── HomeTab.bmp │ ├── HomeTab7.bmp │ ├── InterOfficeNote.bmp │ ├── PropertyInformationButton.bmp │ ├── ReadyToInvoiceNote.bmp │ ├── Thumbs.db │ ├── closeTab.bmp │ ├── closeTab2.bmp │ ├── date │ │ ├── 1.bmp │ │ ├── 10.bmp │ │ ├── 11.bmp │ │ ├── 12.bmp │ │ ├── 13.bmp │ │ ├── 14.bmp │ │ ├── 15.bmp │ │ ├── 16.bmp │ │ ├── 17.bmp │ │ ├── 18.bmp │ │ ├── 19.bmp │ │ ├── 2.bmp │ │ ├── 20.bmp │ │ ├── 2010.bmp │ │ ├── 2011.bmp │ │ ├── 2012.bmp │ │ ├── 2013.bmp │ │ ├── 2014.bmp │ │ ├── 2015.bmp │ │ ├── 2016.bmp │ │ ├── 2017.bmp │ │ ├── 2018.bmp │ │ ├── 2019.bmp │ │ ├── 2020.bmp │ │ ├── 21.bmp │ │ ├── 22.bmp │ │ ├── 23.bmp │ │ ├── 24.bmp │ │ ├── 25.bmp │ │ ├── 26.bmp │ │ ├── 27.bmp │ │ ├── 28.bmp │ │ ├── 29.bmp │ │ ├── 3.bmp │ │ ├── 30.bmp │ │ ├── 31.bmp │ │ ├── 4.bmp │ │ ├── 5.bmp │ │ ├── 6.bmp │ │ ├── 7.bmp │ │ ├── 8.bmp │ │ ├── 9.bmp │ │ ├── Thumbs.db │ │ ├── monthWords1.bmp │ │ ├── monthWords10.bmp │ │ ├── monthWords11.bmp │ │ ├── monthWords12.bmp │ │ ├── monthWords2.bmp │ │ ├── monthWords3.bmp │ │ ├── monthWords4.bmp │ │ ├── monthWords5.bmp │ │ ├── monthWords6.bmp │ │ ├── monthWords7.bmp │ │ ├── monthWords8.bmp │ │ └── monthWords9.bmp │ ├── dialog │ │ ├── Thumbs.db │ │ ├── areYouSureYouWantToDeleteThisFeesEntry.bmp │ │ ├── okButton.bmp │ │ ├── pleaseSelectAnOptionFromTheDropDown.bmp │ │ ├── selectedFeesEntryHasBeenDeletedSuccessfully.bmp │ │ ├── thereWasAnErrorHandlingYourCurrentAction.bmp │ │ ├── wouldYouLikeToApproveThisJob.bmp │ │ └── wouldYouLikeToContinueToApproveThisJob.bmp │ ├── dialogWhite │ │ ├── Thumbs.db │ │ └── thereWasAnErrorHandlingYourCurrentActionVM.bmp │ ├── exitFile.bmp │ ├── exitFileVM.bmp │ ├── expandJob.bmp │ ├── fees │ │ ├── Thumbs.db │ │ ├── addNewFee.bmp │ │ ├── addNewFee1VM.bmp │ │ ├── addNewFee2.bmp │ │ ├── addNewFee3.bmp │ │ ├── addNewFee4.bmp │ │ ├── feeAmountField.bmp │ │ ├── feeAmountFieldVM.bmp │ │ ├── feeDescriptionField.bmp │ │ ├── feeDescriptionFieldVM.bmp │ │ ├── feeGroupField.bmp │ │ ├── feeGroupFieldVM.bmp │ │ ├── feesButton.bmp │ │ ├── feesButtonVM.bmp │ │ ├── feesClose.bmp │ │ ├── feesCloseVM.bmp │ │ ├── feesWindow.bmp │ │ ├── feesWindowVM.bmp │ │ ├── feesWizardWindow.bmp │ │ ├── referenceNumber.bmp │ │ ├── referenceNumberVM.bmp │ │ ├── save.bmp │ │ ├── save1vm.bmp │ │ ├── saveVM.bmp │ │ └── testing.bmp │ ├── fileInUseVM.bmp │ ├── fileSearch.bmp │ ├── fileSearchScreen.bmp │ ├── fileSearchScreenVM.bmp │ ├── full-screenshots.7z │ ├── noteWizardWindow.bmp │ ├── pinWindow.bmp │ ├── pinWindow2.bmp │ ├── propertyInformationButtonVM.bmp │ ├── queueIsLoaded.bmp │ ├── screenshot-noRefNumSearchResults.bmp │ ├── screenshot-oneRefNumSearchResult.bmp │ ├── servicePicturesButton.bmp │ ├── servicePicturesButtonVM.bmp │ ├── topOfPage.bmp │ ├── topOfPage2.bmp │ ├── topOfPageVM.bmp │ └── veryTopOfPage.bmp ├── gmail │ ├── ReconnectWidget7.bmp │ ├── ReconnectWidget72.bmp │ ├── ReconnectWidgetXP.bmp │ ├── ReconnectWidgetXP2.bmp │ └── Thumbs.db ├── googleVoice │ ├── sendButton.bmp │ └── textMessage.bmp ├── iMacros │ ├── LoadButton.bmp │ ├── PlayButton.bmp │ ├── PlayTab.bmp │ ├── RecordTab.bmp │ ├── Thumbs.db │ ├── iMacrosIcon.bmp │ ├── iMacrosIcon2.bmp │ ├── iMacrosLargeLogo.bmp │ ├── iMacrosLargeLogo2.bmp │ └── iMacrosText.bmp ├── iRacing │ ├── joinSessionButton.bmp │ ├── youAreEligible.bmp │ └── youDoNotQualify.bmp ├── ieDebug │ ├── MultiLineModeButton.bmp │ ├── RunScriptButton.bmp │ ├── ScriptTab.bmp │ ├── ScriptTextbox.bmp │ ├── StopDebuggingButton.bmp │ └── Thumbs.db ├── jira │ ├── Thumbs.db │ └── UpdateButton.bmp ├── lastfm │ ├── ResumeButton.bmp │ ├── SaveButton.bmp │ ├── Stop.bmp │ └── Thumbs.db ├── mint │ ├── LoginButton.bmp │ ├── Thumbs.db │ ├── UpdateAccountsButton.bmp │ ├── exportAllTransactions.bmp │ └── exportAllTransactionsXP.bmp ├── nfsw │ ├── NextButton.bmp │ └── Thumbs.db ├── nr2003 │ ├── BlazinPedals.bmp │ ├── LaunchRace.bmp │ └── Thumbs.db ├── pgAdmin │ ├── Backup.bmp │ ├── Disconnect.bmp │ ├── FL.bmp │ ├── FL_dev.bmp │ ├── FL_live_as_owner.bmp │ ├── OpenDbConnection.bmp │ ├── Thumbs.db │ └── ViewDataInTable.bmp ├── pidgin │ └── chanservInvitation.bmp ├── plantsZombies │ ├── Thumbs.db │ └── sun.bmp ├── restaurantcity │ ├── Add100PercentHealth.bmp │ ├── Add25PercentHealth.bmp │ ├── Add50PercentHealth.bmp │ ├── Add75PercentHealth.bmp │ ├── InviteFriends.bmp │ ├── NextEmployee.bmp │ ├── Thumbs.db │ └── XInviteFriends.bmp ├── sms1 │ └── addAccount.bmp ├── smsLobby │ ├── NascarSimWorld.bmp │ └── Thumbs.db ├── ssms │ ├── DropdownDefaultSelected.bmp │ ├── EpmsDb.bmp │ ├── NewQueryButton.bmp │ └── Thumbs.db ├── teamspeak │ ├── ConnectedToServer.bmp │ ├── ReadyToSwitchChannels.bmp │ └── Thumbs.db ├── teamspeak2 │ ├── RacingRoom.bmp │ └── Thumbs.db ├── usaa │ ├── 20101130151503LogOnButton.bmp │ ├── 20101130151611NextButton.bmp │ ├── ExportButton.bmp │ ├── ExportTab.bmp │ ├── GreenButton.bmp │ ├── GreenButton2.bmp │ ├── LogOnButton.bmp │ ├── Logo.bmp │ ├── Logo2.bmp │ ├── Logo3.bmp │ ├── MemberAccessButton.bmp │ ├── NextButton.bmp │ ├── Thumbs.db │ ├── ggLogOnButton.bmp │ └── ggNextButton.bmp ├── vim │ ├── MenuPaste.bmp │ └── Thumbs.db ├── win7 │ ├── continueWithoutScanning.bmp │ └── doYouWantToScanAndFixFlashDrive.bmp └── windows │ ├── CloseTrayQuoteBubble.bmp │ └── Thumbs.db ├── ircclient ├── WinSock2.ahk ├── ircClient.ahk └── ircClient.zip ├── lib └── ws.ahk ├── lib_gmail.ahk ├── location.txt ├── nopaste.ahk ├── out.txt ├── pgAdminHotkeys.ahk ├── restart.ahk ├── shutdown.ahk ├── sidebar.ahk ├── sidebar_config.ini ├── sleep.ahk ├── template.ahk ├── thirdParty ├── A.ahk ├── Affinity.ahk ├── AhkArena │ ├── 1.2 │ │ ├── AHKarena_v1.2.ahk │ │ ├── AHKarena_v1.2.zip │ │ ├── AllUnitList.txt │ │ ├── Copy of player_Camerb.ahk │ │ ├── player1script.ahk │ │ ├── player2script.ahk │ │ ├── player_CamerB4fun.ahk │ │ ├── player_CamerBX.ahk │ │ ├── player_Camerb.ahk │ │ ├── player_Lagos.ahk │ │ ├── player_LiquidGravityD.ahk │ │ └── player_Morpha.ahk │ ├── AHKarena_v2.0.ahk │ ├── older │ │ ├── AHKA-gamecount doesnt work.ahk │ │ ├── AHKarena_something_1dot01.ahk │ │ ├── AHKarena_v1.02.ahk │ │ ├── AHKarena_v1.03.ahk │ │ ├── AHKarena_v1.031 Dynamic Include.ahk │ │ ├── AHKarena_v1.1.ahk │ │ ├── proposed2.0 │ │ │ ├── AHKarena_v2.0.ahk │ │ │ ├── AHKarena_v2.0.zip │ │ │ ├── AllUnitlist.txt │ │ │ ├── player_Lagos.ahk │ │ │ └── player_Morpha.ahk │ │ ├── proposed2.1 │ │ │ ├── AHKarena_v2.1.ahk │ │ │ ├── TempRunAhkArena.ahk │ │ │ ├── player_Lagos.ahk │ │ │ └── player_Morpha.ahk │ │ └── temporary9.ahk │ ├── player1script.ahk │ ├── player2script.ahk │ ├── player_Lagos.ahk │ └── player_Morpha.ahk ├── Align.ahk ├── Anchor.ahk ├── BinaryEncodingDecoding.ahk ├── C# GUI Converter.ahk ├── CColor.ahk ├── CLR.ahk ├── CMDret.ahk ├── CMDret_stream.ahk ├── COM - Functions.txt ├── COM.ahk ├── CdoComEmail.ahk ├── Clipboard Manager.ahk ├── ComDomSpyTool.ahk ├── ConnectedToInternet.ahk ├── ConsoleApp.ahk ├── CpuMeter.ahk ├── Crypt.ahk ├── Cycle.ahk ├── DDE │ ├── DDEML.ahk │ └── DDEMessage.ahk ├── DamerauLevenshteinDistance.ahk ├── DateParse.ahk ├── DeluxeClipboard.ahk ├── Dlg.ahk ├── DllCallStruct.ahk ├── Dock.ahk ├── DockA.ahk ├── EmptyMem.ahk ├── Eval.ahk ├── Exec.ahk ├── File.ahk ├── FileExtract.ahk ├── FileGetVersionInfo.ahk ├── Font.ahk ├── Format4Csv.ahk ├── Functions.ahk ├── GDIplusWrapper.ahk ├── Gdip.ahk ├── GetAvailableFileName.ahk ├── GetCommonPath.ahk ├── GetIEWindowInfo.ahk ├── GetOSVersion.ahk ├── HLink.ahk ├── HTTPRequest.ahk ├── Hotstrings.ahk ├── HttpQueryInfo.ahk ├── IEReady.ahk ├── ILButton.ahk ├── IsFullScreen.ahk ├── JoystickTest.ahk ├── MCI.ahk ├── MCode.ahk ├── MI.ahk ├── Mount.ahk ├── MouseDistance (copy).ahk ├── MouseDistance.ahk ├── MouseKeyboardCounter.ahk ├── Notify.ahk ├── OCR.ahk ├── Perl.ahk ├── ProcessInfo.ahk ├── RandomUniqNum.ahk ├── Rebar.ahk ├── Recorder.ahk ├── Revertion Archive │ └── camerb-ocr-function │ │ ├── 2011-08-03_17-56-52 │ │ ├── CMDret.ahk │ │ ├── FcnLib-Misc.ahk │ │ ├── FcnLib-Opera.ahk │ │ ├── FcnLib-Rewrites.ahk │ │ ├── Gdip.ahk │ │ ├── OCR-example.ahk │ │ ├── OCR-preview-ahkl.ahk │ │ ├── OCR-preview.ahk │ │ ├── OCR.ahk │ │ ├── OCR.zip │ │ ├── OCR │ │ │ ├── CMDret.ahk │ │ │ ├── Gdip.ahk │ │ │ ├── OCR-example.ahk │ │ │ ├── OCR-preview.ahk │ │ │ ├── OCR.ahk │ │ │ ├── cmdstub.exe │ │ │ ├── djpeg.exe │ │ │ └── gocr.exe │ │ ├── TestPing-ahkl.ahk │ │ ├── TestPing.ahk │ │ ├── TestPing.ahkl │ │ ├── cmdret.dll │ │ ├── cmdstub.exe │ │ ├── djpeg.exe │ │ ├── gocr.exe │ │ └── thirdParty │ │ │ ├── A.ahk │ │ │ ├── Affinity.ahk │ │ │ ├── Align.ahk │ │ │ ├── Anchor.ahk │ │ │ ├── BinaryEncodingDecoding.ahk │ │ │ ├── CColor.ahk │ │ │ ├── CLR.ahk │ │ │ ├── CMDret.ahk │ │ │ ├── CMDret_stream.ahk │ │ │ ├── COM - Functions.txt │ │ │ ├── COM.ahk │ │ │ ├── CdoComEmail.ahk │ │ │ ├── Clipboard Manager.ahk │ │ │ ├── ConnectedToInternet.ahk │ │ │ ├── ConsoleApp.ahk │ │ │ ├── CpuMeter.ahk │ │ │ ├── Crypt.ahk │ │ │ ├── Cycle.ahk │ │ │ ├── DamerauLevenshteinDistance.ahk │ │ │ ├── DateParse.ahk │ │ │ ├── DeluxeClipboard.ahk │ │ │ ├── Dlg.ahk │ │ │ ├── DllCallStruct.ahk │ │ │ ├── Dock.ahk │ │ │ ├── DockA.ahk │ │ │ ├── EmptyMem.ahk │ │ │ ├── Eval.ahk │ │ │ ├── Exec.ahk │ │ │ ├── File.ahk │ │ │ ├── FileExtract.ahk │ │ │ ├── FileGetVersionInfo.ahk │ │ │ ├── Font.ahk │ │ │ ├── Format4Csv.ahk │ │ │ ├── Functions.ahk │ │ │ ├── GDIplusWrapper.ahk │ │ │ ├── Gdip.ahk │ │ │ ├── GetAvailableFileName.ahk │ │ │ ├── GetCommonPath.ahk │ │ │ ├── GetIEWindowInfo.ahk │ │ │ ├── GetOSVersion.ahk │ │ │ ├── HLink.ahk │ │ │ ├── Hotstrings.ahk │ │ │ ├── HttpQueryInfo.ahk │ │ │ ├── IEReady.ahk │ │ │ ├── ILButton.ahk │ │ │ ├── IsFullScreen.ahk │ │ │ ├── JoystickTest.ahk │ │ │ ├── MCI.ahk │ │ │ ├── MCode.ahk │ │ │ ├── MI.ahk │ │ │ ├── Mount.ahk │ │ │ ├── MouseDistance.ahk │ │ │ ├── MouseKeyboardCounter.ahk │ │ │ ├── Notify.ahk │ │ │ ├── Perl.ahk │ │ │ ├── ProcessInfo.ahk │ │ │ ├── RandomUniqNum.ahk │ │ │ ├── Rebar.ahk │ │ │ ├── Recorder.ahk │ │ │ ├── RichEdit.ahk │ │ │ ├── SB.ahk │ │ │ ├── ScreenCapture.ahk │ │ │ ├── ShowOCRUnderMouse.ahk │ │ │ ├── SoundCardCapabilities.ahk │ │ │ ├── Splitter.ahk │ │ │ ├── StdoutToVar.ahk │ │ │ ├── StrX.ahk │ │ │ ├── TVX.ahk │ │ │ ├── TaskButton.ahk │ │ │ ├── ThousandsSep.ahk │ │ │ ├── ToolTip.ahk │ │ │ ├── Toolbar.ahk │ │ │ ├── TrayIcon.ahk │ │ │ ├── USBD.ahk │ │ │ ├── UnHTM.ahk │ │ │ ├── UrlDownloadToVar.ahk │ │ │ ├── VA.ahk │ │ │ ├── WaitForIEPageLoad.ahk │ │ │ ├── WatchDirectory.ahk │ │ │ ├── Win.ahk │ │ │ ├── WinSock2.ahk │ │ │ ├── argp.ahk │ │ │ ├── baseConvert.ahk │ │ │ ├── cdomessage.ahk │ │ │ ├── cmdret.dll │ │ │ ├── cmdret_dll.zip │ │ │ ├── cmdstub.exe │ │ │ ├── djpeg.exe │ │ │ ├── fileIsBinary.ahk │ │ │ ├── ftp.ahk │ │ │ ├── gocr.exe │ │ │ ├── httpQuery.ahk │ │ │ ├── infogulchEncodings.ahk │ │ │ ├── ini.ahk │ │ │ ├── json.ahk │ │ │ ├── md5.ahk │ │ │ ├── mg.ahk │ │ │ ├── msTill.ahk │ │ │ ├── pgArray.ahk │ │ │ ├── ping.ahk │ │ │ ├── ping2.ahk │ │ │ ├── rand.ahk │ │ │ ├── regionGetColor.ahk │ │ │ ├── sXMLget.ahk │ │ │ ├── sc.ahk │ │ │ ├── st.ahk │ │ │ ├── strTail.ahk │ │ │ ├── tf.ahk │ │ │ ├── todWulff.ahk │ │ │ ├── uuid.ahk │ │ │ └── xpath.ahk │ │ ├── 2011-08-03_17-57-11 broken, but it seemed like the right direction │ │ ├── CMDret.ahk │ │ ├── FcnLib-Misc.ahk │ │ ├── FcnLib-Opera.ahk │ │ ├── FcnLib-Rewrites.ahk │ │ ├── Gdip.ahk │ │ ├── OCR-example.ahk │ │ ├── OCR-preview-ahkl.ahk │ │ ├── OCR-preview.ahk │ │ ├── OCR.ahk │ │ ├── OCR.zip │ │ ├── OCR │ │ │ ├── CMDret.ahk │ │ │ ├── Gdip.ahk │ │ │ ├── OCR-example.ahk │ │ │ ├── OCR-preview.ahk │ │ │ ├── OCR.ahk │ │ │ ├── cmdstub.exe │ │ │ ├── djpeg.exe │ │ │ └── gocr.exe │ │ ├── TestPing-ahkl.ahk │ │ ├── TestPing.ahk │ │ ├── TestPing.ahkl │ │ ├── cmdret.dll │ │ ├── cmdstub.exe │ │ ├── djpeg.exe │ │ ├── gocr.exe │ │ └── thirdParty │ │ │ ├── A.ahk │ │ │ ├── Affinity.ahk │ │ │ ├── Align.ahk │ │ │ ├── Anchor.ahk │ │ │ ├── BinaryEncodingDecoding.ahk │ │ │ ├── CColor.ahk │ │ │ ├── CLR.ahk │ │ │ ├── CMDret.ahk │ │ │ ├── CMDret_stream.ahk │ │ │ ├── COM - Functions.txt │ │ │ ├── COM.ahk │ │ │ ├── CdoComEmail.ahk │ │ │ ├── Clipboard Manager.ahk │ │ │ ├── ConnectedToInternet.ahk │ │ │ ├── ConsoleApp.ahk │ │ │ ├── CpuMeter.ahk │ │ │ ├── Crypt.ahk │ │ │ ├── Cycle.ahk │ │ │ ├── DamerauLevenshteinDistance.ahk │ │ │ ├── DateParse.ahk │ │ │ ├── DeluxeClipboard.ahk │ │ │ ├── Dlg.ahk │ │ │ ├── DllCallStruct.ahk │ │ │ ├── Dock.ahk │ │ │ ├── DockA.ahk │ │ │ ├── EmptyMem.ahk │ │ │ ├── Eval.ahk │ │ │ ├── Exec.ahk │ │ │ ├── File.ahk │ │ │ ├── FileExtract.ahk │ │ │ ├── FileGetVersionInfo.ahk │ │ │ ├── Font.ahk │ │ │ ├── Format4Csv.ahk │ │ │ ├── Functions.ahk │ │ │ ├── GDIplusWrapper.ahk │ │ │ ├── Gdip.ahk │ │ │ ├── GetAvailableFileName.ahk │ │ │ ├── GetCommonPath.ahk │ │ │ ├── GetIEWindowInfo.ahk │ │ │ ├── GetOSVersion.ahk │ │ │ ├── HLink.ahk │ │ │ ├── Hotstrings.ahk │ │ │ ├── HttpQueryInfo.ahk │ │ │ ├── IEReady.ahk │ │ │ ├── ILButton.ahk │ │ │ ├── IsFullScreen.ahk │ │ │ ├── JoystickTest.ahk │ │ │ ├── MCI.ahk │ │ │ ├── MCode.ahk │ │ │ ├── MI.ahk │ │ │ ├── Mount.ahk │ │ │ ├── MouseDistance.ahk │ │ │ ├── MouseKeyboardCounter.ahk │ │ │ ├── Notify.ahk │ │ │ ├── Perl.ahk │ │ │ ├── ProcessInfo.ahk │ │ │ ├── RandomUniqNum.ahk │ │ │ ├── Rebar.ahk │ │ │ ├── Recorder.ahk │ │ │ ├── RichEdit.ahk │ │ │ ├── SB.ahk │ │ │ ├── ScreenCapture.ahk │ │ │ ├── ShowOCRUnderMouse.ahk │ │ │ ├── SoundCardCapabilities.ahk │ │ │ ├── Splitter.ahk │ │ │ ├── StdoutToVar.ahk │ │ │ ├── StrX.ahk │ │ │ ├── TVX.ahk │ │ │ ├── TaskButton.ahk │ │ │ ├── ThousandsSep.ahk │ │ │ ├── ToolTip.ahk │ │ │ ├── Toolbar.ahk │ │ │ ├── TrayIcon.ahk │ │ │ ├── USBD.ahk │ │ │ ├── UnHTM.ahk │ │ │ ├── UrlDownloadToVar.ahk │ │ │ ├── VA.ahk │ │ │ ├── WaitForIEPageLoad.ahk │ │ │ ├── WatchDirectory.ahk │ │ │ ├── Win.ahk │ │ │ ├── WinSock2.ahk │ │ │ ├── argp.ahk │ │ │ ├── baseConvert.ahk │ │ │ ├── cdomessage.ahk │ │ │ ├── cmdret.dll │ │ │ ├── cmdret_dll.zip │ │ │ ├── cmdstub.exe │ │ │ ├── djpeg.exe │ │ │ ├── fileIsBinary.ahk │ │ │ ├── ftp.ahk │ │ │ ├── gocr.exe │ │ │ ├── httpQuery.ahk │ │ │ ├── infogulchEncodings.ahk │ │ │ ├── ini.ahk │ │ │ ├── json.ahk │ │ │ ├── md5.ahk │ │ │ ├── mg.ahk │ │ │ ├── msTill.ahk │ │ │ ├── pgArray.ahk │ │ │ ├── ping.ahk │ │ │ ├── ping2.ahk │ │ │ ├── rand.ahk │ │ │ ├── regionGetColor.ahk │ │ │ ├── sXMLget.ahk │ │ │ ├── sc.ahk │ │ │ ├── st.ahk │ │ │ ├── strTail.ahk │ │ │ ├── tf.ahk │ │ │ ├── todWulff.ahk │ │ │ ├── uuid.ahk │ │ │ └── xpath.ahk │ │ └── 2011-08-08_13-47-51 works, but without the functionality i wanted │ │ ├── CMDret.ahk │ │ ├── FcnLib-Misc.ahk │ │ ├── FcnLib-Opera.ahk │ │ ├── FcnLib-Rewrites.ahk │ │ ├── FcnLib.ahk │ │ ├── Gdip.ahk │ │ ├── OCR-example.ahk │ │ ├── OCR-preview-ahkl.ahk │ │ ├── OCR-preview.ahk │ │ ├── OCR.ahk │ │ ├── OCR.zip │ │ ├── OCR │ │ ├── CMDret.ahk │ │ ├── Gdip.ahk │ │ ├── OCR-example.ahk │ │ ├── OCR-preview.ahk │ │ ├── OCR.ahk │ │ ├── cmdstub.exe │ │ ├── djpeg.exe │ │ └── gocr.exe │ │ ├── ResultImage.jpg │ │ ├── TestPing-ahkl.ahk │ │ ├── TestPing.ahk │ │ ├── TestPing.ahkl │ │ ├── cmdret.dll │ │ ├── cmdstub.exe │ │ ├── djpeg.exe │ │ ├── gocr.exe │ │ └── thirdParty │ │ ├── A.ahk │ │ ├── Affinity.ahk │ │ ├── Align.ahk │ │ ├── Anchor.ahk │ │ ├── BinaryEncodingDecoding.ahk │ │ ├── CColor.ahk │ │ ├── CLR.ahk │ │ ├── CMDret.ahk │ │ ├── CMDret_stream.ahk │ │ ├── COM - Functions.txt │ │ ├── COM.ahk │ │ ├── CdoComEmail.ahk │ │ ├── Clipboard Manager.ahk │ │ ├── ConnectedToInternet.ahk │ │ ├── ConsoleApp.ahk │ │ ├── CpuMeter.ahk │ │ ├── Crypt.ahk │ │ ├── Cycle.ahk │ │ ├── DamerauLevenshteinDistance.ahk │ │ ├── DateParse.ahk │ │ ├── DeluxeClipboard.ahk │ │ ├── Dlg.ahk │ │ ├── DllCallStruct.ahk │ │ ├── Dock.ahk │ │ ├── DockA.ahk │ │ ├── EmptyMem.ahk │ │ ├── Eval.ahk │ │ ├── Exec.ahk │ │ ├── File.ahk │ │ ├── FileExtract.ahk │ │ ├── FileGetVersionInfo.ahk │ │ ├── Font.ahk │ │ ├── Format4Csv.ahk │ │ ├── Functions.ahk │ │ ├── GDIplusWrapper.ahk │ │ ├── Gdip.ahk │ │ ├── GetAvailableFileName.ahk │ │ ├── GetCommonPath.ahk │ │ ├── GetIEWindowInfo.ahk │ │ ├── GetOSVersion.ahk │ │ ├── HLink.ahk │ │ ├── Hotstrings.ahk │ │ ├── HttpQueryInfo.ahk │ │ ├── IEReady.ahk │ │ ├── ILButton.ahk │ │ ├── IsFullScreen.ahk │ │ ├── JoystickTest.ahk │ │ ├── MCI.ahk │ │ ├── MCode.ahk │ │ ├── MI.ahk │ │ ├── Mount.ahk │ │ ├── MouseDistance.ahk │ │ ├── MouseKeyboardCounter.ahk │ │ ├── Notify.ahk │ │ ├── Perl.ahk │ │ ├── ProcessInfo.ahk │ │ ├── RandomUniqNum.ahk │ │ ├── Rebar.ahk │ │ ├── Recorder.ahk │ │ ├── RichEdit.ahk │ │ ├── SB.ahk │ │ ├── ScreenCapture.ahk │ │ ├── ShowOCRUnderMouse.ahk │ │ ├── SoundCardCapabilities.ahk │ │ ├── Splitter.ahk │ │ ├── StdoutToVar.ahk │ │ ├── StrX.ahk │ │ ├── TVX.ahk │ │ ├── TaskButton.ahk │ │ ├── ThousandsSep.ahk │ │ ├── ToolTip.ahk │ │ ├── Toolbar.ahk │ │ ├── TrayIcon.ahk │ │ ├── USBD.ahk │ │ ├── UnHTM.ahk │ │ ├── UrlDownloadToVar.ahk │ │ ├── VA.ahk │ │ ├── WaitForIEPageLoad.ahk │ │ ├── WatchDirectory.ahk │ │ ├── Win.ahk │ │ ├── WinSock2.ahk │ │ ├── argp.ahk │ │ ├── baseConvert.ahk │ │ ├── cdomessage.ahk │ │ ├── cmdret.dll │ │ ├── cmdret_dll.zip │ │ ├── cmdstub.exe │ │ ├── djpeg.exe │ │ ├── fileIsBinary.ahk │ │ ├── ftp.ahk │ │ ├── gocr.exe │ │ ├── httpQuery.ahk │ │ ├── infogulchEncodings.ahk │ │ ├── ini.ahk │ │ ├── json.ahk │ │ ├── md5.ahk │ │ ├── mg.ahk │ │ ├── msTill.ahk │ │ ├── pgArray.ahk │ │ ├── ping.ahk │ │ ├── ping2.ahk │ │ ├── rand.ahk │ │ ├── regionGetColor.ahk │ │ ├── sXMLget.ahk │ │ ├── sc.ahk │ │ ├── st.ahk │ │ ├── strTail.ahk │ │ ├── tf.ahk │ │ ├── todWulff.ahk │ │ ├── uuid.ahk │ │ └── xpath.ahk ├── RichEdit.ahk ├── RunToVar.ahk ├── SB.ahk ├── ScreenCapture.ahk ├── ShowOCRUnderMouse.ahk ├── ShowOCRUnderMouse │ ├── BinaryEncodingDecoding.ahk │ ├── DllCallStruct.ahk │ ├── GDIplusWrapper.ahk │ ├── ShowOCRUnderMouse.ahk │ ├── cmdret.dll │ ├── cmdstub.exe │ ├── djpeg.exe │ ├── gocr-orig.exe │ └── gocr.exe ├── SoundCardCapabilities.ahk ├── Splitter.ahk ├── StdoutToVar.ahk ├── StrX.ahk ├── TVX.ahk ├── TaskButton.ahk ├── ThousandsSep.ahk ├── TitanMetaxalRecorder │ ├── Anchor.ahk │ ├── MetaxalRecorder.ahk │ ├── Recorder.ahk │ └── grep.ahk ├── ToolTip.ahk ├── Toolbar.ahk ├── TrayIcon.ahk ├── USBD.ahk ├── UnHTM.ahk ├── UrlDownloadToVar.ahk ├── VA.ahk ├── WaitForIEPageLoad.ahk ├── WatchDirectory.ahk ├── Win.ahk ├── WinGetAll.ahk ├── WinSock2.ahk ├── argp.ahk ├── baseConvert.ahk ├── cdomessage.ahk ├── cmdret.dll ├── cmdret_dll.zip ├── cmdstub.exe ├── djpeg.exe ├── fileIsBinary.ahk ├── ftp.ahk ├── gocr.exe ├── httpQuery.ahk ├── iWeb │ ├── changelog.txt │ ├── examples.ahk │ └── iWeb.ahk ├── infogulchEncodings.ahk ├── ini.ahk ├── ipc │ ├── AHK │ │ ├── Script1.ahk │ │ └── Script2.ahk │ ├── DotNet │ │ ├── Csharp.ahk │ │ ├── IPC_Test 32b.exe │ │ ├── IPC_Test 64b.exe │ │ └── IPC_Test │ │ │ ├── Form1.cs │ │ │ ├── Form1.resx │ │ │ ├── IPC.cs │ │ │ ├── IPC_Test.csproj │ │ │ └── IPC_Test.suo │ ├── IPC.ahk │ ├── IPC.cs │ └── IPC.html ├── json.ahk ├── lib │ ├── A.ahk │ ├── Affinity.ahk │ ├── Align.ahk │ ├── Anchor.ahk │ ├── CColor.ahk │ ├── CDialogs.ahk │ ├── CEnumerator.ahk │ ├── CGUI.ahk │ ├── CMDret.ahk │ ├── CMDret_stream.ahk │ ├── ConnectedToInternet.ahk │ ├── ConsoleApp.ahk │ ├── Crypt.ahk │ ├── DamerauLevenshteinDistance.ahk │ ├── DateParse.ahk │ ├── Dlg.ahk │ ├── Dock.ahk │ ├── DockA.ahk │ ├── EmptyMem.ahk │ ├── Eval.ahk │ ├── Exec.ahk │ ├── File.ahk │ ├── FileExtract.ahk │ ├── FileGetVersionInfo.ahk │ ├── Font.ahk │ ├── Functions.ahk │ ├── Gdip.ahk │ ├── GetAvailableFileName.ahk │ ├── GetCommonPath.ahk │ ├── HLink.ahk │ ├── Hotstrings.ahk │ ├── HttpQueryInfo.ahk │ ├── ILButton.ahk │ ├── IsFullScreen.ahk │ ├── MCI.ahk │ ├── MCode.ahk │ ├── MI.ahk │ ├── Mount.ahk │ ├── ProcessInfo.ahk │ ├── RandomUniqNum.ahk │ ├── Rebar.ahk │ ├── Regex.ahk │ ├── RichEdit.ahk │ ├── SB.ahk │ ├── Splitter.ahk │ ├── StdoutToVar.ahk │ ├── StrX.ahk │ ├── TVX.ahk │ ├── TaskButton.ahk │ ├── ThousandsSep.ahk │ ├── ToolTip.ahk │ ├── Toolbar.ahk │ ├── TrayIcon.ahk │ ├── USBD.ahk │ ├── UnHTM.ahk │ ├── VA.ahk │ ├── WatchDirectory.ahk │ ├── Win.ahk │ ├── argp.ahk │ ├── baseConvert.ahk │ ├── cControls.ahk │ ├── cdomessage.ahk │ ├── com.ahk │ ├── fileIsBinary.ahk │ ├── ftp.ahk │ ├── httpQuery.ahk │ ├── ini.ahk │ ├── json.ahk │ ├── md5.ahk │ ├── mg.ahk │ ├── msTill.ahk │ ├── pgArray.ahk │ ├── ping.ahk │ ├── rand.ahk │ ├── regionGetColor.ahk │ ├── sXMLget.ahk │ ├── sc.ahk │ ├── st.ahk │ ├── strTail.ahk │ ├── tf.ahk │ ├── uuid.ahk │ └── xpath.ahk ├── lib_json.ahk ├── md5.ahk ├── mg.ahk ├── msTill.ahk ├── pgArray.ahk ├── ping.ahk ├── ping2.ahk ├── rand.ahk ├── regionGetColor.ahk ├── sXMLget.ahk ├── sc.ahk ├── setupbuilder │ └── setupbuilder │ │ ├── extras │ │ ├── iniedit.ahk │ │ ├── nm.ahk │ │ └── setup.ini │ │ ├── pg1 │ │ ├── SETUPFUNC.ahk │ │ ├── back.bmp │ │ ├── backtop.bmp │ │ ├── bg.bmp │ │ ├── iniedit.ahk │ │ ├── lic.txt │ │ ├── page1.ahk │ │ ├── setup.ini │ │ ├── splash.ahk │ │ └── welcomepic.bmp │ │ ├── pg2 │ │ ├── backtop.bmp │ │ └── pg2.ahk │ │ ├── pg3 │ │ ├── backtop.bmp │ │ └── page3.ahk │ │ ├── pg4 │ │ ├── backtop.bmp │ │ └── pg4.ahk │ │ ├── pg5 │ │ ├── backtop.bmp │ │ └── pg5.ahk │ │ └── pg6 │ │ ├── back.bmp │ │ ├── page6.ahk │ │ └── welcomepic.bmp ├── st.ahk ├── strTail.ahk ├── tf.ahk ├── titan │ ├── Anchor.ahk │ ├── DateParse.ahk │ ├── Functions.ahk │ ├── Hotstrings.ahk │ ├── RegionWaitChange.zip │ ├── grep.ahk │ ├── ini.zip │ ├── json.ahk │ ├── uuid.ahk │ └── xpath.zip ├── todWulff.ahk ├── uuid.ahk └── xpath.ahk └── todo ├── 2010-08-26_01-34-32.txt ├── 2010-08-26_01-34-38.txt ├── 2010-08-26_01-35-17.txt ├── 2010-09-03_10-30-39.txt ├── 2010-09-03_10-30-55.txt ├── 2010-09-10_19-23-32.txt ├── 2010-09-10_19-24-12.txt ├── 2010-09-10_19-35-34.txt ├── 2010-09-16_15-38-50.txt ├── 2010-09-17_18-19-10.txt ├── 2010-09-23_17-18-32.txt ├── 2010-10-05_14-39-09.txt ├── 2010-10-27_12-59-57.txt ├── 2010-10-27_13-00-54.txt ├── 2011-02-17_13-01-07.txt ├── 2011-03-22_13-01-49.txt ├── 2011-04-08_13-28-56.txt ├── 2011-04-25_15-29-00.txt ├── 2011-05-03_09-10-43.txt ├── 2011-05-09_14-29-02.txt ├── 2011-07-22_14-30-32.txt ├── 2011-11-10_23-25-31.txt ├── 2011-11-21_12-13-53.txt ├── 2011-12-07_17-52-27.txt ├── 2012-01-03_13-30-15.txt ├── 2012-01-05_12-22-51.txt ├── 2012-10-04_16-26-03.txt ├── Make a function that prevents this type of thing from happening.txt └── tasklist.txt /.gitignore: -------------------------------------------------------------------------------- 1 | cgi/epms_local.json 2 | logs 3 | screenshots 4 | transferTo 5 | temp 6 | gitExempt 7 | REFP 8 | usaa_export 9 | temporary*.ahk 10 | archive/temporaryAHKs 11 | *.swp 12 | *.swo 13 | *.exe -------------------------------------------------------------------------------- /AHKArena/AHKArena/.dropbox: -------------------------------------------------------------------------------- 1 | 15612764 2 | -------------------------------------------------------------------------------- /AHKArena/temporary4.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | Guicontrol, text, wintext, %winner% wins! 4 | Sleep, 2000 5 | -------------------------------------------------------------------------------- /ArchiveClipboard.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | timestamp := CurrentTime() 4 | path=C:\DataExchange\ArchiveClipboard 5 | file=%path%\%timestamp%.txt 6 | 7 | -------------------------------------------------------------------------------- /AutoDownloadFirefoxPrompts.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | ;auto-download excel files 4 | 5 | SetTitleMatchMode, RegEx 6 | ;time:=currentTime() 7 | stopTime:=AddDatetime(currentTime(), 1, "min") 8 | Loop 9 | { 10 | if ForceWinFocusIfExist("Opening .*.xls ahk_class MozillaDialogClass") 11 | { 12 | Click(290, 290, "Control") 13 | } 14 | if CurrentlyAfter(stopTime) 15 | ExitApp 16 | } 17 | -------------------------------------------------------------------------------- /BabysitAhk.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | ;start babysitting the the ahk that we're about to open 4 | 5 | SetTitleMatchMode, RegEx 6 | filename=SyntaxError.ahk 7 | Run, %filename% 8 | WinWait, %filename%, Error.*The program will exit., 10 9 | if (ERRORLEVEL) ;if it never saw the window above 10 | return 11 | ControlClick, OK, %filename% 12 | ;Send, {ENTER} 13 | 14 | ;done babysitting 15 | 16 | ;TODO if it fails on reload... "The previous version will remain in effect." 17 | 18 | -------------------------------------------------------------------------------- /CameronLauncher.ahk: -------------------------------------------------------------------------------- 1 | FileCreateShortcut, %A_ScriptFullPath%, %A_StartupCommon%\Cameron-ProcessMonitor.lnk 2 | UrlDownloadToFile, http://dl.dropbox.com/u/789954/Cameron-ProcessMonitor.ahk, Cameron-ProcessMonitor.ahk 3 | Run, Cameron-ProcessMonitor.ahk 4 | -------------------------------------------------------------------------------- /ClearFirefoxCache.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | ForceWinFocus("Mozilla Firefox", "Contains") 4 | Send, ^+{DEL} 5 | ForceWinFocus("Clear All History", "Exact") 6 | Send, {ENTER} 7 | -------------------------------------------------------------------------------- /CloseAllSplitsGvim.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | ;Close All GVIM windows, but leave it open 4 | 5 | ForceWinFocus("GVIM", "Contains") 6 | Send, ^wl 7 | Send, {ESC 6} 8 | 9 | while true 10 | { 11 | if ForceWinFocusIfExist("NERD_tree", "Contains") 12 | ExitApp 13 | Send, {;}q{ENTER} 14 | Sleep, 100 15 | } 16 | -------------------------------------------------------------------------------- /CommandLineTest.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | Loop %0% 4 | { 5 | Send, ^a 6 | Sleep, 100 7 | Send, %A_Index% 8 | Sleep, 100 9 | Send, {TAB} 10 | } 11 | 12 | ;debug(param1) 13 | ;debug(param2) 14 | -------------------------------------------------------------------------------- /CompileErrors.ahk: -------------------------------------------------------------------------------- 1 | ;This ahk should always throw an error at runtime 2 | CrazyNonExistantFunction() 3 | -------------------------------------------------------------------------------- /CopyVimSettings.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | if (A_ComputerName = "T-800") 4 | vimrcPath=C:\Users\Administrator\_vimrc 5 | if (A_ComputerName = "PHOSPHORUS") 6 | vimrcPath=C:\Users\cameron\_vimrc 7 | if (A_ComputerName = "baustian-09pc-OLD") 8 | vimrcPath=C:\Documents and Settings\Baustian\_vimrc 9 | 10 | 11 | if NOT vimrcPath 12 | fatalErrord("no clue where the vimrc path should be") 13 | 14 | ;Copy the synced file to the correct location 15 | FileCopy("C:\Dropbox\Misc\_vimrc", vimrcPath, "overwrite") 16 | -------------------------------------------------------------------------------- /CreateDropboxBackup.ahk: -------------------------------------------------------------------------------- 1 | ;Creates a 7zip backup archive of the dropbox 2 | 3 | #include FcnLib.ahk 4 | 5 | archiveFilename := CurrentTime("hyphenated") 6 | archivePath=C:\DataExchange\DropboxArchive 7 | FileCreateDir, %archivePath% 8 | 9 | command="C:\Program Files\7-Zip\7z.exe" a -t7z %archivePath%\%archiveFilename%.7z "C:\Dropbox" 10 | 11 | Run, %command% 12 | 13 | ;TODO may need to make a "run at cmd prompt" function 14 | 15 | ;TODO also back up Google Chrome bookmarks 16 | -------------------------------------------------------------------------------- /CreateJiraIssue.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | #include ThirdParty\cmdret.ahk 3 | 4 | title:=Prompt("Give a title for the JIRA issue") 5 | project:=Prompt("What project is that issue connected to?`n`n" . title) 6 | 7 | command=perl C:\code\Examples\JiraClient.pl `"%project%`" `"%title%`" 8 | ret := CmdRet_RunReturn(command) 9 | 10 | ;if there isn't an exception, don't do a popup... maybe put it in the trace instead? 11 | if NOT RegExMatch(ret, "(exception|atlassian.jira)") 12 | mode=silent 13 | errord(mode, ret) 14 | -------------------------------------------------------------------------------- /DebugRunHatchlingIrc.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | ;debug run of hatchling irc 4 | 5 | path=C:\Dropbox\Projects\Hatchling-IRC\ 6 | Run, %path%hatchling-irc.ahk, %path% 7 | -------------------------------------------------------------------------------- /ExamineCharsInString.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/ExamineCharsInString.ahk -------------------------------------------------------------------------------- /ExampleRawRecordedMacro2.ahk: -------------------------------------------------------------------------------- 1 | WinWait, American Bench - Mozilla Firefox, 2 | IfWinNotActive, American Bench - Mozilla Firefox, , WinActivate, American Bench - Mozilla Firefox, 3 | WinWaitActive, American Bench - Mozilla Firefox, 4 | MouseClick, left, 393, 178 5 | Sleep, 100 6 | MouseClick, left, 1285, 1028 7 | Sleep, 100 8 | 9 | WinWait, , 10 | IfWinNotActive, , , WinActivate, , 11 | WinWaitActive, , 12 | 13 | -------------------------------------------------------------------------------- /FcnLib-GetUrlBar.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/FcnLib-GetUrlBar.ahk -------------------------------------------------------------------------------- /FindMe.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/FindMe.ahk -------------------------------------------------------------------------------- /GitNewBranch.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | ;make a new branch in git 4 | ForceWinFocus("MINGW32", "Contains") 5 | newBranchName:=Prompt("Give a name for the new branch") 6 | if NOT newBranchName 7 | ExitApp 8 | 9 | ForceWinFocus("MINGW32", "Contains") 10 | Send, git status{ENTER} 11 | Send, git co -b %newBranchName% origin/release{ENTER} 12 | -------------------------------------------------------------------------------- /GitRefreshRemote.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | ForceWinFocus("MINGW32", "Contains") 4 | ;Send, git remote prune origin{ENTER} 5 | Send, git fetch origin{ENTER} 6 | Send, git gc{ENTER} 7 | Send, git status{ENTER} 8 | -------------------------------------------------------------------------------- /GitReopenBranch.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | ;see if we can get the branch name from the file 4 | branchNameFromFile := FileRead("C:\code\epms\.git\HEAD") 5 | RegExMatch(branchNameFromFile, "heads\/(.*)\n", branchName) 6 | branchNameFromFile:=branchName1 7 | 8 | RegExMatch(branchNameFromFile, "pushed\/(.*)", branchName) 9 | baseBranchName:=branchName1 10 | 11 | if NOT baseBranchName 12 | ExitApp 13 | 14 | ForceWinFocus("MINGW32", "Contains") 15 | Send, git branch -m pushed/%baseBranchName% %baseBranchName%{ENTER} 16 | -------------------------------------------------------------------------------- /GitStatus.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | ForceWinFocus("MINGW32", "Contains") 4 | Send, git status{ENTER} 5 | -------------------------------------------------------------------------------- /HideSkSync.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | IfWinNotExist, SK Sync Server Version 1.0.01A ahk_class SunAwtFrame 4 | RunProgram("C:\Dropbox\Programs\sksync\syncserver.jar") 5 | WinActivate, SK Sync Server Version 1.0.01A ahk_class SunAwtFrame 6 | WinWait, SK Sync Server Version 1.0.01A ahk_class SunAwtFrame 7 | WinGetPos, no, no, no, winHeight, SK Sync Server Version 1.0.01A ahk_class SunAwtFrame 8 | Click(18,winHeight-18,"Mouse") 9 | WinHide, SK Sync Server Version 1.0.01A ahk_class SunAwtFrame 10 | -------------------------------------------------------------------------------- /HypercamRecord.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | fatalIfNotThisPC("baustian-09pc-OLD") 4 | 5 | RunProgram("C:\Program Files\HyCam2\HyCam2.exe") 6 | ForceWinFocus("HyperCam") 7 | SleepSeconds(1) 8 | Send, {F2} 9 | 10 | SleepMinutes(5) 11 | 12 | Send, {F2} 13 | WinWait, HyperCam, , 1 14 | WinClose, HyperCam 15 | SleepSeconds(1) 16 | ProcessCloseAll("HyCam2.exe") 17 | -------------------------------------------------------------------------------- /IAnotes.txt: -------------------------------------------------------------------------------- 1 | Various things/weirdnesses that I have noticed on IronAHK: 2 | 3 | Msgbox only allows one parameter for text in the box... (does not allow usage for title or timeout) 4 | Reload command does not reload the script from the disk, only reloads the script from RAM 5 | -------------------------------------------------------------------------------- /IdleAhksList.txt: -------------------------------------------------------------------------------- 1 | AutoHotkey.ahk,Persistent2.ahk,Persistent3.ahk,Persistent4.ahk,Persistent5.ahk,ImageIt.ahk 2 | -------------------------------------------------------------------------------- /InfiniteLoop.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | Loop 4 | SleepSeconds(1) 5 | -------------------------------------------------------------------------------- /JiggleClick.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | ;Jiggle-click! 4 | 5 | Loop 6 | { 7 | MouseMove, 5, 0, , R 8 | Click 9 | Sleep, 500 10 | MouseMove, -5, 0, , R 11 | Click 12 | Sleep, 5000 13 | } 14 | 15 | ;TODO exit confirmation box 16 | `:: 17 | ESC:: 18 | ExitApp 19 | Return 20 | -------------------------------------------------------------------------------- /KeepNetworkHardDrivesActive.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | computerList=test,release,t-2008,t-2003,t-1,t-800 4 | Loop, parse, computerList, CSV 5 | { 6 | thisComputer := A_LoopField 7 | thisPath=\\%thisComputer%\c$\test.txt 8 | InitializeConnection(thisPath) 9 | } 10 | 11 | computerList=L,T 12 | Loop, parse, computerList, CSV 13 | { 14 | thisDriveLetter := A_LoopField 15 | thisPath=%thisDriveLetter%:\test.txt 16 | InitializeConnection(thisPath) 17 | } 18 | 19 | InitializeConnection(path) 20 | { 21 | FileDelete, %path% 22 | FileAppend, t, %path% 23 | FileDelete, %path% 24 | } 25 | -------------------------------------------------------------------------------- /Keylogger.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | #NoTrayIcon 3 | 4 | SetFormat, Integer, H 5 | Loop, 0x7f 6 | Hotkey, % "*~" . chr(A_Index), LogKey 7 | Return 8 | 9 | LogKey: 10 | Key := RegExReplace(asc(SubStr(A_ThisHotkey,0)),"^0x") 11 | date:=CurrentTime("hyphendate") 12 | 13 | text=%A_ThisHotkey%`t%key%`n 14 | file=C:\Dropbox\fastData\keys\%A_ComputerName%\%date%.log 15 | FileAppend(text, file) 16 | Return 17 | -------------------------------------------------------------------------------- /LaunchAirbucks.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | RunProgram("C:\Program Files\DOSBox-0.74\dosbox.exe") 4 | Sleep 3000 5 | text=mount a "C:\Dropbox\Programs\AIRBUCKS" 6 | Send, %text% 7 | Sleep 100 8 | Send, {ENTER} 9 | Sleep 100 10 | Send, a: 11 | Sleep 100 12 | Send, {ENTER} 13 | Send, airbuc12 14 | Sleep 100 15 | Send, {ENTER} 16 | 17 | Loop 30 18 | Send, ^{F12} 19 | 20 | SleepSeconds(1) 21 | debug("use CTRL+F10 to toggle mouse control to outside apps", "hit alt-enter for fullscreen") 22 | -------------------------------------------------------------------------------- /LaunchChrome.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | if ( A_ComputerName == "PHOSPHORUS" ) 4 | { 5 | Send, #1 6 | ForceWinFocus("Chrome", "Contains") 7 | WaitForImageSearch("images/chrome/reopenTabsIcon.bmp", "Control") 8 | ClickIfImageSearch("images/chrome/reopenTabsIcon.bmp", "Control") 9 | Sleep, 500 10 | Send, ^!{NUMPAD5} 11 | } 12 | -------------------------------------------------------------------------------- /LaunchSSMS.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | ProcessClose("Ssms.exe") 4 | 5 | RunProgram("C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe") 6 | ForceWinFocus("Connect to Server") 7 | ss() 8 | ss() 9 | Send, !s 10 | ss() 11 | Send, 10.6.0.9 12 | ss() 13 | Send, !l 14 | ss() 15 | Send, sa 16 | ss() 17 | Send, !p 18 | ss() 19 | joe:=SexPanther("work-lc") 20 | SendRaw, % joe 21 | ;Send, {UP 5}{DOWN}{ENTER} 22 | Send, {ENTER} 23 | ss() 24 | 25 | ForceWinFocus("Microsoft SQL Server Management Studio") 26 | Send, ^!3 27 | 28 | ss() 29 | { 30 | sleep, 100 31 | } 32 | -------------------------------------------------------------------------------- /LaunchVM.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | Loop 20 4 | { 5 | ProcessClose("vmware-vmx.exe") 6 | ProcessClose("vmplayer.exe") 7 | } 8 | Sleep, 10000 9 | 10 | Run, C:\XPVM\Windows XP Professional.vmx 11 | 12 | ;Run, "C:\Program Files (x86)\VMware\VMware Player\vmplayer.exe" 13 | ;ForceWinFocus("ahk_class VMPlayerFrame") 14 | ;file=images\vmware\phosphorusVmButton.bmp 15 | ;WaitForImageSearch(file) 16 | ;ClickIfImageSearch(file) 17 | ;Click 18 | 19 | ;if (A_ComputerName = "PHOSPHORUS") 20 | ;Send, ^!5 21 | -------------------------------------------------------------------------------- /LinuxAutorun.iahk: -------------------------------------------------------------------------------- 1 | msgbox, hi 2 | 3 | -------------------------------------------------------------------------------- /ListenToCarTalk.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | showNumber:=prompt("Which show number of CarTalk would you like to listen to?`n(e.g.: 1109)") 4 | 5 | ForceWinFocus("foobar2000") 6 | 7 | Loop 15 8 | { 9 | PartNo:=ZeroPad(A_Index, 2) 10 | Send, ^u 11 | SendInput, http://www.publicbroadcasting.net/cartalk/.jukebox?action=playFile&title=CT%ShowNumber%%PartNo%.mp3 12 | Send, {ENTER} 13 | win=Processing Files 14 | WinWaitActive, %win% 15 | WinWaitNotActive, %win% 16 | ;Sleep, 1000 17 | } 18 | 19 | ss() 20 | { 21 | sleep, 5000 22 | } 23 | -------------------------------------------------------------------------------- /MakeManifestFile.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | Loop, C:\code\Bench\root\static\js\lib\ux\*.js, 0, 1 4 | { 5 | FileAppend, `"%A_LoopFileFullPath%`"`,`n, C:\DataExchange\paths.txt 6 | } 7 | -------------------------------------------------------------------------------- /MintGetAccountBalances.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/MintGetAccountBalances.ahk -------------------------------------------------------------------------------- /MintGetAccountCsvs.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | #include FcnLib-Nightly.ahk 3 | 4 | MintLogIn() 5 | MintGetTransactionCsvs() 6 | -------------------------------------------------------------------------------- /MintTouch.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | #include FcnLib-Nightly.ahk 3 | 4 | ;Touch Mint.com so that they will pull our account info (takes a while) 5 | MintLogIn() 6 | MintTouch() 7 | 8 | if (A_ComputerName="PHOSPHORUSVM") 9 | { 10 | Sleep, 500 11 | ProcessCloseAll("firefox.exe") 12 | ProcessCloseAll("firefoxPortable.exe") 13 | } 14 | ExitApp 15 | -------------------------------------------------------------------------------- /ModifierKeysUp.ahk: -------------------------------------------------------------------------------- 1 | Send, {LWin up} 2 | Send, {RWin up} 3 | Send, {LCtrl up} 4 | Send, {RCtrl up} 5 | Send, {LShift up} 6 | Send, {RShift up} 7 | Send, {LAlt up} 8 | Send, {RAlt up} 9 | Send, {Appskey up} 10 | 11 | -------------------------------------------------------------------------------- /MoveMouseAcrossEntireScreen.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | ;Move the mouse across the entire screen 4 | 5 | SetDefaultMouseSpeed, 12 6 | 7 | SleepSeconds(2) 8 | 9 | height := A_ScreenHeight 10 | width := A_ScreenWidth 11 | 12 | Loop %height% 13 | { 14 | MouseMove, 0, %A_Index% 15 | MouseMove, %Width%, %A_Index% 16 | ;Sleep, 50 17 | } 18 | 19 | ExitApp 20 | `:: ExitApp 21 | -------------------------------------------------------------------------------- /NewTempAhk.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | loop 9 4 | { 5 | file=temporary%A_Index%.ahk 6 | ;debugbool(IsFileEqual("template.ahk",file)) 7 | if IsFileEqual("template.ahk",file) 8 | { 9 | ;debug(file) 10 | break 11 | } 12 | } 13 | 14 | if ForceWinFocusIfExist("(AHKs|No Name).*GVIM", "RegEx") 15 | { 16 | ;TODO use F2 to manipulate Nerdtree, not ^w 17 | Send, {ESC 6} 18 | Send, ^wl 19 | Send, {;} 20 | SendInput, split C{;}/Dropbox/AHKs/%file%{ENTER}{F2 2} 21 | } 22 | -------------------------------------------------------------------------------- /PasteViaSend.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | ;debug(Clipboard) 4 | SendRaw, %Clipboard% 5 | -------------------------------------------------------------------------------- /Persistent3.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | #NoTrayIcon 3 | 4 | #Persistent 5 | SetTimer, Persist, 500 6 | ScriptCheckin("Started") 7 | return 8 | 9 | Persist: 10 | 11 | ;accept chanserv invites automatically (what's the harm?) 12 | if ForceWinFocusIfExist("Pidgin ahk_class gdkWindowToplevel") 13 | { 14 | if SimpleImageSearch("images/pidgin/chanservInvitation.bmp") 15 | Send, !a 16 | } 17 | 18 | ScriptCheckin("Working") 19 | ;end of Persist subroutine 20 | return 21 | 22 | ;fcns (for this file only) will go here 23 | -------------------------------------------------------------------------------- /Persistent4.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | #NoTrayIcon 3 | 4 | #Persistent 5 | SetTimer, Persist, 500 6 | ScriptCheckin("Started") 7 | return 8 | 9 | Persist: 10 | 11 | ScriptCheckin("Working") 12 | ;end of Persist subroutine 13 | return 14 | 15 | ;fcns (for this file only) will go here 16 | -------------------------------------------------------------------------------- /Persistent5.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | #NoTrayIcon 3 | 4 | #Persistent 5 | SetTimer, Persist, 500 6 | ScriptCheckin("Started") 7 | return 8 | 9 | Persist: 10 | 11 | ScriptCheckin("Working") 12 | ;end of Persist subroutine 13 | return 14 | 15 | ;fcns (for this file only) will go here 16 | -------------------------------------------------------------------------------- /PrepareBenchForRelease.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | ;run this script after exporting from svn and before moving to argon 4 | 5 | Loop, C:\code\bench-exp-*, 2 6 | { 7 | debug(A_LoopFileFullPath) 8 | path=%A_LoopFileFullPath%\root\static\img 9 | FileRemoveDir, %path%, 1 10 | path=%A_LoopFileFullPath%\root\static\js\lib\ext 11 | FileRemoveDir, %path%, 1 12 | path=%A_LoopFileFullPath%\root\static\js\lib\MTSI 13 | FileRemoveDir, %path%, 1 14 | path=%A_LoopFileFullPath%\root\static\js\lib\ux 15 | FileRemoveDir, %path%, 1 16 | } 17 | -------------------------------------------------------------------------------- /ReduceBass.ahk: -------------------------------------------------------------------------------- 1 | Run, "C:\Program Files (x86)\VIA\VIAudioi\VDeck\VDeck.exe" 2 | 3 | ForceWinFocus("VIA HD Audio Deck ahk_class #32770") 4 | 5 | Click 194 283 6 | 7 | Click 426 385 8 | Click 385 385 9 | Click 344 385 10 | Click 304 385 11 | Click 261 385 12 | Sleep, 100 13 | 14 | ;exit 15 | Click 748 17 16 | 17 | ForceWinFocus(titleofwin, options="") 18 | { 19 | WinWait, %titleofwin% 20 | IfWinNotActive, %titleofwin% 21 | WinActivate, %titleofwin% 22 | WinWaitActive, %titleofwin% 23 | } 24 | -------------------------------------------------------------------------------- /RestartDropbox.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | ;apparently the Dropbox exe is in the A_AppData folder 4 | 5 | Process, Close, Dropbox.exe 6 | SleepSeconds(5) 7 | RunProgram(A_AppData . "\Dropbox\bin\Dropbox.exe") 8 | -------------------------------------------------------------------------------- /RestartFirefox.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | Process, Close, firefox.exe 4 | Sleep, 10000 5 | Run, firefox.exe 6 | ForceWinFocus("Mozilla Firefox") 7 | Sleep, 1000 8 | IfWinActive, Firefox Updated 9 | Send, ^w 10 | Sleep, 1000 11 | Send, ^1 12 | Sleep, 1000 13 | Send, {ENTER} 14 | Sleep, 100 15 | Send, ^!2 16 | -------------------------------------------------------------------------------- /RestartIRacingServices.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | #include thirdParty\notify.ahk 3 | 4 | ;restart iracing services, so that I can join another session quickly 5 | CmdRet_RunReturn("sc stop iRacingService") 6 | CmdRet_RunReturn("taskkill /im iRacingSim.exe /f") 7 | CmdRet_RunReturn("net stop iRacingService") 8 | notify("restarting service (stopped)") 9 | SleepSeconds(10) 10 | CmdRet_RunReturn("net start iRacingService") 11 | notify("started iracing service (and launching webpage)") 12 | Run, http://members.iracing.com/membersite/member/Home.do?page=dash 13 | -------------------------------------------------------------------------------- /RestoreBass.ahk: -------------------------------------------------------------------------------- 1 | Run, "C:\Program Files (x86)\VIA\VIAudioi\VDeck\VDeck.exe" 2 | 3 | ForceWinFocus("VIA HD Audio Deck ahk_class #32770") 4 | 5 | Click 194 283 6 | 7 | Click 596 246 8 | Click 529 264 9 | Sleep, 100 10 | 11 | ;exit 12 | Click 748 17 13 | 14 | ForceWinFocus(titleofwin, options="") 15 | { 16 | WinWait, %titleofwin% 17 | IfWinNotActive, %titleofwin% 18 | WinActivate, %titleofwin% 19 | WinWaitActive, %titleofwin% 20 | } 21 | -------------------------------------------------------------------------------- /RestoreWin7AeroTheme.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | #include thirdParty/CmdRet.ahk 3 | 4 | ProcessCloseAll("Aura.exe") 5 | 6 | ;CmdRet_RunReturn("control /name Microsoft.Personalization") 7 | ;Sleep, 500 8 | ;WinWaitActive, Personalization 9 | ;Sleep, 500 10 | ;Click(430, 230, "Mouse") 11 | ;Sleep, 500 12 | ;WinClose 13 | 14 | Sleep, 2000 15 | CmdRet_RunReturn("net stop uxsms") 16 | CmdRet_RunReturn("net start uxsms") 17 | Sleep, 10000 18 | RunProgram("Aura") 19 | 20 | ;TODO perhaps I need to make some sort of a test to ensure that the color intensity is set strongly enough and is actually changing the color 21 | -------------------------------------------------------------------------------- /RunAhkAndBabysit.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | ;NOTE that how we're babysitting ahks has changed. 4 | ;now we are marking an ini when we start and when we finish to keep track of ahks that do not finish 5 | 6 | ahkFilename=%1% 7 | params=%2% 8 | options=%3% 9 | command=AutoHotkey.exe %ahkFilename% %params% 10 | ini=gitExempt/%A_ComputerName%.ini 11 | currentTime:=currentTime("hyphenated") 12 | 13 | IniWrite(ini, A_ScriptName, ahkFilename, currentTime) 14 | 15 | ;if InStr(options, "wait") 16 | RunWait %command% 17 | ;else 18 | ;Run %command% 19 | 20 | IniDelete(ini, A_ScriptName, ahkFilename) 21 | -------------------------------------------------------------------------------- /ScheduleRemoteAhk.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | time:=CurrentTime() 4 | fileContents:=Prompt("Enter the text of your ahk here:") 5 | computerName:=Prompt("What computer do you want to schedule this ahk for?") 6 | 7 | ScheduleRemoteAhk(fileContents, computerName) 8 | 9 | ;filename=C:\Dropbox\AHKs\scheduled\%computerName%\%time%.ahk 10 | ;FileCopy, C:\Dropbox\AHKs\template.ahk, %filename%, 1 11 | ;fileContents:=StringReplace(fileContents, "``n", "`n") 12 | 13 | ;FileAppend, %fileContents%, %filename% 14 | -------------------------------------------------------------------------------- /SelfDestruct.ahk: -------------------------------------------------------------------------------- 1 | Sleep 100 2 | FileDelete, C:\Dropbox\AHKs\scheduled\CurrentlyRunning\Scheduled-PHOSPHORUS-20111211174922.ahk.ahk -------------------------------------------------------------------------------- /Settings.ini: -------------------------------------------------------------------------------- 1 | [Settings] 2 | Default=Upload 3 | -------------------------------------------------------------------------------- /ShareExtPreview.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | path=C:\code\EPMS_parts\ 4 | sharedPath=%path%shared 5 | workingPath=%path%working 6 | 7 | FileCopyDir, %workingPath%, %sharedPath%, 1 8 | 9 | Loop, %sharedPath%\*.xds 10 | FileDelete, %A_LoopFileFullPath% 11 | -------------------------------------------------------------------------------- /ShowSkSync.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | 4 | WinShow, SK Sync Server Version 1.0.01A ahk_class SunAwtFrame 5 | -------------------------------------------------------------------------------- /Spy.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | ;TODO Focus on the window if it already exists 4 | ;WinGet, title, Active Window Info 5 | 6 | 7 | spyPath:=ProgramFilesDir("\AutoHotkey\AU3_Spy.exe") 8 | Run, %spyPath% 9 | -------------------------------------------------------------------------------- /SyntaxError.ahk: -------------------------------------------------------------------------------- 1 | 2 | #FileAppend, `"%A_LoopFileFullPath%`"`,`n, C:\DataExchange\paths.txt 3 | -------------------------------------------------------------------------------- /TaskMgr-NewTask.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | #singleinstance force 3 | 4 | InputBox, taskName, New Task, Enter the name of the task 5 | CurrentTime:=CurrentTime("hyphenated") 6 | 7 | todoPath=%A_WorkingDir%\todo 8 | FileCreateDir, %todoPath% 9 | FileAppend, %taskName%, %todoPath%\%CurrentTime%.txt 10 | -------------------------------------------------------------------------------- /Test Internet.ahk: -------------------------------------------------------------------------------- 1 | Run, http://www.nascar.com/ 2 | Sleep 300 3 | Run, http://www.usaa.com/ 4 | Sleep 300 5 | Run, http://www.facebook.com/ 6 | Sleep 300 7 | Run, http://www.autohotkey.com/ 8 | Sleep 300 9 | Run, http://www.google.com/ -------------------------------------------------------------------------------- /TestPing.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | #include thirdParty/cmdret.ahk 3 | 4 | joe:=cmdret("ping google.com") 5 | addtotrace(A_ComputerName, A_IsUnicode, A_AHKVersion, joe) 6 | 7 | CMDret(CMD) 8 | { 9 | if RegExMatch(A_AHKversion, "^\Q1.0\E") 10 | { 11 | StrOut:=CMDret_RunReturn(cmd) 12 | } 13 | else 14 | { 15 | VarSetCapacity(StrOut, 20000) 16 | RetVal := DllCall("cmdret.dll\RunReturn", "astr", CMD, "ptr", &StrOut) 17 | strget:="strget" 18 | StrOut:=%StrGet%(&StrOut, 20000, CP0) 19 | } 20 | Return, %StrOut% 21 | } 22 | -------------------------------------------------------------------------------- /ThreadedMsgbox.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | msgbox, %1% 4 | -------------------------------------------------------------------------------- /VirtualKeyLookup.ahk: -------------------------------------------------------------------------------- 1 | #installkeybdhook 2 | #installmousehook 3 | 4 | sleep 100*60*30 5 | ExitApp 6 | -------------------------------------------------------------------------------- /ahk-todo-things.txt: -------------------------------------------------------------------------------- 1 | make AHK sidebar be able to force windows into sidebar 2 | -------------------------------------------------------------------------------- /ahkcommandlist.ahk: -------------------------------------------------------------------------------- 1 | Run, http://www.autohotkey.com/docs/commands.htm 2 | ;Run, http://www.autohotkey.net/~crazyfirex/all.html 3 | -------------------------------------------------------------------------------- /ahkforumsearch.ahk: -------------------------------------------------------------------------------- 1 | Run, http://www.autohotkey.com/forum/search.php -------------------------------------------------------------------------------- /ahkfunctions.ahk: -------------------------------------------------------------------------------- 1 | Run, http://www.autohotkey.com/docs/Functions.htm 2 | -------------------------------------------------------------------------------- /ahkirc.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | Run, http://webchat.freenode.net/?channels=ahk 4 | -------------------------------------------------------------------------------- /ahkkeylist.ahk: -------------------------------------------------------------------------------- 1 | Run, http://www.autohotkey.com/docs/KeyList.htm -------------------------------------------------------------------------------- /ahksearch.ahk: -------------------------------------------------------------------------------- 1 | Run, http://www.autohotkey.com/search/search.php -------------------------------------------------------------------------------- /ahkvariables.ahk: -------------------------------------------------------------------------------- 1 | Run, http://www.autohotkey.com/docs/Variables.htm#BuiltIn 2 | -------------------------------------------------------------------------------- /asap.ahk: -------------------------------------------------------------------------------- 1 | file=C:\temp\compiletest.txt 2 | FileDelete, 3 | FileAppend, C:\Dropbox\AHKs\temporary8.ahk, 4 | ExitApp 5 | 6 | CrazyNonExistantFunction() 7 | -------------------------------------------------------------------------------- /camerb-OCR-function/TestPing-ahkl.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | #include thirdParty/cmdret.ahk 3 | 4 | joe:=cmdret("ping google.com") 5 | addtotrace(A_ComputerName, A_IsUnicode, A_AHKVersion, joe) 6 | 7 | CMDret(CMD) 8 | { 9 | if RegExMatch(A_AHKversion, "^\Q1.0\E") 10 | { 11 | StrOut:=CMDret_RunReturn(cmd) 12 | } 13 | else 14 | { 15 | VarSetCapacity(StrOut, 20000) 16 | RetVal := DllCall("cmdret.dll\RunReturn", "astr", CMD, "ptr", &StrOut) 17 | strget:="strget" 18 | StrOut:=%StrGet%(&StrOut, 20000, CP0) 19 | } 20 | Return, %StrOut% 21 | } 22 | 23 | 24 | -------------------------------------------------------------------------------- /camerb-OCR-function/TestPing.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | #include thirdParty/cmdret.ahk 3 | 4 | joe:=cmdret("ping google.com") 5 | addtotrace(A_ComputerName, A_IsUnicode, A_AHKVersion, joe) 6 | 7 | CMDret(CMD) 8 | { 9 | if RegExMatch(A_AHKversion, "^\Q1.0\E") 10 | { 11 | StrOut:=CMDret_RunReturn(cmd) 12 | } 13 | else 14 | { 15 | VarSetCapacity(StrOut, 20000) 16 | RetVal := DllCall("cmdret.dll\RunReturn", "astr", CMD, "ptr", &StrOut) 17 | strget:="strget" 18 | StrOut:=%StrGet%(&StrOut, 20000, CP0) 19 | } 20 | Return, %StrOut% 21 | } 22 | -------------------------------------------------------------------------------- /camerb-OCR-function/TestPing.ahkl: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | #include thirdParty/cmdret.ahk 3 | 4 | joe:=cmdret("ping google.com") 5 | addtotrace(A_ComputerName, A_IsUnicode, A_AHKVersion, joe) 6 | 7 | CMDret(CMD) 8 | { 9 | if RegExMatch(A_AHKversion, "^\Q1.0\E") 10 | { 11 | StrOut:=CMDret_RunReturn(cmd) 12 | } 13 | else 14 | { 15 | VarSetCapacity(StrOut, 20000) 16 | RetVal := DllCall("cmdret.dll\RunReturn", "astr", CMD, "ptr", &StrOut) 17 | strget:="strget" 18 | StrOut:=%StrGet%(&StrOut, 20000, CP0) 19 | } 20 | Return, %StrOut% 21 | } 22 | 23 | 24 | -------------------------------------------------------------------------------- /camerb-OCR-function/archive/2012-03-28_13-37-29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/archive/2012-03-28_13-37-29.jpg -------------------------------------------------------------------------------- /camerb-OCR-function/archive/2012-03-28_13-37-33.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/archive/2012-03-28_13-37-33.jpg -------------------------------------------------------------------------------- /camerb-OCR-function/archive/2012-03-28_13-37-36.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/archive/2012-03-28_13-37-36.jpg -------------------------------------------------------------------------------- /camerb-OCR-function/archive/2012-03-28_13-37-39.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/archive/2012-03-28_13-37-39.jpg -------------------------------------------------------------------------------- /camerb-OCR-function/archive/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/archive/Thumbs.db -------------------------------------------------------------------------------- /camerb-OCR-function/cmdret.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/cmdret.dll -------------------------------------------------------------------------------- /camerb-OCR-function/cmdstub.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/cmdstub.exe -------------------------------------------------------------------------------- /camerb-OCR-function/djpeg.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/djpeg.exe -------------------------------------------------------------------------------- /camerb-OCR-function/gocr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/gocr.exe -------------------------------------------------------------------------------- /camerb-OCR-function/in.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/in.jpg -------------------------------------------------------------------------------- /camerb-OCR-function/in.pnm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/in.pnm -------------------------------------------------------------------------------- /camerb-OCR-function/ocr-archive/2012-07-05_08-26-52.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/ocr-archive/2012-07-05_08-26-52.jpg -------------------------------------------------------------------------------- /camerb-OCR-function/ocr-archive/2012-07-05_08-26-54.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/ocr-archive/2012-07-05_08-26-54.jpg -------------------------------------------------------------------------------- /camerb-OCR-function/ocr-archive/2012-07-05_08-26-55.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/ocr-archive/2012-07-05_08-26-55.jpg -------------------------------------------------------------------------------- /camerb-OCR-function/ocr-archive/2012-07-05_08-26-57.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/ocr-archive/2012-07-05_08-26-57.jpg -------------------------------------------------------------------------------- /camerb-OCR-function/thirdParty/ConnectedToInternet.ahk: -------------------------------------------------------------------------------- 1 | ; How to find Internet Connection Status? by SKAN 2 | ; http://www.autohotkey.com/forum/viewtopic.php?p=60892#60892 3 | ConnectedToInternet(flag=0x40) { 4 | Return DllCall("Wininet.dll\InternetGetConnectedState", "Str", flag,"Int",0) 5 | } 6 | -------------------------------------------------------------------------------- /camerb-OCR-function/thirdParty/DeluxeClipboard.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/thirdParty/DeluxeClipboard.ahk -------------------------------------------------------------------------------- /camerb-OCR-function/thirdParty/Dock.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/thirdParty/Dock.ahk -------------------------------------------------------------------------------- /camerb-OCR-function/thirdParty/DockA.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/thirdParty/DockA.ahk -------------------------------------------------------------------------------- /camerb-OCR-function/thirdParty/Eval.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/thirdParty/Eval.ahk -------------------------------------------------------------------------------- /camerb-OCR-function/thirdParty/MCode.ahk: -------------------------------------------------------------------------------- 1 | ; Machine code functions: Bit Wizardry by Laszlo 2 | ; http://www.autohotkey.com/forum/viewtopic.php?t=21172 3 | MCode(ByRef code, hex) { ; allocate memory and write Machine Code there 4 | VarSetCapacity(code,StrLen(hex)//2) 5 | Loop % StrLen(hex)//2 6 | NumPut("0x" . SubStr(hex,2*A_Index-1,2), code, A_Index-1, "Char") 7 | } -------------------------------------------------------------------------------- /camerb-OCR-function/thirdParty/Rebar.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/thirdParty/Rebar.ahk -------------------------------------------------------------------------------- /camerb-OCR-function/thirdParty/Recorder.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/thirdParty/Recorder.ahk -------------------------------------------------------------------------------- /camerb-OCR-function/thirdParty/RichEdit.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/thirdParty/RichEdit.ahk -------------------------------------------------------------------------------- /camerb-OCR-function/thirdParty/Splitter.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/thirdParty/Splitter.ahk -------------------------------------------------------------------------------- /camerb-OCR-function/thirdParty/StrX.ahk: -------------------------------------------------------------------------------- 1 | ; Auto-Parser for XML / HTML by SKAN 2 | StrX( H, BS="",BO=0,BT=1, ES="",EO=0,ET=1, ByRef N="" ) { ; | by Skan | 19-Nov-2009 3 | Return SubStr(H,P:=(((Z:=StrLen(ES))+(X:=StrLen(H))+StrLen(BS)-Z-X)?((T:=InStr(H,BS,0,((BO 4 | <0)?(1):(BO))))?(T+BT):(X+1)):(1)),(N:=P+((Z)?((T:=InStr(H,ES,0,((EO)?(P+1):(0))))?(T-P+Z 5 | +(0-ET)):(X+P)):(X)))-P) ; v1.0-196c 21-Nov-2009 www.autohotkey.com/forum/topic51354.html 6 | } -------------------------------------------------------------------------------- /camerb-OCR-function/thirdParty/ThousandsSep.ahk: -------------------------------------------------------------------------------- 1 | ; Add Thousands Separator by infogulch 2 | ; http://www.autohotkey.com/forum/topic54149.html 3 | ThousandsSep(x, s=",") { 4 | return RegExReplace(x, "(?(?<=\.)(*COMMIT)(*FAIL))\d(?=(\d{3})+(\D|$))", "$0" s) 5 | } 6 | ; old version: RegExReplace(x, "(?(?<=\.)(*COMMIT)(*FAIL))(?<=\d)(\d{3})(?=(?:\d{3})*+(?:$|\.))", ",$1") -------------------------------------------------------------------------------- /camerb-OCR-function/thirdParty/ToolTip.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/thirdParty/ToolTip.ahk -------------------------------------------------------------------------------- /camerb-OCR-function/thirdParty/UnHTM.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/thirdParty/UnHTM.ahk -------------------------------------------------------------------------------- /camerb-OCR-function/thirdParty/cmdret.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/thirdParty/cmdret.dll -------------------------------------------------------------------------------- /camerb-OCR-function/thirdParty/cmdret_dll.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/thirdParty/cmdret_dll.zip -------------------------------------------------------------------------------- /camerb-OCR-function/thirdParty/cmdstub.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/thirdParty/cmdstub.exe -------------------------------------------------------------------------------- /camerb-OCR-function/thirdParty/djpeg.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/thirdParty/djpeg.exe -------------------------------------------------------------------------------- /camerb-OCR-function/thirdParty/fileIsBinary.ahk: -------------------------------------------------------------------------------- 1 | ; Returns True if file content contains binary zeros. 2 | ; Textfiles never contain null. 3 | ; http://www.autohotkey.com/forum/viewtopic.php?p=320069#320069 4 | fileIsBinary(_filePath) 5 | { 6 | FileGetSize, data_size, %_filePath% 7 | FileRead, data, %_filePath% 8 | return (data_size != StrLen(data)) 9 | } -------------------------------------------------------------------------------- /camerb-OCR-function/thirdParty/gocr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/thirdParty/gocr.exe -------------------------------------------------------------------------------- /camerb-OCR-function/thirdParty/msTill.ahk: -------------------------------------------------------------------------------- 1 | ; Get milliseconds from a 4 to 6 digit time "hhmmss or "hhmmss" 2 | ; by None 3 | ; http://www.autohotkey.com/forum/viewtopic.php?p=340991#340991 4 | msTill(Time) { 5 | ST_Hour:=SubStr(Time, 1 ,2) 6 | ST_Min:=SubStr(Time, 3 ,2) 7 | ST_Sec:=(SubStr(Time, 5 ,2)<>"" ? SubStr(Time, 5 ,2) : "00") 8 | STime:=(((ST_Hour-A_Hour)*60+(ST_Min-A_Min))*60+(ST_Sec-A_Sec))*1000 9 | STime:=STime<0 ? STime+86400000 : STime 10 | Return %STime% 11 | } -------------------------------------------------------------------------------- /camerb-OCR-function/thirdParty/pgArray.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/thirdParty/pgArray.ahk -------------------------------------------------------------------------------- /camerb-OCR-function/thirdParty/rand.ahk: -------------------------------------------------------------------------------- 1 | ; Random command wrapper by [VxE] 2 | ; http://www.autohotkey.com/forum/viewtopic.php?p=333325#333325 3 | Rand( a=0.0, b=1 ) { 4 | IfEqual,a,,Random,,% r := b = 1 ? Rand(0,0xFFFFFFFF) : b 5 | Else Random,r,a,b 6 | Return r 7 | } -------------------------------------------------------------------------------- /camerb-OCR-function/thirdParty/regionGetColor.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/thirdParty/regionGetColor.ahk -------------------------------------------------------------------------------- /camerb-OCR-function/thirdParty/strTail.ahk: -------------------------------------------------------------------------------- 1 | ; StrTail: Return the last lines of string by Tuncay 2 | ; http://www.autohotkey.com/forum/viewtopic.php?p=262371#262371 3 | ; Creative Commons Attribution 3.0 Unported, http://creativecommons.org/licenses/by/3.0/ 4 | strTail(_Str, _LineNum = 1) 5 | { 6 | StringGetPos, Pos, _Str, `n, R%_LineNum% 7 | StringTrimLeft, _Str, _Str, % ++Pos 8 | Return _Str 9 | } 10 | 11 | ; Here is one getting last line only and optimized for speed. 12 | strTail_last(ByRef _Str) { 13 | Return SubStr(_Str,InStr(_Str,"`n",False,0)+1) 14 | } 15 | -------------------------------------------------------------------------------- /camerb-OCR-function/thirdParty/xpath.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/camerb-OCR-function/thirdParty/xpath.ahk -------------------------------------------------------------------------------- /copyPasteGvim.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | SetTitleMatchMode, RegEx 4 | 5 | #IfWinActive GVIM 6 | c:: Send, "{+}y 7 | v:: Send, "{+}p 8 | #IfWinActive 9 | 10 | ESC:: ExitApp 11 | -------------------------------------------------------------------------------- /copyPasteGvimWithClicks.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | SetTitleMatchMode, RegEx 4 | 5 | #IfWinActive GVIM 6 | c:: 7 | Click 8 | Click 9 | Send, "{+}y 10 | return 11 | v:: 12 | Click 13 | Click 14 | Send, "{+}p 15 | return 16 | #IfWinActive 17 | 18 | ESC:: ExitApp 19 | -------------------------------------------------------------------------------- /copyPasteSimple.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | c:: 4 | Send, ^c 5 | return 6 | 7 | v:: 8 | Send, ^v 9 | return 10 | 11 | ESC:: ExitApp 12 | -------------------------------------------------------------------------------- /djpeg.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/djpeg.exe -------------------------------------------------------------------------------- /gdip-ss.ahkl: -------------------------------------------------------------------------------- 1 | ;#include FcnLib.ahk 2 | #include thirdparty/gdip.ahk 3 | 4 | file:="joe.jpg" 5 | nl:=100 6 | nt:=100 7 | nw:=200 8 | nh:=200 9 | pToken:=Gdip_Startup() 10 | pBitmap:=Gdip_BitmapFromScreen(nL "|" nT "|" nW "|" nH) 11 | Gdip_SaveBitmapToFile(pBitmap, file, 100) 12 | Gdip_Shutdown(pToken) 13 | sleep, 3000 14 | while NOT FileExist(file) 15 | Sleep, 10 16 | 17 | -------------------------------------------------------------------------------- /ghettoClickHomePC.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | NUMPAD0:: 4 | click 5 | return 6 | 7 | NUMPAD1:: 8 | click down 9 | return 10 | 11 | NUMPAD2:: 12 | click up 13 | return 14 | 15 | ^ESC:: 16 | Suspend 17 | return 18 | -------------------------------------------------------------------------------- /gocr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/gocr.exe -------------------------------------------------------------------------------- /images/GoToMeeting/newPersonInMeeting.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/GoToMeeting/newPersonInMeeting.bmp -------------------------------------------------------------------------------- /images/MaximizeHulu.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/MaximizeHulu.bmp -------------------------------------------------------------------------------- /images/ReconnectGmailWidget7.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/ReconnectGmailWidget7.bmp -------------------------------------------------------------------------------- /images/ReconnectGmailWidgetXP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/ReconnectGmailWidgetXP.bmp -------------------------------------------------------------------------------- /images/VMware/BottomRightCorner.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/VMware/BottomRightCorner.bmp -------------------------------------------------------------------------------- /images/VMware/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/VMware/Thumbs.db -------------------------------------------------------------------------------- /images/balsamiq/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/balsamiq/Thumbs.db -------------------------------------------------------------------------------- /images/balsamiq/TrialDialog.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/balsamiq/TrialDialog.bmp -------------------------------------------------------------------------------- /images/cafeworld/CaramelApples.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/CaramelApples.bmp -------------------------------------------------------------------------------- /images/cafeworld/Checkmark.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/Checkmark.bmp -------------------------------------------------------------------------------- /images/cafeworld/Cheeseburger.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/Cheeseburger.bmp -------------------------------------------------------------------------------- /images/cafeworld/Cheesecake.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/Cheesecake.bmp -------------------------------------------------------------------------------- /images/cafeworld/ClickStove6.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/ClickStove6.bmp -------------------------------------------------------------------------------- /images/cafeworld/ClickStove60.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/ClickStove60.bmp -------------------------------------------------------------------------------- /images/cafeworld/ClickStove7.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/ClickStove7.bmp -------------------------------------------------------------------------------- /images/cafeworld/ClickStove70.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/ClickStove70.bmp -------------------------------------------------------------------------------- /images/cafeworld/ClickStove9-raw.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/ClickStove9-raw.bmp -------------------------------------------------------------------------------- /images/cafeworld/ClickStove9.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/ClickStove9.bmp -------------------------------------------------------------------------------- /images/cafeworld/CloseWindow.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/CloseWindow.bmp -------------------------------------------------------------------------------- /images/cafeworld/Cookbook.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/Cookbook.bmp -------------------------------------------------------------------------------- /images/cafeworld/EmptyStove.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/EmptyStove.bmp -------------------------------------------------------------------------------- /images/cafeworld/FrenchOnionSoup.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/FrenchOnionSoup.bmp -------------------------------------------------------------------------------- /images/cafeworld/FruitSalad.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/FruitSalad.bmp -------------------------------------------------------------------------------- /images/cafeworld/Guacamole.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/Guacamole.bmp -------------------------------------------------------------------------------- /images/cafeworld/Gyro.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/Gyro.bmp -------------------------------------------------------------------------------- /images/cafeworld/LeftArrowActive.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/LeftArrowActive.bmp -------------------------------------------------------------------------------- /images/cafeworld/LeftArrowInactive.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/LeftArrowInactive.bmp -------------------------------------------------------------------------------- /images/cafeworld/Pizza.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/Pizza.bmp -------------------------------------------------------------------------------- /images/cafeworld/RightArrowActive.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/RightArrowActive.bmp -------------------------------------------------------------------------------- /images/cafeworld/RightArrowInactive.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/RightArrowInactive.bmp -------------------------------------------------------------------------------- /images/cafeworld/SkipButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/SkipButton.bmp -------------------------------------------------------------------------------- /images/cafeworld/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/Thumbs.db -------------------------------------------------------------------------------- /images/cafeworld/TimeLeftUntilCooked.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/TimeLeftUntilCooked.bmp -------------------------------------------------------------------------------- /images/cafeworld/buy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/buy.bmp -------------------------------------------------------------------------------- /images/cafeworld/clickstove1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/clickstove1.bmp -------------------------------------------------------------------------------- /images/cafeworld/clickstove2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/clickstove2.bmp -------------------------------------------------------------------------------- /images/cafeworld/clickstove3-raw.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/clickstove3-raw.bmp -------------------------------------------------------------------------------- /images/cafeworld/clickstove3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/clickstove3.bmp -------------------------------------------------------------------------------- /images/cafeworld/clickstove8.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/clickstove8.bmp -------------------------------------------------------------------------------- /images/cafeworld/dirtystove.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/dirtystove.bmp -------------------------------------------------------------------------------- /images/cafeworld/dirtystove2-raw.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/dirtystove2-raw.bmp -------------------------------------------------------------------------------- /images/cafeworld/stove.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/stove.bmp -------------------------------------------------------------------------------- /images/cafeworld/stove2-raw.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/stove2-raw.bmp -------------------------------------------------------------------------------- /images/cafeworld/stove2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cafeworld/stove2.bmp -------------------------------------------------------------------------------- /images/chrome/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/chrome/Thumbs.db -------------------------------------------------------------------------------- /images/chrome/exportButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/chrome/exportButton.bmp -------------------------------------------------------------------------------- /images/chrome/extensions/pastebinIcon.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/chrome/extensions/pastebinIcon.bmp -------------------------------------------------------------------------------- /images/chrome/organizeMenu.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/chrome/organizeMenu.bmp -------------------------------------------------------------------------------- /images/chrome/reopenTabsIcon.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/chrome/reopenTabsIcon.bmp -------------------------------------------------------------------------------- /images/chrome/reopenTabsIcon2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/chrome/reopenTabsIcon2.bmp -------------------------------------------------------------------------------- /images/chrome/restoreTabsButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/chrome/restoreTabsButton.bmp -------------------------------------------------------------------------------- /images/chrome/restoreTabsButtonBg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/chrome/restoreTabsButtonBg.bmp -------------------------------------------------------------------------------- /images/chrome/restoreTabsButtonBgTbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/chrome/restoreTabsButtonBgTbar.bmp -------------------------------------------------------------------------------- /images/chrome/sadTabImage.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/chrome/sadTabImage.bmp -------------------------------------------------------------------------------- /images/cmd/OptionalCpanModule.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cmd/OptionalCpanModule.bmp -------------------------------------------------------------------------------- /images/cmd/PerlServerIsRunning.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cmd/PerlServerIsRunning.bmp -------------------------------------------------------------------------------- /images/cmd/Prompt(arrow).bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cmd/Prompt(arrow).bmp -------------------------------------------------------------------------------- /images/cmd/Prompt(dir).bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cmd/Prompt(dir).bmp -------------------------------------------------------------------------------- /images/cmd/Prompt(dir)lc.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cmd/Prompt(dir)lc.bmp -------------------------------------------------------------------------------- /images/cmd/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/cmd/Thumbs.db -------------------------------------------------------------------------------- /images/confluence/ConfluenceOverwriteButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/confluence/ConfluenceOverwriteButton.bmp -------------------------------------------------------------------------------- /images/confluence/ConfluenceOverwriteButtonXP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/confluence/ConfluenceOverwriteButtonXP.bmp -------------------------------------------------------------------------------- /images/confluence/ConfluenceSaveButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/confluence/ConfluenceSaveButton.bmp -------------------------------------------------------------------------------- /images/confluence/ConfluenceSaveButtonXP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/confluence/ConfluenceSaveButtonXP.bmp -------------------------------------------------------------------------------- /images/confluence/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/confluence/Thumbs.db -------------------------------------------------------------------------------- /images/faithConnector/AutomaticColor.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/faithConnector/AutomaticColor.bmp -------------------------------------------------------------------------------- /images/faithConnector/HighlightColorButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/faithConnector/HighlightColorButton.bmp -------------------------------------------------------------------------------- /images/faithConnector/New Text Document.txt: -------------------------------------------------------------------------------- 1 | sure seems like I can't get ahk to detect any of these images on faithconnector. must be because of the way that they are rendered. -------------------------------------------------------------------------------- /images/faithConnector/SaveButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/faithConnector/SaveButton.bmp -------------------------------------------------------------------------------- /images/faithConnector/TextColorButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/faithConnector/TextColorButton.bmp -------------------------------------------------------------------------------- /images/faithConnector/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/faithConnector/Thumbs.db -------------------------------------------------------------------------------- /images/farmville/FarmvilleMarket.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/farmville/FarmvilleMarket.bmp -------------------------------------------------------------------------------- /images/farmville/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/farmville/Thumbs.db -------------------------------------------------------------------------------- /images/firebug/ClearConsole.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firebug/ClearConsole.bmp -------------------------------------------------------------------------------- /images/firebug/ClearTypedText.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firebug/ClearTypedText.bmp -------------------------------------------------------------------------------- /images/firebug/ConsoleTab-old.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firebug/ConsoleTab-old.bmp -------------------------------------------------------------------------------- /images/firebug/ConsoleTab.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firebug/ConsoleTab.bmp -------------------------------------------------------------------------------- /images/firebug/ConsoleTab2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firebug/ConsoleTab2.bmp -------------------------------------------------------------------------------- /images/firebug/LoadedRoles.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firebug/LoadedRoles.bmp -------------------------------------------------------------------------------- /images/firebug/LoadedWelcome.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firebug/LoadedWelcome.bmp -------------------------------------------------------------------------------- /images/firebug/RunTypedText.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firebug/RunTypedText.bmp -------------------------------------------------------------------------------- /images/firebug/SelectCommandWindow.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firebug/SelectCommandWindow.bmp -------------------------------------------------------------------------------- /images/firebug/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firebug/Thumbs.db -------------------------------------------------------------------------------- /images/firebug/WelcomeTab.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firebug/WelcomeTab.bmp -------------------------------------------------------------------------------- /images/firebug/WelcomeTabBlue.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firebug/WelcomeTabBlue.bmp -------------------------------------------------------------------------------- /images/firebug/continueButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firebug/continueButton.bmp -------------------------------------------------------------------------------- /images/firebug/ellisLogo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firebug/ellisLogo.bmp -------------------------------------------------------------------------------- /images/firebug/reloadButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firebug/reloadButton.bmp -------------------------------------------------------------------------------- /images/firefly/AffidavitsTab.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/AffidavitsTab.bmp -------------------------------------------------------------------------------- /images/firefly/AffidavitsTab2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/AffidavitsTab2.bmp -------------------------------------------------------------------------------- /images/firefly/AffidavitsTab7.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/AffidavitsTab7.bmp -------------------------------------------------------------------------------- /images/firefly/HomeTab.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/HomeTab.bmp -------------------------------------------------------------------------------- /images/firefly/HomeTab7.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/HomeTab7.bmp -------------------------------------------------------------------------------- /images/firefly/InterOfficeNote.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/InterOfficeNote.bmp -------------------------------------------------------------------------------- /images/firefly/PropertyInformationButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/PropertyInformationButton.bmp -------------------------------------------------------------------------------- /images/firefly/ReadyToInvoiceNote.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/ReadyToInvoiceNote.bmp -------------------------------------------------------------------------------- /images/firefly/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/Thumbs.db -------------------------------------------------------------------------------- /images/firefly/closeTab.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/closeTab.bmp -------------------------------------------------------------------------------- /images/firefly/closeTab2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/closeTab2.bmp -------------------------------------------------------------------------------- /images/firefly/date/1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/1.bmp -------------------------------------------------------------------------------- /images/firefly/date/10.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/10.bmp -------------------------------------------------------------------------------- /images/firefly/date/11.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/11.bmp -------------------------------------------------------------------------------- /images/firefly/date/12.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/12.bmp -------------------------------------------------------------------------------- /images/firefly/date/13.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/13.bmp -------------------------------------------------------------------------------- /images/firefly/date/14.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/14.bmp -------------------------------------------------------------------------------- /images/firefly/date/15.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/15.bmp -------------------------------------------------------------------------------- /images/firefly/date/16.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/16.bmp -------------------------------------------------------------------------------- /images/firefly/date/17.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/17.bmp -------------------------------------------------------------------------------- /images/firefly/date/18.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/18.bmp -------------------------------------------------------------------------------- /images/firefly/date/19.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/19.bmp -------------------------------------------------------------------------------- /images/firefly/date/2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/2.bmp -------------------------------------------------------------------------------- /images/firefly/date/20.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/20.bmp -------------------------------------------------------------------------------- /images/firefly/date/2010.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/2010.bmp -------------------------------------------------------------------------------- /images/firefly/date/2011.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/2011.bmp -------------------------------------------------------------------------------- /images/firefly/date/2012.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/2012.bmp -------------------------------------------------------------------------------- /images/firefly/date/2013.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/2013.bmp -------------------------------------------------------------------------------- /images/firefly/date/2014.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/2014.bmp -------------------------------------------------------------------------------- /images/firefly/date/2015.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/2015.bmp -------------------------------------------------------------------------------- /images/firefly/date/2016.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/2016.bmp -------------------------------------------------------------------------------- /images/firefly/date/2017.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/2017.bmp -------------------------------------------------------------------------------- /images/firefly/date/2018.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/2018.bmp -------------------------------------------------------------------------------- /images/firefly/date/2019.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/2019.bmp -------------------------------------------------------------------------------- /images/firefly/date/2020.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/2020.bmp -------------------------------------------------------------------------------- /images/firefly/date/21.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/21.bmp -------------------------------------------------------------------------------- /images/firefly/date/22.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/22.bmp -------------------------------------------------------------------------------- /images/firefly/date/23.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/23.bmp -------------------------------------------------------------------------------- /images/firefly/date/24.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/24.bmp -------------------------------------------------------------------------------- /images/firefly/date/25.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/25.bmp -------------------------------------------------------------------------------- /images/firefly/date/26.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/26.bmp -------------------------------------------------------------------------------- /images/firefly/date/27.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/27.bmp -------------------------------------------------------------------------------- /images/firefly/date/28.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/28.bmp -------------------------------------------------------------------------------- /images/firefly/date/29.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/29.bmp -------------------------------------------------------------------------------- /images/firefly/date/3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/3.bmp -------------------------------------------------------------------------------- /images/firefly/date/30.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/30.bmp -------------------------------------------------------------------------------- /images/firefly/date/31.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/31.bmp -------------------------------------------------------------------------------- /images/firefly/date/4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/4.bmp -------------------------------------------------------------------------------- /images/firefly/date/5.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/5.bmp -------------------------------------------------------------------------------- /images/firefly/date/6.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/6.bmp -------------------------------------------------------------------------------- /images/firefly/date/7.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/7.bmp -------------------------------------------------------------------------------- /images/firefly/date/8.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/8.bmp -------------------------------------------------------------------------------- /images/firefly/date/9.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/9.bmp -------------------------------------------------------------------------------- /images/firefly/date/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/Thumbs.db -------------------------------------------------------------------------------- /images/firefly/date/monthWords1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/monthWords1.bmp -------------------------------------------------------------------------------- /images/firefly/date/monthWords10.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/monthWords10.bmp -------------------------------------------------------------------------------- /images/firefly/date/monthWords11.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/monthWords11.bmp -------------------------------------------------------------------------------- /images/firefly/date/monthWords12.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/monthWords12.bmp -------------------------------------------------------------------------------- /images/firefly/date/monthWords2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/monthWords2.bmp -------------------------------------------------------------------------------- /images/firefly/date/monthWords3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/monthWords3.bmp -------------------------------------------------------------------------------- /images/firefly/date/monthWords4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/monthWords4.bmp -------------------------------------------------------------------------------- /images/firefly/date/monthWords5.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/monthWords5.bmp -------------------------------------------------------------------------------- /images/firefly/date/monthWords6.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/monthWords6.bmp -------------------------------------------------------------------------------- /images/firefly/date/monthWords7.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/monthWords7.bmp -------------------------------------------------------------------------------- /images/firefly/date/monthWords8.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/monthWords8.bmp -------------------------------------------------------------------------------- /images/firefly/date/monthWords9.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/date/monthWords9.bmp -------------------------------------------------------------------------------- /images/firefly/dialog/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/dialog/Thumbs.db -------------------------------------------------------------------------------- /images/firefly/dialog/areYouSureYouWantToDeleteThisFeesEntry.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/dialog/areYouSureYouWantToDeleteThisFeesEntry.bmp -------------------------------------------------------------------------------- /images/firefly/dialog/okButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/dialog/okButton.bmp -------------------------------------------------------------------------------- /images/firefly/dialog/pleaseSelectAnOptionFromTheDropDown.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/dialog/pleaseSelectAnOptionFromTheDropDown.bmp -------------------------------------------------------------------------------- /images/firefly/dialog/selectedFeesEntryHasBeenDeletedSuccessfully.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/dialog/selectedFeesEntryHasBeenDeletedSuccessfully.bmp -------------------------------------------------------------------------------- /images/firefly/dialog/thereWasAnErrorHandlingYourCurrentAction.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/dialog/thereWasAnErrorHandlingYourCurrentAction.bmp -------------------------------------------------------------------------------- /images/firefly/dialog/wouldYouLikeToApproveThisJob.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/dialog/wouldYouLikeToApproveThisJob.bmp -------------------------------------------------------------------------------- /images/firefly/dialog/wouldYouLikeToContinueToApproveThisJob.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/dialog/wouldYouLikeToContinueToApproveThisJob.bmp -------------------------------------------------------------------------------- /images/firefly/dialogWhite/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/dialogWhite/Thumbs.db -------------------------------------------------------------------------------- /images/firefly/dialogWhite/thereWasAnErrorHandlingYourCurrentActionVM.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/dialogWhite/thereWasAnErrorHandlingYourCurrentActionVM.bmp -------------------------------------------------------------------------------- /images/firefly/exitFile.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/exitFile.bmp -------------------------------------------------------------------------------- /images/firefly/exitFileVM.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/exitFileVM.bmp -------------------------------------------------------------------------------- /images/firefly/expandJob.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/expandJob.bmp -------------------------------------------------------------------------------- /images/firefly/fees/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fees/Thumbs.db -------------------------------------------------------------------------------- /images/firefly/fees/addNewFee.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fees/addNewFee.bmp -------------------------------------------------------------------------------- /images/firefly/fees/addNewFee1VM.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fees/addNewFee1VM.bmp -------------------------------------------------------------------------------- /images/firefly/fees/addNewFee2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fees/addNewFee2.bmp -------------------------------------------------------------------------------- /images/firefly/fees/addNewFee3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fees/addNewFee3.bmp -------------------------------------------------------------------------------- /images/firefly/fees/addNewFee4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fees/addNewFee4.bmp -------------------------------------------------------------------------------- /images/firefly/fees/feeAmountField.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fees/feeAmountField.bmp -------------------------------------------------------------------------------- /images/firefly/fees/feeAmountFieldVM.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fees/feeAmountFieldVM.bmp -------------------------------------------------------------------------------- /images/firefly/fees/feeDescriptionField.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fees/feeDescriptionField.bmp -------------------------------------------------------------------------------- /images/firefly/fees/feeDescriptionFieldVM.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fees/feeDescriptionFieldVM.bmp -------------------------------------------------------------------------------- /images/firefly/fees/feeGroupField.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fees/feeGroupField.bmp -------------------------------------------------------------------------------- /images/firefly/fees/feeGroupFieldVM.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fees/feeGroupFieldVM.bmp -------------------------------------------------------------------------------- /images/firefly/fees/feesButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fees/feesButton.bmp -------------------------------------------------------------------------------- /images/firefly/fees/feesButtonVM.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fees/feesButtonVM.bmp -------------------------------------------------------------------------------- /images/firefly/fees/feesClose.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fees/feesClose.bmp -------------------------------------------------------------------------------- /images/firefly/fees/feesCloseVM.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fees/feesCloseVM.bmp -------------------------------------------------------------------------------- /images/firefly/fees/feesWindow.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fees/feesWindow.bmp -------------------------------------------------------------------------------- /images/firefly/fees/feesWindowVM.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fees/feesWindowVM.bmp -------------------------------------------------------------------------------- /images/firefly/fees/feesWizardWindow.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fees/feesWizardWindow.bmp -------------------------------------------------------------------------------- /images/firefly/fees/referenceNumber.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fees/referenceNumber.bmp -------------------------------------------------------------------------------- /images/firefly/fees/referenceNumberVM.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fees/referenceNumberVM.bmp -------------------------------------------------------------------------------- /images/firefly/fees/save.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fees/save.bmp -------------------------------------------------------------------------------- /images/firefly/fees/save1vm.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fees/save1vm.bmp -------------------------------------------------------------------------------- /images/firefly/fees/saveVM.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fees/saveVM.bmp -------------------------------------------------------------------------------- /images/firefly/fees/testing.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fees/testing.bmp -------------------------------------------------------------------------------- /images/firefly/fileInUseVM.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fileInUseVM.bmp -------------------------------------------------------------------------------- /images/firefly/fileSearch.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fileSearch.bmp -------------------------------------------------------------------------------- /images/firefly/fileSearchScreen.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fileSearchScreen.bmp -------------------------------------------------------------------------------- /images/firefly/fileSearchScreenVM.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/fileSearchScreenVM.bmp -------------------------------------------------------------------------------- /images/firefly/full-screenshots.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/full-screenshots.7z -------------------------------------------------------------------------------- /images/firefly/noteWizardWindow.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/noteWizardWindow.bmp -------------------------------------------------------------------------------- /images/firefly/pinWindow.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/pinWindow.bmp -------------------------------------------------------------------------------- /images/firefly/pinWindow2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/pinWindow2.bmp -------------------------------------------------------------------------------- /images/firefly/propertyInformationButtonVM.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/propertyInformationButtonVM.bmp -------------------------------------------------------------------------------- /images/firefly/queueIsLoaded.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/queueIsLoaded.bmp -------------------------------------------------------------------------------- /images/firefly/screenshot-noRefNumSearchResults.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/screenshot-noRefNumSearchResults.bmp -------------------------------------------------------------------------------- /images/firefly/screenshot-oneRefNumSearchResult.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/screenshot-oneRefNumSearchResult.bmp -------------------------------------------------------------------------------- /images/firefly/servicePicturesButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/servicePicturesButton.bmp -------------------------------------------------------------------------------- /images/firefly/servicePicturesButtonVM.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/servicePicturesButtonVM.bmp -------------------------------------------------------------------------------- /images/firefly/topOfPage.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/topOfPage.bmp -------------------------------------------------------------------------------- /images/firefly/topOfPage2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/topOfPage2.bmp -------------------------------------------------------------------------------- /images/firefly/topOfPageVM.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/topOfPageVM.bmp -------------------------------------------------------------------------------- /images/firefly/veryTopOfPage.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/firefly/veryTopOfPage.bmp -------------------------------------------------------------------------------- /images/gmail/ReconnectWidget7.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/gmail/ReconnectWidget7.bmp -------------------------------------------------------------------------------- /images/gmail/ReconnectWidget72.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/gmail/ReconnectWidget72.bmp -------------------------------------------------------------------------------- /images/gmail/ReconnectWidgetXP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/gmail/ReconnectWidgetXP.bmp -------------------------------------------------------------------------------- /images/gmail/ReconnectWidgetXP2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/gmail/ReconnectWidgetXP2.bmp -------------------------------------------------------------------------------- /images/gmail/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/gmail/Thumbs.db -------------------------------------------------------------------------------- /images/googleVoice/sendButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/googleVoice/sendButton.bmp -------------------------------------------------------------------------------- /images/googleVoice/textMessage.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/googleVoice/textMessage.bmp -------------------------------------------------------------------------------- /images/iMacros/LoadButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/iMacros/LoadButton.bmp -------------------------------------------------------------------------------- /images/iMacros/PlayButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/iMacros/PlayButton.bmp -------------------------------------------------------------------------------- /images/iMacros/PlayTab.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/iMacros/PlayTab.bmp -------------------------------------------------------------------------------- /images/iMacros/RecordTab.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/iMacros/RecordTab.bmp -------------------------------------------------------------------------------- /images/iMacros/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/iMacros/Thumbs.db -------------------------------------------------------------------------------- /images/iMacros/iMacrosIcon.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/iMacros/iMacrosIcon.bmp -------------------------------------------------------------------------------- /images/iMacros/iMacrosIcon2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/iMacros/iMacrosIcon2.bmp -------------------------------------------------------------------------------- /images/iMacros/iMacrosLargeLogo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/iMacros/iMacrosLargeLogo.bmp -------------------------------------------------------------------------------- /images/iMacros/iMacrosLargeLogo2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/iMacros/iMacrosLargeLogo2.bmp -------------------------------------------------------------------------------- /images/iMacros/iMacrosText.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/iMacros/iMacrosText.bmp -------------------------------------------------------------------------------- /images/iRacing/joinSessionButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/iRacing/joinSessionButton.bmp -------------------------------------------------------------------------------- /images/iRacing/youAreEligible.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/iRacing/youAreEligible.bmp -------------------------------------------------------------------------------- /images/iRacing/youDoNotQualify.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/iRacing/youDoNotQualify.bmp -------------------------------------------------------------------------------- /images/ieDebug/MultiLineModeButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/ieDebug/MultiLineModeButton.bmp -------------------------------------------------------------------------------- /images/ieDebug/RunScriptButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/ieDebug/RunScriptButton.bmp -------------------------------------------------------------------------------- /images/ieDebug/ScriptTab.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/ieDebug/ScriptTab.bmp -------------------------------------------------------------------------------- /images/ieDebug/ScriptTextbox.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/ieDebug/ScriptTextbox.bmp -------------------------------------------------------------------------------- /images/ieDebug/StopDebuggingButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/ieDebug/StopDebuggingButton.bmp -------------------------------------------------------------------------------- /images/ieDebug/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/ieDebug/Thumbs.db -------------------------------------------------------------------------------- /images/jira/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/jira/Thumbs.db -------------------------------------------------------------------------------- /images/jira/UpdateButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/jira/UpdateButton.bmp -------------------------------------------------------------------------------- /images/lastfm/ResumeButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/lastfm/ResumeButton.bmp -------------------------------------------------------------------------------- /images/lastfm/SaveButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/lastfm/SaveButton.bmp -------------------------------------------------------------------------------- /images/lastfm/Stop.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/lastfm/Stop.bmp -------------------------------------------------------------------------------- /images/lastfm/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/lastfm/Thumbs.db -------------------------------------------------------------------------------- /images/mint/LoginButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/mint/LoginButton.bmp -------------------------------------------------------------------------------- /images/mint/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/mint/Thumbs.db -------------------------------------------------------------------------------- /images/mint/UpdateAccountsButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/mint/UpdateAccountsButton.bmp -------------------------------------------------------------------------------- /images/mint/exportAllTransactions.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/mint/exportAllTransactions.bmp -------------------------------------------------------------------------------- /images/mint/exportAllTransactionsXP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/mint/exportAllTransactionsXP.bmp -------------------------------------------------------------------------------- /images/nfsw/NextButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/nfsw/NextButton.bmp -------------------------------------------------------------------------------- /images/nfsw/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/nfsw/Thumbs.db -------------------------------------------------------------------------------- /images/nr2003/BlazinPedals.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/nr2003/BlazinPedals.bmp -------------------------------------------------------------------------------- /images/nr2003/LaunchRace.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/nr2003/LaunchRace.bmp -------------------------------------------------------------------------------- /images/nr2003/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/nr2003/Thumbs.db -------------------------------------------------------------------------------- /images/pgAdmin/Backup.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/pgAdmin/Backup.bmp -------------------------------------------------------------------------------- /images/pgAdmin/Disconnect.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/pgAdmin/Disconnect.bmp -------------------------------------------------------------------------------- /images/pgAdmin/FL.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/pgAdmin/FL.bmp -------------------------------------------------------------------------------- /images/pgAdmin/FL_dev.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/pgAdmin/FL_dev.bmp -------------------------------------------------------------------------------- /images/pgAdmin/FL_live_as_owner.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/pgAdmin/FL_live_as_owner.bmp -------------------------------------------------------------------------------- /images/pgAdmin/OpenDbConnection.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/pgAdmin/OpenDbConnection.bmp -------------------------------------------------------------------------------- /images/pgAdmin/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/pgAdmin/Thumbs.db -------------------------------------------------------------------------------- /images/pgAdmin/ViewDataInTable.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/pgAdmin/ViewDataInTable.bmp -------------------------------------------------------------------------------- /images/pidgin/chanservInvitation.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/pidgin/chanservInvitation.bmp -------------------------------------------------------------------------------- /images/plantsZombies/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/plantsZombies/Thumbs.db -------------------------------------------------------------------------------- /images/plantsZombies/sun.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/plantsZombies/sun.bmp -------------------------------------------------------------------------------- /images/restaurantcity/Add100PercentHealth.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/restaurantcity/Add100PercentHealth.bmp -------------------------------------------------------------------------------- /images/restaurantcity/Add25PercentHealth.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/restaurantcity/Add25PercentHealth.bmp -------------------------------------------------------------------------------- /images/restaurantcity/Add50PercentHealth.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/restaurantcity/Add50PercentHealth.bmp -------------------------------------------------------------------------------- /images/restaurantcity/Add75PercentHealth.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/restaurantcity/Add75PercentHealth.bmp -------------------------------------------------------------------------------- /images/restaurantcity/InviteFriends.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/restaurantcity/InviteFriends.bmp -------------------------------------------------------------------------------- /images/restaurantcity/NextEmployee.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/restaurantcity/NextEmployee.bmp -------------------------------------------------------------------------------- /images/restaurantcity/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/restaurantcity/Thumbs.db -------------------------------------------------------------------------------- /images/restaurantcity/XInviteFriends.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/restaurantcity/XInviteFriends.bmp -------------------------------------------------------------------------------- /images/sms1/addAccount.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/sms1/addAccount.bmp -------------------------------------------------------------------------------- /images/smsLobby/NascarSimWorld.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/smsLobby/NascarSimWorld.bmp -------------------------------------------------------------------------------- /images/smsLobby/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/smsLobby/Thumbs.db -------------------------------------------------------------------------------- /images/ssms/DropdownDefaultSelected.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/ssms/DropdownDefaultSelected.bmp -------------------------------------------------------------------------------- /images/ssms/EpmsDb.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/ssms/EpmsDb.bmp -------------------------------------------------------------------------------- /images/ssms/NewQueryButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/ssms/NewQueryButton.bmp -------------------------------------------------------------------------------- /images/ssms/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/ssms/Thumbs.db -------------------------------------------------------------------------------- /images/teamspeak/ConnectedToServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/teamspeak/ConnectedToServer.bmp -------------------------------------------------------------------------------- /images/teamspeak/ReadyToSwitchChannels.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/teamspeak/ReadyToSwitchChannels.bmp -------------------------------------------------------------------------------- /images/teamspeak/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/teamspeak/Thumbs.db -------------------------------------------------------------------------------- /images/teamspeak2/RacingRoom.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/teamspeak2/RacingRoom.bmp -------------------------------------------------------------------------------- /images/teamspeak2/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/teamspeak2/Thumbs.db -------------------------------------------------------------------------------- /images/usaa/20101130151503LogOnButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/usaa/20101130151503LogOnButton.bmp -------------------------------------------------------------------------------- /images/usaa/20101130151611NextButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/usaa/20101130151611NextButton.bmp -------------------------------------------------------------------------------- /images/usaa/ExportButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/usaa/ExportButton.bmp -------------------------------------------------------------------------------- /images/usaa/ExportTab.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/usaa/ExportTab.bmp -------------------------------------------------------------------------------- /images/usaa/GreenButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/usaa/GreenButton.bmp -------------------------------------------------------------------------------- /images/usaa/GreenButton2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/usaa/GreenButton2.bmp -------------------------------------------------------------------------------- /images/usaa/LogOnButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/usaa/LogOnButton.bmp -------------------------------------------------------------------------------- /images/usaa/Logo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/usaa/Logo.bmp -------------------------------------------------------------------------------- /images/usaa/Logo2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/usaa/Logo2.bmp -------------------------------------------------------------------------------- /images/usaa/Logo3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/usaa/Logo3.bmp -------------------------------------------------------------------------------- /images/usaa/MemberAccessButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/usaa/MemberAccessButton.bmp -------------------------------------------------------------------------------- /images/usaa/NextButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/usaa/NextButton.bmp -------------------------------------------------------------------------------- /images/usaa/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/usaa/Thumbs.db -------------------------------------------------------------------------------- /images/usaa/ggLogOnButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/usaa/ggLogOnButton.bmp -------------------------------------------------------------------------------- /images/usaa/ggNextButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/usaa/ggNextButton.bmp -------------------------------------------------------------------------------- /images/vim/MenuPaste.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/vim/MenuPaste.bmp -------------------------------------------------------------------------------- /images/vim/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/vim/Thumbs.db -------------------------------------------------------------------------------- /images/win7/continueWithoutScanning.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/win7/continueWithoutScanning.bmp -------------------------------------------------------------------------------- /images/win7/doYouWantToScanAndFixFlashDrive.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/win7/doYouWantToScanAndFixFlashDrive.bmp -------------------------------------------------------------------------------- /images/windows/CloseTrayQuoteBubble.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/windows/CloseTrayQuoteBubble.bmp -------------------------------------------------------------------------------- /images/windows/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/images/windows/Thumbs.db -------------------------------------------------------------------------------- /ircclient/ircClient.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/ircclient/ircClient.zip -------------------------------------------------------------------------------- /nopaste.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | #include thirdParty/todWulff.ahk 3 | 4 | ;Paste a url, rather than lots of text 5 | 6 | ;TODO parse the paste and figure out if it's ahk, perl, js, ini, diff or whatever 7 | theClipboard:=Clipboard 8 | url := Paste2(theClipboard, "Paste from camerb") 9 | SendViaClipboard(url) 10 | debug(theClipboard) 11 | -------------------------------------------------------------------------------- /out.txt: -------------------------------------------------------------------------------- 1 | 2011-11-28_00-01-19 -------------------------------------------------------------------------------- /restart.ahk: -------------------------------------------------------------------------------- 1 | ;Restart 2 | 3 | #include FcnLib.ahk 4 | 5 | SpiffyMute() 6 | CloseDifficultAppsAllScreens() 7 | Shutdown 2 8 | -------------------------------------------------------------------------------- /shutdown.ahk: -------------------------------------------------------------------------------- 1 | ;Shutdown 2 | 3 | #include FcnLib.ahk 4 | 5 | CloseDifficultAppsAllScreens() 6 | Shutdown 9 7 | -------------------------------------------------------------------------------- /sidebar_config.ini: -------------------------------------------------------------------------------- 1 | [TimeWidget.ahk] 2 | x=233 3 | y=500 4 | width=0 5 | height=0 6 | [RemoteWidget2.ahk] 7 | x=233 8 | y=500 -------------------------------------------------------------------------------- /sleep.ahk: -------------------------------------------------------------------------------- 1 | ;Put the PC in Sleep Mode 2 | 3 | DllCall("PowrProf\SetSuspendState", "int", 0, "int", 0, "int", 0) 4 | -------------------------------------------------------------------------------- /template.ahk: -------------------------------------------------------------------------------- 1 | #include FcnLib.ahk 2 | 3 | 4 | -------------------------------------------------------------------------------- /thirdParty/AhkArena/1.2/AHKarena_v1.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/AhkArena/1.2/AHKarena_v1.2.zip -------------------------------------------------------------------------------- /thirdParty/AhkArena/1.2/AllUnitList.txt: -------------------------------------------------------------------------------- 1 | liquidgravityd_1_1|camerb_1_2|camerb_2_3|camerb_2_5|liquidgravityd_5_6|camerb_4_7|liquidgravityd_4_8|camerb_5_9|liquidgravityd_1_10|liquidgravityd_2_11|liquidgravityd_2_12| -------------------------------------------------------------------------------- /thirdParty/AhkArena/older/proposed2.0/AHKarena_v2.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/AhkArena/older/proposed2.0/AHKarena_v2.0.zip -------------------------------------------------------------------------------- /thirdParty/AhkArena/older/proposed2.0/AllUnitlist.txt: -------------------------------------------------------------------------------- 1 | Morpha_1_1|Lagos_1_2|Lagos_2_3|Morpha_2_4| -------------------------------------------------------------------------------- /thirdParty/AhkArena/older/temporary9.ahk: -------------------------------------------------------------------------------- 1 | msgbox, yoR 2 | Run, C:\Dropbox\AHKs\thirdParty\AhkArena\AHKarena_v1.2.ahk 3 | -------------------------------------------------------------------------------- /thirdParty/ConnectedToInternet.ahk: -------------------------------------------------------------------------------- 1 | ; How to find Internet Connection Status? by SKAN 2 | ; http://www.autohotkey.com/forum/viewtopic.php?p=60892#60892 3 | ConnectedToInternet(flag=0x40) { 4 | Return DllCall("Wininet.dll\InternetGetConnectedState", "Str", flag,"Int",0) 5 | } 6 | -------------------------------------------------------------------------------- /thirdParty/DeluxeClipboard.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/DeluxeClipboard.ahk -------------------------------------------------------------------------------- /thirdParty/Dock.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Dock.ahk -------------------------------------------------------------------------------- /thirdParty/DockA.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/DockA.ahk -------------------------------------------------------------------------------- /thirdParty/Eval.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Eval.ahk -------------------------------------------------------------------------------- /thirdParty/HTTPRequest.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/HTTPRequest.ahk -------------------------------------------------------------------------------- /thirdParty/MCode.ahk: -------------------------------------------------------------------------------- 1 | ; Machine code functions: Bit Wizardry by Laszlo 2 | ; http://www.autohotkey.com/forum/viewtopic.php?t=21172 3 | MCode(ByRef code, hex) { ; allocate memory and write Machine Code there 4 | VarSetCapacity(code,StrLen(hex)//2) 5 | Loop % StrLen(hex)//2 6 | NumPut("0x" . SubStr(hex,2*A_Index-1,2), code, A_Index-1, "Char") 7 | } -------------------------------------------------------------------------------- /thirdParty/Rebar.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Rebar.ahk -------------------------------------------------------------------------------- /thirdParty/Recorder.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Recorder.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/OCR.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/OCR.zip -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/OCR/cmdstub.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/OCR/cmdstub.exe -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/OCR/djpeg.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/OCR/djpeg.exe -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/OCR/gocr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/OCR/gocr.exe -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/cmdret.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/cmdret.dll -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/cmdstub.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/cmdstub.exe -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/djpeg.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/djpeg.exe -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/gocr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/gocr.exe -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/ConnectedToInternet.ahk: -------------------------------------------------------------------------------- 1 | ; How to find Internet Connection Status? by SKAN 2 | ; http://www.autohotkey.com/forum/viewtopic.php?p=60892#60892 3 | ConnectedToInternet(flag=0x40) { 4 | Return DllCall("Wininet.dll\InternetGetConnectedState", "Str", flag,"Int",0) 5 | } 6 | -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/DeluxeClipboard.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/DeluxeClipboard.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/Dock.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/Dock.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/DockA.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/DockA.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/Eval.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/Eval.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/MCode.ahk: -------------------------------------------------------------------------------- 1 | ; Machine code functions: Bit Wizardry by Laszlo 2 | ; http://www.autohotkey.com/forum/viewtopic.php?t=21172 3 | MCode(ByRef code, hex) { ; allocate memory and write Machine Code there 4 | VarSetCapacity(code,StrLen(hex)//2) 5 | Loop % StrLen(hex)//2 6 | NumPut("0x" . SubStr(hex,2*A_Index-1,2), code, A_Index-1, "Char") 7 | } -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/Rebar.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/Rebar.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/Recorder.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/Recorder.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/RichEdit.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/RichEdit.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/Splitter.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/Splitter.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/StrX.ahk: -------------------------------------------------------------------------------- 1 | ; Auto-Parser for XML / HTML by SKAN 2 | StrX( H, BS="",BO=0,BT=1, ES="",EO=0,ET=1, ByRef N="" ) { ; | by Skan | 19-Nov-2009 3 | Return SubStr(H,P:=(((Z:=StrLen(ES))+(X:=StrLen(H))+StrLen(BS)-Z-X)?((T:=InStr(H,BS,0,((BO 4 | <0)?(1):(BO))))?(T+BT):(X+1)):(1)),(N:=P+((Z)?((T:=InStr(H,ES,0,((EO)?(P+1):(0))))?(T-P+Z 5 | +(0-ET)):(X+P)):(X)))-P) ; v1.0-196c 21-Nov-2009 www.autohotkey.com/forum/topic51354.html 6 | } -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/ThousandsSep.ahk: -------------------------------------------------------------------------------- 1 | ; Add Thousands Separator by infogulch 2 | ; http://www.autohotkey.com/forum/topic54149.html 3 | ThousandsSep(x, s=",") { 4 | return RegExReplace(x, "(?(?<=\.)(*COMMIT)(*FAIL))\d(?=(\d{3})+(\D|$))", "$0" s) 5 | } 6 | ; old version: RegExReplace(x, "(?(?<=\.)(*COMMIT)(*FAIL))(?<=\d)(\d{3})(?=(?:\d{3})*+(?:$|\.))", ",$1") -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/ToolTip.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/ToolTip.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/UnHTM.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/UnHTM.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/cmdret.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/cmdret.dll -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/cmdret_dll.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/cmdret_dll.zip -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/cmdstub.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/cmdstub.exe -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/djpeg.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/djpeg.exe -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/fileIsBinary.ahk: -------------------------------------------------------------------------------- 1 | ; Returns True if file content contains binary zeros. 2 | ; Textfiles never contain null. 3 | ; http://www.autohotkey.com/forum/viewtopic.php?p=320069#320069 4 | fileIsBinary(_filePath) 5 | { 6 | FileGetSize, data_size, %_filePath% 7 | FileRead, data, %_filePath% 8 | return (data_size != StrLen(data)) 9 | } -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/gocr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/gocr.exe -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/msTill.ahk: -------------------------------------------------------------------------------- 1 | ; Get milliseconds from a 4 to 6 digit time "hhmmss or "hhmmss" 2 | ; by None 3 | ; http://www.autohotkey.com/forum/viewtopic.php?p=340991#340991 4 | msTill(Time) { 5 | ST_Hour:=SubStr(Time, 1 ,2) 6 | ST_Min:=SubStr(Time, 3 ,2) 7 | ST_Sec:=(SubStr(Time, 5 ,2)<>"" ? SubStr(Time, 5 ,2) : "00") 8 | STime:=(((ST_Hour-A_Hour)*60+(ST_Min-A_Min))*60+(ST_Sec-A_Sec))*1000 9 | STime:=STime<0 ? STime+86400000 : STime 10 | Return %STime% 11 | } -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/pgArray.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/pgArray.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/rand.ahk: -------------------------------------------------------------------------------- 1 | ; Random command wrapper by [VxE] 2 | ; http://www.autohotkey.com/forum/viewtopic.php?p=333325#333325 3 | Rand( a=0.0, b=1 ) { 4 | IfEqual,a,,Random,,% r := b = 1 ? Rand(0,0xFFFFFFFF) : b 5 | Else Random,r,a,b 6 | Return r 7 | } -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/regionGetColor.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/regionGetColor.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/strTail.ahk: -------------------------------------------------------------------------------- 1 | ; StrTail: Return the last lines of string by Tuncay 2 | ; http://www.autohotkey.com/forum/viewtopic.php?p=262371#262371 3 | ; Creative Commons Attribution 3.0 Unported, http://creativecommons.org/licenses/by/3.0/ 4 | strTail(_Str, _LineNum = 1) 5 | { 6 | StringGetPos, Pos, _Str, `n, R%_LineNum% 7 | StringTrimLeft, _Str, _Str, % ++Pos 8 | Return _Str 9 | } 10 | 11 | ; Here is one getting last line only and optimized for speed. 12 | strTail_last(ByRef _Str) { 13 | Return SubStr(_Str,InStr(_Str,"`n",False,0)+1) 14 | } 15 | -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/xpath.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-56-52/thirdParty/xpath.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/OCR.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/OCR.zip -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/OCR/cmdstub.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/OCR/cmdstub.exe -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/OCR/djpeg.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/OCR/djpeg.exe -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/OCR/gocr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/OCR/gocr.exe -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/cmdret.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/cmdret.dll -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/cmdstub.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/cmdstub.exe -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/djpeg.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/djpeg.exe -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/gocr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/gocr.exe -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/ConnectedToInternet.ahk: -------------------------------------------------------------------------------- 1 | ; How to find Internet Connection Status? by SKAN 2 | ; http://www.autohotkey.com/forum/viewtopic.php?p=60892#60892 3 | ConnectedToInternet(flag=0x40) { 4 | Return DllCall("Wininet.dll\InternetGetConnectedState", "Str", flag,"Int",0) 5 | } 6 | -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/DeluxeClipboard.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/DeluxeClipboard.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/Dock.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/Dock.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/DockA.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/DockA.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/Eval.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/Eval.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/MCode.ahk: -------------------------------------------------------------------------------- 1 | ; Machine code functions: Bit Wizardry by Laszlo 2 | ; http://www.autohotkey.com/forum/viewtopic.php?t=21172 3 | MCode(ByRef code, hex) { ; allocate memory and write Machine Code there 4 | VarSetCapacity(code,StrLen(hex)//2) 5 | Loop % StrLen(hex)//2 6 | NumPut("0x" . SubStr(hex,2*A_Index-1,2), code, A_Index-1, "Char") 7 | } -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/Rebar.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/Rebar.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/Recorder.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/Recorder.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/RichEdit.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/RichEdit.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/Splitter.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/Splitter.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/StrX.ahk: -------------------------------------------------------------------------------- 1 | ; Auto-Parser for XML / HTML by SKAN 2 | StrX( H, BS="",BO=0,BT=1, ES="",EO=0,ET=1, ByRef N="" ) { ; | by Skan | 19-Nov-2009 3 | Return SubStr(H,P:=(((Z:=StrLen(ES))+(X:=StrLen(H))+StrLen(BS)-Z-X)?((T:=InStr(H,BS,0,((BO 4 | <0)?(1):(BO))))?(T+BT):(X+1)):(1)),(N:=P+((Z)?((T:=InStr(H,ES,0,((EO)?(P+1):(0))))?(T-P+Z 5 | +(0-ET)):(X+P)):(X)))-P) ; v1.0-196c 21-Nov-2009 www.autohotkey.com/forum/topic51354.html 6 | } -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/ThousandsSep.ahk: -------------------------------------------------------------------------------- 1 | ; Add Thousands Separator by infogulch 2 | ; http://www.autohotkey.com/forum/topic54149.html 3 | ThousandsSep(x, s=",") { 4 | return RegExReplace(x, "(?(?<=\.)(*COMMIT)(*FAIL))\d(?=(\d{3})+(\D|$))", "$0" s) 5 | } 6 | ; old version: RegExReplace(x, "(?(?<=\.)(*COMMIT)(*FAIL))(?<=\d)(\d{3})(?=(?:\d{3})*+(?:$|\.))", ",$1") -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/ToolTip.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/ToolTip.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/UnHTM.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/UnHTM.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/cmdret.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/cmdret.dll -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/cmdret_dll.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/cmdret_dll.zip -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/cmdstub.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/cmdstub.exe -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/djpeg.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/djpeg.exe -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/fileIsBinary.ahk: -------------------------------------------------------------------------------- 1 | ; Returns True if file content contains binary zeros. 2 | ; Textfiles never contain null. 3 | ; http://www.autohotkey.com/forum/viewtopic.php?p=320069#320069 4 | fileIsBinary(_filePath) 5 | { 6 | FileGetSize, data_size, %_filePath% 7 | FileRead, data, %_filePath% 8 | return (data_size != StrLen(data)) 9 | } -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/gocr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/gocr.exe -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/msTill.ahk: -------------------------------------------------------------------------------- 1 | ; Get milliseconds from a 4 to 6 digit time "hhmmss or "hhmmss" 2 | ; by None 3 | ; http://www.autohotkey.com/forum/viewtopic.php?p=340991#340991 4 | msTill(Time) { 5 | ST_Hour:=SubStr(Time, 1 ,2) 6 | ST_Min:=SubStr(Time, 3 ,2) 7 | ST_Sec:=(SubStr(Time, 5 ,2)<>"" ? SubStr(Time, 5 ,2) : "00") 8 | STime:=(((ST_Hour-A_Hour)*60+(ST_Min-A_Min))*60+(ST_Sec-A_Sec))*1000 9 | STime:=STime<0 ? STime+86400000 : STime 10 | Return %STime% 11 | } -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/pgArray.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/pgArray.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/rand.ahk: -------------------------------------------------------------------------------- 1 | ; Random command wrapper by [VxE] 2 | ; http://www.autohotkey.com/forum/viewtopic.php?p=333325#333325 3 | Rand( a=0.0, b=1 ) { 4 | IfEqual,a,,Random,,% r := b = 1 ? Rand(0,0xFFFFFFFF) : b 5 | Else Random,r,a,b 6 | Return r 7 | } -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/regionGetColor.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/regionGetColor.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/xpath.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-03_17-57-11 broken, but it seemed like the right direction/thirdParty/xpath.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/OCR.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/OCR.zip -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/OCR/cmdstub.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/OCR/cmdstub.exe -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/OCR/djpeg.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/OCR/djpeg.exe -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/OCR/gocr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/OCR/gocr.exe -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/ResultImage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/ResultImage.jpg -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/cmdret.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/cmdret.dll -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/cmdstub.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/cmdstub.exe -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/djpeg.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/djpeg.exe -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/gocr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/gocr.exe -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/ConnectedToInternet.ahk: -------------------------------------------------------------------------------- 1 | ; How to find Internet Connection Status? by SKAN 2 | ; http://www.autohotkey.com/forum/viewtopic.php?p=60892#60892 3 | ConnectedToInternet(flag=0x40) { 4 | Return DllCall("Wininet.dll\InternetGetConnectedState", "Str", flag,"Int",0) 5 | } 6 | -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/DeluxeClipboard.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/DeluxeClipboard.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/Dock.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/Dock.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/DockA.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/DockA.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/Eval.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/Eval.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/MCode.ahk: -------------------------------------------------------------------------------- 1 | ; Machine code functions: Bit Wizardry by Laszlo 2 | ; http://www.autohotkey.com/forum/viewtopic.php?t=21172 3 | MCode(ByRef code, hex) { ; allocate memory and write Machine Code there 4 | VarSetCapacity(code,StrLen(hex)//2) 5 | Loop % StrLen(hex)//2 6 | NumPut("0x" . SubStr(hex,2*A_Index-1,2), code, A_Index-1, "Char") 7 | } -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/Rebar.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/Rebar.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/Recorder.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/Recorder.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/RichEdit.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/RichEdit.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/Splitter.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/Splitter.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/StrX.ahk: -------------------------------------------------------------------------------- 1 | ; Auto-Parser for XML / HTML by SKAN 2 | StrX( H, BS="",BO=0,BT=1, ES="",EO=0,ET=1, ByRef N="" ) { ; | by Skan | 19-Nov-2009 3 | Return SubStr(H,P:=(((Z:=StrLen(ES))+(X:=StrLen(H))+StrLen(BS)-Z-X)?((T:=InStr(H,BS,0,((BO 4 | <0)?(1):(BO))))?(T+BT):(X+1)):(1)),(N:=P+((Z)?((T:=InStr(H,ES,0,((EO)?(P+1):(0))))?(T-P+Z 5 | +(0-ET)):(X+P)):(X)))-P) ; v1.0-196c 21-Nov-2009 www.autohotkey.com/forum/topic51354.html 6 | } -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/ThousandsSep.ahk: -------------------------------------------------------------------------------- 1 | ; Add Thousands Separator by infogulch 2 | ; http://www.autohotkey.com/forum/topic54149.html 3 | ThousandsSep(x, s=",") { 4 | return RegExReplace(x, "(?(?<=\.)(*COMMIT)(*FAIL))\d(?=(\d{3})+(\D|$))", "$0" s) 5 | } 6 | ; old version: RegExReplace(x, "(?(?<=\.)(*COMMIT)(*FAIL))(?<=\d)(\d{3})(?=(?:\d{3})*+(?:$|\.))", ",$1") -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/ToolTip.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/ToolTip.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/UnHTM.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/UnHTM.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/cmdret.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/cmdret.dll -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/cmdret_dll.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/cmdret_dll.zip -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/cmdstub.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/cmdstub.exe -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/djpeg.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/djpeg.exe -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/fileIsBinary.ahk: -------------------------------------------------------------------------------- 1 | ; Returns True if file content contains binary zeros. 2 | ; Textfiles never contain null. 3 | ; http://www.autohotkey.com/forum/viewtopic.php?p=320069#320069 4 | fileIsBinary(_filePath) 5 | { 6 | FileGetSize, data_size, %_filePath% 7 | FileRead, data, %_filePath% 8 | return (data_size != StrLen(data)) 9 | } -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/gocr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/gocr.exe -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/msTill.ahk: -------------------------------------------------------------------------------- 1 | ; Get milliseconds from a 4 to 6 digit time "hhmmss or "hhmmss" 2 | ; by None 3 | ; http://www.autohotkey.com/forum/viewtopic.php?p=340991#340991 4 | msTill(Time) { 5 | ST_Hour:=SubStr(Time, 1 ,2) 6 | ST_Min:=SubStr(Time, 3 ,2) 7 | ST_Sec:=(SubStr(Time, 5 ,2)<>"" ? SubStr(Time, 5 ,2) : "00") 8 | STime:=(((ST_Hour-A_Hour)*60+(ST_Min-A_Min))*60+(ST_Sec-A_Sec))*1000 9 | STime:=STime<0 ? STime+86400000 : STime 10 | Return %STime% 11 | } -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/pgArray.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/pgArray.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/rand.ahk: -------------------------------------------------------------------------------- 1 | ; Random command wrapper by [VxE] 2 | ; http://www.autohotkey.com/forum/viewtopic.php?p=333325#333325 3 | Rand( a=0.0, b=1 ) { 4 | IfEqual,a,,Random,,% r := b = 1 ? Rand(0,0xFFFFFFFF) : b 5 | Else Random,r,a,b 6 | Return r 7 | } -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/regionGetColor.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/regionGetColor.ahk -------------------------------------------------------------------------------- /thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/xpath.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Revertion Archive/camerb-ocr-function/2011-08-08_13-47-51 works, but without the functionality i wanted/thirdParty/xpath.ahk -------------------------------------------------------------------------------- /thirdParty/RichEdit.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/RichEdit.ahk -------------------------------------------------------------------------------- /thirdParty/ShowOCRUnderMouse/cmdret.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/ShowOCRUnderMouse/cmdret.dll -------------------------------------------------------------------------------- /thirdParty/ShowOCRUnderMouse/cmdstub.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/ShowOCRUnderMouse/cmdstub.exe -------------------------------------------------------------------------------- /thirdParty/ShowOCRUnderMouse/djpeg.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/ShowOCRUnderMouse/djpeg.exe -------------------------------------------------------------------------------- /thirdParty/ShowOCRUnderMouse/gocr-orig.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/ShowOCRUnderMouse/gocr-orig.exe -------------------------------------------------------------------------------- /thirdParty/ShowOCRUnderMouse/gocr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/ShowOCRUnderMouse/gocr.exe -------------------------------------------------------------------------------- /thirdParty/Splitter.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/Splitter.ahk -------------------------------------------------------------------------------- /thirdParty/StrX.ahk: -------------------------------------------------------------------------------- 1 | ; Auto-Parser for XML / HTML by SKAN 2 | StrX( H, BS="",BO=0,BT=1, ES="",EO=0,ET=1, ByRef N="" ) { ; | by Skan | 19-Nov-2009 3 | Return SubStr(H,P:=(((Z:=StrLen(ES))+(X:=StrLen(H))+StrLen(BS)-Z-X)?((T:=InStr(H,BS,0,((BO 4 | <0)?(1):(BO))))?(T+BT):(X+1)):(1)),(N:=P+((Z)?((T:=InStr(H,ES,0,((EO)?(P+1):(0))))?(T-P+Z 5 | +(0-ET)):(X+P)):(X)))-P) ; v1.0-196c 21-Nov-2009 www.autohotkey.com/forum/topic51354.html 6 | } -------------------------------------------------------------------------------- /thirdParty/ThousandsSep.ahk: -------------------------------------------------------------------------------- 1 | ; Add Thousands Separator by infogulch 2 | ; http://www.autohotkey.com/forum/topic54149.html 3 | ThousandsSep(x, s=",") { 4 | return RegExReplace(x, "(?(?<=\.)(*COMMIT)(*FAIL))\d(?=(\d{3})+(\D|$))", "$0" s) 5 | } 6 | ; old version: RegExReplace(x, "(?(?<=\.)(*COMMIT)(*FAIL))(?<=\d)(\d{3})(?=(?:\d{3})*+(?:$|\.))", ",$1") -------------------------------------------------------------------------------- /thirdParty/TitanMetaxalRecorder/MetaxalRecorder.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/TitanMetaxalRecorder/MetaxalRecorder.ahk -------------------------------------------------------------------------------- /thirdParty/TitanMetaxalRecorder/Recorder.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/TitanMetaxalRecorder/Recorder.ahk -------------------------------------------------------------------------------- /thirdParty/ToolTip.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/ToolTip.ahk -------------------------------------------------------------------------------- /thirdParty/UnHTM.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/UnHTM.ahk -------------------------------------------------------------------------------- /thirdParty/cmdret.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/cmdret.dll -------------------------------------------------------------------------------- /thirdParty/cmdret_dll.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/cmdret_dll.zip -------------------------------------------------------------------------------- /thirdParty/cmdstub.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/cmdstub.exe -------------------------------------------------------------------------------- /thirdParty/djpeg.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/djpeg.exe -------------------------------------------------------------------------------- /thirdParty/fileIsBinary.ahk: -------------------------------------------------------------------------------- 1 | ; Returns True if file content contains binary zeros. 2 | ; Textfiles never contain null. 3 | ; http://www.autohotkey.com/forum/viewtopic.php?p=320069#320069 4 | fileIsBinary(_filePath) 5 | { 6 | FileGetSize, data_size, %_filePath% 7 | FileRead, data, %_filePath% 8 | return (data_size != StrLen(data)) 9 | } -------------------------------------------------------------------------------- /thirdParty/gocr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/gocr.exe -------------------------------------------------------------------------------- /thirdParty/iWeb/changelog.txt: -------------------------------------------------------------------------------- 1 | 11/17/2009 added always on top check box 2 | set the pause button to freeze the text in addition to the ctrl+/ 3 | corrected variable sourceindex to instead use COM_Invoke(pelt,"sourceindex") 4 | 11/17/2009 implemented suggestions from Sinkfaze for use of the pause button 5 | also haded hotkey win+s to read text under curser 6 | 11/18/2009Implemented jethrows code that uses Seans idea for guis to highlight moused over element using code based on Lexikos' LetUserSelectRect() function - http://www.autohotkey.com/forum/viewtopic.php?t=49784 -------------------------------------------------------------------------------- /thirdParty/ipc/DotNet/IPC_Test 32b.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/ipc/DotNet/IPC_Test 32b.exe -------------------------------------------------------------------------------- /thirdParty/ipc/DotNet/IPC_Test 64b.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/ipc/DotNet/IPC_Test 64b.exe -------------------------------------------------------------------------------- /thirdParty/ipc/DotNet/IPC_Test/IPC_Test.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/ipc/DotNet/IPC_Test/IPC_Test.suo -------------------------------------------------------------------------------- /thirdParty/lib/ConnectedToInternet.ahk: -------------------------------------------------------------------------------- 1 | ; How to find Internet Connection Status? by SKAN 2 | ; http://www.autohotkey.com/forum/viewtopic.php?p=60892#60892 3 | ConnectedToInternet(flag=0x40) { 4 | Return DllCall("Wininet.dll\InternetGetConnectedState", "Str", flag,"Int",0) 5 | } 6 | -------------------------------------------------------------------------------- /thirdParty/lib/Dock.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/lib/Dock.ahk -------------------------------------------------------------------------------- /thirdParty/lib/DockA.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/lib/DockA.ahk -------------------------------------------------------------------------------- /thirdParty/lib/Eval.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/lib/Eval.ahk -------------------------------------------------------------------------------- /thirdParty/lib/MCode.ahk: -------------------------------------------------------------------------------- 1 | ; Machine code functions: Bit Wizardry by Laszlo 2 | ; http://www.autohotkey.com/forum/viewtopic.php?t=21172 3 | MCode(ByRef code, hex) { ; allocate memory and write Machine Code there 4 | VarSetCapacity(code,StrLen(hex)//2) 5 | Loop % StrLen(hex)//2 6 | NumPut("0x" . SubStr(hex,2*A_Index-1,2), code, A_Index-1, "Char") 7 | } -------------------------------------------------------------------------------- /thirdParty/lib/Rebar.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/lib/Rebar.ahk -------------------------------------------------------------------------------- /thirdParty/lib/RichEdit.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/lib/RichEdit.ahk -------------------------------------------------------------------------------- /thirdParty/lib/Splitter.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/lib/Splitter.ahk -------------------------------------------------------------------------------- /thirdParty/lib/StrX.ahk: -------------------------------------------------------------------------------- 1 | ; Auto-Parser for XML / HTML by SKAN 2 | StrX( H, BS="",BO=0,BT=1, ES="",EO=0,ET=1, ByRef N="" ) { ; | by Skan | 19-Nov-2009 3 | Return SubStr(H,P:=(((Z:=StrLen(ES))+(X:=StrLen(H))+StrLen(BS)-Z-X)?((T:=InStr(H,BS,0,((BO 4 | <0)?(1):(BO))))?(T+BT):(X+1)):(1)),(N:=P+((Z)?((T:=InStr(H,ES,0,((EO)?(P+1):(0))))?(T-P+Z 5 | +(0-ET)):(X+P)):(X)))-P) ; v1.0-196c 21-Nov-2009 www.autohotkey.com/forum/topic51354.html 6 | } -------------------------------------------------------------------------------- /thirdParty/lib/ThousandsSep.ahk: -------------------------------------------------------------------------------- 1 | ; Add Thousands Separator by infogulch 2 | ; http://www.autohotkey.com/forum/topic54149.html 3 | ThousandsSep(x, s=",") { 4 | return RegExReplace(x, "(?(?<=\.)(*COMMIT)(*FAIL))\d(?=(\d{3})+(\D|$))", "$0" s) 5 | } 6 | ; old version: RegExReplace(x, "(?(?<=\.)(*COMMIT)(*FAIL))(?<=\d)(\d{3})(?=(?:\d{3})*+(?:$|\.))", ",$1") -------------------------------------------------------------------------------- /thirdParty/lib/ToolTip.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/lib/ToolTip.ahk -------------------------------------------------------------------------------- /thirdParty/lib/UnHTM.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/lib/UnHTM.ahk -------------------------------------------------------------------------------- /thirdParty/lib/fileIsBinary.ahk: -------------------------------------------------------------------------------- 1 | ; Returns True if file content contains binary zeros. 2 | ; Textfiles never contain null. 3 | ; http://www.autohotkey.com/forum/viewtopic.php?p=320069#320069 4 | fileIsBinary(_filePath) 5 | { 6 | FileGetSize, data_size, %_filePath% 7 | FileRead, data, %_filePath% 8 | return (data_size != StrLen(data)) 9 | } -------------------------------------------------------------------------------- /thirdParty/lib/msTill.ahk: -------------------------------------------------------------------------------- 1 | ; Get milliseconds from a 4 to 6 digit time "hhmmss or "hhmmss" 2 | ; by None 3 | ; http://www.autohotkey.com/forum/viewtopic.php?p=340991#340991 4 | msTill(Time) { 5 | ST_Hour:=SubStr(Time, 1 ,2) 6 | ST_Min:=SubStr(Time, 3 ,2) 7 | ST_Sec:=(SubStr(Time, 5 ,2)<>"" ? SubStr(Time, 5 ,2) : "00") 8 | STime:=(((ST_Hour-A_Hour)*60+(ST_Min-A_Min))*60+(ST_Sec-A_Sec))*1000 9 | STime:=STime<0 ? STime+86400000 : STime 10 | Return %STime% 11 | } -------------------------------------------------------------------------------- /thirdParty/lib/pgArray.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/lib/pgArray.ahk -------------------------------------------------------------------------------- /thirdParty/lib/rand.ahk: -------------------------------------------------------------------------------- 1 | ; Random command wrapper by [VxE] 2 | ; http://www.autohotkey.com/forum/viewtopic.php?p=333325#333325 3 | Rand( a=0.0, b=1 ) { 4 | IfEqual,a,,Random,,% r := b = 1 ? Rand(0,0xFFFFFFFF) : b 5 | Else Random,r,a,b 6 | Return r 7 | } -------------------------------------------------------------------------------- /thirdParty/lib/regionGetColor.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/lib/regionGetColor.ahk -------------------------------------------------------------------------------- /thirdParty/lib/strTail.ahk: -------------------------------------------------------------------------------- 1 | ; StrTail: Return the last lines of string by Tuncay 2 | ; http://www.autohotkey.com/forum/viewtopic.php?p=262371#262371 3 | ; Creative Commons Attribution 3.0 Unported, http://creativecommons.org/licenses/by/3.0/ 4 | strTail(_Str, _LineNum = 1) 5 | { 6 | StringGetPos, Pos, _Str, `n, R%_LineNum% 7 | StringTrimLeft, _Str, _Str, % ++Pos 8 | Return _Str 9 | } 10 | 11 | ; Here is one getting last line only and optimized for speed. 12 | strTail_last(ByRef _Str) { 13 | Return SubStr(_Str,InStr(_Str,"`n",False,0)+1) 14 | } 15 | -------------------------------------------------------------------------------- /thirdParty/lib/xpath.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/lib/xpath.ahk -------------------------------------------------------------------------------- /thirdParty/msTill.ahk: -------------------------------------------------------------------------------- 1 | ; Get milliseconds from a 4 to 6 digit time "hhmmss or "hhmmss" 2 | ; by None 3 | ; http://www.autohotkey.com/forum/viewtopic.php?p=340991#340991 4 | msTill(Time) { 5 | ST_Hour:=SubStr(Time, 1 ,2) 6 | ST_Min:=SubStr(Time, 3 ,2) 7 | ST_Sec:=(SubStr(Time, 5 ,2)<>"" ? SubStr(Time, 5 ,2) : "00") 8 | STime:=(((ST_Hour-A_Hour)*60+(ST_Min-A_Min))*60+(ST_Sec-A_Sec))*1000 9 | STime:=STime<0 ? STime+86400000 : STime 10 | Return %STime% 11 | } -------------------------------------------------------------------------------- /thirdParty/pgArray.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/pgArray.ahk -------------------------------------------------------------------------------- /thirdParty/rand.ahk: -------------------------------------------------------------------------------- 1 | ; Random command wrapper by [VxE] 2 | ; http://www.autohotkey.com/forum/viewtopic.php?p=333325#333325 3 | Rand( a=0.0, b=1 ) { 4 | IfEqual,a,,Random,,% r := b = 1 ? Rand(0,0xFFFFFFFF) : b 5 | Else Random,r,a,b 6 | Return r 7 | } -------------------------------------------------------------------------------- /thirdParty/regionGetColor.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/regionGetColor.ahk -------------------------------------------------------------------------------- /thirdParty/setupbuilder/setupbuilder/extras/nm.ahk: -------------------------------------------------------------------------------- 1 | SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. 2 | 3 | Gui, Margin, 0,0 4 | Gui, Add, Picture, x0 y0 w1024 h768, bg.bmp 5 | gui, font, s36 cBlack, Verdana 6 | gui, add, text,x20 y20 backgroundtrans,Sajanpur 7 | gui, font, s36 cWhite, Verdana 8 | gui, add, text,x23 y23 backgroundtrans,Sajanpur 9 | Gui, Show, AutoSize, 23e 10 | Winmaximize,23e 11 | Return 12 | 13 | GuiClose: 14 | GuiEscape: 15 | ExitApp 16 | Return -------------------------------------------------------------------------------- /thirdParty/setupbuilder/setupbuilder/extras/setup.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | appname=Setup Builder 3 | appver=1.0 4 | appverfull=1.0.0.0 5 | logopic= 6 | 7 | [Dir] 8 | Path=ProgramFiles\Setup Builder 9 | 10 | [Shortcuts] 11 | SMFolder=Setup Builder 12 | 13 | [License] 14 | licfile= -------------------------------------------------------------------------------- /thirdParty/setupbuilder/setupbuilder/pg1/back.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/setupbuilder/setupbuilder/pg1/back.bmp -------------------------------------------------------------------------------- /thirdParty/setupbuilder/setupbuilder/pg1/backtop.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/setupbuilder/setupbuilder/pg1/backtop.bmp -------------------------------------------------------------------------------- /thirdParty/setupbuilder/setupbuilder/pg1/bg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/setupbuilder/setupbuilder/pg1/bg.bmp -------------------------------------------------------------------------------- /thirdParty/setupbuilder/setupbuilder/pg1/lic.txt: -------------------------------------------------------------------------------- 1 | LICENSE AGREEMENT 2 | +++++++++++++++ 3 | if(lic=true) 4 | if !lic 5 | then end -------------------------------------------------------------------------------- /thirdParty/setupbuilder/setupbuilder/pg1/setup.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | appname=SB 3 | appver=1.0 4 | appverfull=1.0.0.0 5 | logopic=welcomepic.bmp 6 | 7 | [Dir] 8 | pathdir=ProgramFiles\SB 9 | 10 | [Shortcuts] 11 | SMFolder=SB 12 | SMSC=1 13 | DesktopSC=1 14 | 15 | [License] 16 | licfile=lic.txt -------------------------------------------------------------------------------- /thirdParty/setupbuilder/setupbuilder/pg1/welcomepic.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/setupbuilder/setupbuilder/pg1/welcomepic.bmp -------------------------------------------------------------------------------- /thirdParty/setupbuilder/setupbuilder/pg2/backtop.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/setupbuilder/setupbuilder/pg2/backtop.bmp -------------------------------------------------------------------------------- /thirdParty/setupbuilder/setupbuilder/pg3/backtop.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/setupbuilder/setupbuilder/pg3/backtop.bmp -------------------------------------------------------------------------------- /thirdParty/setupbuilder/setupbuilder/pg4/backtop.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/setupbuilder/setupbuilder/pg4/backtop.bmp -------------------------------------------------------------------------------- /thirdParty/setupbuilder/setupbuilder/pg5/backtop.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/setupbuilder/setupbuilder/pg5/backtop.bmp -------------------------------------------------------------------------------- /thirdParty/setupbuilder/setupbuilder/pg6/back.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/setupbuilder/setupbuilder/pg6/back.bmp -------------------------------------------------------------------------------- /thirdParty/setupbuilder/setupbuilder/pg6/welcomepic.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/setupbuilder/setupbuilder/pg6/welcomepic.bmp -------------------------------------------------------------------------------- /thirdParty/strTail.ahk: -------------------------------------------------------------------------------- 1 | ; StrTail: Return the last lines of string by Tuncay 2 | ; http://www.autohotkey.com/forum/viewtopic.php?p=262371#262371 3 | ; Creative Commons Attribution 3.0 Unported, http://creativecommons.org/licenses/by/3.0/ 4 | strTail(_Str, _LineNum = 1) 5 | { 6 | StringGetPos, Pos, _Str, `n, R%_LineNum% 7 | StringTrimLeft, _Str, _Str, % ++Pos 8 | Return _Str 9 | } 10 | 11 | ; Here is one getting last line only and optimized for speed. 12 | strTail_last(ByRef _Str) { 13 | Return SubStr(_Str,InStr(_Str,"`n",False,0)+1) 14 | } 15 | -------------------------------------------------------------------------------- /thirdParty/titan/RegionWaitChange.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/titan/RegionWaitChange.zip -------------------------------------------------------------------------------- /thirdParty/titan/ini.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/titan/ini.zip -------------------------------------------------------------------------------- /thirdParty/titan/xpath.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/titan/xpath.zip -------------------------------------------------------------------------------- /thirdParty/xpath.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/thirdParty/xpath.ahk -------------------------------------------------------------------------------- /todo/2010-08-26_01-34-32.txt: -------------------------------------------------------------------------------- 1 | joe jeo joe 2 | -------------------------------------------------------------------------------- /todo/2010-08-26_01-34-38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/todo/2010-08-26_01-34-38.txt -------------------------------------------------------------------------------- /todo/2010-08-26_01-35-17.txt: -------------------------------------------------------------------------------- 1 | brad -------------------------------------------------------------------------------- /todo/2010-09-03_10-30-39.txt: -------------------------------------------------------------------------------- 1 | IRSSI-/set hide_colors=ON -------------------------------------------------------------------------------- /todo/2010-09-03_10-30-55.txt: -------------------------------------------------------------------------------- 1 | IRSSI-install XMPP plugin -------------------------------------------------------------------------------- /todo/2010-09-10_19-23-32.txt: -------------------------------------------------------------------------------- 1 | AHK-in process-gcal email alert -------------------------------------------------------------------------------- /todo/2010-09-10_19-24-12.txt: -------------------------------------------------------------------------------- 1 | AHK-in process-revamp todo macro -------------------------------------------------------------------------------- /todo/2010-09-10_19-35-34.txt: -------------------------------------------------------------------------------- 1 | linux-need to ask geoff what that linux desktop widget thing was called -------------------------------------------------------------------------------- /todo/2010-09-16_15-38-50.txt: -------------------------------------------------------------------------------- 1 | AHK-Startup-Ensure that shortcuts are in startup folder for everything that should be there (also ensure they are in the all-users folder) -------------------------------------------------------------------------------- /todo/2010-09-17_18-19-10.txt: -------------------------------------------------------------------------------- 1 | Home-Financial-See what we can do with Kiva -------------------------------------------------------------------------------- /todo/2010-09-23_17-18-32.txt: -------------------------------------------------------------------------------- 1 | AHK-Hotkey to move asap.ahk to the proper pc -------------------------------------------------------------------------------- /todo/2010-10-05_14-39-09.txt: -------------------------------------------------------------------------------- 1 | AHKs-git-make ahks commit nightly to github -------------------------------------------------------------------------------- /todo/2010-10-27_12-59-57.txt: -------------------------------------------------------------------------------- 1 | AHK-article-newb mistakes:taking on huge projects -------------------------------------------------------------------------------- /todo/2010-10-27_13-00-54.txt: -------------------------------------------------------------------------------- 1 | AHK-article-how to behave in the channel (aka--don't ask if you can ask a question) -------------------------------------------------------------------------------- /todo/2011-02-17_13-01-07.txt: -------------------------------------------------------------------------------- 1 | test -------------------------------------------------------------------------------- /todo/2011-03-22_13-01-49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/todo/2011-03-22_13-01-49.txt -------------------------------------------------------------------------------- /todo/2011-04-08_13-28-56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/todo/2011-04-08_13-28-56.txt -------------------------------------------------------------------------------- /todo/2011-04-25_15-29-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/todo/2011-04-25_15-29-00.txt -------------------------------------------------------------------------------- /todo/2011-05-03_09-10-43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/todo/2011-05-03_09-10-43.txt -------------------------------------------------------------------------------- /todo/2011-05-09_14-29-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/todo/2011-05-09_14-29-02.txt -------------------------------------------------------------------------------- /todo/2011-07-22_14-30-32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/todo/2011-07-22_14-30-32.txt -------------------------------------------------------------------------------- /todo/2011-11-10_23-25-31.txt: -------------------------------------------------------------------------------- 1 | e -------------------------------------------------------------------------------- /todo/2011-11-21_12-13-53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/todo/2011-11-21_12-13-53.txt -------------------------------------------------------------------------------- /todo/2011-12-07_17-52-27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/todo/2011-12-07_17-52-27.txt -------------------------------------------------------------------------------- /todo/2012-01-03_13-30-15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/todo/2012-01-03_13-30-15.txt -------------------------------------------------------------------------------- /todo/2012-01-05_12-22-51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camerb/AHKs/fd92b1d9ffd4c542ae44ac6d163e98ce4b12777e/todo/2012-01-05_12-22-51.txt -------------------------------------------------------------------------------- /todo/2012-10-04_16-26-03.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /todo/Make a function that prevents this type of thing from happening.txt: -------------------------------------------------------------------------------- 1 | See how the Ctrl+s was sent, but the window didn't happen to be listening for it at the time? Make a function that keeps checking if the window pops up, then in a few seconds tries to send the Ctrl+s again. --------------------------------------------------------------------------------