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 |
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
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
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
/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$ ./distribute.sh -m "kivy" | |
./distribute.sh: line 299: lsb_release: command not found | |
Check build dependencies for | |
Avoid check build dependencies, unknow platform | |
Check enviromnent | |
SDK located at /opt/android-sdk/ | |
NDK located at /opt/android-ndk/ | |
NDK version is r10c | |
API level set to 14 | |
Check mandatory tools |
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$ ./distribute.sh -m "kivy" | |
./distribute.sh: line 299: lsb_release: command not found | |
Check build dependencies for | |
Avoid check build dependencies, unknow platform | |
Check enviromnent | |
SDK located at /opt/android-sdk/ | |
NDK located at /opt/android-ndk/ | |
NDK version is r10c | |
API level set to 14 | |
Check mandatory tools |
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
2017-04-25 21:44:34.834 flights[4715:995615] Loaded 1806 flying objects | |
2017-04-25 21:44:41.252 flights[4715:995615] Select object: <MaplyScreenMarker: 0x610000cee300> | |
2017-04-25 21:44:41.252 flights[4715:995615] Select flying object: <FlyObject: d2f0e38 A320> | |
2017-04-25 21:44:41.548 flights[4715:995918] history points: ( | |
"<FlyHistory: 47.366600, 8.443800, 36975, 473>", | |
"<FlyHistory: 47.361599, 8.453200, 36975, 474>", | |
"<FlyHistory: 47.358200, 8.459400, 36975, 474>", | |
"<FlyHistory: 47.345402, 8.483200, 36975, 474>", | |
"<FlyHistory: 47.341000, 8.491300, 36975, 475>", | |
"<FlyHistory: 47.333500, 8.505200, 36975, 475>", |
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$ nake build-android | |
Warning: Package 'stub' has an incorrect structure. The top level of the package source directory should contain at most one module, named 'stub.nim', but a file named 'fpscounter.nim' was found. This will be an error in the future. | |
Hint: If this is the primary source file in the package, rename it to 'stub.nim'. If it's a source file required by the main module, or if it is one of several modules exposed by 'stub', then move it into a 'stub/' subdirectory. If it's a test file or otherwise not required to build the the package 'stub.nim', prevent its installation by adding `skipFiles = @["fpscounter.nim"]` to the .nimble file. See https://github.com/nim-lang/nimble#libraries for more info. | |
Verifying dependencies for [email protected] | |
Info: Dependency on godot@>= 0.7.11 & < 0.8.0 already satisfied | |
Verifying dependencies for [email protected] | |
Info: Dependency on compiler@>= 0.17.3 already satisfied | |
Verifying dependencies for [email protected] | |
Compiling ../src/stub.nim |
OlderNewer