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
<html> | |
<head> | |
</head> | |
<body> | |
<canvas id="base" width="500" height="500" style="border: 1px solid #444; background: #000;"></canvas> | |
<script> | |
var elem = document.getElementById( 'base' ); | |
var context = elem.getContext( '2d' ); | |
var Sprite = function () { |
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
#!/bin/bash | |
# | |
# For http://stackoverflow.com/questions/6162891/installing-couchdb-in-aws-ec2-free-tier | |
# | |
# This script installs and configures couchdb on a fresh Amazon Linux AMI instance. | |
# It is a modified fork of the original rake script, but does not use rake (just good ol' linux tools) | |
# Based on: http://wiki.apache.org/couchdb/Installing_on_RHEL5 |
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 Corpus = Backbone.Model.extend({ | |
changePouch : function(couchConnection, callback) { | |
this.pouch = Backbone.sync.pouch(couchConnection.pouchname); | |
callback(); | |
}, | |
saveAndInterConnectInApp : function(callback) { | |
callback(); | |
} | |
}); |
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. |
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)'