Skip to content

Instantly share code, notes, and snippets.

View rcebulko's full-sized avatar

Ryan Cebulko rcebulko

View GitHub Profile
/**
* Copyright 2019 The AMP HTML Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@rcebulko
rcebulko / Ownership Tree
Last active October 10, 2019 19:47
The current ownership tree for the ampproject/amphtml repository.
OWNERS tree (Last updated 2019-10-10 15:47 EST)
Reviewers: ampproject/reviewers-amphtml [twifkak, gregable, kristoferbaxter, amaltas, cramforce, jridgewell, avimehta, alanorozco, erwinmombay, alabiaga, jpettitt, wassgha, dvoytenko, powerivq, honeybadgerdontcare, chenshay, sparhami, gmajoulet, cathyxz, newmuis, keithwrightbos, danielrozenberg, aghassemi, bradfrizzell, banaag, zhouyx, enriqe, prateekbh, kmh287, nainar, lannka, leafsy, caroqliu, powdercloud, calebcordry, choumx, mrjoro, rsimha, alin04, estherkim]
ROOT
• **/*: cramforce (never notify), dvoytenko (never notify), jridgewell (never notify)
• **/validator-*.{protoascii,html,out}: ampproject/wg-caching [twifkak, gregable, amaltas, kumagi, gusmachine, honeybadgerdontcare, yuizumi, banaag, alin04, hiroshimizuno, tomokinat] (always notify)
• ./*.md: ampproject/wg-outreach [pbakaus, sebastianbenz, alankent, mattludwig, crystalonscript, mrjoro, morsssss]
• ./{.*,babel.config.js,gulpfile.js}: ampproject/wg-infra [danielrozenberg, rcebulko, rsimha, esth
@rcebulko
rcebulko / comma.js
Created November 15, 2017 16:56 — forked from MartinMuzatko/comma.js
JS Commarization, Number to words from Million, Billion, Trillion.... and extendible
function commarize()
{
// 1e6 = 1 Million, begin with number to word after 1e6.
if (this >= 1e6)
{
var units =
[
"Million",
"Billion",
"Trillion",
@rcebulko
rcebulko / .block
Created November 2, 2017 20:38 — forked from michaschwab/.block
license: gpl-3.0
height: 1200