This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
😌 | |
🙋 peg | |
🙆 peg | |
🙋 build | |
Files: 171 | |
Lines: 89265 | |
Nodes: 412260 | |
Identifiers: 139748 | |
Symbols: 118580 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
recipe | |
require | |
&foo | |
* <- h1 | |
construct | |
handle h1 | |
&bar | |
* -> h1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"cardview-heading": "🍻🍕🍑🍔🍟🍦🍫🍰🍩🍪🍗🍝🍣🍱🍙🍘🍡🍠🍨🍵🍖🍯🌽🍜🍥🍤🍳🍻", | |
"users": [ | |
{"user": "Tim Loh", "email": "[email protected]"}, | |
{"user": "Shane", "email": "[email protected]"}, | |
{"user": "Doug", "email": "[email protected]"}, | |
{"user": "Eric", "email": "[email protected]"}, | |
{"user": "Alan", "email": "[email protected]"}, | |
{"user": "Mike", "email": "[email protected]"}, | |
{"user": "Naina", "email": "[email protected]"}, | |
{"user": "Suzy", "email": "[email protected]"}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"cardview-heading": "Example", | |
"users": [ | |
{"user": "Nasko Oskov", "email": "[email protected]"}, | |
{"user": "Daniel Cheng", "email": "[email protected]"}, | |
{"user": "Charlie Reis", "email": "[email protected]"}, | |
{"user": "Nick Carter", "email": "[email protected]"} | |
], | |
"dashes": [ | |
"cz-clock-dash", | |
"cz-review-latency-dash(true)", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
registerAnimator('throwaway-name', class { | |
static elements = { | |
scroller: { | |
isRoot: true; | |
scrollInput: true; | |
name: 'foo-scroller'; | |
}, | |
parallax: { | |
outputProperties: ['transform'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
T.J. Catkins, Google, TabAtkins | |
Peter Linss, HP, plinss | |
Rossen Atanassov, Microsoft, Rossen | |
Ojan Vafai, Google, ojan | |
Daniel Holbert, Mozilla, dholbert | |
Chris Lilley, W3C, ChrisL | |
Koji Ishi, Google, koji | |
Robert Flack, Google, flackr | |
Rick Byers, Google, rbyers | |
Surma Surma, Google, surma |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"> | |
<title>CSS Painting API Level 1</title> | |