Skip to content

Instantly share code, notes, and snippets.

View tamlok's full-sized avatar
💭
Working on VNoteX

Le Tan tamlok

💭
Working on VNoteX
  • Guangzhou, China
View GitHub Profile
@tamlok
tamlok / gist:f264d81958262399646efa10a68de9f3
Created September 24, 2017 09:54
Markdown snippet causing PEG-Markdown infinite loop
```asm
00402310 > \55 push ebp
00402311 . 8BEC mov ebp,esp
00402313 . 83EC 0C sub esp,0xC
00402316 . 68 26104000 push <jmp.&MSVBVM50.__vbaExceptHandler> ; SE 处理程序安装
0040231B . 64:A1 0000000>mov eax,dword ptr fs:[0]
00402321 . 50 push eax ; Afkayas_.00402191
00402322 . 64:8925 00000>mov dword ptr fs:[0],esp
00402329 . 81EC B0000000 sub esp,0xB0
0040232F . 53 push ebx
@tamlok
tamlok / foo
Created November 7, 2015 00:32
times in msec
clock self+sourced self: sourced script
clock elapsed: other lines
000.009 000.009: --- VIM STARTING ---
000.239 000.230: Allocated generic buffers
000.356 000.117: locale set
000.365 000.009: window checked
let SessionLoad = 1
if &cp | set nocp | endif
let s:cpo_save=&cpo
set cpo&vim
map! <S-Insert> *
nnoremap  h
nnoremap <NL> j
nnoremap  k
nnoremap  l
nnoremap