Skip to content

Instantly share code, notes, and snippets.

@asurada404
asurada404 / tmux-cheatsheet.markdown
Created May 8, 2020 16:28 — forked from ryerh/tmux-cheatsheet.markdown
Tmux 快捷键 & 速查表 & 简明教程

注意:本文内容适用于 Tmux 2.3 及以上的版本,但是绝大部分的特性低版本也都适用,鼠标支持、VI 模式、插件管理在低版本可能会与本文不兼容。

Tmux 快捷键 & 速查表 & 简明教程

启动新会话:

tmux [new -s 会话名 -n 窗口名]

恢复会话:

@asurada404
asurada404 / PointCloud2Voxel.py
Created April 15, 2020 10:44 — forked from hzxie/PointCloud2Voxel.py
Convert Point Cloud to Voxels
import numpy as np
import pandas as pd
from pyntcloud import PyntCloud
import binvox_rw
cloud = PyntCloud.from_file("test/00000.txt",
sep=" ",
header=0,