Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Take Screenshot in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
scrap
scrap makes screen capture easy!
captrs
captrs is a library for cross-platform screen capture in Rust. Uses dxgcap for capture on Windows via the Desktop Duplication API, and X11Cap for …
Vim Keybindings Using IdeaVim in IntelliJ IDEA
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
- Put the line
set surround
into your~/.ideavimrc
to make IdeaVim support surround.
Issues
yssb
,yss)
, etc. do not work well currently.
References
-
https://github.com/JetBrains/ideavim
-
https://youtrack.jetbrains …
Multiple Lines on the Same Plot Using hvplot
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Visualization for AI Concepts
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tools for (approximately) visualizing the architures of existing neural networks or for visualizing the traing process (training/validation loss/accuracy, activation, etc.) are extremely helpful! TensorBoard is one of the best …
Python for WeChat
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
ItChat A complete and graceful API for Wechat. 微信个人号接口、微信机器人及命令行微信,三十行即可 …