formats

LAZY Agnostic Application Generators (padrino-lazy)

Overview Through padrino-lazy, we can include some common properties shared between the model object used a base model object Padrino is very good framework, and almost follows the DRY principle (Don’t Repeat Yourself) When we need to have some common properties shared between the model object of our ORM, using the generator padrino-gen, We can

(More)…

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
formats

automatic-screenshot-insertion-in-org

Published on May 4, 2011 by WaYdotNET in Script, tips

Original idea from http://emacsworld.blogspot.com/2011/05/automatic-screenshot-insertion-in-org.html Original script using imagemagick: Using scrot : 1 2 3 4 5 6 7 8 9 10 11 12 (defun org-screenshot () "Take a screenshot into a time stamped unique-named file in the same directory as the org-buffer and insert a link to this file." (interactive) (setq filename (concat (make-temp-name (concat

(More)…

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn