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
2016-02-15 22:24:15.072 Chocolat[41642:24700401] | |
// --- Writing truffle AppleScript --- | |
// Writing lang AppleScript | |
void shamrock_test_AppleScript() { | |
std::map<intptr_t, Syntaxable*> syntaxItems; | |
({ syntaxItems[105553117734400] = new SyntaxBase{ | |
"applescript.source", nullptr, { | |
({ syntaxItems[105553121047088] = new SyntaxElement{ |
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
Error: unrecognized flag --pretend-node | |
Try --help for options | |
Chocolat ⇄ Tern: listen EADDRINUSE | |
Arguments: undefined | |
Type: undefined | |
Stack: Error: listen EADDRINUSE | |
at errnoException (net.js:904:11) | |
at Server._listen2 (net.js:1042:14) | |
at listen (net.js:1064:10) | |
at net.js:1146:9 |
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
Error: unrecognized flag --pretend-node | |
Try --help for options | |
Chocolat ⇄ Tern: listen EADDRINUSE | |
Arguments: undefined | |
Type: undefined | |
Stack: Error: listen EADDRINUSE | |
at errnoException (net.js:904:11) | |
at Server._listen2 (net.js:1042:14) | |
at listen (net.js:1064:10) | |
at net.js:1146:9 |
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
connections property is deprecated. Use getConnections() method | |
2016-02-15 22:11:53.524 Chocolat[40551:24686714] | |
// --- Writing truffle AppleScript --- | |
// Writing lang AppleScript | |
void shamrock_test_AppleScript() { | |
std::map<intptr_t, Syntaxable*> syntaxItems; | |
({ syntaxItems[106102873527552] = new SyntaxBase{ | |
"applescript.source", nullptr, { |
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
// --- Writing truffle AppleScript --- | |
// Writing lang AppleScript | |
void shamrock_test_AppleScript() { | |
std::map<intptr_t, Syntaxable*> syntaxItems; | |
({ syntaxItems[106102873529472] = new SyntaxBase({ | |
"applescript.source", nullptr, { | |
, | |
, | |
} | |
}); syntaxItems[106102873529472]; }) |
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
// Created by Alex Gordon on 29/01/2016. | |
// No copyright intended ;) | |
import Cocoa | |
enum LoopStatus { | |
case Break, Continue | |
} | |
let DRAG_HALF = 10 as CGFloat |
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 "util.hpp" | |
namespace SH { | |
// A symbol represents a component of a scope e.g. "js" or "string" | |
// Symbols are stored in the SymbolRegistry in an array | |
// Components can never be removed, they last the life of the process. | |
using Symbol = uint32_t; | |
struct SymbolRecord { | |
Symbol key; |
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
// A symbol represents a component of a scope e.g. "js" or "string" | |
// Symbols are stored in the SHSymbolRegistry in an array | |
// Components can never be removed, they last the life of the process. | |
using SHSymbol = uint32_t; | |
struct SHSymbolRecord { | |
SHSymbol key; | |
std::string value; | |
SHSymbolRecord(SHSymbol key, std::string value) : key(key), value(value) { } | |
}; | |
struct SHSymbolRegistry { |
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
foo.addAnimation() { | |
... | |
} | |
foo.onCompletion() { | |
... | |
} | |
foo.run() |
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
£436.00 on 2014-09-01 -> 2014-12-02. Mon -> Tue 92 days holiday China Southern package | |
£436.00 on 2014-09-01 -> 2014-12-05. Mon -> Fri 95 days holiday China Southern package | |
£436.00 on 2014-09-01 -> 2014-12-06. Mon -> Sat 96 days holiday China Southern package | |
£433.00 on 2014-09-02 -> 2014-11-23. Tue -> Sun 82 days holiday Norwegian composite | |
£434.00 on 2014-09-02 -> 2014-11-27. Tue -> Thu 86 days holiday Norwegian composite | |
£435.00 on 2014-09-02 -> 2014-12-02. Tue -> Tue 91 days holiday China Southern package | |
£436.00 on 2014-09-02 -> 2014-12-01. Tue -> Mon 90 days holiday China Southern package | |
£436.00 on 2014-09-02 -> 2014-12-03. Tue -> Wed 92 days holiday China Southern package | |
£439.00 on 2014-09-02 -> 2014-11-21. Tue -> Fri 80 days holiday Norwegian composite | |
£439.00 on 2014-09-02 -> 2014-11-26. Tue -> Wed 85 days holiday Norwegian composite |