This file contains 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
version: '2' | |
services: | |
elasticsearch: | |
build: elasticsearch | |
ports: | |
- '127.0.0.1:9200:9200' | |
environment: | |
- xpack.security.enabled=false | |
kibana: | |
image: docker.elastic.co/kibana/kibana:5.6.7 |
This file contains 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
brew install [email protected] | |
If you have already installed freetds1.00 you will have to unlink it and link 0.91 instead: | |
brew unlink freetds | |
brew link --force [email protected] | |
This file contains 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
typedef DataItemTransformer = Object Function(Map<String, dynamic> item); | |
class HasNext<T extends Object> { | |
const HasNext({ | |
this.hasNext, | |
this.data, | |
}); | |
HasNext.fromMap( | |
Map<String, dynamic> map, DataItemTransformer dataItemTransformer) |
This file contains 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
i386 : iPhone Simulator | |
x86_64 : iPhone Simulator | |
iPhone1,1 : iPhone | |
iPhone1,2 : iPhone 3G | |
iPhone2,1 : iPhone 3GS | |
iPhone3,1 : iPhone 4 | |
iPhone3,2 : iPhone 4 GSM Rev A | |
iPhone3,3 : iPhone 4 CDMA | |
iPhone4,1 : iPhone 4S | |
iPhone5,1 : iPhone 5 (GSM) |