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
[2020-08-05 12:14:59.624858 -07:00] INFO [cablecast_video_server] src\main.rs:32: Starting Cablecast Video Server... | |
[2020-08-05 12:15:00.281556 -07:00] INFO [actix_server::builder] C:\Users\appveyor\.cargo\registry\src\github.com-1ecc6299db9ec823\actix-server-1.0.1\src\builder.rs:263: Starting 8 workers | |
[2020-08-05 12:15:00.282559 -07:00] INFO [actix_server::builder] C:\Users\appveyor\.cargo\registry\src\github.com-1ecc6299db9ec823\actix-server-1.0.1\src\builder.rs:275: Starting "actix-web-service-127.0.0.1:3000" service on 127.0.0.1:3000 | |
[2020-08-05 12:15:00.633497 -07:00] INFO [cablecast_video_server::api] src\api.rs:175: Start API Command | |
[2020-08-05 12:15:00.633497 -07:00] INFO [cablecast_video_server::video_server] src\video_server.rs:306: Video Server Processing Command: Command { id: None, action: CueFile(CueFileParams { uri: "file:///E:/1240-1-Grace-Moms%20Never%20Leave.mpg", sidecar_caption_location: None, trim_in: Some(605620459000), trim_out: None }), channel: "0", timestamp: 2020-08-05T12:15:00.6 |
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
if (Ember.testing !== true) { | |
Ember.onerror = function() { console.log('log the fancy error'); } | |
} |
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
if (Ember.testing !== true) { | |
Ember.onerror = function() { console.log('log the fancy error'); } | |
} |
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
File Format=MacCaption_MCC V1.0 | |
/////////////////////////////////////////////////////////////////////////////////// | |
// Computer Prompting and Captioning Company | |
// Ancillary Data Packet Transfer File | |
// | |
// Permission to generate this format is granted provided that | |
// 1. This ANC Transfer file format is used on an as-is basis and no warranty is given, and | |
// 2. This entire descriptive information text is included in a generated .mcc file. | |
// |
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
{ | |
"forceEvents": [ | |
{ | |
"automationOverride": { | |
"output": "1", | |
"action": "Override", | |
"override": true, | |
"device": null | |
} | |
} |
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
import Ember from 'ember'; | |
export default Ember.Component.extend({ | |
sslEnabled: false | |
}); |
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
Microsoft Windows [Version 10.0.14393] | |
(c) 2016 Microsoft Corporation. All rights reserved. | |
C:\WINDOWS\system32>cd ../code | |
The system cannot find the path specified. | |
C:\WINDOWS\system32>e: | |
E:\>cd code |
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
gpioPort = CreateObject("roControlPort", "BrightSign") | |
print "About to Setup GIPO" | |
if gpioPort <> invalid then | |
print "GPIO VALID" | |
stop | |
gpioPort.SetPort(m.player.msgPort) | |
for i=0 to 8 step 1 | |
result = gpioPort.EnableInput(i) | |
if result then | |
print "Successfully listining on pin " + strI(i) |
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
[email protected] node_modules\ember-cli-inject-live-reload | |
[email protected] node_modules\ember-disable-proxy-controllers | |
[email protected] node_modules\ember-export-application-global | |
[email protected] node_modules\trms-notifications | |
[email protected] node_modules\symlink-or-copy | |
GööGöÇGöÇ [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
import Ember from 'ember'; | |
export default Ember.Controller.extend({ | |
appName: 'Ember Twiddle' | |
}); |
NewerOlder