Advertising
advertising
related pastes to tag 'automatic'
- 1795872 - Healing Voices: love hope poem poetry writing automatic peace healing heal
-
- HEALING VOICES
- If mine is a voice you trust
- To be fuelled by love not lust
- Then let down your walls
- Let my voice join yours
- To talk over your soul’s discontent
- 1557102 - evilmaster: pdf word automatic adobe batch bat automated doc evilmaster
-
- @REM
- @REM Word to PDF automated batch printing
- @REM by evilmaster 2009
- @REM www.evilmaster.net
- @REM
- @REM Make sure you have defined an output directory in the Adobe PDF printer
- @REM settings unless you want to enter an output file for each document!
- @REM
- 925576 - geekmaster1 automatic disconnect
- preview unavailable
- 899684 - Fluor: vim macro gpg gnupg encrypt decrypt automatic
-
- " Use GnuPG to open a .gpg file
- augroup asc
- au!
- au BufReadPre,FileReadPre *.asc set viminfo=
- au BufReadPre,FileReadPre *.asc set noswapfile
- au BufReadPost *.asc :%!gpg -q -d
- au BufReadPost *.asc | redraw
- au BufWritePre *.asc :%!gpg --default-recipient-self -q -e -a