Home Archive for category "tips"
formats

The library is a simple API in Ruby for Microsoft Translator V2

MsTranslate The library is a simple API in Ruby for Microsoft Translator V2 The Microsoft Translator services can be used in web or client applications to perform language translation operations. The services support users who are not familiar with the default language of a page or application, or those desiring to communicate with people of

(More)…

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

CoffeScript (1.1.1) on Windows: simple method !

CoffeScript (1.1.1) on Windows: simple method ! Inspiration: http://blog.mnasyrov.com/post/2872046541/coffeescript-on-windows-how-to-roast-coffee To use CoffeScript you need: Node.js CoffeeScript Batch file to run CoffeeScript   STEP 1: Node.js   I’m very very lazy dev… And i don’t recompile NodeJs into Windows….. but I’m using v0.4.7 from http://node-js.prcn.co.cc/ [many thx] and install into: 1 2 3 4 D:\>cd Tools\NodeJs\bin

(More)…

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
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
formats

Multiple X-session :D

Published on February 3, 2011 by WaYdotNET in Script, tips

1 startx — :n where n => free graphic session ( > F7 )

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