ZH
Self-Introduction
Hello, I’m Summer1Solstice, from China.
I am a programming enthusiast who uses AutoHotkey to write small utilities and occasionally writes Python (with the help of AI).
Development Projects
AHKv2HTTP
An HTTP server for AutoHotkey v2, dependent on Socket.ahk.
Inspired by AHKhttp and driven by the need to fully migrate to AHKv2, I developed AHKv2HTTP.
Read more here
AHK2_lib
My AHKv2 library containing some commonly used functions.
- Range.ahk A Python-style iterator for half-open intervals (left-closed, right-open), as well as an AutoHotkey-style closed interval sequence iterator.
- join.ahk An AutoHotkey implementation of JavaScript’s join method.
- Brainfuck.ahk An interpreter for the Brainfuck language.
Read more here
Development Notes