Skip to content

Instantly share code, notes, and snippets.

View chenqingspring's full-sized avatar
💭
I may be slow to respond.

Chen Qing chenqingspring

💭
I may be slow to respond.
  • ThoughtWorks
  • Xi'an China
View GitHub Profile
@chenqingspring
chenqingspring / crc32运算.txt
Last active August 1, 2017 05:42
crc32发送端和接收端算法
要发送的数据:10101010
crc32校验码:100000100110000010001110110110111
发送端
1010101000000000000000000000000000000000 ---> 发送数据添加32个0
100000100110000010001110110110111 ---> 反复对校验码进行模2运算
------------------------------------
0010100001100000100011101101101110000000

Sublime Text 2 - Useful Shortcuts

Tested in Mac OS X: super == command

Open/Goto


  • super+t: go to file
  • super+ctrl+p: go to project
  • super+r: go to methods