$ nc -c www.yahoo.co.jp 80 staging ✭
GET / HTTP/1.1
Host: www.yahoo.co.jp
HTTP/1.1 200 OK
Server: nginx
Date: Thu, 20 Oct 2016 01:52:26 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
- Download latest version JDK
brew install android-sdk
- write .zshrc or .bashrc
export ANDROID_HOME=/usr/local/opt/android-sdk
- setup daemon gradle
touch ~/.gradle/gradle.properties && echo "org.gradle.daemon=true" >> ~/.gradle/gradle.properties
- Install android adk what is required version.
$ android sdk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
http://hico-horiuchi.hateblo.jp/entry/20121030/1351608307 http://qiita.com/wnoguchi/items/f7358a227dfe2640cce3
$ git config --global user.name "Here is your name"
$ git config --global user.email "[email protected]"
$ git config --global core.editor 'emacs -nw'
- HomeBrew
- Docker for mac
- zsh
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew install wget
This is a PoC that will be later a PR to react-native-view-snapshot to implement the feature for Android.
We still need to wait React Native to have the addUIBlock feature provided by this PR.
Also, I'll wait react-native-view-snapshot to implement the same API as the current RN takeSnapshot on iOS allowing the options.
import {NativeModules, findNodeHandle} from "react-native";
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://wayohoo.com/atom/markdown-function-of-the-atom-is-very-convenient.html |