Skip to content

Instantly share code, notes, and snippets.

View ffhenkes's full-sized avatar
🎯
Focusing

Fabio Favero Henkes ffhenkes

🎯
Focusing
  • Neoway
  • Florianopolis, SC - Brazil
View GitHub Profile
@ffhenkes
ffhenkes / gs.pdf.md
Created October 24, 2018 00:55
Shrink a pdf size
gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/printer -sOutputFile=output.pdf input.pdf

Keybase proof

I hereby claim:

  • I am ffhenkes on github.
  • I am ffhenkes (https://keybase.io/ffhenkes) on keybase.
  • I have a public key ASCn_T7OiX9tliBVkw_aeFun6X5FBpy5IpyARlkt0Gk-FQo

To claim this, I am signing this object:

@ffhenkes
ffhenkes / .emacs
Last active March 6, 2016 23:52
My Emacs Config
;; a fancy theme
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(custom-enabled-themes (quote (wombat)))
'(fancy-splash-image nil))