Skip to content
View imspzero's full-sized avatar
  • Canberra, Australia
Block or Report

Block or report imspzero

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. chan_lun_py chan_lun_py Public

    A personal Python implement of Chan-Lun, which is popular among Chinese share investors. Just for fun.

    Python 65 45

  2. myTimeLogger myTimeLogger Public

    A cross-platform, GitHub-based time tracker powered by Flutter. It can be used as a logger or a journal.

    4

  3. A simple AutoHotKey script to implem... A simple AutoHotKey script to implement the half-page-scrolling in SumatraPDF. Maybe as a rescue : )
    1
    #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
    2
    ; #Warn  ; Enable warnings to assist with detecting common errors.
    3
    SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
    4
    SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
    5