摘要: PS1='\e[32m[\u@\W]$ ' 序列 说明 \a ASCII 响铃字符(也可以键入 \007) \d "Wed Sep 06" 格式的日期 \e ASCII 转义字符(也可以键入 \033) \h 主机名的第一部分(如 "mybox") \H 主机的全称(如 "mybox.mydomai 阅读全文
posted @ 2021-12-09 16:06 机器狗mo 阅读(206) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/74462893 阅读全文
posted @ 2021-09-16 14:57 机器狗mo 阅读(15) 评论(0) 推荐(0) 编辑
摘要: https://arxiv.org/pdf/2002.03350v1.pdf 阅读全文
posted @ 2021-08-27 20:35 机器狗mo 阅读(18) 评论(0) 推荐(0) 编辑
摘要: Efficient Transformers: A Survey 阅读全文
posted @ 2021-08-27 01:40 机器狗mo 阅读(71) 评论(0) 推荐(0) 编辑
摘要: https://poloclub.github.io/dodrio/ 阅读全文
posted @ 2021-08-27 00:58 机器狗mo 阅读(164) 评论(0) 推荐(0) 编辑
摘要: https://gist.github.com/nzw0301/333afc00bd508501268fa7bf40cafe4e 阅读全文
posted @ 2021-07-20 09:54 机器狗mo 阅读(25) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python3 # -*- coding: utf-8 -*- import math import osmium as o import networkx as nx import geoleaflet import geojson RE = 6378137.0 # 阅读全文
posted @ 2021-07-19 16:55 机器狗mo 阅读(238) 评论(0) 推荐(0) 编辑
摘要: https://github.com/eugeny/terminus 阅读全文
posted @ 2021-05-08 14:29 机器狗mo 阅读(51) 评论(0) 推荐(0) 编辑
摘要: git 使用记录 初始配置 git config --global user.email *** # 个人邮箱 git config --global user.name *** 生成ssh key ssh-keygen -t rsa -C "aaa@bbb.com" -f ~/.ssh/id_rs 阅读全文
posted @ 2021-01-13 21:17 机器狗mo 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 猴子都能懂的Git入门 图解Git Git官方文档 阅读全文
posted @ 2021-01-13 19:43 机器狗mo 阅读(63) 评论(0) 推荐(0) 编辑