Pony of Shadows

Uncertainty is Fascinating.


数据存档01手动存档规范

文件名讲清所有信息

list下路径命名规范

对于list下任意event, 仿照以下格式记录:

24050809开始记录事件@doc@new|0856

即:(如果是将要发生的事件前面加.)+2位年份+4位日期+2位模糊时间代号+事件标题(根据事件的语言环境选用中英文)+(如果包含一些事件属性,比如有 …

Read more...

小学五年级的弟弟的电脑游戏规则

基础规则和考试增益

  1. 消耗20个游戏币可以在假期玩1分钟电脑游戏。游戏币是实体硬币,其中:
  • 1个绿宝石, 面值:2
  • 1个海盗铜币, 面值:20
  • 1个海盗银币, 面值:100
  • 1个海盗金币, 面值:200
  1. 每个星期写完2篇英语阅读后,可以于每天21:40之前在妈妈那里听写单词(10个新学的和随 …

Read more...

grub

Installation

pacman -S grub efibootmgr
grub-install --target=x86_64-efi --efi-directory=/efi --bootloader-id=GRUB

user configuration file

  • path: …

Read more...

LuaSnip on LaTex

Settings of Luasnip

local ls = require("luasnip")

ls.setup({
    snip_env = {

    },
})

-- load snippets
require( …

Read more...

markdown style test

H1

H2

H3

H4

H5
H6

inline code

# code test
print("Hello, World!")

block quotes

test

  • list0
  • list0
  1. list1
  2. list1

font: Bold Italic Bold and …

Read more...

rime custom

I use fcitx5 + rime + flypy.schema.yaml as my Chinese character input system.

How to install flypy.schema

yay -S rime-flypy

relevant config files

In …

Read more...

Using git for version control

In Git, if you want to switch to a specific commit in a particular branch and require the tracked files to revert to their state at that moment, you …

Read more...
Previous Page 4 of 5 Next Page