Skip to content

Instantly share code, notes, and snippets.

View ahmadnassri's full-sized avatar
🏠
Working from home

Ahmad Nassri ahmadnassri

🏠
Working from home
View GitHub Profile
@nijikokun
nijikokun / Retinafy.md
Created July 24, 2012 01:42
Retinafy your site, a free book

Retinafy Your Site / Device

By Nijiko Yonskai

=====

I made a book, its one page.

Table Of Contents

@nijikokun
nijikokun / t.js
Created November 3, 2011 01:27
<= (chars 140) Javascript
// t (in CoffeeScript)
//
// Description: Quick Templating, optional customizing open/closing tags
//
// Author: Nijikokun <nijikokun@gmail.com>
//
// Usage:
//
// t('Hello {name}!', { name: 'World' });
//