Skip to content

Instantly share code, notes, and snippets.

View matsukaz's full-sized avatar

Masakazu Matsushita matsukaz

View GitHub Profile
@matsukaz
matsukaz / proguard-project.txt
Last active June 12, 2019 02:16
proguard-project.txt
# To enable ProGuard in your project, edit project.properties
# to define the proguard.config property as described in that file.
#
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in ${sdk.dir}/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the ProGuard
# include property in project.properties.
#
# For more details, see
@matsukaz
matsukaz / file0.js
Created June 26, 2013 17:08
Viewに登録したイベントが複数回呼ばれてしまう場合の対処 ref: http://qiita.com/matsukaz/items/8145f362a601176ae88f
var AView = Backbone.View.extend({
el: $("#main"),
events: {
"click button#btn1": "onBtn1Click"
}
...
});
var BView = Backbone.View.extend({
el: $("#main"),
events: {
@matsukaz
matsukaz / file0.sh
Created June 3, 2013 01:46
symlinkで複数モジュールの管理を楽に ref: http://qiita.com/items/25740c8680d5a26e42b5
npm install -g symlink