MoreRSS

site iconjdhao修改

在德国的机器学习工程师。在 NumPy、OpenCV 和 PIL 等工具以及 Matplotlib 等数据可视化工具方面经验丰富。
请复制 RSS 到你的阅读器,或快速订阅到 :

Inoreader Feedly Follow Feedbin Local Reader

jdhao的 RSS 预览

Comparison between Several Desktop Speakers

2025-01-24 05:41:32

In this post, I would like compare several speakers that are relatively small in size and are suitable as desktop speakers.

How to Use luarocks Package in Neovim

2024-12-12 02:20:15

Although neovim has built a lot of modules to ease the use of Lua, sometimes we may still want to use some packages from Luarocks. In this post, I would like to share how you can install a package from Luarocks and use it in nvim.

Macbook 外接显示器

2024-12-04 08:00:01

最近趁着黑五入手了外接显示器,顺便了解了一下显示器相关的各种标准和技术,本文做一个总结。

家常萝卜炖羊排

2024-11-30 06:31:57

寒冷的冬天,和羊肉汤更配。

Run the Job Immediately after Starting Scheduler in Python APScheduler

2024-11-02 07:36:33

When using APScheduler package in Python, I want to run the scheduled job right after I start the scheduler. How can I do it properly?

Retry for Google Cloud Client

2024-10-09 05:28:16

When we use one of the google cloud python clients to communicate with GCP, there may be errors occurring sometime calling the client API methods.