Skip to content

Instantly share code, notes, and snippets.

View deniaz's full-sized avatar
🤤

Robert deniaz

🤤
View GitHub Profile
@deniaz
deniaz / index.html
Created June 13, 2013 07:24
SVG with PNG Fallback Example
<!DOCTYPE html>
<html>
<head>
<title>Easy use of SVG with PNG fallback</title>
<link rel="stylesheet" href="main.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
</head>
<body>
<header>
<div id="logo">
@deniaz
deniaz / browsercheck.js
Created March 21, 2014 16:13
The Guardian's Lightweight Modernizr Replacement
function isModernBrowser() {
return 'querySelector' in document &&
'addEventListener' in window &&
'localStorage' in window &&
'sessionStorage' in window &&
(('XMLHttpRequest' in window &&
'withCredentials' in new XMLHttpRequest()) ||
'XDomainRequest' in window);
}
@deniaz
deniaz / foo-bar.js
Created October 1, 2015 16:21
Terrific.js Bug
(function($) {
'use strict';
T.Module.Foo.Bar = T.createDecorator({
start: function (resolve) {
var $ctx = $(this._ctx);
this.bar();
@deniaz
deniaz / keybase.md
Created April 13, 2017 09:17
keybase

Keybase proof

I hereby claim:

  • I am deniaz on github.
  • I am deniaz (https://keybase.io/deniaz) on keybase.
  • I have a public key ASBdniH7bUHO2s1ur4-zQaBmirsHFq1U0kREp3fhgNbGAwo

To claim this, I am signing this object:

@deniaz
deniaz / SketchSystems.spec
Last active March 26, 2019 13:36
Authentication
Authentication
Login
TOGGLE -> Registration
Login Form
SUBMIT -> Logging In
Logging In
DONE -> Authenticated
ERROR -> Login Error
Login Error
RETRY -> Login Form
Light
Green
TIMER -> Yellow
Yellow
TIMER -> Red
Red
TIMER -> Green
@deniaz
deniaz / machine.js
Created April 6, 2020 10:59
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@deniaz
deniaz / normalize.css
Created May 5, 2020 06:18
CSS Normalize
* {
word-break: normal;
overflow-wrap: break-word;
position: relative;
box-sizing: border-box;
white-space: space-white;
}
@deniaz
deniaz / machine.js
Created July 31, 2021 12:09
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@deniaz
deniaz / machine.js
Created August 19, 2021 15:49
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions