Linux
软件收集
截屏
deepin-screenshot
- 类似 qq, 微信 截图
wechat deepin wine
arch linux:
- yay -Syu deepin-wine-wechat
flameshot
- 参考: GitHub - flameshot-org/flameshot
截图,并且对截图编辑
- 支持编辑快捷键
软件版本
bumpversion
w3m ---- Web Browser
安装
linux
系统
- 直接安装 w3m
emacs
- 安装 emacs-w3m
Windows
系统
- wsl 安装 w3m –> wsl w3m
- msys2 安装 w3m
w3m 命令配置
制作 w3m.cmd
1 2 3@echo off E:\soft\msys64\usr\bin\w3m.exe %* rem wsl w3m %*
emacs
- 安装 emacs-w3m
配置 emacs
1 2 3 4 5 6(use-package w3m :config (if (eq system-type 'windows-nt) ;; (setq w3m-command "E:/soft/msys64/usr/bin/w3m.exe") (setq w3m-command "d:/soft/bin/w3m.cmd") ))
使用
- M-x w3m
移动光标
图片遍历
- {
- }
cairo
PyCairo
用途
绘制 2D 矢量图
Cairo backend
即输出端,eg: X window system, SVG, PDF, Win32 GDI
隶属
version >= 2.8, 包含于 GTK system
概念
awesomewm ---- Awesome Window Manager
标题栏 titlebars
修改方法
1 2 3 4-- Add title bars to normal clients and dialogs { rule_any = {type = { "normal", "dialog" } }, properties = { titlebars_enabled = true } },修改 titlebars_enabled
- true: 显示
- false: 隐藏
4k 屏处理
通过 .Xresources 配置文件修复
NLP Articles Read Notes
论文:The interdependence of common ground and context
概念
| 缩写 | 名词 | 语义 |
|---|---|---|
| S | speaker[, writer, signer] | 发出表述的人 |
| H | audience | 听和理解表述的人 |
| C1 | uttering thing(v) | 发出的表述 |
| C2 | world and time when S spoken in; situation of S | S 的表述环境;时间和空间环境(历史世界状态) |
| C3 | H's situation of interpretation; H's point of view | H 的理解环境;时间和空间环境 |
| CG | Common Ground | 共享环境背景 |