Ben Chuanlong Du's Blog

It is never too late to learn.

Typing Automatically Using AutoHotkey

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. it is suggested that you put things into

    ```AutoHotkey

    IfWinActive window_condition

    ...

    IfWinActive

    ```

Include

  1. You can use #include file_path to include a AutoHotKey scripts (as if the content of the included file …

Apps for Contacts

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

flokk seems to be the one that you are looking for!

  1. cobook

  2. plaxo contact

  3. fullcontact

https://sspai.com/post/54280

Tips on Svelte

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://svelte.dev/examples#hello-world

https://svelte.dev/