Skip to content

Instantly share code, notes, and snippets.

/*
Copyright 2012 Igor Vaynberg
Version: @@ver@@ Timestamp: @@timestamp@@
This software is licensed under the Apache License, Version 2.0 (the "Apache License") or the GNU
General Public License version 2 (the "GPL License"). You may choose either license to govern your
use of this software only upon the condition that you accept all of the terms of either the Apache
License or the GPL License.
@TheSisb
TheSisb / gist:4218639
Created December 5, 2012 19:17
label overloading pickadate
<label>
<div class='fieldLabel'>Date</div>
<input type='date' class='pickadate' name='date' />
</label>
@TheSisb
TheSisb / index.html
Created December 13, 2012 23:56
A CodePen by Joshua Hibbert. Focused Input Trick - Works in IE8! Also, please keep in mind that this is just a demonstration of an interaction, and the actual usability is questionable (in this case).
<input id="search" type="search">
<label for="search">Search</label>
@TheSisb
TheSisb / _.md
Created September 13, 2013 22:42
World Test
@TheSisb
TheSisb / _.md
Created September 16, 2013 16:40
Test world
### Keybase proof
I hereby claim:
* I am thesisb on github.
* I am thesisb (https://keybase.io/thesisb) on keybase.
* I have a public key whose fingerprint is 9C46 30B6 08AD 8B29 DBEB DC53 5C14 E320 F282 493A
To claim this, I am signing this object:
@TheSisb
TheSisb / SketchSystems.spec
Last active October 18, 2018 21:37
Server create
Server create
Selection
CREATE_SERVER -> Create
JOIN_SERVER -> Join
Join
BACK -> Selection
Create
BACK -> Selection
New State Machine
@TheSisb
TheSisb / SketchSystems.spec
Created October 19, 2018 00:48
Server create
Server create
Selection
CREATE_SERVER -> Create
JOIN_SERVER -> Join
Join
BACK -> Selection
Create
Back -> Selection
@TheSisb
TheSisb / SketchSystems.spec
Created December 9, 2019 05:16
Elevator doors
Elevator doors
Closed*
OPEN_START -> Opening
Opening
OPEN_END -> Opened
Opened
CLOSE_START -> Closing
Closing
OPEN_START -> Opening
CLOSE_END -> Closed
@TheSisb
TheSisb / machine.js
Created December 9, 2019 05:36
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions