I hereby claim:
- I am benwong on github.
- I am benwong (https://keybase.io/benwong) on keybase.
- I have a public key whose fingerprint is RETU RN T HIS. PGP. GET_ FING ERPR INT( ); }
To claim this, I am signing this object:
mkdir -p {src/assets/{scss,js,images},dist} |
IPublishedContent content = Umbraco.TypedContent(Model.MacroParameter["content"].ToString()); |
/** | |
script to extract calendar data from basketball fixture | |
*/ | |
(function(){ | |
function writeEvent(date, time, venue, opponent) { | |
let data = ['Basketball',date.replace(' (Sun)', ''), time, venue.trim(), opponent]; | |
console.log(data.join(',')); | |
} |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Responsive Grid Layout</title> | |
<style> | |
.figure-grid | |
{ | |
position: relative; | |
overflow: hidden; |
I hereby claim:
To claim this, I am signing this object:
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Domain Specific Content</title> | |
<style>.domain-specific {display: none;}</style> | |
</head> | |
<body> | |
<div class="domain-specific" data-domains="['www.mydomain.com']"> | |
<p>To go places and do things that have never been done before – that’s what living is all about.</p> |
<div id="output"> | |
</div> | |
<script type="text/javascript"> | |
var images = document.getElementsByTagName('img'), | |
i, | |
imageUrls = [], | |
imageUrlString = ''; | |
for (i = 0; i < images.length; i++) { |
var EventYouTubeVideo = (function(){ | |
var module = {}; | |
module.init = function(){ | |
var tag = document.createElement('script'); | |
tag.src = "http://www.youtube.com/iframe_api"; | |
var firstScriptTag = document.getElementsByTagName('script')[0]; | |
firstScriptTag.parentNode.insertBefore(tag, firstScriptTag); | |
}; | |
declare @tableName varchar(50) | |
set @tableName = '[table_name]' | |
select | |
1 as tag, | |
null as parent, | |
table_name as [table!1!table], | |
null as [column!2!colname], | |
null as [column!2!datatype], | |
null as [column!2!length] |