I hereby claim:
- I am ka2n on github.
- I am ka2n (https://keybase.io/ka2n) on keybase.
- I have a public key ASA7tKkMG1owTq0T0rWKOZtsoWegDOXfSO3nmLsh4m4RBgo
To claim this, I am signing this object:
| #!/bin/bash | |
| checkPHP=1 | |
| checkCoffee=1 | |
| checkSass=1 | |
| PHP=`which php` | |
| COFFEE=`which coffee` | |
| SASS=`which sass` |
| # baseイメージからスタート | |
| FROM ka2n/base | |
| ###### アプリケーションをセットアップ ##### | |
| # アプリケーションのコードをコンテナの/appに追加 | |
| ADD /src /app | |
| # インストール(`bundle install`とか`npm install`とか) | |
| RUN pip install /app |
| - (void)viewDidAppear:(BOOL)animated { | |
| [super viewDidAppear:animated]; | |
| [NSObject cancelPreviousPerformRequestsWithTarget:[SomeClass sharedInstance]]; | |
| [[SomeClass sharedInstance] performSelector:@selector(someMethod:) withObject:someObject afterDelay:5.0]; | |
| } |
| --- | |
| BUNDLE_BUILD__NOKOGIRI: "--with-xml2-include=/usr/local/Cellar/libxml2/2.9.1/include/libxml2 --with-xml2-lib=/usr/local/Cellar/libxml2/2.9.1/lib --with-xslt-dir=/usr/local/Cellar/libxslt/1.1.28/ --with-iconv-include=/usr/local/Cellar/libiconv/1.14/include --with-iconv-lib=/usr/local/Cellar/libiconv/1.14/lib" |
| /* | |
| # Save this file to /Applications/Sqwiggle.app/Contents/Resources/app.nw/assets/js/toggle.js | |
| # And Add | |
| <script src="assets/js/toggle.js" type="text/javascript"></script> | |
| to /Applications/Sqwiggle.app/Contents/Resources/app.nw/index.html | |
| */ |
| # coding: utf-8 | |
| # Fetch remember the milk API info | |
| require 'pp' | |
| require 'nokogiri' | |
| require 'open-uri' | |
| require 'erb' | |
| require 'active_support/dependencies' | |
| class String |
| `___MAXOSX`, `.DS_Store`がzipファイル中に入っていると | |
| `ERROR | [iOS] The `source_files` pattern did not match any file.` | |
| `ERROR | [iOS] The `preserve_paths` pattern did not match any file.` | |
| とか怒られるので注意 |
| #!/bin/sh | |
| MDIR=". \ | |
| lib/SRC \ | |
| lib/SRC/AR \ | |
| lib/SRC/AR/arLabelingSub \ | |
| lib/SRC/ARICP \ | |
| lib/SRC/AR2 \ | |
| lib/SRC/KPM \ | |
| lib/SRC/Util \ |
| import React from 'react' | |
| import { PropTypes } from 'react' | |
| import { throttle } from 'lodash' | |
| export default class InfiniteList extends React.Component { | |
| static propTypes = { | |
| initialElements: PropTypes.arrayOf(PropTypes.node), | |
| endElement: PropTypes.node, | |
| moreElement: PropTypes.node, |
I hereby claim:
To claim this, I am signing this object: