Skip to content

arthurqwang/tools_self_made

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 22, 2024
86e3d11 · Nov 22, 2024

History

26 Commits
Nov 21, 2024
Nov 21, 2024
Nov 21, 2024
Nov 21, 2024
Nov 21, 2024
Nov 22, 2024

Repository files navigation

Tools Self Made

Arthur is a picky programmer, and the tools I use must be convenient, otherwise I will go mad.

Therefore, I often made some small tools by hand. Here are a few commonly used ones that can still be found:

① RunOnWeb Protocol

Making browsers be able to execute local programs, and to call each other.

BUT, please pay attention to safety issues.

See also

② SSK: SuperSimulator of Keyboard

Calling the underlying layer to simulate all keyboard operations.

See also

③ QuicKeys: Intelligent Login Assistant

Automatically filling in username/password via this program.

See also

④ PPT Timer

Dynamically displaying date, time, and timer at any position in the PPT.

See also

⑤ Python Test

Simulating the process of three-door problems and study Python's efficiency.

See also





自制工具

阿色是个挑剔的程序猿,所用工具必须顺手,否则强迫症爆发,吃不好睡不着。

因此,经常自己手搓一些小工具。下面是还能找到的几个常用的:

① RunOnWeb 协议

浏览器执行本地程序,浏览器互调。

注意安全问题。

参见

② SSK: 超级键盘模拟器

调用底层,模拟所有键盘操作。

参见

③ 快Key: QuicKeys智能登录助手

自动填写用户名/密码的程序。

参见

④ PPT计时器

在PPT中任意位置动态显示日期时间和计时器。

参见

⑤ Python对比实验

模拟三门问题过程,对比Python效率。

参见