function main() as Void
a = "Bug 19903"
? "typeof a -- ";a
b = a + " is annoying..."
? "b=";b
end function
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
<?xml version="1.0" encoding="UTF-8"?> | |
<adResponse networkId="174057" version="1"> | |
<parameters> | |
<parameter category="profile" name="enableServerTranslation"><![CDATA[1]]></parameter> | |
</parameters> | |
<errors> | |
<error id="21" name="MULTIPLE_SPONSORED_PLACEMENTS" severity="WARN"> | |
<message>0.0.0.1688967898.0.1494881043</message> | |
<context>3549198,3549377,</context> | |
</error> |
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
<link rel="import" href="../core-scaffold/core-scaffold.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<link rel="import" href="../core-menu/core-menu.html"> | |
<link rel="import" href="../core-item/core-item.html"> | |
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-field/core-field.html"> | |
<link rel="import" href="../core-icon/core-icon.html"> | |
<link rel="import" href="../core-input/core-input.html"> | |
<link rel="import" href="../core-icons/core-icons.html"> |
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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
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
{ | |
"jt": -1, | |
"pt": "Roku", | |
"sid": 1631941504, | |
"rs": "AKAMAI", | |
"cdn": "AKAMAI", | |
"dvv": "3100X", | |
"ptv": "025.01E01195A", | |
"st": 1, | |
"tags": { |
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
private function executeCopy(sourcePlacementId:int, targetPlacementId:int, overwriteAll:Boolean, emptyCopying:Boolean):void | |
{ | |
var sourceGroupsByLabel:Object = trackingGroupByPlacementId[sourcePlacementId]; | |
var targetGroupsByLabel:Object = trackingGroupByPlacementId[targetPlacementId]; | |
var sourceGroup:PTrackingGroup, targetGroup:PTrackingGroup; | |
var item:PTrackingItem; | |
var targetPlacement:Placement = placementById[targetPlacementId]; | |
var temp:Array; | |
// upadte dirty flags logic |
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_once "upload.php"; | |
$path = "/path/to/target/video.mp4"; | |
$to = "[email protected]"; | |
$subject = "Your video is ready!"; | |
$body = " | |
Hi, | |
Check your video from: | |
CDN : %cdn-url% |
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
<?xml version="1.0"?> | |
<config> | |
<version api="2.18">2.18.0</version> | |
<vmds api-version="2.18"> | |
<video id="367"> | |
<campaign id="18"/> | |
<dimension fps="30" duration="15165"/> | |
<project hash="1hk3sd"/> | |
</video> | |
<regions> |
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
<config> | |
<version /> | |
<vmds> | |
<video> | |
</video> | |
<regions> | |
</regions> | |
<inventory> | |
<realestate id="" name="survey" /> | |
<realestate id="" name="creative container" /> |
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
{ | |
"id": "e7469", | |
"campaign-name": "New Campaign", | |
"video-clicks": { | |
"click-thru-url": "http:\/\/www.innovid.com" | |
}, | |
"theme": { | |
"fontLibrary": { | |
"fontLibrarySwfUrl": "http:\/\/cdn.innovid.com\/common\/runtime-libs\/font-packs\/flash\/defaultFontPack.swf", | |
"name": "English\/Latin" |
NewerOlder