録画 https://www.youtube.com/watch?v=jgnYTbSbR7E
https://speakerdeck.com/taminif/weblioying-hui-hua-to-dong-zuo-tietukuturu-webrtckun
- 今年の3/1からwebrtcに移行する、全面移行
- skyway使っている
- 最近skywayパッケージがnpmに登録されてた
| # ------------------------------------- | |
| # 環境変数 | |
| # ------------------------------------- | |
| # SSHで接続した先で日本語が使えるようにする | |
| export LC_CTYPE=en_US.UTF-8 | |
| export LC_ALL=en_US.UTF-8 | |
| # エディタ | |
| export EDITOR=/usr/local/bin/vim |
| #set -e | |
| set -x | |
| # neobundle | |
| mkdir -p ~/.vim/bundle | |
| git clone https://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim | |
| git clone https://github.com/Shougo/vimproc ~/.vim/bundle/vimproc | |
| ln -s ~/dotfiles/vim/.vimrc ~/.vimrc |
| # ------------------------------------- | |
| # 環境変数 | |
| # ------------------------------------- | |
| autoload -Uz compinit | |
| compinit -u | |
| # SSHで接続した先で日本語が使えるようにする | |
| export LC_CTYPE=en_US.UTF-8 | |
| export LC_ALL=en_US.UTF-8 |
| textField.leftView = UIView(frame: CGRectMake(0,0,20,20)) | |
| textField.leftViewMode = .Always | |
| textField.layer.borderColor = UIColor.appColor().CGColor | |
| textField.layer.cornerRadius = 5 | |
| textField.layer.borderWidth = 1 | |
| textField.layer.masksToBounds = true | |
| tableView.separatorStyle = .None |
| for subview in testButton.subviews where subview is UIButton { | |
| subview.removeFromSuperview() | |
| } |
| // | |
| // AnyAudioPlayer.swift | |
| // audioSample | |
| // | |
| // Created by HanedaKentarou on 2016/04/12. | |
| // Copyright © 2016年 Kaumo. All rights reserved. | |
| // | |
| import UIKit | |
| import AVFoundation |
| package jp.co.rarejob.views.fragments.common | |
| import android.graphics.Bitmap | |
| import android.os.Bundle | |
| import android.support.v4.app.Fragment | |
| import android.text.Editable | |
| import android.text.TextWatcher | |
| import android.util.Log | |
| import android.view.LayoutInflater | |
| import android.view.View |
| // | |
| // TwicastLoginWebViewController.swift | |
| // TwicasHackathonTest | |
| // | |
| // Created by HanedaKentarou on 2017/01/16. | |
| // Copyright © 2017年 com.adriablue. All rights reserved. | |
| // | |
| /* How to use. |
録画 https://www.youtube.com/watch?v=jgnYTbSbR7E
https://speakerdeck.com/taminif/weblioying-hui-hua-to-dong-zuo-tietukuturu-webrtckun