Skip to content

Instantly share code, notes, and snippets.

@cboettig
Created April 5, 2010 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cboettig/356667 to your computer and use it in GitHub Desktop.
Save cboettig/356667 to your computer and use it in GitHub Desktop.
link video files together
mencoder -forceidx -ovc copy -oac copy -o file.avi p1.avi p2.avi ...
vim map F3 to count number of printed words in tex file:
:map <F3> :w !detex \| wc -w<CR>
convert all pdfs to pngs:
for i in *.pdf; do convert "$i" "${i/.pdf}".png; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment