A Pen by A Non Ymous on CodePen.
This file contains hidden or 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
| var fs = require('fs'); | |
| var path = require('path'); | |
| var vm = require('vm'); | |
| var argv = require('optimist').argv; | |
| function compileHandlebarsTemplate(file, onComplete) { | |
| //dummy jQuery | |
| var jQuery = function () { return jQuery } | |
| jQuery.ready = function () { return jQuery } | |
| jQuery.inArray = function () { return jQuery } |
This file contains hidden or 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
| #' Doughnut plot | |
| #' | |
| #' Draw a doughnut plot | |
| #' | |
| #' This function draws a pie chart with a hole; a doughnut plot | |
| #' The doughnut plot is based on the pie plot, see \code{\link{pie}}. | |
| #' | |
| #' @param x a vector of non-negative numerical quantities. | |
| #' The values in \code{x} are displayed as the areas of | |
| #' doughnut slices. |
This file contains hidden or 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
| /** | |
| * @module ui/stimulus.reel | |
| * @requires montage/ui/component | |
| */ | |
| var Component = require("montage/ui/component").Component, | |
| Response = require("ui/response.reel").Response, | |
| RangeController = require("montage/core/range-controller").RangeController; | |
| /** | |
| * @class Stimulus |
This file contains hidden or 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
| Input: <span id="inputArea" contenteditable>placeholder</span> | |
| Result: <span id="resultArea"></span> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Where are you on here?
Query used on Google's BigQuery with GitHubArchive Data
SELECT actor.login as user NOT REGEXP '(bot|github|gerrit|test|worker|notifier|open|\-ci\t|user|build|continuous|review|jenkins|deploy|internousdev|coveralls|server|asfgit|dsm\-git|cn\-nytimes|gitter\-badger)'
This file contains hidden or 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> | |
| <head> | |
| <title>Louise's Web Site</title> | |
| </head> | |
| <body> | |
| <h1>Welcome to Louise's web site!</h1> | |
| <p><img src="http://dev.robkovacs.com/louise.jpg"/></p> |
This file contains hidden or 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> | |
| <head> | |
| <title>Gina</title> | |
| </head> | |
| <body> | |
| <h1>Gina</h1> | |
| </body> | |
| </html> |
This file contains hidden or 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> | |
| <head> | |
| <title>Movies and Shows</title> | |
| </head> | |
| <body> | |
| <h1>Best Movies and TV Shows Ever!</h1> | |
| <ol> | |
| <li>Finding Dory</li> | |
| <li>Game of Thrones</li> |