Instuctions available (moved) at REMOTE ORIGIN website: Extract Subtitles From mkv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; /usr/local/bin/nasm -f macho 32.asm && ld -macosx_version_min 10.7.0 -o 32 32.o && ./32 | |
global start | |
section .text | |
start: | |
push dword msg.len | |
push dword msg | |
push dword 1 | |
mov eax, 4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*paredit.txt* Paredit Last Change: 29 Dec 2013 | |
Paredit Mode for Vim *paredit* *slimv-paredit* | |
Version 0.9.12 | |
The paredit.vim plugin performs structured editing of s-expressions used in | |
the Lisp, Clojure, Scheme programming languages. It may come as part of Slimv | |
but it is also distributed separately as a standalone plugin. | |
|paredit-mode| Paredit mode |