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
/** ---------------------------------------------------------------*/ | |
// app/src/views/SampleMetric.vue | |
/** ---------------------------------------------------------------*/ | |
<script setup> | |
import { deviceSize } from '../composables/deviceSize.js' | |
import HomeView from './Home.vue'; | |
import Phone from './Phone.vue' | |
import Tablet from './tablet.vue' | |
import {devices} from '../composables/devices.js' | |
const sizes = deviceSize(devices) |
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
<?php | |
header('Access-Control-Allow-Credentials', 'true'); | |
header('Access-Control-Allow-Methods', "GET, HEAD, OPTIONS"); | |
header('Range: 1024-1048576'); | |
header('Content-Range: 1024-1048576'); | |
$expires = time() + 600; | |
$key_pair_id = "APKAIE5VAVJWUKZ22KOQ"; | |
$pk = WP_CONTENT_DIR . '/plugins/_library/pk-APKAIE5VAVJWUKZ22KOQ.pem'; |
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
<?php | |
header("Access-Control-Allow-Origin: *"); | |
header('Access-Control-Allow-Credentials', 'true'); | |
$expires = time() + 600; | |
$key_pair_id = "APKAIE5VAVJWUKZ22KOQ"; | |
$pk = WP_CONTENT_DIR . '/plugins/_library/pk-APKAIE5VAVJWUKZ22KOQ.pem'; | |
$logo_url = 'https://cdn2.dev1.markmeldrum.com/logo_large.png'; | |
$m3u8_url = 'https://cdn2.dev1.markmeldrum.com/c4ecdaf5-5f26-4e5b-83d5-929c4345c48d/hls/Big+Buck+Bunny+60fps+4K+-+Official+Blender+Foundation+Short+Film.m3u8'; |
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
<?php | |
$svg_path = plugins_url() . '/_library/jwplayer/SVG'; | |
header("Access-Control-Allow-Origin: *"); | |
$m3u8_url = 'https://cdn.dev1.markmeldrum.com/c4ecdaf5-5f26-4e5b-83d5-929c4345c48d/hls/Big+Buck+Bunny+60fps+4K+-+Official+Blender+Foundation+Short+Film.m3u8'; | |
$expires = time() + 600; | |
$key_pair_id = "APKAIV3VOUGTYYHWA3BA"; | |
$pk = WP_CONTENT_DIR . '/plugins/_library/pk-APKAIV3VOUGTYYHWA3BA.pem'; | |
$mmurl_m3u8_policy = createSignedCookiePolicy($m3u8_url, $expires, $pk, $key_pair_id); | |
set_signed_cookie( $mmurl_m3u8_policy ); |
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
<style> | |
#age-gatead-overlay { | |
background-color: #dfdfdf; | |
width: 100%; | |
height: 100%; | |
position: relative; | |
text-align: center; | |
min-height: 250px; | |
min-width: 300px; | |
-webkit-transition: all 0.5s ease-out; |
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
pp {slot: _.O, isEmpty: false, serviceName: "publisher_ads", slotContentChanged: true, size: Array(2), …} | |
advertiserId | |
: | |
14392141 | |
campaignId | |
: | |
2118248054 | |
companyIds | |
: | |
[129298981] |
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
SSL Errors | |
Ottawa Citizen: | |
Hard Failure< | |
• A script with an insecure url of "http://www.canada.com/js/origin-handler.js" was loaded via the javascript file: https://ottawacitizen.com/opinion/letters/todays-letters-5 on line 1406. The insecure URL may not be directly contained in the script file and may exist elsewhere. | |
You may need to contact your web hosting provider for assistance. This URL will need to be updated to use a secure URL for your padlock to 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
<enclosure url=“https://nationalpostcom.files.wordpress.com/2017/11/highway_400_fatal_20171101.jpg” type=“image”></enclosure> | |
to become this: | |
<enclosure url=“https://nationalpostcom.files.wordpress.com/2017/11/highway_400_fatal_20171101.jpg” type=“image”></enclosure> | |
<media:content medium=“image” url=“https://nationalpostcom.files.wordpress.com/2017/11/highway_400_fatal_20171101-1.jpg?w=640" height=“480” width=“640"> | |
<media:title type=“plain”> A multi-vehicle crash north of Toronto had commuters running for their lives after fuel on the highway ignited, police said on Wednesday, November 1, 2017.</media:title> | |
<media:credit role=“photographer” schema=“urn:ebu”>THE CANADIAN PRESS/Christopher Katsarov</media:credit> | |
</media:content> |
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
NLP={ | |
Categories: [ | |
{value:'Sports'}, | |
{value: 'Baseball'} | |
], | |
Entities: [ | |
{ | |
'value': 'People', | |
'level': 1, | |
'children': [ |
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
<?php | |
namespace Postmedia\Web; | |
abstract class Feed { | |
/** | |
* Constructor | |
* @return object instance | |
*/ |
NewerOlder