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
/bin/sh: dpkg: command not found | |
[0m[1;34m# Check configuration tokens[0m | |
[0m[1;34m# Ensure build layout[0m | |
[0m[1;34m# Check configuration tokens[0m | |
[0m[1;34m# Preparing build[0m | |
[0m[1;34m# Check requirements for android[0m | |
[0m[1;30m# Run 'dpkg --version'[0m | |
[0m[1;30m# Cwd None[0m | |
[0m[1;30m# Search for Git (git)[0m | |
[0m[1;30m# -> found at /opt/local/bin/git[0m |
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
/bin/sh: dpkg: command not found | |
[0m[1;34m# Check configuration tokens[0m | |
[0m[1;34m# Ensure build layout[0m | |
[0m[1;34m# Check configuration tokens[0m | |
[0m[1;34m# Preparing build[0m | |
[0m[1;34m# Check requirements for android[0m | |
[0m[1;30m# Run 'dpkg --version'[0m | |
[0m[1;30m# Cwd None[0m | |
[0m[1;30m# Search for Git (git)[0m | |
[0m[1;30m# -> found at /opt/local/bin/git[0m |
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
bash-3.2$ LANG=C; buildozer -v android release | |
# Check configuration tokens | |
# Ensure build layout | |
# Check configuration tokens | |
# Preparing build | |
# Check requirements for android | |
# Run 'dpkg --version' | |
# Cwd None | |
/bin/sh: dpkg: command not found | |
# Search for Git (git) |
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
var keystone = require('keystone'), | |
Types = keystone.Field.Types; | |
var SingleMail = new keystone.List('SingleMail', { | |
map: { name: 'title' }, | |
autokey: {path: 'key', from: 'title' }, | |
defaultSort: '-sendAt' | |
}); | |
SingleMail.add({ |
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
{ _readableState: | |
{ highWaterMark: 16384, | |
buffer: [], | |
length: 0, | |
pipes: null, | |
pipesCount: 0, | |
flowing: false, | |
ended: true, | |
endEmitted: false, | |
reading: false, |
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
(require 'font-lock) | |
(defvar thrift-mode-hook nil) | |
(add-to-list 'auto-mode-alist '("\\.thrift\\'" . thrift-mode)) | |
(defvar thrift-indent-level 2 | |
"Defines 2 spaces for thrift indentation.") | |
;; syntax coloring |
NewerOlder