I hereby claim:
- I am cerw on github.
- I am cerw (https://keybase.io/cerw) on keybase.
- I have a public key whose fingerprint is 5065 C58B BF33 9206 DD41 D7EB 0544 3776 DC86 C2E2
To claim this, I am signing this object:
<h2 class="beachheader">{$beach.name}</h2> | |
{assign value=$weather.o[0] var=o} | |
<div class="bigbox weather border"> | |
<!-- <div class="header">Weather</div> --> | |
<div class="body"> | |
<div class="today" title="{$d.date|date_format:"%a"}">Weather</div> | |
{foreach from=$weather.w.days item=d name=forcast} | |
{if $smarty.foreach.forcast.first} | |
<div class="current">{$o->air_temp|@round}° |
<h1>meet the team</h1> | |
<div class="team-Page"> | |
<img class="u-objLeft" src="/images/team/tessa.jpg" alt="Tessa" /> | |
<div class=""> | |
<h2 class="sortable">Tessa</h2> | |
<h3>Founder/CEO // Compulsive Overacheiver</h3> | |
It all started in 2011 and been non stop ever since. Tessa loves the fact DTLL is part of her life and whilst she never stops working she wouldn't have it any other way | |
</div> |
I hereby claim:
To claim this, I am signing this object:
Not Working | |
10.30.10.9 - - [09/Mar/2016:12:21:16 +1100] "PROPFIND /owncloud/.well-known/caldav HTTP/1.1" 301 596 "-" "iOS/9.2.1 (13D15) accountsd/1.0" | |
10.30.10.9 - - [09/Mar/2016:12:21:16 +1100] "PROPFIND /owncloud/ HTTP/1.1" 405 959 "-" "iOS/9.2.1 (13D15) accountsd/1.0" | |
10.30.10.9 - - [09/Mar/2016:12:21:16 +1100] "PROPFIND /owncloud/principals/ HTTP/1.1" 405 578 "-" "iOS/9.2.1 (13D15) accountsd/1.0" | |
10.30.10.9 - - [09/Mar/2016:12:21:16 +1100] "PROPFIND /owncloud/calendar/dav/[email protected]/user/ HTTP/1.1" 405 613 "-" "iOS/9.2.1 (13D15) accountsd/1.0" | |
10.30.10.9 - - [09/Mar/2016:12:21:21 +1100] "PROPFIND /owncloud/.well-known/caldav HTTP/1.1" 301 596 "-" "iOS/9.2.1 (13D15) dataaccessd/1.0" | |
10.30.10.9 - - [09/Mar/2016:12:21:21 +1100] "PROPFIND /owncloud/ HTTP/1.1" 405 961 "-" "iOS/9.2.1 (13D15) dataaccessd/1.0" | |
10.30.10.9 - - [09/Mar/2016:12:21:22 +1100] "PROPFIND /owncloud/principals/ HTTP/1.1" 405 578 "-" "iOS/9.2.1 (13D15) dataaccessd/1.0" |
var util = require('util'); | |
var args = $.args; | |
// UX HERE!! | |
$.row.args = args; | |
//$.row.left = args.left; | |
// Set width |
Goal: | |
Control screen (projector) infront of user without keyboard and interact with room lights and sound. | |
Actions: | |
Frontend: | |
<?php | |
namespace Tests; | |
use Facebook\WebDriver\Chrome\ChromeOptions; | |
use Facebook\WebDriver\Remote\RemoteWebDriver; | |
use Facebook\WebDriver\Remote\DesiredCapabilities; | |
use Symfony\Component\Process\Process; | |
use Nano\Docs\NanoDocsTestCase; |