jeeswg's homepage

Talk about anything
User avatar
jeeswg
Posts: 6902
Joined: 19 Dec 2016, 01:58
Location: UK

jeeswg's homepage

23 Apr 2017, 12:05

==================================================

JUMP TO

- TUTORIALS AND LISTS
- FIND OLD SCRIPTS AND IMAGES
- HELP ME/HELP OTHER PEOPLE
- SCRIPTS AND FUNCTIONS BY ME
- MATHEMATICS
- HANDY TRICKS
- POSTS FOR THE ATTENTION OF MAIN DEVS
- HOW DOES IT WORK?
- FUN THREADS

==================================================

WHAT'S NEW?

Please check/contribute to this:

AutoHotkey: major new features - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=17&t=30482

==================================================

WHAT I AM WORKING ON?

- Custom functions that replace/extend the AHK v1 Gui command. Including various get/set text commands for variables controls.
- An indenter script.
- A converter/cleaner script. A converter for AHK v1/v2, but that can also clean code / make it more consistent. Generally speaking scripts can be made AHK v1/v2 two-way compatible, in particular if you use the 'commands as functions (AHK v2 functions for AHK v1)' library. The one exception at present is the Gui command, although ultimately my GUIs via DllCall project could make this possible, it was not originally intended for this purpose.
- Tutorials, see 'planned' below.
- Templates for DllCall and structs.
- Preparing my backlog of scripts and functions for release.

==================================================
Last edited by jeeswg on 12 Mar 2019, 12:35, edited 8 times in total.
homepage | tutorials | wish list | fun threads | donate
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
User avatar
jeeswg
Posts: 6902
Joined: 19 Dec 2016, 01:58
Location: UK

Re: jeeswg's homepage

23 Apr 2017, 12:05

[updated: 2019-08-24]

TUTORIALS / TUTORIALS (LISTS)

==================================================

TUTORIALS

[STRINGS / CHARACTERS / REGEX]
jeeswg's strings tutorial - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=7&t=32985
jeeswg's characters tutorial - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=7&t=26486
jeeswg's RegEx tutorial (RegExMatch, RegExReplace) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=7&t=28031
jeeswg's sort algorithms mini-tutorial - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=74&t=64447

[FUNCTIONS]
jeeswg's functions tutorial - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=7&t=41823

[OBJECTS / CLASSES]
jeeswg's objects tutorial - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=7&t=29232
jeeswg's object classes tutorial - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=7&t=54588
jeeswg's File object mini-tutorial - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=74&t=66674
jeeswg's Scripting.Dictionary mini-tutorial - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=74&t=66677

[EXPLORER / INTERNET EXPLORER]
jeeswg's Explorer tutorial - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=7&t=31755
jeeswg's Internet Explorer and HTML tutorial - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=7&t=31766

[DOCUMENTATION 'EXTENSION']
jeeswg's documentation extension tutorial - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=7&t=33596

[CONVERSION]
AHK v1 to AHK v2 conversion tips/changes summary - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=37&t=36787
control zoo (AHK v2) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=37&t=41685

[ACC]
jeeswg's Acc tutorial - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=7&t=40590
set text/state of listbox/listview items via Acc? - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=26367
AccViewer crashing, Acc.ahk failing (invoke items, retrieve text, IE/Explorer/VLC) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=26483

[UTILITIES: MEDIA PLAYER CLASSIC / SOX]
jeeswg's Media Player Classic tutorial - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=7&t=41683
jeeswg's SoX (Sound eXchange) tutorial - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=7&t=29234

[EXCEL][planned: Excel]

[FORUM GUIDE]
Tips for using the forum. - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=2&t=29007

[GRAPHICAL USER INTERFACES]
control zoo (AHK v1.1) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=30652

[BEGINNER][planned: beginner]
basic terminology: hotkey, thread - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=26084
[intended as a beginner tutorial, using Notepad to demonstrate techniques]
jeeswg's Notepad tutorial - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=7&t=31764

[MATHEMATICS]
jeeswg's mathematics tutorial - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=7&t=64545
jeeswg's base64 tutorial: size calculations - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=74&t=50571
jeeswg's floats and doubles mini-tutorial - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=74&t=63650
jeeswg's sort algorithms mini-tutorial - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=74&t=64447

[MATHEMATICS (FURTHER)]
Inequality If-Else expressions for colors - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=29958
[dec2hex][hex2dec]
Use Gdip to split a single image into multiple images - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=29101
Mod function returning wrong value? - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=14&t=29762
multiline mathematical calculations - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=27106
jeeswg's SoX (Sound eXchange) tutorial - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=7&t=29234
[truncate numbers]
compare numbers with different decimal point - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=29400
Add Thousands Separator - Scripts and Functions - AutoHotkey Community
https://autohotkey.com/board/topic/50019-add-thousands-separator/
Get Current Micro/Nano seconds - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=26929

[DATES]
jeeswg's dates tutorial - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=7&t=65544

[DATES (FURTHER)]
convert common date formats (Excel / FileTime / Unix) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=44727
get DST (daylight-saving time) start/end dates/times in UTC - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=28355
Get Current Micro/Nano seconds - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=26929
Does AHK have a solution for this date - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=54660

[HASHES]
CRC-32 hash tutorial - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=74&t=35671

[RECREATING AHK FUNCTIONALITY]
AutoHotkey via DllCall: AutoHotkey functions as custom functions - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=7&t=37871

[AHK SOURCE CODE]
AutoHotkey C++ Powerhouse: Introduction - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=23&t=54394

[SPEED TESTS]
jeeswg's benchmark tests - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=74&t=37876

[DLLCALL / STRUCTS]
jeeswg's DllCall and structs tutorial - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=7&t=63708
key dll issues: calls and structs - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=26406
list of structs with parameters (sizes and types) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=74&t=30497

==================================================

TUTORIALS (LISTS)

[ LIST UTILITIES / SCRIPTS]
best utilities + best AutoHotkey scripts (+ useful tips) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=7&t=28149

[ LIST FUNCTIONS ETC]
list of every command/function/variable from across all versions - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=74&t=27321&p=131642#p131642
list of every object type/property/method - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=37&t=44081
AutoHotkey syntax lists (text files) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=74&t=47603

[ LIST WINAPI MESSAGES / FUNCTIONS / STRUCTS]
List of Windows Messages - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=74&t=39218
list of dll functions with parameter types for DllCall - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=74&t=30832
list of handy dll functions - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=74&t=34017
list of structs with parameters (sizes and types) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=74&t=30497

[ LIST AUTOHOTKEY MENU ITEM IDs]
list of AutoHotkey WM_COMMAND IDs (e.g. Reload/Edit/Suspend/ListVars on another script) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=74&t=27824

[ LIST LICENCES]
[lists of licences (licenses)]
Licence to Code - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=17&t=30388

[ LIST DOCUMENTATION 'EXTENSION']
[documentation extension (notes on commands/functions)]
jeeswg's documentation extension tutorial - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=7&t=33596

[ LIST EXCEL / WORD CONSTANTS]
MS Office Excel COM Interface Constants - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=74&t=33914
MS Office Word COM Interface Constants - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=74&t=33915

==================================================

FURTHER THREADS

Thoughts on AutoHotkey - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=17&t=42566
Wish List 2.0 - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=13&t=36789
conversion logic, v1 = -> v1 := -> v2, two-way compatibility - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=37&t=27069
Last edited by jeeswg on 24 Aug 2019, 06:19, edited 32 times in total.
homepage | tutorials | wish list | fun threads | donate
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
User avatar
jeeswg
Posts: 6902
Joined: 19 Dec 2016, 01:58
Location: UK

Re: jeeswg's homepage

23 Apr 2017, 12:06

GET OLD IMAGES / GET OLD SCRIPTS (PLEASE SHARE THE FILES IF YOU HAVE THEM)

[updated: 2018-02-01]

[resolved]
[Archive] Collection of lost AHK Scripts & Libraries - Page 2 - AutoHotkey Community
https://autohotkey.com/boards/viewtopic ... 11#p150611

[essentially resolved]
GUI: piano keyboard - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=41998
Last edited by jeeswg on 31 Jan 2018, 22:35, edited 3 times in total.
homepage | tutorials | wish list | fun threads | donate
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
User avatar
jeeswg
Posts: 6902
Joined: 19 Dec 2016, 01:58
Location: UK

Re: jeeswg's homepage

23 Apr 2017, 12:07

HELP OTHER PEOPLE / HELP ME

[updated: 2018-02-01]

[] = resolved / more or less resolved

==================================================

HELP OTHER PEOPLE

swap LCtrl and CapsLock for remote access sessions in Windows 7 - AutoHotkey Community
[] https://autohotkey.com/boards/viewtopic.php?f=5&t=30258

==================================================

HELP ME

> MACHINE CODE / ASSEMBLY LANGUAGE
InBuf function currently 32-bit only (machine code binary buffer searching) - AutoHotkey Community
[] https://autohotkey.com/boards/viewtopic.php?f=5&t=28393

> SHELL EXTENSIONS
[add in: a 'hello world' shell extension]

> GUI (GRAPHICAL USER INTERFACES)
[MsgBox threads]
An attempt at a script that creates MsgBoxes/InputBoxes for other scripts - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=29293
[accelerator keys]
send keys to a GUI window/control without causing beeps (+ the standard way to define an AHK GUI hotkey) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=29940
[images]
show svg/wdp/jxr/animated gif image files in a GUI - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=28658
measure Menu/ToolTip/GUI dimensions before showing - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=28291
Menu command, active window loses focus - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=27236
[] [add in: set hFont of another program e.g. Notepad, without dll injection]
[add in: set hBitmap of another program's menu icon e.g. Notepad, without dll injection]

> OBJECTS
[] [add in: ObjAddRef / ObjRelease]
[] [add in: classes]
case sensitive/case insensitive arrays (maintain key order, no key autosort) - AutoHotkey Community
[] https://autohotkey.com/boards/viewtopic.php?f=5&t=29198

> BINARY DATA
binary data: copy ('move'), compare, search, replace nulls - AutoHotkey Community
[] https://autohotkey.com/boards/viewtopic.php?f=5&t=30869

> DATES
get DST (daylight-saving time) start/end dates/times in UTC - AutoHotkey Community
[] https://autohotkey.com/boards/viewtopic.php?f=5&t=28355

> EXPLORER / REGISTRY
registry (SetRegView): know if '32-bit' key and '64-bit' key point to the same key - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=28287
check if a file is locked, without locking it - AutoHotkey Community
[] https://autohotkey.com/boards/viewtopic.php?f=5&t=27607

> SEND KEYS
LButton Up issue, eat mouse press? - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=26333

> INTERNET EXPLORER
get redirected url (handle file links and focus loss) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=30778
Internet Explorer get/set zoom/text size - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=26359

> GENERAL
[topics started by me]
AutoHotkey Community - Search
https://autohotkey.com/boards/search.ph ... mit=Search

> RECOMMENDATIONS
jeeswg's 3-item wish list (GUI class name+GUI no icon, A_ThisHwnd/A_ThisIfWinCriteria on hotkey launch, InputBox HFONT) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic ... 13&t=26180
conversion logic, v1 = -> v1 := -> v2, two-way compatibility - AutoHotkey Community
https://autohotkey.com/boards/viewtopic ... 37&t=27069

> MORE
Magnification API - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=31748
HTMLFile object, getElementsByTagName reports 0 initially - AutoHotkey Community
[] https://autohotkey.com/boards/viewtopic.php?f=5&t=31322
Last edited by jeeswg on 27 Sep 2018, 19:24, edited 7 times in total.
homepage | tutorials | wish list | fun threads | donate
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
User avatar
jeeswg
Posts: 6902
Joined: 19 Dec 2016, 01:58
Location: UK

Re: jeeswg's homepage

23 Apr 2017, 12:08

SELECTED SCRIPTS/FUNCTIONS (BY ME)

[updated: 2019-08-24]

==================================================

SELECTED SCRIPTS/FUNCTIONS

> CONVERSION / CORRECTION
AHK v1 to AHK v2 converter - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=37&t=36754
DllCall converter/cleaner (e.g. x32 to x64/x32 two-way compatible) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=31365
indent code (automated code indentation) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=37270

> AUTOHOTKEY V2 FUNCTIONS/GUIS FOR AUTOHOTKEY V1
commands as functions (AHK v2 functions for AHK v1) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=37&t=29689
objects: backport AHK v2 Gui/Menu classes to AHK v1 - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=37&t=43530

> AUTOHOTKEY V2 (DISCUSSION)
conversion logic, v1 = -> v1 := -> v2, two-way compatibility - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=37&t=27069
ControlXXX functions - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=37&t=43486
Objects+ - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=37&t=58215

> AUTOHOTKEY V2 (FURTHER)
AHK v1 to AHK v2 conversion tips/changes summary - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=37&t=36787
Acc / AccViewer / iWB2 Learner / Anchor conversion attempts - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=37&t=30606
Internet Explorer get element under cursor (show borders, show text) (any zoom percentage) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=29458
text to html, html to text (recreate AHK's Transform HTML subcommand) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=38424

> GRAPHICAL USER INTERFACES (VIA DLLCALL)
GUI COMMANDS: COMPLETE RETHINK - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=25893
GUIs via DllCall: MsgBox - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=30688
GUIs via DllCall: control zoo - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=32106
GUIs via DllCall: list windows/child windows (controls) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=36405
GUIs via DllCall: text functions (get/set internal/external control text) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=40514

> GRAPHICAL USER INTERFACES (GENERAL)
control zoo (AHK v1.1) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=30652
control zoo (AHK v2) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=37&t=41685

> GRAPHICAL USER INTERFACES (PROTOTYPES)
slightly-improved dialogs - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=37&t=45220
FileSelectFile, add controls to the Open/Save As dialog - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=29934
[Internet Explorer/ActiveX control]
Internet Explorer controls: scrollbars, borders, navigation sounds, image dimensions - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=50189
smart ComboBox that updates as you type (HTML Help-style ComboBox) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=49927
big InputBox via DialogBoxIndirectParam - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=60510
HTML Help alternative via Internet Explorer - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=42129
Find dialog with whole word and RegEx support - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=50262

> GRAPHICAL USER INTERFACES (FURTHER)
check if rectangles (windows) overlap - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=30809
possible to change cursor without GUI/OnMessage? - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=26595
Get Info from Context Menu (x64/x32 compatible) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=31971
cover window region - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=35259

> CLIPBOARD
[e.g. JEE_ClipboardSetPaths copies/cuts a file list to the clipboard, ready to paste into a folder window]
GUI COMMANDS: COMPLETE RETHINK - Page 2 - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=25893&p=144342#p144342
[e.g. put HTML/RTF onto the clipboard]
GUI COMMANDS: COMPLETE RETHINK - Page 2 - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=25893&p=170834#p170834
Parsing and precise placement of data contained in clipboard - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=61317&p=261113#p261113
clipboard: remove individual clipboard formats + save to clp file - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=39522
[WM_CUT/WM_COPY/WM_PASTE][WM_CLEAR/WM_UNDO]
"Clipboard :=" does not always empty the clipboard immediately - Page 2 - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=63356&p=271517#p271517
Clipboard: 'PasteWait': wait for paste to complete - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=37209

> FUN SCRIPTS / GUI 'ART'
[effects on screen: merry-go-round/Picasso, conveyor belt/filmstrip]
Use Gdip to split a single image into multiple images - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=29101
[fire paintballs]
AHKathon! [AHK Hackathon] 12/17 - Page 4 - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=17&t=39389&p=187320#p187320
graphics: Solar System - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=34790
graphics: rainbow colours - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=34837
[MS Paint clone proof of concept]
graphics: kaleidoscope/brush mirrors - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=35597
graphics: plot a graph / Mandelbrot set - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=35807
MS Paint: rotate by scaling/shearing (stretching/skewing) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=64481

> IMAGES
Gdip: image binary data to hex string for OCR - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=35339

> NOTEPAD
[Notepad get path][Notepad set path]
notepad get/set path (get/set text file path) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=30050
how to dll Inject - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=67&t=27047

> MS EXCEL
Get text from status bar - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=9996
[Office] Get office version - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=28248

> INTERNET EXPLORER
Internet Explorer get element under cursor (show borders, show text) (any zoom percentage) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=29458
download urls to vars, partially/fullly, via WinHttpRequest - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=26528
list fragment identifiers on a webpage (hash that jumps to point) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=28053
Windows 7 - invert selection, set details view/list view (trigger Explorer/Internet Explorer menu items) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=27564
Internet Explorer - move tab to new window - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=26117
Internet Explorer: get WB hWnds via object loop (+ do win objects have unique object IDs) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=26082
[hide/show toolbars]
Internet Explorer Winset command list - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=28759
webpages: get table text - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=39131
Internet Explorer: resize elements to fit window (e.g. AutoHotkey archived forum) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=36560
Internet Explorer: Google: focus input field - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=59054
Internet Explorer: focus input field - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=59571

> MOZILLA FIREFOX/GOOGLE CHROME
Firefox/Chrome, get tab names/focus tab - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=26947

> TEXT FUNCTIONS
text/list/table functions (latest: add indentation, get nth(-to-last) line of specified length, html to/from text) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=27023
UTF-8 ini files - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=38511
replace text maintain case - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=37328
fonts: align text by adding tabs - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=37967
text comparison proof of concept (WinMerge alternative) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=38174
add word wrap to a string - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=59461
whitespace summary: frequency count of leading/trailing spaces/tabs - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=55048
Sort function + extra features - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=50431
file get part (SplitPath alternative/short-form/long-form/correct case) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=47709
slice string, pad characters - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=47079
StrUnused prototype function: find unused characters for use as delimiters/separators - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=43623&p=198312#p198312
prototype 'RegEx match all' function - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=50012

> TEXT FUNCTIONS (TXT FILES)
file set text/empty/get encoding/force read with specific encoding - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=47084

> EXPLORER/SHELL
[long filenames]
259-char path limit workarounds - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=26170
Explorer window interaction (folder windows/Desktop, file/folder enumeration/selection/navigation/creation) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=35041
Explorer column interaction (get/set: which appear, width, ascending/descending order) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=33129
How to check if active window runs as admin? - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=43417&p=197426#p197426

> EXPLORER/SHELL (FURTHER)
Windows 7 - invert selection, set details view/list view (trigger Explorer/Internet Explorer menu items) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=27564
Start menu, Recent Items menu, focus first/last item - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=27560
[ list taskbar buttons + systray icons]
Windows Update: detect if important updates available - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=26727
determine if a program is 32-bit/64-bit without running it - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=26713
[screen brightness]
3 ways to dim the screen - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=39580
list Recent Items (My Recent Documents) (Start Menu) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=31386
alt-tab replacement - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=37184
Explorer: get name of file under cursor - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=51788
Explorer: list chkdsk results - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=62719

> SEND KEYS
[SendInput to a specific window]
AutoHotkey source code: Send/ControlSend (modifier keys) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=26615

> SEND KEYS (SILLY)
defeat Freddie at typing - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=39934

> HOTKEY USAGE DATA
log hotkeys, get extended hotkey info, interact with the *right* window (Hotkey command with FunctionObject example) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=29560

> IMAGE SEARCH
[repeated PixelSearch, move mouse to next matching pixel]
after 4 hours i decided i should get help lol - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=28516
[repeated ImageSearch, move mouse to next matching image]
My first project: How hard/easy it is to develop a script for this? - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=28023

> DATES
Get Current Micro/Nano seconds - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=26929
DateAdd/DateDiff with friendly format - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=59825
[year quarters]
date calculation - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=55696

> AUTOHOTKEY ITSELF
[edit AutoHotkey tray menu]
Setting tray icon; detecting pause/suspend. - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=25370
list of AutoHotkey WM_COMMAND IDs (e.g. Reload/Edit/Suspend/ListVars on another script) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=74&t=27824
avoid 'Could not close the previous instance of this script' warnings - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=59615
change AutoHotkey's 4 systray icons - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=46043

> BINARY DATA
[BinCopy/BinCmp]
Allow AutoHotkey to Handle Binary Data - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=13&t=61502&p=265140#p265140
InBuf function currently 32-bit only (machine code binary buffer searching) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=28393
case-insensitive searching in binary buffers - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=58103
StrPut/StrGet + hex/base64 - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=50528
jeeswg's File object mini-tutorial - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=74&t=66674
jeeswg's base64 mini-tutorial: size calculations - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=74&t=50571
binary data: copy ('move'), compare, search, replace nulls - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=30869

> HASHES
CNG (Cryptography API: Next Generation) - Page 3 - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=23413&p=267590#p267590

> YOUTUBE API
YouTube API functions - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=52407
log in to Gmail/YouTube programmatically (+ YouTube API) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=32410

> MATHS (MATHEMATICS)
[combinations/permutations (with/without repetitions)]
combinations and permutations (and anagrams) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=34244&p=158871#p158871
musical SoundBeeps, MIDI note numbers, scientific pitch notation - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=34619
complex numbers - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=35809
matrix functions - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=64480
FloorDiv / FloorMod (and an 'always positive' Mod function) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=55751
Pascal's triangle - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=59635
BitGet/BitPut (NumGet/NumPut for bits) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=59736
quantiles: list first number, last number, and numbers in-between - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=55844
BaseToDec / DecToBase - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=57772
[Range function]
traditional for loop: for i = a to b (step c) possibilities - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=43022

> UTILITIES
Notepad2: get path - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=54265
Notepad++: get path - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=54267
Adobe Reader: get exe/pdf path - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=46571
page numbers: add/edit pagestamps, increment/decrement/get from Adobe Reader and WinDjView - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=39794
7-Zip: conditional extract here/extract to subfolder based on count of items in root of archive - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=39577

> OBJECTS
object get keys/values prototype function - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=43253

> GENERAL
jeeswg's script snippets - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=26205

> C++ CODE
AutoHotkey via DllCall: AutoHotkey functions as custom functions - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=7&t=37871
Unicode functions for AutoHotkey Basic / AutoHotkey x32 ANSI - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=32487
C++: AHK source code: potential functions - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=23&t=54392
C++: AHK source code: potential A_ variables - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=23&t=54419
functions interpreting non-numeric strings as 0 - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=14&t=54365

> NEW FUNCTIONALITY PROTOTYPES
Wish List 2.0 - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=13&t=36789
Last edited by jeeswg on 24 Aug 2019, 14:21, edited 22 times in total.
homepage | tutorials | wish list | fun threads | donate
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
User avatar
jeeswg
Posts: 6902
Joined: 19 Dec 2016, 01:58
Location: UK

Re: jeeswg's homepage

23 Apr 2017, 12:09

VARIOUS MATHEMATICS (MATHEMATICAL) (MATHS) LINKS

[combinatorics, please post any better solutions]
Finding all possible numbers for a sum - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=28249

[image missing]
Math Computing Challenge :D - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=17&t=3762

[solved] grouping dec numbers by some qualities of their binary equivalents - AutoHotkey Community
https://autohotkey.com/boards/viewtopic ... 17&t=10828

[note: Project Euler problems you should try to solve for yourself before looking up the answers]
Project Euler - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=17&t=493
Project Euler with ahk - Offtopic - AutoHotkey Community
https://autohotkey.com/board/topic/4718 ... -with-ahk/
Last edited by jeeswg on 25 Aug 2017, 13:11, edited 2 times in total.
homepage | tutorials | wish list | fun threads | donate
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
User avatar
jeeswg
Posts: 6902
Joined: 19 Dec 2016, 01:58
Location: UK

Re: jeeswg's homepage

23 Apr 2017, 12:09

HANDY TRICKS

Code: Select all

q:: ;ini to array
vText := " ;continuation section
(
a=A
b=B
c=C
)"
oArray := Object(StrSplit(vText, ["=","`n"])*)
for vKey, vValue in oArray
	vOutput .= vKey " " vValue "`r`n"
MsgBox, % vOutput
return

Code: Select all

q:: ;for loop: use negative numbers to return the biggest numbers first
oArray := {-15:"a",-10:"b",-5:"c"} ;numbers are negative but intended as positive
vOutput := ""
for vKey, vValue in oArray
	vOutput .= (-vKey) " " vValue "`r`n"
MsgBox, % vOutput
return
string hacks - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=34390

simplest way to make a RegEx needle literal? - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=30420
Last edited by jeeswg on 26 Jun 2019, 10:00, edited 3 times in total.
homepage | tutorials | wish list | fun threads | donate
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
User avatar
jeeswg
Posts: 6902
Joined: 19 Dec 2016, 01:58
Location: UK

Re: jeeswg's homepage

23 Apr 2017, 12:14

[updated: 2017-12-28]

POSTS FOR THE ATTENTION OF MAIN DEVS

NEW DISCOVERIES

[benefits of ControlFocus before ControlSend on inactive windows]
how send keys to inactive windows explorer? - AutoHotkey Community
https://autohotkey.com/boards/viewtopic ... 71#p182471

[MN_DBLCLK (invoke), MN_SELECTITEM (focus), MN_CANCELMENUS]
context menu window messages: focus/invoke item - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=39209

POSSIBLE BUGS / AUTOHOTKEY QUERIES

[] = resolved

SendInput specify hWnd / improved ControlSend - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=37120

Winmove error with "[" in window title - AutoHotkey Community
[] https://autohotkey.com/boards/viewtopic ... 62#p186862

Do Autohotkey scripts require running as administrator? - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=41365

Problems with own SendInput function - AutoHotkey Community
[] https://autohotkey.com/boards/viewtopic ... 78#p188678

objects: delete an object, but sub-objects (subkeys) remain - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=31596

[plus: how to convert ComObjEnwrap/ComObjUnwrap]
object reference count of 0 crashes script (ObjAddRef/ObjRelease) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=31515

Wheeling the IE wepage underneath another one - AutoHotkey Community
[] https://autohotkey.com/boards/viewtopic.php?f=5&t=30370

[push is slower (faster if use SetCapacity)]
Fastest way to append to array (large arrays) - AutoHotkey Community
[] https://autohotkey.com/boards/viewtopic.php?f=5&t=25285

RegExMatch on binary data from FileRead - AutoHotkey Community
[] https://autohotkey.com/boards/viewtopic.php?f=5&t=32393

RegEx callouts: RegExMatch v. RegExReplace - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=33674

hotkeys can disable each other - AutoHotkey Community
[] https://autohotkey.com/boards/viewtopic ... 54#p167254

[running these 3 lines on AHK ANSI, the 3rd line gives an unexpected result]
Replicate() : Repeats a string N times - AutoHotkey Community
https://autohotkey.com/boards/viewtopic ... 39#p158939

objects: clearing objects - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=34774

functions: terminology: not ByRef/static/variadic - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=35429

ControlClick Tip - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=35642

FileExist and UNC root path - AutoHotkey Community
https://autohotkey.com/boards/viewtopic ... 50#p167250

HTMLFile object, getElementsByTagName reports 0 initially - AutoHotkey Community
[] https://autohotkey.com/boards/viewtopic.php?f=5&t=31322

[ERROR] AutoHotkey_2.0-a081-cad307c msgBox("" --a) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic ... 37&t=36443

StrSplit() returns an array of unexpected capacity - AutoHotkey Community
https://autohotkey.com/boards/viewtopic ... 14&t=36006

'force an expression' and 'can be an expression' - AutoHotkey Community
[] https://autohotkey.com/boards/viewtopic ... 14&t=37224

ImageSearch and LoadPicture (transparency and lost hIcon) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=32928

Strange fallback if one more hotkey added - AutoHotkey Community
[] https://autohotkey.com/boards/viewtopic.php?f=5&t=38980

Wish List 2.0 - AutoHotkey Community
https://autohotkey.com/boards/viewtopic ... 13&t=36789
Last edited by jeeswg on 18 Jan 2018, 22:02, edited 7 times in total.
homepage | tutorials | wish list | fun threads | donate
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
User avatar
jeeswg
Posts: 6902
Joined: 19 Dec 2016, 01:58
Location: UK

Re: jeeswg's homepage

23 Apr 2017, 12:15

HOW DOES IT WORK?

How does a PC work?
Charles Petzold - Code

How do txt files work?
ANSI: 1 byte per character (0-255).
UTF-8: 1 byte per character (0-127, ASCII). 2 bytes per character (128-2047). 3 bytes per character (4096-65535).
UTF-16: 2 bytes per character (0-65535).
Note: where ANSI 128-255 ('extended ASCII') is often similar to, but not exactly the same as, Unicode 128-255, and where ANSI 128-255 varies depending on the codepage.
...
Unicode characters:
0-55295 (0x0-0xD7FF) [55296 chars]
55296-56319 (0xD800-0xDBFF) [1024 chars: high surrogates]
56320-57343 (0xDC00-0xDFFF) [1024 chars: low surrogates]
57344-65535 (0xE000-0xFFFF) [8192 chars]
65536-1114111 (0x10000-0x10FFFF) [1024*1024=1048576 chars: made from surrogate pairs]
...
1114112-1024-1024=1112064 valid code points
...
jeeswg's characters tutorial - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=7&t=26486
RECREATE AHK'S ORD/CHR FUNCTIONS

How do bmp files work?
graphics: create bmp files from scratch - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=34952

How do wav files work?
create wav files from scratch (draw a wav file) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=34584

How do CRC-32 file hashes work?
CRC-32 hash tutorial - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=74&t=35671

How do ico files work?
graphics: create icons from scratch - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=35758

How do MIDI files work?
[I will do this.]

How do pseudorandom number generators work?
generate a 'random' number - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=57482

How does a PC work? [extra]
[every single gate has an LED]
MegaProcessor - Computerphile - YouTube
https://www.youtube.com/watch?v=lNa9bQRPMB8
Last edited by jeeswg on 26 Jun 2019, 10:01, edited 5 times in total.
homepage | tutorials | wish list | fun threads | donate
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
User avatar
jeeswg
Posts: 6902
Joined: 19 Dec 2016, 01:58
Location: UK

Re: jeeswg's homepage

23 Apr 2017, 12:16

FUN THREADS

threads from Offtopic (started by me):
- opinions on Stack Overflow
- Licence to Code
- The Future of AutoHotkey (AutoHotkey: major new features)
- jeeswg's homepage
- use laptop trackpad to draw
- hotstrings web applet
- advice for speeding up a very slow PC
- multi-region DVD drive (64-bit PC)
- Internet Explorer crashing when try to save webpage
- file hosting services
- handy word lists
- best of lexikos
- slow menus: Font dialog/New menu/file context menu
- Thoughts on AutoHotkey
- your personal AutoHotkey style guide
- AutoHotkey: the album
- Allman style v. K&R style/one true brace style
- emoticon frenzy
- What Was The First Language You Learned?
- programming languages summarised
- db files and sql files
- OOP: resources
- html/websites: resources
- AutoHotkey: uncommon syntax features
- UI Automation v. Acc (MSAA: Microsoft Active Accessibility)
- GitHub pull requests
- resources for learning a spoken language
- resources for learning a programming language
- file comparison tools: binary files / text files
- multiple-part file hash
- bypassing A_ variables
- resources for learning assembly language
- Your Favourite Scripts and Functions
- Your Favourite Scripts and Functions: Discussion
- database software and servers
- Agile software development
- computer science resources
- principles of programming
- too many programming languages?
- AutoHotkey user GitHub links
- promoting AutoHotkey
- hello world automation on Linux/Mac/iOS/Android
- OOP is somewhat overrated: collected quotes

threads from Offtopic(/Ask For Help) (started by other people):
- Mind Set
- What do YOU use AHK for?
- Loss of appetite
- Object-Oriented Programming Is Bad?
- Bootcamps for coding
- How to determine our AHK skill level?
Last edited by jeeswg on 31 Mar 2019, 01:16, edited 6 times in total.
homepage | tutorials | wish list | fun threads | donate
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
User avatar
jeeswg
Posts: 6902
Joined: 19 Dec 2016, 01:58
Location: UK

Re: jeeswg's homepage

18 May 2017, 12:45

RESERVED
homepage | tutorials | wish list | fun threads | donate
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
User avatar
nnnik
Posts: 4500
Joined: 30 Sep 2013, 01:01
Location: Germany

Re: jeeswg's homepage

18 May 2017, 12:57

You could also always get a github homepage for yourself.
Then you can edit the text there and make it easier accessible for others.
Recommends AHK Studio
User avatar
Flipeador
Posts: 1204
Joined: 15 Nov 2014, 21:31
Location: Argentina
Contact:

Re: jeeswg's homepage

18 May 2017, 13:09

No offence, but this is a bit pathetic :lol: .
Use Github, as nnnik said, or give a pleasing format to text. It's hard to read :D .
Anyway, I appreciate your intention to help ;) .
Xiper
Posts: 1
Joined: 20 Nov 2017, 15:34

Re: jeeswg's homepage

19 May 2020, 17:44

Hi @jeeswg, could you help me get some code to work? Trying to get LVM_GETVIEW to work in AutoHotkey but I've done anything I could think of and still can't get it to work. It always returns 0.
Visioneer
Posts: 140
Joined: 07 Oct 2013, 18:51

Re: jeeswg's homepage

04 Jul 2020, 16:37

Hi jeeswg,

I tried to send you a PM but it said you were not authorized to be added.?
I hope you are well.
Anyway, here goes.

Hi jeeswg,

How are you doing with all this crap?

I am doing a Covid-19 response. Maybe I could use your help. I noticed you were researching Databases.
I have tried several, including AWS DynamoDB and MySQL.
Please check out my site: http://emailtomail.org/Downloads/covid-19-box.html and
http://emailtomail.org

I have a new concept CountryPostal which is a simple 1 field database table, with 850,000 rows,
One for each Postal/Zip code worldwide. 4-12 characters only. Indexed of course.
It has combined ISO country 2 character code, combined with stream lined Postal Codes worldwide.
It lets me zoom in on most any "neighborhood" area in the world. I live in NYC 10001 Zip code, so
my CountryPostal code is US10001 - e.g. France: FR12345 - Japan: JP123-1234 etc.

I need to post this somewhere. I have a database on AWS DynamoDB that I need to import the 850,000
text file to it, or some database best suited for it. I have another database structured out with 19
fields that could be small as we grow. Each new record, added to the database, my Wiki, etc. just
needs to refer to CountryPostal database-table-field to insure consistency. First come - First served.

People freak out when I say 850,000 records. Many database do billions or even trillions of records.
Anyway, please let me know what you think of my works. It can save a lot of lives. It already
has. Basically people can mail out a list of 10-20 phone numbers with Food, Grocery, Medical,
Masks, Voting, Smartphone access, and other essentials, so the 3.5 Billion worldwide, and 33 Million
Americans, without internet, can stay in safe. They are mostly over 65+ and under $30k a year
income. The old and poor. The exact same folks who are bearing the brunt of this pandemic.
The poor are usually overcrowded in addition. Also many with Smartphones do not use them very well.
There is very often volunteer groups who would deliver to these people, if they only had their phone
number.

The info is distributed by online Mailing services, (hence email to mail) Help Lines, flyers etc. it should
be by EDDM (every mailbox) USPS if we had good GOV at the top. Eventually I want Community Organizers
in each Postal Code, with their own: Local News Shows, Wiki pages, Help Lines, networked magazine
participation, premium coop ad sales, etc. I think each Postal Code has at least one Barak Obama.

I know you treasure your privacy, but you can call me at 917-503-6245 or soon I have 800-COVID-2020
for US/Canada Help Line. I don't frequent AHK so much anymore, so please email me at:
[email protected]

Would love to hear from you.

Thanks and stay safe,
Bill Nevin - National Director
917-503-6245

P.S. My AHK zzlweb.com program and Shopping Form, has been donated to the cause. ZZL Language Tools
is great for doing research, including the most TV, Movies, Music, News etc, as you easily add your own
unlimited links, with extensive notes as well. It is downloadable on my website: http://emailtomail.org
Oh, and it can easily run all your links with: Edge, Chrome, Firefox, and IE11
Guest

Re: jeeswg's homepage

15 Jul 2020, 00:56

Hi jeeswg,

I did not know that a Private Message to you, would show up in a Google search.
Just saying. The strange thing is, I could not get a PM through to you, just the www.

I would still love to hear from you though.
Guest

Re: jeeswg's homepage

27 Jul 2022, 01:06

jeeswg wrote:
23 Apr 2017, 12:05
[updated: 2019-08-24]

TUTORIALS / TUTORIALS (LISTS)

==================================================

[...]
Nice! Thnx


[Mod edit: Shortened huge quote.]
User avatar
A Keymaker
Posts: 454
Joined: 31 May 2022, 13:46
Location: Donjon du Château de Mérovingien

Re: jeeswg's homepage

16 Aug 2022, 13:06

Hi jeeswg

You either do not want to be bothered with PMs - or there is something wrong with the forum. But please take a look at this issue with Media Player Classic viewtopic.php?f=76&t=104771&p=468296#p472356 as it seems that you know a lot about MPC [viewtopic.php?f=7&t=41683]

I would really appreciate it
User avatar
tidbit
Posts: 1272
Joined: 29 Sep 2013, 17:15
Location: USA

Re: jeeswg's homepage

19 Aug 2022, 16:10

if you click his profile you'll see that he's banned. which I'm pretty sure has been discussed publicly if you want to search for it.
A Keymaker wrote:
16 Aug 2022, 13:06
Hi jeeswg

You either do not want to be bothered with PMs - or there is something wrong with the forum. But please take a look at this issue with Media Player Classic viewtopic.php?f=76&t=104771&p=468296#p472356 as it seems that you know a lot about MPC [viewtopic.php?f=7&t=41683]

I would really appreciate it
rawr. fear me.
*poke*
Is it December 21, 2012 yet?
SOTE
Posts: 1426
Joined: 15 Jun 2015, 06:21

Re: jeeswg's homepage

21 Aug 2022, 01:58

Flipeador wrote:
18 May 2017, 13:09
No offence, but this is a bit pathetic :lol: .
Use Github...
Actually, it appears that Jeeswg does have a GitHub account and page, which has existed for some years. It would appear to be him, as its AutoHotkey related, but such things are difficult to confirm. If it is him, and since he got banned, it's probably hard for fans of his and interested people to associate his webpages or GitHub outside of the AutoHotkey website since there is no linking or updates to his other possible sites (GitHub or webpages).

Probably would have been better to have promoted and to had this list on his GitHub, something like Jeeswg's Awesome AutoHotkey or Jeeswg's AutoHotkey Projects. Additionally, it might be possible to put Jeeswg's GitHub or his website on his profile, so that those seeking him out can find him, thus reducing awkwardness.

Jeeswg GitHub?
https://github.com/jeeswg

Return to “Off-topic Discussion”

Who is online

Users browsing this forum: jamieelucass and 25 guests