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 tempDoc=undefined; | |
| var searchSubDir="true" | |
| if(fl.documents.length==0){ | |
| tempDoc=fl.createDocument(); | |
| } | |
| var folder = getFolderURIFromUser(); | |
| exportlist=new Array(); | |
| if(folder){ | |
| if(folder.substr(0,8)!="file:///"){ | |
| folder="file:///"+folder.split(":").join("|").split("\\").join("/"); |
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
| module.exports = function (grunt) { | |
| grunt.initConfig({}); | |
| grunt.registerTask('test', 'testing grunt-run-task', function() { | |
| var runTask = require('grunt-run-task'); | |
| runTask.loadNpmTasks("grunt-fileindex"); | |
| function createConfig(folder) { | |
| return { |
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
| module.exports = function (grunt) { | |
| grunt.initConfig({}); | |
| grunt.registerTask('test', 'testing grunt-run-task', function() { | |
| var runTask = require('grunt-run-task'); | |
| runTask.loadNpmTasks("grunt-fileindex"); | |
| function createConfig(folder) { | |
| return { |
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
| GL05259M:~ alessandro.bianco$ brew install haxe --HEAD | |
| ==> Installing dependencies for haxe: objective-caml, camlp4 | |
| ==> Installing haxe dependency: objective-caml | |
| ==> Downloading https://homebrew.bintray.com/bottles/ocaml-4.02.3.yosemite.bottle.tar.gz | |
| Already downloaded: /Library/Caches/Homebrew/ocaml-4.02.3.yosemite.bottle.tar.gz | |
| ==> Pouring ocaml-4.02.3.yosemite.bottle.tar.gz | |
| 🍺 /usr/local/Cellar/ocaml/4.02.3: 1187 files, 115M | |
| ==> Installing haxe dependency: camlp4 | |
| ==> Downloading https://homebrew.bintray.com/bottles/camlp4-4.02.2+6_1.yosemite.bottle.tar.gz | |
| Already downloaded: /Library/Caches/Homebrew/camlp4-4.02.2+6_1.yosemite.bottle.tar.gz |
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
| package ; | |
| import tink.core.Callback; | |
| import tink.core.Outcome; | |
| import tink.core.Future; | |
| @:expose("game") | |
| @:keep | |
| class Main { |
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
| package ; | |
| import promhx.Deferred; | |
| import promhx.Stream; | |
| import promhx.deferred.DeferredStream; | |
| @:expose("game") | |
| @:keep | |
| class Main { |
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
| package ; | |
| import haxe.Timer; | |
| import promhx.Deferred; | |
| import promhx.Promise; | |
| class Main { | |
| public static var instance:Main; |
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
| import haxe.macro.Context; | |
| import haxe.Json; | |
| import sys.io.File; | |
| import haxe.macro.Expr; | |
| import haxe.macro.Type; | |
| using haxe.macro.TypeTools; | |
| using haxe.macro.ExprTools; | |
| class Main { |
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
| git config --add remote.origin.fetch '+refs/pull/*/head:refs/remotes/origin/pr/*' | |
| git fetch | |
| git checkout pr/999 |
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
| git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s (%Cgreen%cr%Creset) <%C(bold blue)%an %ae%Creset>' --abbrev-commit" |
NewerOlder