Skip to content

Instantly share code, notes, and snippets.

View raytiley's full-sized avatar

Ray Tiley raytiley

View GitHub Profile
[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
if (Ember.testing !== true) {
Ember.onerror = function() { console.log('log the fancy error'); }
}
if (Ember.testing !== true) {
Ember.onerror = function() { console.log('log the fancy error'); }
}
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.
//
@raytiley
raytiley / override-payload.json
Created February 15, 2020 14:17
Cablecast Force Matrix Automation Override Payloads
{
"forceEvents": [
{
"automationOverride": {
"output": "1",
"action": "Override",
"override": true,
"device": null
}
}
@raytiley
raytiley / components.ssl-config.js
Last active January 25, 2020 22:00
Designer Homework
import Ember from 'ember';
export default Ember.Component.extend({
sslEnabled: false
});
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
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)
ember-cli-inject-live-reload@1.4.1 node_modules\ember-cli-inject-live-reload
ember-disable-proxy-controllers@1.0.1 node_modules\ember-disable-proxy-controllers
ember-export-application-global@1.1.1 node_modules\ember-export-application-global
trms-notifications@0.0.0 node_modules\trms-notifications
symlink-or-copy@1.0.1 node_modules\symlink-or-copy
GööGöÇGöÇ copy-dereference@1.0.0
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});