I hereby claim:
- I am PhillippOhlandt on github.
- I am phillipp (https://keybase.io/phillipp) on keybase.
- I have a public key whose fingerprint is 02C7 4EF7 1C8E 2F1F ECD7 2D02 4866 DBF5 0E73 9056
To claim this, I am signing this object:
function nothingToDoHere($newLine = '<br>'){ | |
return ' | |
βββββββββββββββββββββββββββββββββββββ'.$newLine.' | |
βββββββββββββββββββββββββββββββββββββ'.$newLine.' | |
βββββββββββββββββββββββββββββββββββββ'.$newLine.' | |
βββββββββββββββββββββββββββββββββββββ'.$newLine.' | |
βββββββββββββββββββββββββββββββββββββ'.$newLine.' | |
βββββββββββββββββββββββββββββββββββββ'.$newLine.' | |
βββββββββββββββββββββββββββββββββββββ'.$newLine.' | |
βββββββββββββββββββββββββββββββββββββ'.$newLine.' |
sitename: Liveblog Example | |
payoff: With Bolt and Pusher | |
theme: clean-blog |
<div class="container"> | |
<div class="row"> | |
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1 entries"> | |
{% setcontent records = "entries/latest/20" allowpaging %} | |
{% for record in records %} | |
<div class="post-preview"> |
{{ enablePusher() }} | |
<script> | |
(function() { | |
var records = pusher.subscribe('records'); | |
records.bind('created', function(data) { | |
if(data.contenttype == 'entries'){ | |
Verifying that +phillipp is my blockchain ID. https://onename.com/phillipp |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
set -e | |
LTS_VERSION="6" | |
NODE_VERSION=$( node --version ) | |
NODE_VERSION_WITHOUT_V=$( echo $NODE_VERSION | cut -c2-10 ) | |
COMMIT=$( node scripts/details.js COMMIT ) | |
PACKAGE_VERSION=$( node scripts/details.js VERSION ) | |
UWS_VERSION=0.10.12 #$( node scripts/details.js UWS_VERSION ) | |
PACKAGE_NAME=$( node scripts/details.js NAME ) |