Skip to content

Instantly share code, notes, and snippets.

View hagino3000's full-sized avatar

Takashi Nishibayashi hagino3000

View GitHub Profile
@interface NSObject (Debounce)
- (void)debounce:(SEL)action delay:(NSTimeInterval)delay;
@end
@hagino3000
hagino3000 / example.js
Last active August 29, 2015 14:02
画像の真ん中をいい感じに切り取るスクリプト
define(['utils', 'template'], function (Utils, JST) {
'use strict';
function render() {
// テンプレート使ってレンダリングする例
$('#target').html(JST['app/templates/fuga.ejs'], {images: [],....});
// 画像を60px * 60pxの枠に納めるとする
var adjustFn = Utils.createImageAdjustFn(60, 60);
$('#target .profile img').on('load', function() {

S3 と非同期サムネイル作成 コトハジメ

更新

2013-11-05

バージョン

0.1.7

作者

@voluntas

URL

http://voluntas.github.io/

概要