Created
March 31, 2016 17:41
-
-
Save mkcode/eb071f1c50d2f66028852d7eacee00b9 to your computer and use it in GitHub Desktop.
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
ObjectSpace stats: | |
TOTAL: 1210591 | |
FREE: 719993 | |
T_STRING: 186938 | |
T_ARRAY: 116441 | |
T_IMEMO: 82989 | |
T_HASH: 62044 | |
T_DATA: 13054 | |
T_OBJECT: 12891 | |
T_CLASS: 8371 | |
T_REGEXP: 2507 | |
T_ICLASS: 2042 | |
T_MODULE: 1189 | |
T_RATIONAL: 891 | |
T_STRUCT: 615 | |
T_SYMBOL: 496 | |
T_NODE: 79 | |
T_FILE: 22 | |
T_BIGNUM: 15 | |
T_FLOAT: 9 | |
T_MATCH: 4 | |
T_COMPLEX: 1 | |
1000 Largest strings: | |
/*! | |
* jQuery JavaScript Library v2.1.4 | |
* http://jquery.com/ | |
* | |
* Includes Sizzle.js | |
* http://sizzlejs.com/ | |
* | |
* Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors | |
* Released under the MIT license | |
* http://jquery.org/license | |
* | |
* Date: 2015-04-28T16:01Z | |
*/ | |
(function( global, factory ) { | |
if ( typeof module === "object" && typeof module.exports === "object" ) { | |
// For CommonJS and CommonJS-like environments where a proper `window` | |
// is present, execute the factory and get jQuery. | |
// For environments that do not have a `window` with a `document` | |
// (such as Node.js), expose a factory as module.exports. | |
// This accentuates the need for the creation of a real `window`. | |
// e.g. var jQuery = require("jquery")(window); | |
// See ticket #14549 for more info. | |
module.exports = global.document ? | |
factory( global, true ) : | |
function( w ) { | |
if ( !w.document ) { | |
throw new Error( "jQuery requires a window with a document" ); | |
} | |
return facto | |
(len: 374788) | |
/*! | |
* jQuery JavaScript Library v2.1.4 | |
* http://jquery.com/ | |
* | |
* Includes Sizzle.js | |
* http://sizzlejs.com/ | |
* | |
* Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors | |
* Released under the MIT license | |
* http://jquery.org/license | |
* | |
* Date: 2015-04-28T16:01Z | |
*/ | |
(function( global, factory ) { | |
if ( typeof module === "object" && typeof module.exports === "object" ) { | |
// For CommonJS and CommonJS-like environments where a proper `window` | |
// is present, execute the factory and get jQuery. | |
// For environments that do not have a `window` with a `document` | |
// (such as Node.js), expose a factory as module.exports. | |
// This accentuates the need for the creation of a real `window`. | |
// e.g. var jQuery = require("jquery")(window); | |
// See ticket #14549 for more info. | |
module.exports = global.document ? | |
factory( global, true ) : | |
function( w ) { | |
if ( !w.document ) { | |
throw new Error( "jQuery requires a window with a document" ); | |
} | |
return facto | |
(len: 374788) | |
/*! | |
* jQuery JavaScript Library v2.1.4 | |
* http://jquery.com/ | |
* | |
* Includes Sizzle.js | |
* http://sizzlejs.com/ | |
* | |
* Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors | |
* Released under the MIT license | |
* http://jquery.org/license | |
* | |
* Date: 2015-04-28T16:01Z | |
*/ | |
(function( global, factory ) { | |
if ( typeof module === "object" && typeof module.exports === "object" ) { | |
// For CommonJS and CommonJS-like environments where a proper `window` | |
// is present, execute the factory and get jQuery. | |
// For environments that do not have a `window` with a `document` | |
// (such as Node.js), expose a factory as module.exports. | |
// This accentuates the need for the creation of a real `window`. | |
// e.g. var jQuery = require("jquery")(window); | |
// See ticket #14549 for more info. | |
module.exports = global.document ? | |
factory( global, true ) : | |
function( w ) { | |
if ( !w.document ) { | |
throw new Error( "jQuery requires a window with a document" ); | |
} | |
return facto | |
(len: 374788) | |
/** | |
* CoffeeScript Compiler v1.10.0 | |
* http://coffeescript.org | |
* | |
* Copyright 2011, Jeremy Ashkenas | |
* Released under the MIT License | |
*/ | |
(function(root) { | |
var CoffeeScript = function() { | |
function require(path){ return require[path]; } | |
require['./helpers'] = (function() { | |
var exports = {}, module = {exports: exports}; | |
// Generated by CoffeeScript 1.10.0 | |
(function() { | |
var buildLocationData, extend, flatten, ref, repeat, syntaxErrorToString; | |
exports.starts = function(string, literal, start) { | |
return literal === string.substr(start, literal.length); | |
}; | |
exports.ends = function(string, literal, back) { | |
var len; | |
len = literal.length; | |
return literal === string.substr(string.length - len - (back || 0), len); | |
}; | |
exports.repeat = repeat = function(str, n) { | |
var res; | |
res = ''; | |
while (n > 0) { | |
if (n & 1) { | |
res += str; | |
} | |
n >>>= 1; | |
str += str; | |
} | |
return res; | |
}; | |
exports.compact = function(array) { | |
(len: 278574) | |
/** | |
* CoffeeScript Compiler v1.10.0 | |
* http://coffeescript.org | |
* | |
* Copyright 2011, Jeremy Ashkenas | |
* Released under the MIT License | |
*/ | |
(function(root) { | |
var CoffeeScript = function() { | |
function require(path){ return require[path]; } | |
require['./helpers'] = (function() { | |
var exports = {}, module = {exports: exports}; | |
// Generated by CoffeeScript 1.10.0 | |
(function() { | |
var buildLocationData, extend, flatten, ref, repeat, syntaxErrorToString; | |
exports.starts = function(string, literal, start) { | |
return literal === string.substr(start, literal.length); | |
}; | |
exports.ends = function(string, literal, back) { | |
var len; | |
len = literal.length; | |
return literal === string.substr(string.length - len - (back || 0), len); | |
}; | |
exports.repeat = repeat = function(str, n) { | |
var res; | |
res = ''; | |
while (n > 0) { | |
if (n & 1) { | |
res += str; | |
} | |
n >>>= 1; | |
str += str; | |
} | |
return res; | |
}; | |
exports.compact = function(array) { | |
(len: 278574) | |
/*! | |
* jQuery JavaScript Library v2.1.4 | |
* http://jquery.com/ | |
* | |
* Includes Sizzle.js | |
* http://sizzlejs.com/ | |
* | |
* Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors | |
* Released under the MIT license | |
* http://jquery.org/license | |
* | |
* Date: 2015-04-28T16:01Z | |
*/ | |
(function( global, factory ) { | |
if ( typeof module === "object" && typeof module.exports === "object" ) { | |
// For CommonJS and CommonJS-like environments where a proper `window` | |
// is present, execute the factory and get jQuery. | |
// For environments that do not have a `window` with a `document` | |
// (such as Node.js), expose a factory as module.exports. | |
// This accentuates the need for the creation of a real `window`. | |
// e.g. var jQuery = require("jquery")(window); | |
// See ticket #14549 for more info. | |
module.exports = global.document ? | |
factory( global, true ) : | |
function( w ) { | |
if ( !w.document ) { | |
throw new Error( "jQuery requires a window with a document" ); | |
} | |
return facto | |
(len: 247598) | |
/*! | |
* jQuery JavaScript Library v2.1.4 | |
* http://jquery.com/ | |
* | |
* Includes Sizzle.js | |
* http://sizzlejs.com/ | |
* | |
* Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors | |
* Released under the MIT license | |
* http://jquery.org/license | |
* | |
* Date: 2015-04-28T16:01Z | |
*/ | |
(function( global, factory ) { | |
if ( typeof module === "object" && typeof module.exports === "object" ) { | |
// For CommonJS and CommonJS-like environments where a proper `window` | |
// is present, execute the factory and get jQuery. | |
// For environments that do not have a `window` with a `document` | |
// (such as Node.js), expose a factory as module.exports. | |
// This accentuates the need for the creation of a real `window`. | |
// e.g. var jQuery = require("jquery")(window); | |
// See ticket #14549 for more info. | |
module.exports = global.document ? | |
factory( global, true ) : | |
function( w ) { | |
if ( !w.document ) { | |
throw new Error( "jQuery requires a window with a document" ); | |
} | |
return facto | |
(len: 247598) | |
/* line 1, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */ | |
.tipsy { | |
font-size: 10px; | |
position: absolute; | |
padding: 5px; | |
z-index: 100000; | |
} | |
/* line 2, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */ | |
.tipsy-inner { | |
background-color: #000; | |
color: #FFF; | |
max-width: 200px; | |
padding: 5px 8px 4px 8px; | |
text-align: center; | |
} | |
/* Rounded corners */ | |
/* line 5, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */ | |
.tipsy-inner { | |
border-radius: 3px; | |
-moz-border-radius: 3px; | |
-webkit-border-radius: 3px; | |
} | |
/* line 7, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */ | |
.tipsy-arrow { | |
position: absolute; | |
width: 0; | |
height: 0; | |
line-height: 0; | |
border: 5px dashed #000; | |
} | |
/* Rules to colour arrows */ | |
/* | |
(len: 197051) | |
/* line 1, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */ | |
.tipsy { | |
font-size: 10px; | |
position: absolute; | |
padding: 5px; | |
z-index: 100000; | |
} | |
/* line 2, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */ | |
.tipsy-inner { | |
background-color: #000; | |
color: #FFF; | |
max-width: 200px; | |
padding: 5px 8px 4px 8px; | |
text-align: center; | |
} | |
/* Rounded corners */ | |
/* line 5, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */ | |
.tipsy-inner { | |
border-radius: 3px; | |
-moz-border-radius: 3px; | |
-webkit-border-radius: 3px; | |
} | |
/* line 7, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */ | |
.tipsy-arrow { | |
position: absolute; | |
width: 0; | |
height: 0; | |
line-height: 0; | |
border: 5px dashed #000; | |
} | |
/* Rules to colour arrows */ | |
/* | |
(len: 197051) | |
/* line 1, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */ | |
.tipsy { | |
font-size: 10px; | |
position: absolute; | |
padding: 5px; | |
z-index: 100000; | |
} | |
/* line 2, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */ | |
.tipsy-inner { | |
background-color: #000; | |
color: #FFF; | |
max-width: 200px; | |
padding: 5px 8px 4px 8px; | |
text-align: center; | |
} | |
/* Rounded corners */ | |
/* line 5, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */ | |
.tipsy-inner { | |
border-radius: 3px; | |
-moz-border-radius: 3px; | |
-webkit-border-radius: 3px; | |
} | |
/* line 7, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */ | |
.tipsy-arrow { | |
position: absolute; | |
width: 0; | |
height: 0; | |
line-height: 0; | |
border: 5px dashed #000; | |
} | |
/* Rules to colour arrows */ | |
/* | |
(len: 197051) | |
@charset "UTF-8"; | |
@font-face { | |
font-family: 'octicons'; | |
src: url(/assets/octicons/octicons/octicons-662d9c2dd476cb0ecb1061fd39dd3254b4930ee96ec97f1764e34ceea91f6542.eot?#iefix) format("embedded-opentype"), url(/assets/octicons/octicons/octicons-a2f53fc2a3038043a1e81bebab1637a1c2f2350615b28c8dfafe9277c9f0a3fd.woff) format("woff"), url(/assets/octicons/octicons/octicons-26c6d8b768c0c361294d7d198bd9ed262d27c5f31fad6affb0f3942aba86180c.ttf) format("truetype"), url(/assets/octicons/octicons/octicons-5a5cad51e078f000144669a0c1208d498becbb8e283d2ceb46cf68d05508c6be.svg#octicons) format("svg"); | |
font-weight: normal; | |
font-style: normal; | |
} | |
/* line 13, /Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/sprockets-octicons.scss */ | |
.octicon, .mega-octicon { | |
font: normal normal normal 16px/1 octicons; | |
display: inline-block; | |
text-decoration: none; | |
text-rendering: auto; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
(len: 188470) | |
@charset "UTF-8"; | |
@font-face { | |
font-family: 'octicons'; | |
src: url(/assets/octicons/octicons/octicons-662d9c2dd476cb0ecb1061fd39dd3254b4930ee96ec97f1764e34ceea91f6542.eot?#iefix) format("embedded-opentype"), url(/assets/octicons/octicons/octicons-a2f53fc2a3038043a1e81bebab1637a1c2f2350615b28c8dfafe9277c9f0a3fd.woff) format("woff"), url(/assets/octicons/octicons/octicons-26c6d8b768c0c361294d7d198bd9ed262d27c5f31fad6affb0f3942aba86180c.ttf) format("truetype"), url(/assets/octicons/octicons/octicons-5a5cad51e078f000144669a0c1208d498becbb8e283d2ceb46cf68d05508c6be.svg#octicons) format("svg"); | |
font-weight: normal; | |
font-style: normal; | |
} | |
/* line 13, /Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/sprockets-octicons.scss */ | |
.octicon, .mega-octicon { | |
font: normal normal normal 16px/1 octicons; | |
display: inline-block; | |
text-decoration: none; | |
text-rendering: auto; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
(len: 188470) | |
(function() { | |
var CSRFToken, Click, ComponentUrl, EVENTS, Link, ProgressBar, browserIsntBuggy, browserSupportsCustomEvents, browserSupportsPushState, browserSupportsTurbolinks, bypassOnLoadPopstate, cacheCurrentPage, cacheSize, changePage, clone, constrainPageCacheTo, createDocument, crossOriginRedirect, currentState, enableProgressBar, enableTransitionCache, executeScriptTags, extractTitleAndBody, fetch, fetchHistory, fetchReplacement, historyStateIsDefined, initializeTurbolinks, installDocumentReadyPageEventTriggers, installHistoryChangeHandler, installJqueryAjaxSuccessPageUpdateTrigger, loadedAssets, manuallyTriggerHashChangeForFirefox, pageCache, pageChangePrevented, pagesCached, popCookie, processResponse, progressBar, recallScrollPosition, ref, referer, reflectNewUrl, reflectRedirectedUrl, rememberCurrentState, rememberCurrentUrl, rememberReferer, removeNoscriptTags, requestMethodIsSafe, resetScrollPosition, setAutofocusElement, transitionCacheEnabled, transitionCacheFor, trigge | |
(len: 24817) | |
(function() { | |
var CSRFToken, Click, ComponentUrl, EVENTS, Link, ProgressBar, browserIsntBuggy, browserSupportsCustomEvents, browserSupportsPushState, browserSupportsTurbolinks, bypassOnLoadPopstate, cacheCurrentPage, cacheSize, changePage, clone, constrainPageCacheTo, createDocument, crossOriginRedirect, currentState, enableProgressBar, enableTransitionCache, executeScriptTags, extractTitleAndBody, fetch, fetchHistory, fetchReplacement, historyStateIsDefined, initializeTurbolinks, installDocumentReadyPageEventTriggers, installHistoryChangeHandler, installJqueryAjaxSuccessPageUpdateTrigger, loadedAssets, manuallyTriggerHashChangeForFirefox, pageCache, pageChangePrevented, pagesCached, popCookie, processResponse, progressBar, recallScrollPosition, ref, referer, reflectNewUrl, reflectRedirectedUrl, rememberCurrentState, rememberCurrentUrl, rememberReferer, removeNoscriptTags, requestMethodIsSafe, resetScrollPosition, setAutofocusElement, transitionCacheEnabled, transitionCacheFor, trigge | |
(len: 24817) | |
/*! | |
* clipboard.js v1.5.3 | |
* https://zenorocha.github.io/clipboard.js | |
* | |
* Licensed MIT © Zeno Rocha | |
*/ | |
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.Clipboard = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){ | |
var matches = require('matches-selector') | |
(len: 20809) | |
/*! | |
* clipboard.js v1.5.3 | |
* https://zenorocha.github.io/clipboard.js | |
* | |
* Licensed MIT © Zeno Rocha | |
*/ | |
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.Clipboard = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){ | |
var matches = require('matches-selector') | |
(len: 20809) | |
/* | |
* Remodal - v1.0.3 | |
* Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking. | |
* http://vodkabears.github.io/remodal/ | |
* | |
* Made by Ilya Makarov | |
* Under MIT License | |
*/ | |
!(function(root, factory) { | |
if (typeof define === 'function' && define.amd) { | |
define(['jquery'], function($) { | |
return factory(root, $); | |
}); | |
} else if (typeof exports === 'object') { | |
factory(root, require('jquery')); | |
} else { | |
factory(root, root.jQuery || root.Zepto); | |
} | |
})(this, function(global, $) { | |
'use strict'; | |
/** | |
* Name of the plugin | |
* @private | |
* @const | |
* @type {String} | |
*/ | |
var PLUGIN_NAME = 'remodal'; | |
/** | |
* Namespace for CSS and events | |
* @private | |
* @const | |
* @type {String} | |
*/ | |
var NAMESPACE = global.REMODAL_GLOBALS && global.REMODAL_GLOBALS.NAMESPACE || PLUGIN_NAME; | |
/** | |
* Animationstart event with vendor prefixes | |
* @private | |
* @c | |
(len: 19024) | |
/* | |
* Remodal - v1.0.3 | |
* Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking. | |
* http://vodkabears.github.io/remodal/ | |
* | |
* Made by Ilya Makarov | |
* Under MIT License | |
*/ | |
!(function(root, factory) { | |
if (typeof define === 'function' && define.amd) { | |
define(['jquery'], function($) { | |
return factory(root, $); | |
}); | |
} else if (typeof exports === 'object') { | |
factory(root, require('jquery')); | |
} else { | |
factory(root, root.jQuery || root.Zepto); | |
} | |
})(this, function(global, $) { | |
'use strict'; | |
/** | |
* Name of the plugin | |
* @private | |
* @const | |
* @type {String} | |
*/ | |
var PLUGIN_NAME = 'remodal'; | |
/** | |
* Namespace for CSS and events | |
* @private | |
* @const | |
* @type {String} | |
*/ | |
var NAMESPACE = global.REMODAL_GLOBALS && global.REMODAL_GLOBALS.NAMESPACE || PLUGIN_NAME; | |
/** | |
* Animationstart event with vendor prefixes | |
* @private | |
* @c | |
(len: 19024) | |
(function($, undefined) { | |
/** | |
* Unobtrusive scripting adapter for jQuery | |
* https://github.com/rails/jquery-ujs | |
* | |
* Requires jQuery 1.8.0 or later. | |
* | |
* Released under the MIT license | |
* | |
*/ | |
// Cut down on the number of issues from people inadvertently including jquery_ujs twice | |
// by detecting and raising an error when it happens. | |
if ( $.rails !== undefined ) { | |
$.error('jquery-ujs has already been loaded!'); | |
} | |
// Shorthand to make it a little easier to call public rails functions from within rails.js | |
var rails; | |
var $document = $(document); | |
$.rails = rails = { | |
// Link elements bound by jquery-ujs | |
linkClickSelector: 'a[data-confirm], a[data-method], a[data-remote], a[data-disable-with], a[data-disable]', | |
// Button elements bound by jquery-ujs | |
buttonClickSelector: 'button[data-remote]:not(form button), button[data-confirm]:not(form button)', | |
// Select elements bound by jquery-ujs | |
inputChangeSelector: 'select[data-remote], input[data-re | |
(len: 18857) | |
(function($, undefined) { | |
/** | |
* Unobtrusive scripting adapter for jQuery | |
* https://github.com/rails/jquery-ujs | |
* | |
* Requires jQuery 1.8.0 or later. | |
* | |
* Released under the MIT license | |
* | |
*/ | |
// Cut down on the number of issues from people inadvertently including jquery_ujs twice | |
// by detecting and raising an error when it happens. | |
if ( $.rails !== undefined ) { | |
$.error('jquery-ujs has already been loaded!'); | |
} | |
// Shorthand to make it a little easier to call public rails functions from within rails.js | |
var rails; | |
var $document = $(document); | |
$.rails = rails = { | |
// Link elements bound by jquery-ujs | |
linkClickSelector: 'a[data-confirm], a[data-method], a[data-remote], a[data-disable-with], a[data-disable]', | |
// Button elements bound by jquery-ujs | |
buttonClickSelector: 'button[data-remote]:not(form button), button[data-confirm]:not(form button)', | |
// Select elements bound by jquery-ujs | |
inputChangeSelector: 'select[data-remote], input[data-re | |
(len: 18857) | |
(function() { | |
var CalendarDate, RelativeTime, browserIsCompatible, domLoaded, iso8601, months, pad, parse, parseTimeZone, process, relativeDate, relativeTimeAgo, relativeTimeOrDate, relativeWeekday, run, strftime, update, weekdays; | |
browserIsCompatible = function() { | |
return document.querySelectorAll && document.addEventListener; | |
}; | |
if (!browserIsCompatible()) { | |
return; | |
} | |
if (isNaN(Date.parse("2011-01-01T12:00:00-05:00"))) { | |
parse = Date.parse; | |
iso8601 = /^(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):(\d{2})(Z|[-+]?[\d:]+)$/; | |
Date.parse = function(dateString) { | |
var _, day, hour, matches, minute, month, offset, second, year, zone; | |
dateString = dateString.toString(); | |
if (matches = dateString.match(iso8601)) { | |
_ = matches[0], year = matches[1], month = matches[2], day = matches[3], hour = matches[4], minute = matches[5], second = matches[6], zone = matches[7]; | |
if (zone !== "Z") { | |
offset = zone.replace(":", ""); | |
(len: 10533) | |
(function() { | |
var CalendarDate, RelativeTime, browserIsCompatible, domLoaded, iso8601, months, pad, parse, parseTimeZone, process, relativeDate, relativeTimeAgo, relativeTimeOrDate, relativeWeekday, run, strftime, update, weekdays; | |
browserIsCompatible = function() { | |
return document.querySelectorAll && document.addEventListener; | |
}; | |
if (!browserIsCompatible()) { | |
return; | |
} | |
if (isNaN(Date.parse("2011-01-01T12:00:00-05:00"))) { | |
parse = Date.parse; | |
iso8601 = /^(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):(\d{2})(Z|[-+]?[\d:]+)$/; | |
Date.parse = function(dateString) { | |
var _, day, hour, matches, minute, month, offset, second, year, zone; | |
dateString = dateString.toString(); | |
if (matches = dateString.match(iso8601)) { | |
_ = matches[0], year = matches[1], month = matches[2], day = matches[3], hour = matches[4], minute = matches[5], second = matches[6], zone = matches[7]; | |
if (zone !== "Z") { | |
offset = zone.replace(":", ""); | |
(len: 10533) | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | |
<title><%=h exception.class %> at <%=h path %></title> | |
<script type="text/javascript"> | |
//<!-- | |
function toggle(id) { | |
var pre = document.getElementById("pre-" + id); | |
var post = document.getElementById("post-" + id); | |
var context = document.getElementById("context-" + id); | |
if (pre.style.display == 'block') { | |
pre.style.display = 'none'; | |
post.style.display = 'none'; | |
context.style.background = "none"; | |
} else { | |
pre.style.display = 'block'; | |
post.style.display = 'block'; | |
context.style.background = "#fffed9"; | |
} | |
} | |
function toggleBacktrace(){ | |
var bt = document.getElementById("backtrace"); | |
var toggler = document.getElementById("expando"); | |
if (bt.className == 'condensed') { | |
bt.className = 'expanded'; | |
toggler.innerHTML = "(condense)"; | |
} else { | |
bt.className = 'condensed'; | |
toggler.innerHTML | |
(len: 10174) | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | |
<title><%=h exception.class %> at <%=h path %></title> | |
<script type="text/javascript"> | |
//<!-- | |
function toggle(id) { | |
var pre = document.getElementById("pre-" + id); | |
var post = document.getElementById("post-" + id); | |
var context = document.getElementById("context-" + id); | |
if (pre.style.display == 'block') { | |
pre.style.display = 'none'; | |
post.style.display = 'none'; | |
context.style.background = "none"; | |
} else { | |
pre.style.display = 'block'; | |
post.style.display = 'block'; | |
context.style.background = "#fffed9"; | |
} | |
} | |
function toggleBacktrace(){ | |
var bt = document.getElementById("backtrace"); | |
var toggler = document.getElementById("expando"); | |
if (bt.className == 'condensed') { | |
bt.className = 'expanded'; | |
toggler.innerHTML = "(condense)"; | |
} else { | |
bt.className = 'condensed'; | |
toggler.innerHTML | |
(len: 10174) | |
GIT | |
remote: git://github.com/Soliah/peek-sidekiq.git | |
revision: 261c857578ae6dc189506a35194785a4db51e54c | |
ref: 261c857578ae6dc189506a35194785a4db51e54c | |
specs: | |
peek-sidekiq (1.0.0) | |
peek | |
sidekiq | |
GEM | |
remote: https://rubygems.org/ | |
specs: | |
actionmailer (4.2.5.2) | |
actionpack (= 4.2.5.2) | |
actionview (= 4.2.5.2) | |
activejob (= 4.2.5.2) | |
mail (~> 2.5, >= 2.5.4) | |
rails-dom-testing (~> 1.0, >= 1.0.5) | |
actionpack (4.2.5.2) | |
actionview (= 4.2.5.2) | |
activesupport (= 4.2.5.2) | |
rack (~> 1.6) | |
rack-test (~> 0.6.2) | |
rails-dom-testing (~> 1.0, >= 1.0.5) | |
rails-html-sanitizer (~> 1.0, >= 1.0.2) | |
actionview (4.2.5.2) | |
activesupport (= 4.2.5.2) | |
builder (~> 3.1) | |
erubis (~> 2.7.0) | |
rails-dom-testing (~> 1.0, >= 1.0.5) | |
rails-html-sanitizer (~> 1.0, >= 1.0.2) | |
activejob (4.2.5.2) | |
activesupport (= 4.2.5.2) | |
globalid (>= 0.3.0) | |
activemodel (4.2.5.2) | |
activesupport (= 4.2.5.2) | |
(len: 9984) | |
GIT | |
remote: git://github.com/Soliah/peek-sidekiq.git | |
revision: 261c857578ae6dc189506a35194785a4db51e54c | |
ref: 261c857578ae6dc189506a35194785a4db51e54c | |
specs: | |
peek-sidekiq (1.0.0) | |
peek | |
sidekiq | |
GEM | |
remote: https://rubygems.org/ | |
specs: | |
actionmailer (4.2.5.2) | |
actionpack (= 4.2.5.2) | |
actionview (= 4.2.5.2) | |
activejob (= 4.2.5.2) | |
mail (~> 2.5, >= 2.5.4) | |
rails-dom-testing (~> 1.0, >= 1.0.5) | |
actionpack (4.2.5.2) | |
actionview (= 4.2.5.2) | |
activesupport (= 4.2.5.2) | |
rack (~> 1.6) | |
rack-test (~> 0.6.2) | |
rails-dom-testing (~> 1.0, >= 1.0.5) | |
rails-html-sanitizer (~> 1.0, >= 1.0.2) | |
actionview (4.2.5.2) | |
activesupport (= 4.2.5.2) | |
builder (~> 3.1) | |
erubis (~> 2.7.0) | |
rails-dom-testing (~> 1.0, >= 1.0.5) | |
rails-html-sanitizer (~> 1.0, >= 1.0.2) | |
activejob (4.2.5.2) | |
activesupport (= 4.2.5.2) | |
globalid (>= 0.3.0) | |
activemodel (4.2.5.2) | |
activesupport (= 4.2.5.2) | |
(len: 9984) | |
GIT | |
remote: git://github.com/Soliah/peek-sidekiq.git | |
revision: 261c857578ae6dc189506a35194785a4db51e54c | |
ref: 261c857578ae6dc189506a35194785a4db51e54c | |
specs: | |
peek-sidekiq (1.0.0) | |
peek | |
sidekiq | |
GEM | |
remote: https://rubygems.org/ | |
specs: | |
actionmailer (4.2.5.2) | |
actionpack (= 4.2.5.2) | |
actionview (= 4.2.5.2) | |
activejob (= 4.2.5.2) | |
mail (~> 2.5, >= 2.5.4) | |
rails-dom-testing (~> 1.0, >= 1.0.5) | |
actionpack (4.2.5.2) | |
actionview (= 4.2.5.2) | |
activesupport (= 4.2.5.2) | |
rack (~> 1.6) | |
rack-test (~> 0.6.2) | |
rails-dom-testing (~> 1.0, >= 1.0.5) | |
rails-html-sanitizer (~> 1.0, >= 1.0.2) | |
actionview (4.2.5.2) | |
activesupport (= 4.2.5.2) | |
builder (~> 3.1) | |
erubis (~> 2.7.0) | |
rails-dom-testing (~> 1.0, >= 1.0.5) | |
rails-html-sanitizer (~> 1.0, >= 1.0.2) | |
activejob (4.2.5.2) | |
activesupport (= 4.2.5.2) | |
globalid (>= 0.3.0) | |
activemodel (4.2.5.2) | |
activesupport (= 4.2.5.2) | |
(len: 9984) | |
GIT | |
remote: git://github.com/Soliah/peek-sidekiq.git | |
revision: 261c857578ae6dc189506a35194785a4db51e54c | |
ref: 261c857578ae6dc189506a35194785a4db51e54c | |
specs: | |
peek-sidekiq (1.0.0) | |
peek | |
sidekiq | |
GEM | |
remote: https://rubygems.org/ | |
specs: | |
actionmailer (4.2.5.2) | |
actionpack (= 4.2.5.2) | |
actionview (= 4.2.5.2) | |
activejob (= 4.2.5.2) | |
mail (~> 2.5, >= 2.5.4) | |
rails-dom-testing (~> 1.0, >= 1.0.5) | |
actionpack (4.2.5.2) | |
actionview (= 4.2.5.2) | |
activesupport (= 4.2.5.2) | |
rack (~> 1.6) | |
rack-test (~> 0.6.2) | |
rails-dom-testing (~> 1.0, >= 1.0.5) | |
rails-html-sanitizer (~> 1.0, >= 1.0.2) | |
actionview (4.2.5.2) | |
activesupport (= 4.2.5.2) | |
builder (~> 3.1) | |
erubis (~> 2.7.0) | |
rails-dom-testing (~> 1.0, >= 1.0.5) | |
rails-html-sanitizer (~> 1.0, >= 1.0.2) | |
activejob (4.2.5.2) | |
activesupport (= 4.2.5.2) | |
globalid (>= 0.3.0) | |
activemodel (4.2.5.2) | |
activesupport (= 4.2.5.2) | |
(len: 9984) | |
// tipsy, facebook style tooltips for jquery | |
// version 1.0.0a | |
// (c) 2008-2010 jason frame [[email protected]] | |
// released under the MIT license | |
(function($) { | |
function maybeCall(thing, ctx) { | |
return (typeof thing == 'function') ? (thing.call(ctx)) : thing; | |
}; | |
function isElementInDOM(ele) { | |
while (ele = ele.parentNode) { | |
if (ele == document) return true; | |
} | |
return false; | |
}; | |
function Tipsy(element, options) { | |
this.$element = $(element); | |
this.options = options; | |
this.enabled = true; | |
this.fixTitle(); | |
}; | |
Tipsy.prototype = { | |
show: function() { | |
var title = this.getTitle(); | |
if (title && this.enabled) { | |
var $tip = this.tip(); | |
$tip.find('.tipsy-inner')[this.options.html ? 'html' : 'text'](title); | |
$tip[0].className = 'tipsy'; // reset classname in case of dynamic gravity | |
(len: 9819) | |
// tipsy, facebook style tooltips for jquery | |
// version 1.0.0a | |
// (c) 2008-2010 jason frame [[email protected]] | |
// released under the MIT license | |
(function($) { | |
function maybeCall(thing, ctx) { | |
return (typeof thing == 'function') ? (thing.call(ctx)) : thing; | |
}; | |
function isElementInDOM(ele) { | |
while (ele = ele.parentNode) { | |
if (ele == document) return true; | |
} | |
return false; | |
}; | |
function Tipsy(element, options) { | |
this.$element = $(element); | |
this.options = options; | |
this.enabled = true; | |
this.fixTitle(); | |
}; | |
Tipsy.prototype = { | |
show: function() { | |
var title = this.getTitle(); | |
if (title && this.enabled) { | |
var $tip = this.tip(); | |
$tip.find('.tipsy-inner')[this.options.html ? 'html' : 'text'](title); | |
$tip[0].className = 'tipsy'; // reset classname in case of dynamic gravity | |
(len: 9819) | |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Classroom for GitHub</title> | |
<link rel="stylesheet" media="all" href="/assets/peek/vendor/tipsy.self-f7818f0b0406a584b37ebaf87b3563b23c0d60441f44cfcdf436d031ce253e6f.css?body=1" data-turbolinks-track="true" /> | |
<link rel="stylesheet" media="all" href="/assets/peek.self-4778ea7c5514e957da9c297eb0035d73e66f5670292d44048f651998d582d985.css?body=1" data-turbolinks-track="true" /> | |
<link rel="stylesheet" media="all" href="/assets/peek/views/performance_bar.self-c79d8cf0e9154a99736e81ee446708ea5293368bb25d009982476c7089fbf008.css?body=1" data-turbolinks-track="true" /> | |
<link rel="stylesheet" media="all" href="/assets/application.self-02b7d36384e4fa4b2c7c29a000d33759911fc530403db0419b852eb2f9b0ddfa.css?body=1" data-turbolinks-track="true" /> | |
<meta name="csrf-param" content="auth | |
(len: 9783) | |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
<html lang="en"> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
<meta name="robots" content="NONE,NOARCHIVE" /> | |
<title><%=h exception.class %> at <%=h path %></title> | |
<style type="text/css"> | |
html * { padding:0; margin:0; } | |
body * { padding:10px 20px; } | |
body * * { padding:0; } | |
body { font:small sans-serif; } | |
body>div { border-bottom:1px solid #ddd; } | |
h1 { font-weight:normal; } | |
h2 { margin-bottom:.8em; } | |
h2 span { font-size:80%; color:#666; font-weight:normal; } | |
h3 { margin:1em 0 .5em 0; } | |
h4 { margin:0 0 .5em 0; font-weight: normal; } | |
table { | |
border:1px solid #ccc; border-collapse: collapse; background:white; } | |
tbody td, tbody th { vertical-align:top; padding:2px 3px; } | |
thead th { | |
padding:1px 6px 1px 3px; background:#fefefe; text-align:left; | |
font-weight:normal; font-size:11p | |
(len: 8802) | |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
<html lang="en"> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
<meta name="robots" content="NONE,NOARCHIVE" /> | |
<title><%=h exception.class %> at <%=h path %></title> | |
<style type="text/css"> | |
html * { padding:0; margin:0; } | |
body * { padding:10px 20px; } | |
body * * { padding:0; } | |
body { font:small sans-serif; } | |
body>div { border-bottom:1px solid #ddd; } | |
h1 { font-weight:normal; } | |
h2 { margin-bottom:.8em; } | |
h2 span { font-size:80%; color:#666; font-weight:normal; } | |
h3 { margin:1em 0 .5em 0; } | |
h4 { margin:0 0 .5em 0; font-weight: normal; } | |
table { | |
border:1px solid #ccc; border-collapse: collapse; background:white; } | |
tbody td, tbody th { vertical-align:top; padding:2px 3px; } | |
thead th { | |
padding:1px 6px 1px 3px; background:#fefefe; text-align:left; | |
font-weight:normal; font-size:11p | |
(len: 8802) | |
(function() { | |
var PerformanceBar, ajaxStart, renderPerformanceBar, updateStatus; | |
PerformanceBar = (function() { | |
PerformanceBar.prototype.appInfo = null; | |
PerformanceBar.prototype.width = null; | |
PerformanceBar.formatTime = function(value) { | |
if (value >= 1000) { | |
return ((value / 1000).toFixed(3)) + "s"; | |
} else { | |
return (value.toFixed(0)) + "ms"; | |
} | |
}; | |
function PerformanceBar(options) { | |
var k, v; | |
if (options == null) { | |
options = {}; | |
} | |
this.el = $('#peek-view-performance-bar .performance-bar'); | |
for (k in options) { | |
v = options[k]; | |
this[k] = v; | |
} | |
if (this.width == null) { | |
this.width = this.el.width(); | |
} | |
if (this.timing == null) { | |
this.timing = window.performance.timing; | |
} | |
} | |
PerformanceBar.prototype.render = function(serverTime) { | |
var networkTime, perfNetworkTime; | |
if (serverTime == null) { | |
serverTime = 0; | |
(len: 5410) | |
(function() { | |
var PerformanceBar, ajaxStart, renderPerformanceBar, updateStatus; | |
PerformanceBar = (function() { | |
PerformanceBar.prototype.appInfo = null; | |
PerformanceBar.prototype.width = null; | |
PerformanceBar.formatTime = function(value) { | |
if (value >= 1000) { | |
return ((value / 1000).toFixed(3)) + "s"; | |
} else { | |
return (value.toFixed(0)) + "ms"; | |
} | |
}; | |
function PerformanceBar(options) { | |
var k, v; | |
if (options == null) { | |
options = {}; | |
} | |
this.el = $('#peek-view-performance-bar .performance-bar'); | |
for (k in options) { | |
v = options[k]; | |
this[k] = v; | |
} | |
if (this.width == null) { | |
this.width = this.el.width(); | |
} | |
if (this.timing == null) { | |
this.timing = window.performance.timing; | |
} | |
} | |
PerformanceBar.prototype.render = function(serverTime) { | |
var networkTime, perfNetworkTime; | |
if (serverTime == null) { | |
serverTime = 0; | |
(len: 5410) | |
/* line 1, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */ | |
.tipsy { | |
font-size: 10px; | |
position: absolute; | |
padding: 5px; | |
z-index: 100000; | |
} | |
/* line 2, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */ | |
.tipsy-inner { | |
background-color: #000; | |
color: #FFF; | |
max-width: 200px; | |
padding: 5px 8px 4px 8px; | |
text-align: center; | |
} | |
/* Rounded corners */ | |
/* line 5, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */ | |
.tipsy-inner { | |
border-radius: 3px; | |
-moz-border-radius: 3px; | |
-webkit-border-radius: 3px; | |
} | |
/* line 7, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */ | |
.tipsy-arrow { | |
position: absolute; | |
width: 0; | |
height: 0; | |
line-height: 0; | |
border: 5px dashed #000; | |
} | |
/* Rules to colour arrows */ | |
/* | |
(len: 4228) | |
/* line 1, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */ | |
.tipsy { | |
font-size: 10px; | |
position: absolute; | |
padding: 5px; | |
z-index: 100000; | |
} | |
/* line 2, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */ | |
.tipsy-inner { | |
background-color: #000; | |
color: #FFF; | |
max-width: 200px; | |
padding: 5px 8px 4px 8px; | |
text-align: center; | |
} | |
/* Rounded corners */ | |
/* line 5, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */ | |
.tipsy-inner { | |
border-radius: 3px; | |
-moz-border-radius: 3px; | |
-webkit-border-radius: 3px; | |
} | |
/* line 7, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */ | |
.tipsy-arrow { | |
position: absolute; | |
width: 0; | |
height: 0; | |
line-height: 0; | |
border: 5px dashed #000; | |
} | |
/* Rules to colour arrows */ | |
/* | |
(len: 4228) | |
\A | |
( | |
(?-mix:0BSD|AAL|ADSL|AFL\-1\.1|AFL\-1\.2|AFL\-2\.0|AFL\-2\.1|AFL\-3\.0|AGPL\-1\.0|AGPL\-3\.0|AMDPLPA|AML|AMPAS|ANTLR\-PD|APAFML|APL\-1\.0|APSL\-1\.0|APSL\-1\.1|APSL\-1\.2|APSL\-2\.0|Abstyles|Adobe\-2006|Adobe\-Glyph|Afmparse|Aladdin|Apache\-1\.0|Apache\-1\.1|Apache\-2\.0|Artistic\-1\.0|Artistic\-1\.0\-Perl|Artistic\-1\.0\-cl8|Artistic\-2\.0|BSD\-2\-Clause|BSD\-2\-Clause\-FreeBSD|BSD\-2\-Clause\-NetBSD|BSD\-3\-Clause|BSD\-3\-Clause\-Attribution|BSD\-3\-Clause\-Clear|BSD\-3\-Clause\-LBNL|BSD\-4\-Clause|BSD\-4\-Clause\-UC|BSD\-Protection|BSL\-1\.0|Bahyph|Barr|Beerware|BitTorrent\-1\.0|BitTorrent\-1\.1|Borceux|CATOSL\-1\.1|CC\-BY\-1\.0|CC\-BY\-2\.0|CC\-BY\-2\.5|CC\-BY\-3\.0|CC\-BY\-4\.0|CC\-BY\-NC\-1\.0|CC\-BY\-NC\-2\.0|CC\-BY\-NC\-2\.5|CC\-BY\-NC\-3\.0|CC\-BY\-NC\-4\.0|CC\-BY\-NC\-ND\-1\.0|CC\-BY\-NC\-ND\-2\.0|CC\-BY\-NC\-ND\-2\.5|CC\-BY\-NC\-ND\-3\.0|CC\-BY\-NC\-ND\-4\.0|CC\-BY\-NC\-SA\-1\.0|CC\-BY\-NC\-SA\-2\.0|CC\-BY\-NC\-SA\-2\.5|CC\-BY\-NC\-SA\-3\.0|CC\-BY\-NC\-SA\ | |
(len: 3426) | |
\A | |
( | |
(?-mix:0BSD|AAL|ADSL|AFL\-1\.1|AFL\-1\.2|AFL\-2\.0|AFL\-2\.1|AFL\-3\.0|AGPL\-1\.0|AGPL\-3\.0|AMDPLPA|AML|AMPAS|ANTLR\-PD|APAFML|APL\-1\.0|APSL\-1\.0|APSL\-1\.1|APSL\-1\.2|APSL\-2\.0|Abstyles|Adobe\-2006|Adobe\-Glyph|Afmparse|Aladdin|Apache\-1\.0|Apache\-1\.1|Apache\-2\.0|Artistic\-1\.0|Artistic\-1\.0\-Perl|Artistic\-1\.0\-cl8|Artistic\-2\.0|BSD\-2\-Clause|BSD\-2\-Clause\-FreeBSD|BSD\-2\-Clause\-NetBSD|BSD\-3\-Clause|BSD\-3\-Clause\-Attribution|BSD\-3\-Clause\-Clear|BSD\-3\-Clause\-LBNL|BSD\-4\-Clause|BSD\-4\-Clause\-UC|BSD\-Protection|BSL\-1\.0|Bahyph|Barr|Beerware|BitTorrent\-1\.0|BitTorrent\-1\.1|Borceux|CATOSL\-1\.1|CC\-BY\-1\.0|CC\-BY\-2\.0|CC\-BY\-2\.5|CC\-BY\-3\.0|CC\-BY\-4\.0|CC\-BY\-NC\-1\.0|CC\-BY\-NC\-2\.0|CC\-BY\-NC\-2\.5|CC\-BY\-NC\-3\.0|CC\-BY\-NC\-4\.0|CC\-BY\-NC\-ND\-1\.0|CC\-BY\-NC\-ND\-2\.0|CC\-BY\-NC\-ND\-2\.5|CC\-BY\-NC\-ND\-3\.0|CC\-BY\-NC\-ND\-4\.0|CC\-BY\-NC\-SA\-1\.0|CC\-BY\-NC\-SA\-2\.0|CC\-BY\-NC\-SA\-2\.5|CC\-BY\-NC\-SA\-3\.0|CC\-BY\-NC\-SA\ | |
(len: 3426) | |
/* line 6, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss */ | |
#peek { | |
background: #000; | |
height: 35px; | |
line-height: 35px; | |
color: #999; | |
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); | |
} | |
/* line 13, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss */ | |
#peek .hidden { | |
display: none; | |
visibility: visible; | |
} | |
/* line 18, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss */ | |
#peek.disabled { | |
display: none; | |
} | |
/* line 22, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss */ | |
#peek.production { | |
background: url(/assets/peek/bar/production-7957d787975604eb315b4a9c269356793f3f8284f9acd939cd5f11cc0bd5d31c.gif) repeat 0 0; | |
} | |
/* line 26, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss */ | |
#peek.staging { | |
background: url(/a | |
(len: 3391) | |
/* line 6, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss */ | |
#peek { | |
background: #000; | |
height: 35px; | |
line-height: 35px; | |
color: #999; | |
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); | |
} | |
/* line 13, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss */ | |
#peek .hidden { | |
display: none; | |
visibility: visible; | |
} | |
/* line 18, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss */ | |
#peek.disabled { | |
display: none; | |
} | |
/* line 22, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss */ | |
#peek.production { | |
background: url(/assets/peek/bar/production-7957d787975604eb315b4a9c269356793f3f8284f9acd939cd5f11cc0bd5d31c.gif) repeat 0 0; | |
} | |
/* line 26, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss */ | |
#peek.staging { | |
background: url(/a | |
(len: 3391) | |
(function() { | |
var showTooltip; | |
(function(a) { | |
(jQuery.browser = jQuery.browser || {}).mobile = /(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(a) || /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\ | |
(len: 3380) | |
(function() { | |
var showTooltip; | |
(function(a) { | |
(jQuery.browser = jQuery.browser || {}).mobile = /(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(a) || /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\ | |
(len: 3380) | |
/*! | |
* JavaScript Cookie v2.0.4 | |
* https://github.com/js-cookie/js-cookie | |
* | |
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack | |
* Released under the MIT license | |
*/ | |
(function (factory) { | |
if (typeof define === 'function' && define.amd) { | |
define(factory); | |
} else if (typeof exports === 'object') { | |
module.exports = factory(); | |
} else { | |
var _OldCookies = window.Cookies; | |
var api = window.Cookies = factory(); | |
api.noConflict = function () { | |
window.Cookies = _OldCookies; | |
return api; | |
}; | |
} | |
}(function () { | |
function extend () { | |
var i = 0; | |
var result = {}; | |
for (; i < arguments.length; i++) { | |
var attributes = arguments[ i ]; | |
for (var key in attributes) { | |
result[key] = attributes[key]; | |
} | |
} | |
return result; | |
} | |
function init (converter) { | |
function api (key, value, attributes) { | |
var result; | |
// Write | |
if (arguments.length > 1) { | |
attributes = extend({ | |
path: '/' | |
}, api.defaults, attributes); | |
if (typeof attributes.expires === 'number | |
(len: 3286) | |
/*! | |
* JavaScript Cookie v2.0.4 | |
* https://github.com/js-cookie/js-cookie | |
* | |
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack | |
* Released under the MIT license | |
*/ | |
(function (factory) { | |
if (typeof define === 'function' && define.amd) { | |
define(factory); | |
} else if (typeof exports === 'object') { | |
module.exports = factory(); | |
} else { | |
var _OldCookies = window.Cookies; | |
var api = window.Cookies = factory(); | |
api.noConflict = function () { | |
window.Cookies = _OldCookies; | |
return api; | |
}; | |
} | |
}(function () { | |
function extend () { | |
var i = 0; | |
var result = {}; | |
for (; i < arguments.length; i++) { | |
var attributes = arguments[ i ]; | |
for (var key in attributes) { | |
result[key] = attributes[key]; | |
} | |
} | |
return result; | |
} | |
function init (converter) { | |
function api (key, value, attributes) { | |
var result; | |
// Write | |
if (arguments.length > 1) { | |
attributes = extend({ | |
path: '/' | |
}, api.defaults, attributes); | |
if (typeof attributes.expires === 'number | |
(len: 3286) | |
(function() { | |
var requestId; | |
requestId = null; | |
(function($) { | |
var fetchRequestResults, getRequestId, initializeTipsy, peekEnabled, toggleBar, updatePerformanceBar; | |
getRequestId = function() { | |
if (requestId != null) { | |
return requestId; | |
} else { | |
return $('#peek').data('request-id'); | |
} | |
}; | |
peekEnabled = function() { | |
return $('#peek').length; | |
}; | |
updatePerformanceBar = function(results) { | |
var key, label; | |
for (key in results.data) { | |
for (label in results.data[key]) { | |
$("[data-defer-to=" + key + "-" + label + "]").text(results.data[key][label]); | |
} | |
} | |
return $(document).trigger('peek:render', [getRequestId(), results]); | |
}; | |
initializeTipsy = function() { | |
return $('#peek .peek-tooltip, #peek .tooltip').each(function() { | |
var el, gravity; | |
el = $(this); | |
gravity = el.hasClass('rightwards') || el.hasClass('leftwards') ? $.fn.tipsy.autoWE : $.fn.t | |
(len: 2589) | |
(function() { | |
var requestId; | |
requestId = null; | |
(function($) { | |
var fetchRequestResults, getRequestId, initializeTipsy, peekEnabled, toggleBar, updatePerformanceBar; | |
getRequestId = function() { | |
if (requestId != null) { | |
return requestId; | |
} else { | |
return $('#peek').data('request-id'); | |
} | |
}; | |
peekEnabled = function() { | |
return $('#peek').length; | |
}; | |
updatePerformanceBar = function(results) { | |
var key, label; | |
for (key in results.data) { | |
for (label in results.data[key]) { | |
$("[data-defer-to=" + key + "-" + label + "]").text(results.data[key][label]); | |
} | |
} | |
return $(document).trigger('peek:render', [getRequestId(), results]); | |
}; | |
initializeTipsy = function() { | |
return $('#peek .peek-tooltip, #peek .tooltip').each(function() { | |
var el, gravity; | |
el = $(this); | |
gravity = el.hasClass('rightwards') || el.hasClass('leftwards') ? $.fn.tipsy.autoWE : $.fn.t | |
(len: 2589) | |
(?i-mx:(?-mix:-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)|(?-mix:(?-mix:\"((?:[^\n\r\f\\"#]|#(?!\{)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\")|(?-mix:\'((?:[^\n\r\f\\'#]|#(?!\{)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\'))|(?-mix:\#[0-9a-fA-F]+)|[+-]?(?-mix:(?-mix:(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?\d+)?)(?:(?-mix:-?(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD | |
(len: 2515) | |
(?:[a-zA-Z][\-+.a-zA-Z\d]*:(?:(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)(?:\?(?:(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*))?|(?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA | |
(len: 2209) | |
(?:[a-zA-Z][\-+.a-zA-Z\d]*:(?:(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)(?:\?(?:(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*))?|(?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA | |
(len: 2209) | |
(?:[a-zA-Z][\-+.a-zA-Z\d]*:(?:(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)(?:\?(?:(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*))?|(?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA | |
(len: 2209) | |
(?:[a-zA-Z][\-+.a-zA-Z\d]*:(?:(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)(?:\?(?:(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*))?|(?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA | |
(len: 2209) | |
(?:[a-zA-Z][\-+.a-zA-Z\d]*:(?:(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)(?:\?(?:(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*))?|(?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA | |
(len: 2209) | |
(function() { | |
var delay, ready, update_textfield; | |
delay = (function() { | |
var timer; | |
timer = 0; | |
return function(callback, ms) { | |
clearTimeout(timer); | |
timer = setTimeout(callback, ms); | |
}; | |
})(); | |
update_textfield = function(list_element) { | |
$(list_element).removeClass('suggestion-focused'); | |
$('.js-autocomplete-textfield').val($(list_element).data('res-name')); | |
return $('.js-autocomplete-resource-id').val($(list_element).data('res-id')); | |
}; | |
ready = function() { | |
$('.js-autocomplete-textfield').on('change keyup', function() { | |
var query, textfield; | |
if (!$(this).is(':focus')) { | |
return; | |
} | |
textfield = this; | |
query = textfield.value; | |
$('.js-autocomplete-loading-indicator').show(); | |
$('.js-autocomplete-suggestions-container').show(); | |
$('.js-autocomplete-suggestions-list').html(''); | |
return delay((function() { | |
return $.get("/autocomplete/" + ($(textfield).data('autocomplete-searc | |
(len: 2086) | |
(function() { | |
var delay, ready, update_textfield; | |
delay = (function() { | |
var timer; | |
timer = 0; | |
return function(callback, ms) { | |
clearTimeout(timer); | |
timer = setTimeout(callback, ms); | |
}; | |
})(); | |
update_textfield = function(list_element) { | |
$(list_element).removeClass('suggestion-focused'); | |
$('.js-autocomplete-textfield').val($(list_element).data('res-name')); | |
return $('.js-autocomplete-resource-id').val($(list_element).data('res-id')); | |
}; | |
ready = function() { | |
$('.js-autocomplete-textfield').on('change keyup', function() { | |
var query, textfield; | |
if (!$(this).is(':focus')) { | |
return; | |
} | |
textfield = this; | |
query = textfield.value; | |
$('.js-autocomplete-loading-indicator').show(); | |
$('.js-autocomplete-suggestions-container').show(); | |
$('.js-autocomplete-suggestions-list').html(''); | |
return delay((function() { | |
return $.get("/autocomplete/" + ($(textfield).data('autocomplete-searc | |
(len: 2086) | |
-----BEGIN CERTIFICATE----- | |
MIIF1TCCA72gAwIBAgIJAPXjfUbCjdXUMA0GCSqGSIb3DQEBBQUAMIGAMQswCQYD | |
VQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEO | |
MAwGA1UECgwFUlNwZWMxEzARBgNVBAMMCnJzcGVjLmluZm8xJTAjBgkqhkiG9w0B | |
CQEWFnJzcGVjQGdvb2dsZWdyb3Vwcy5jb20wHhcNMTQxMjIzMDkzNTIyWhcNMjQx | |
MjIyMDkzNTIyWjCBgDELMAkGA1UEBhMCVVMxEzARBgNVBAgMCldhc2hpbmd0b24x | |
EDAOBgNVBAcMB1NlYXR0bGUxDjAMBgNVBAoMBVJTcGVjMRMwEQYDVQQDDApyc3Bl | |
Yy5pbmZvMSUwIwYJKoZIhvcNAQkBFhZyc3BlY0Bnb29nbGVncm91cHMuY29tMIIC | |
IjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsSmjgcHaKlD0jizRJowi2bGI | |
KMOHnJoExxRNHHxH+3w9kkl95YldvDRVX495b13ZCzwRe0AyqX24wq04tp0G5Z5C | |
e/w2pnNK4ol1eECPwQu+YGpepeODlZICL5gwQspe0cDifbBnHx5QySMiPpvx6bC0 | |
tQTox0ppDIaMhch8IPCwyoE4DQK5bpsdwnLSHTsQjUIb7IM8tUMpd/iKrJgNffwc | |
6gC1TmhIlzQoB26nCNh9uK7xZjUM+sGECzvcYuImchUaIgJA/ybrlZS+m/hxzvBo | |
mLnn/xNEC6Vz5HG+3TR0Gb0cSUf6XUu2s51Jk/SJi3MhCZp2gs9OUg4EVZNzQVkZ | |
efLBjAZG2Mxk14JyB4/Omc+Jk0ajprINCBbUNnxzCJrYDM3J9TVWIwyUGNX/U3MO | |
s3tMAT+EVgx/mZMPnBO8EULlyF51MRUp3Wy9Mnw8AYLk30UnMG5AjqgO5JNyFlA | |
(len: 2082) | |
-----BEGIN CERTIFICATE----- | |
MIIF1TCCA72gAwIBAgIJAPXjfUbCjdXUMA0GCSqGSIb3DQEBBQUAMIGAMQswCQYD | |
VQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEO | |
MAwGA1UECgwFUlNwZWMxEzARBgNVBAMMCnJzcGVjLmluZm8xJTAjBgkqhkiG9w0B | |
CQEWFnJzcGVjQGdvb2dsZWdyb3Vwcy5jb20wHhcNMTQxMjIzMDkzNTIyWhcNMjQx | |
MjIyMDkzNTIyWjCBgDELMAkGA1UEBhMCVVMxEzARBgNVBAgMCldhc2hpbmd0b24x | |
EDAOBgNVBAcMB1NlYXR0bGUxDjAMBgNVBAoMBVJTcGVjMRMwEQYDVQQDDApyc3Bl | |
Yy5pbmZvMSUwIwYJKoZIhvcNAQkBFhZyc3BlY0Bnb29nbGVncm91cHMuY29tMIIC | |
IjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsSmjgcHaKlD0jizRJowi2bGI | |
KMOHnJoExxRNHHxH+3w9kkl95YldvDRVX495b13ZCzwRe0AyqX24wq04tp0G5Z5C | |
e/w2pnNK4ol1eECPwQu+YGpepeODlZICL5gwQspe0cDifbBnHx5QySMiPpvx6bC0 | |
tQTox0ppDIaMhch8IPCwyoE4DQK5bpsdwnLSHTsQjUIb7IM8tUMpd/iKrJgNffwc | |
6gC1TmhIlzQoB26nCNh9uK7xZjUM+sGECzvcYuImchUaIgJA/ybrlZS+m/hxzvBo | |
mLnn/xNEC6Vz5HG+3TR0Gb0cSUf6XUu2s51Jk/SJi3MhCZp2gs9OUg4EVZNzQVkZ | |
efLBjAZG2Mxk14JyB4/Omc+Jk0ajprINCBbUNnxzCJrYDM3J9TVWIwyUGNX/U3MO | |
s3tMAT+EVgx/mZMPnBO8EULlyF51MRUp3Wy9Mnw8AYLk30UnMG5AjqgO5JNyFlA | |
(len: 2082) | |
-----BEGIN CERTIFICATE----- | |
MIIF1TCCA72gAwIBAgIJAPXjfUbCjdXUMA0GCSqGSIb3DQEBBQUAMIGAMQswCQYD | |
VQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEO | |
MAwGA1UECgwFUlNwZWMxEzARBgNVBAMMCnJzcGVjLmluZm8xJTAjBgkqhkiG9w0B | |
CQEWFnJzcGVjQGdvb2dsZWdyb3Vwcy5jb20wHhcNMTQxMjIzMDkzNTIyWhcNMjQx | |
MjIyMDkzNTIyWjCBgDELMAkGA1UEBhMCVVMxEzARBgNVBAgMCldhc2hpbmd0b24x | |
EDAOBgNVBAcMB1NlYXR0bGUxDjAMBgNVBAoMBVJTcGVjMRMwEQYDVQQDDApyc3Bl | |
Yy5pbmZvMSUwIwYJKoZIhvcNAQkBFhZyc3BlY0Bnb29nbGVncm91cHMuY29tMIIC | |
IjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsSmjgcHaKlD0jizRJowi2bGI | |
KMOHnJoExxRNHHxH+3w9kkl95YldvDRVX495b13ZCzwRe0AyqX24wq04tp0G5Z5C | |
e/w2pnNK4ol1eECPwQu+YGpepeODlZICL5gwQspe0cDifbBnHx5QySMiPpvx6bC0 | |
tQTox0ppDIaMhch8IPCwyoE4DQK5bpsdwnLSHTsQjUIb7IM8tUMpd/iKrJgNffwc | |
6gC1TmhIlzQoB26nCNh9uK7xZjUM+sGECzvcYuImchUaIgJA/ybrlZS+m/hxzvBo | |
mLnn/xNEC6Vz5HG+3TR0Gb0cSUf6XUu2s51Jk/SJi3MhCZp2gs9OUg4EVZNzQVkZ | |
efLBjAZG2Mxk14JyB4/Omc+Jk0ajprINCBbUNnxzCJrYDM3J9TVWIwyUGNX/U3MO | |
s3tMAT+EVgx/mZMPnBO8EULlyF51MRUp3Wy9Mnw8AYLk30UnMG5AjqgO5JNyFlA | |
(len: 2082) | |
-----BEGIN CERTIFICATE----- | |
MIIF1TCCA72gAwIBAgIJAPXjfUbCjdXUMA0GCSqGSIb3DQEBBQUAMIGAMQswCQYD | |
VQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEO | |
MAwGA1UECgwFUlNwZWMxEzARBgNVBAMMCnJzcGVjLmluZm8xJTAjBgkqhkiG9w0B | |
CQEWFnJzcGVjQGdvb2dsZWdyb3Vwcy5jb20wHhcNMTQxMjIzMDkzNTIyWhcNMjQx | |
MjIyMDkzNTIyWjCBgDELMAkGA1UEBhMCVVMxEzARBgNVBAgMCldhc2hpbmd0b24x | |
EDAOBgNVBAcMB1NlYXR0bGUxDjAMBgNVBAoMBVJTcGVjMRMwEQYDVQQDDApyc3Bl | |
Yy5pbmZvMSUwIwYJKoZIhvcNAQkBFhZyc3BlY0Bnb29nbGVncm91cHMuY29tMIIC | |
IjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsSmjgcHaKlD0jizRJowi2bGI | |
KMOHnJoExxRNHHxH+3w9kkl95YldvDRVX495b13ZCzwRe0AyqX24wq04tp0G5Z5C | |
e/w2pnNK4ol1eECPwQu+YGpepeODlZICL5gwQspe0cDifbBnHx5QySMiPpvx6bC0 | |
tQTox0ppDIaMhch8IPCwyoE4DQK5bpsdwnLSHTsQjUIb7IM8tUMpd/iKrJgNffwc | |
6gC1TmhIlzQoB26nCNh9uK7xZjUM+sGECzvcYuImchUaIgJA/ybrlZS+m/hxzvBo | |
mLnn/xNEC6Vz5HG+3TR0Gb0cSUf6XUu2s51Jk/SJi3MhCZp2gs9OUg4EVZNzQVkZ | |
efLBjAZG2Mxk14JyB4/Omc+Jk0ajprINCBbUNnxzCJrYDM3J9TVWIwyUGNX/U3MO | |
s3tMAT+EVgx/mZMPnBO8EULlyF51MRUp3Wy9Mnw8AYLk30UnMG5AjqgO5JNyFlA | |
(len: 2082) | |
-----BEGIN CERTIFICATE----- | |
MIIF1TCCA72gAwIBAgIJAPXjfUbCjdXUMA0GCSqGSIb3DQEBBQUAMIGAMQswCQYD | |
VQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEO | |
MAwGA1UECgwFUlNwZWMxEzARBgNVBAMMCnJzcGVjLmluZm8xJTAjBgkqhkiG9w0B | |
CQEWFnJzcGVjQGdvb2dsZWdyb3Vwcy5jb20wHhcNMTQxMjIzMDkzNTIyWhcNMjQx | |
MjIyMDkzNTIyWjCBgDELMAkGA1UEBhMCVVMxEzARBgNVBAgMCldhc2hpbmd0b24x | |
EDAOBgNVBAcMB1NlYXR0bGUxDjAMBgNVBAoMBVJTcGVjMRMwEQYDVQQDDApyc3Bl | |
Yy5pbmZvMSUwIwYJKoZIhvcNAQkBFhZyc3BlY0Bnb29nbGVncm91cHMuY29tMIIC | |
IjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsSmjgcHaKlD0jizRJowi2bGI | |
KMOHnJoExxRNHHxH+3w9kkl95YldvDRVX495b13ZCzwRe0AyqX24wq04tp0G5Z5C | |
e/w2pnNK4ol1eECPwQu+YGpepeODlZICL5gwQspe0cDifbBnHx5QySMiPpvx6bC0 | |
tQTox0ppDIaMhch8IPCwyoE4DQK5bpsdwnLSHTsQjUIb7IM8tUMpd/iKrJgNffwc | |
6gC1TmhIlzQoB26nCNh9uK7xZjUM+sGECzvcYuImchUaIgJA/ybrlZS+m/hxzvBo | |
mLnn/xNEC6Vz5HG+3TR0Gb0cSUf6XUu2s51Jk/SJi3MhCZp2gs9OUg4EVZNzQVkZ | |
efLBjAZG2Mxk14JyB4/Omc+Jk0ajprINCBbUNnxzCJrYDM3J9TVWIwyUGNX/U3MO | |
s3tMAT+EVgx/mZMPnBO8EULlyF51MRUp3Wy9Mnw8AYLk30UnMG5AjqgO5JNyFlA | |
(len: 2082) | |
-----BEGIN CERTIFICATE----- | |
MIIF1TCCA72gAwIBAgIJAPXjfUbCjdXUMA0GCSqGSIb3DQEBBQUAMIGAMQswCQYD | |
VQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEO | |
MAwGA1UECgwFUlNwZWMxEzARBgNVBAMMCnJzcGVjLmluZm8xJTAjBgkqhkiG9w0B | |
CQEWFnJzcGVjQGdvb2dsZWdyb3Vwcy5jb20wHhcNMTQxMjIzMDkzNTIyWhcNMjQx | |
MjIyMDkzNTIyWjCBgDELMAkGA1UEBhMCVVMxEzARBgNVBAgMCldhc2hpbmd0b24x | |
EDAOBgNVBAcMB1NlYXR0bGUxDjAMBgNVBAoMBVJTcGVjMRMwEQYDVQQDDApyc3Bl | |
Yy5pbmZvMSUwIwYJKoZIhvcNAQkBFhZyc3BlY0Bnb29nbGVncm91cHMuY29tMIIC | |
IjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsSmjgcHaKlD0jizRJowi2bGI | |
KMOHnJoExxRNHHxH+3w9kkl95YldvDRVX495b13ZCzwRe0AyqX24wq04tp0G5Z5C | |
e/w2pnNK4ol1eECPwQu+YGpepeODlZICL5gwQspe0cDifbBnHx5QySMiPpvx6bC0 | |
tQTox0ppDIaMhch8IPCwyoE4DQK5bpsdwnLSHTsQjUIb7IM8tUMpd/iKrJgNffwc | |
6gC1TmhIlzQoB26nCNh9uK7xZjUM+sGECzvcYuImchUaIgJA/ybrlZS+m/hxzvBo | |
mLnn/xNEC6Vz5HG+3TR0Gb0cSUf6XUu2s51Jk/SJi3MhCZp2gs9OUg4EVZNzQVkZ | |
efLBjAZG2Mxk14JyB4/Omc+Jk0ajprINCBbUNnxzCJrYDM3J9TVWIwyUGNX/U3MO | |
s3tMAT+EVgx/mZMPnBO8EULlyF51MRUp3Wy9Mnw8AYLk30UnMG5AjqgO5JNyFlA | |
(len: 2082) | |
minitest provides a complete suite of testing facilities supporting | |
TDD, BDD, mocking, and benchmarking. | |
"I had a class with Jim Weirich on testing last week and we were | |
allowed to choose our testing frameworks. Kirk Haines and I were | |
paired up and we cracked open the code for a few test | |
frameworks... | |
I MUST say that minitest is *very* readable / understandable | |
compared to the 'other two' options we looked at. Nicely done and | |
thank you for helping us keep our mental sanity." | |
-- Wayne E. Seguin | |
minitest/unit is a small and incredibly fast unit testing framework. | |
It provides a rich set of assertions to make your tests clean and | |
readable. | |
minitest/spec is a functionally complete spec engine. It hooks onto | |
minitest/unit and seamlessly bridges test assertions over to spec | |
expectations. | |
minitest/benchmark is an awesome way to assert the performance of your | |
algorithms in a repeatable manner. Now you can assert that your newb | |
co-worker doesn't replace | |
(len: 2003) | |
minitest provides a complete suite of testing facilities supporting | |
TDD, BDD, mocking, and benchmarking. | |
"I had a class with Jim Weirich on testing last week and we were | |
allowed to choose our testing frameworks. Kirk Haines and I were | |
paired up and we cracked open the code for a few test | |
frameworks... | |
I MUST say that minitest is *very* readable / understandable | |
compared to the 'other two' options we looked at. Nicely done and | |
thank you for helping us keep our mental sanity." | |
-- Wayne E. Seguin | |
minitest/unit is a small and incredibly fast unit testing framework. | |
It provides a rich set of assertions to make your tests clean and | |
readable. | |
minitest/spec is a functionally complete spec engine. It hooks onto | |
minitest/unit and seamlessly bridges test assertions over to spec | |
expectations. | |
minitest/benchmark is an awesome way to assert the performance of your | |
algorithms in a repeatable manner. Now you can assert that your newb | |
co-worker doesn't replace | |
(len: 2003) | |
# stub: ext/gherkin_lexer_ar/extconf.rb�ext/gherkin_lexer_bg/extconf.rb�ext/gherkin_lexer_bm/extconf.rb�ext/gherkin_lexer_ca/extconf.rb�ext/gherkin_lexer_cs/extconf.rb�ext/gherkin_lexer_cy_gb/extconf.rb�ext/gherkin_lexer_da/extconf.rb�ext/gherkin_lexer_de/extconf.rb�ext/gherkin_lexer_el/extconf.rb�ext/gherkin_lexer_en/extconf.rb�ext/gherkin_lexer_en_au/extconf.rb�ext/gherkin_lexer_en_lol/extconf.rb�ext/gherkin_lexer_en_old/extconf.rb�ext/gherkin_lexer_en_pirate/extconf.rb�ext/gherkin_lexer_en_scouse/extconf.rb�ext/gherkin_lexer_en_tx/extconf.rb�ext/gherkin_lexer_eo/extconf.rb�ext/gherkin_lexer_es/extconf.rb�ext/gherkin_lexer_et/extconf.rb�ext/gherkin_lexer_fa/extconf.rb�ext/gherkin_lexer_fi/extconf.rb�ext/gherkin_lexer_fr/extconf.rb�ext/gherkin_lexer_gl/extconf.rb�ext/gherkin_lexer_he/extconf.rb�ext/gherkin_lexer_hi/extconf.rb�ext/gherkin_lexer_hr/extconf.rb�ext/gherkin_lexer_hu/extconf.rb�ext/gherkin_lexer_id/extconf.rb�ext/gherkin_lexer_is/extconf.rb�ext/gherkin_lexer_it/extconf.rb�ex | |
(len: 1846) | |
ext/gherkin_lexer_ar/extconf.rb�ext/gherkin_lexer_bg/extconf.rb�ext/gherkin_lexer_bm/extconf.rb�ext/gherkin_lexer_ca/extconf.rb�ext/gherkin_lexer_cs/extconf.rb�ext/gherkin_lexer_cy_gb/extconf.rb�ext/gherkin_lexer_da/extconf.rb�ext/gherkin_lexer_de/extconf.rb�ext/gherkin_lexer_el/extconf.rb�ext/gherkin_lexer_en/extconf.rb�ext/gherkin_lexer_en_au/extconf.rb�ext/gherkin_lexer_en_lol/extconf.rb�ext/gherkin_lexer_en_old/extconf.rb�ext/gherkin_lexer_en_pirate/extconf.rb�ext/gherkin_lexer_en_scouse/extconf.rb�ext/gherkin_lexer_en_tx/extconf.rb�ext/gherkin_lexer_eo/extconf.rb�ext/gherkin_lexer_es/extconf.rb�ext/gherkin_lexer_et/extconf.rb�ext/gherkin_lexer_fa/extconf.rb�ext/gherkin_lexer_fi/extconf.rb�ext/gherkin_lexer_fr/extconf.rb�ext/gherkin_lexer_gl/extconf.rb�ext/gherkin_lexer_he/extconf.rb�ext/gherkin_lexer_hi/extconf.rb�ext/gherkin_lexer_hr/extconf.rb�ext/gherkin_lexer_hu/extconf.rb�ext/gherkin_lexer_id/extconf.rb�ext/gherkin_lexer_is/extconf.rb�ext/gherkin_lexer_it/extconf.rb�ext/gherki | |
(len: 1838) | |
(function(options) { | |
function comments(option) { | |
if (Object.prototype.toString.call(option) === '[object Array]') { | |
return new RegExp(option[0], option[1]); | |
} else if (option == "jsdoc") { | |
return function(node, comment) { | |
if (comment.type == "comment2") { | |
return /@preserve|@license|@cc_on/i.test(comment.value); | |
} else { | |
return false; | |
} | |
} | |
} else { | |
return option; | |
} | |
} | |
var source = options.source; | |
var ast = UglifyJS.parse(source, options.parse_options); | |
ast.figure_out_scope(); | |
if (options.compress) { | |
var compressor = UglifyJS.Compressor(options.compress); | |
ast = ast.transform(compressor); | |
ast.figure_out_scope(); | |
} | |
if (options.mangle) { | |
ast.compute_char_frequency(); | |
ast.mangle_names(options.mangle); | |
} | |
if (options.enclose) { | |
ast = ast.wrap_enclos | |
(len: 1826) | |
(function(options) { | |
function comments(option) { | |
if (Object.prototype.toString.call(option) === '[object Array]') { | |
return new RegExp(option[0], option[1]); | |
} else if (option == "jsdoc") { | |
return function(node, comment) { | |
if (comment.type == "comment2") { | |
return /@preserve|@license|@cc_on/i.test(comment.value); | |
} else { | |
return false; | |
} | |
} | |
} else { | |
return option; | |
} | |
} | |
var source = options.source; | |
var ast = UglifyJS.parse(source, options.parse_options); | |
ast.figure_out_scope(); | |
if (options.compress) { | |
var compressor = UglifyJS.Compressor(options.compress); | |
ast = ast.transform(compressor); | |
ast.figure_out_scope(); | |
} | |
if (options.mangle) { | |
ast.compute_char_frequency(); | |
ast.mangle_names(options.mangle); | |
} | |
if (options.enclose) { | |
ast = ast.wrap_enclos | |
(len: 1826) | |
body { | |
background: #ccc; | |
font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif; | |
} | |
h1 { | |
text-align: center; | |
margin: 30px auto 0px; | |
font-size: 18px; | |
padding: 10px 10px 15px; | |
background: #555; | |
color: white; | |
width: 320px; | |
border: 10px solid #444; | |
border-bottom: 0; | |
-moz-border-radius-topleft: 10px; | |
-moz-border-radius-topright: 10px; | |
-webkit-border-top-left-radius: 10px; | |
-webkit-border-top-right-radius: 10px; | |
border-top-left-radius: 10px; | |
border-top-right-radius: 10px; | |
} | |
h1, form { | |
-moz-box-shadow: 2px 2px 7px rgba(0,0,0,0.3); | |
-webkit-box-shadow: 2px 2px 7px rgba(0,0,0,0.3); | |
} | |
form { | |
background: white; | |
border: 10px solid #eee; | |
border-top: 0; | |
padding: 20px; | |
margin: 0px auto 40px; | |
width: 300px; | |
-moz-border-radius-bottomleft: 10px; | |
-moz-border-radius-bottomright: 10px; | |
-webkit-border-bottom-left-radius: 10px; | |
-webkit-border-bottom-right-radius: 10px; | |
border-bottom-left-radius: 10px; | |
border-bottom-right-radius: 1 | |
(len: 1583) | |
body { | |
background: #ccc; | |
font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif; | |
} | |
h1 { | |
text-align: center; | |
margin: 30px auto 0px; | |
font-size: 18px; | |
padding: 10px 10px 15px; | |
background: #555; | |
color: white; | |
width: 320px; | |
border: 10px solid #444; | |
border-bottom: 0; | |
-moz-border-radius-topleft: 10px; | |
-moz-border-radius-topright: 10px; | |
-webkit-border-top-left-radius: 10px; | |
-webkit-border-top-right-radius: 10px; | |
border-top-left-radius: 10px; | |
border-top-right-radius: 10px; | |
} | |
h1, form { | |
-moz-box-shadow: 2px 2px 7px rgba(0,0,0,0.3); | |
-webkit-box-shadow: 2px 2px 7px rgba(0,0,0,0.3); | |
} | |
form { | |
background: white; | |
border: 10px solid #eee; | |
border-top: 0; | |
padding: 20px; | |
margin: 0px auto 40px; | |
width: 300px; | |
-moz-border-radius-bottomleft: 10px; | |
-moz-border-radius-bottomright: 10px; | |
-webkit-border-bottom-left-radius: 10px; | |
-webkit-border-bottom-right-radius: 10px; | |
border-bottom-left-radius: 10px; | |
border-bottom-right-radius: 1 | |
(len: 1583) | |
{/Users/chris/src/projects/github/classroom/lib/**/*.{rb},/Users/chris/src/projects/github/classroom/app/assets/**/*.{rb},/Users/chris/src/projects/github/classroom/app/chewy/**/*.{rb},/Users/chris/src/projects/github/classroom/app/controllers/**/*.{rb},/Users/chris/src/projects/github/classroom/app/decorators/**/*.{rb},/Users/chris/src/projects/github/classroom/app/helpers/**/*.{rb},/Users/chris/src/projects/github/classroom/app/jobs/**/*.{rb},/Users/chris/src/projects/github/classroom/app/models/**/*.{rb},/Users/chris/src/projects/github/classroom/app/services/**/*.{rb},/Users/chris/src/projects/github/classroom/app/controllers/concerns/**/*.{rb},/Users/chris/src/projects/github/classroom/app/models/concerns/**/*.{rb},/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/**/*.{rb},/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/helpers/**/*.{rb},/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0 | |
(len: 1506) | |
{/Users/chris/src/projects/github/classroom/lib/**/*.{rb},/Users/chris/src/projects/github/classroom/app/assets/**/*.{rb},/Users/chris/src/projects/github/classroom/app/chewy/**/*.{rb},/Users/chris/src/projects/github/classroom/app/controllers/**/*.{rb},/Users/chris/src/projects/github/classroom/app/decorators/**/*.{rb},/Users/chris/src/projects/github/classroom/app/helpers/**/*.{rb},/Users/chris/src/projects/github/classroom/app/jobs/**/*.{rb},/Users/chris/src/projects/github/classroom/app/models/**/*.{rb},/Users/chris/src/projects/github/classroom/app/services/**/*.{rb},/Users/chris/src/projects/github/classroom/app/controllers/concerns/**/*.{rb},/Users/chris/src/projects/github/classroom/app/models/concerns/**/*.{rb},/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/**/*.{rb},/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/helpers/**/*.{rb},/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0 | |
(len: 1506) | |
\A\s* | |
([a-zA-Z][\-+.a-zA-Z\d]*): (?# 1: scheme) | |
(?: | |
((?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*) (?# 2: opaque) | |
| | |
(?:(?: | |
//(?: | |
(?:(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 3: userinfo) | |
(?:((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))(?::(\d*))?))? (?# 4: host, 5: port) | |
| | |
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 6: registry) | |
) | |
| | |
(?!//)) (?# XXX: '//' is the mark for hostport) | |
(/(?:[\-_.!~*'()a-zA-Z\d:@& | |
(len: 1450) | |
\A\s* | |
([a-zA-Z][\-+.a-zA-Z\d]*): (?# 1: scheme) | |
(?: | |
((?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*) (?# 2: opaque) | |
| | |
(?:(?: | |
//(?: | |
(?:(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 3: userinfo) | |
(?:((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))(?::(\d*))?))? (?# 4: host, 5: port) | |
| | |
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 6: registry) | |
) | |
| | |
(?!//)) (?# XXX: '//' is the mark for hostport) | |
(/(?:[\-_.!~*'()a-zA-Z\d:@& | |
(len: 1450) | |
([a-zA-Z][\-+.a-zA-Z\d]*): (?# 1: scheme) | |
(?: | |
((?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*) (?# 2: opaque) | |
| | |
(?:(?: | |
//(?: | |
(?:(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 3: userinfo) | |
(?:((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))(?::(\d*))?))? (?# 4: host, 5: port) | |
| | |
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 6: registry) | |
) | |
| | |
(?!//)) (?# XXX: '//' is the mark for hostport) | |
(/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,] | |
(len: 1440) | |
([a-zA-Z][\-+.a-zA-Z\d]*): (?# 1: scheme) | |
(?: | |
((?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*) (?# 2: opaque) | |
| | |
(?:(?: | |
//(?: | |
(?:(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 3: userinfo) | |
(?:((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))(?::(\d*))?))? (?# 4: host, 5: port) | |
| | |
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 6: registry) | |
) | |
| | |
(?!//)) (?# XXX: '//' is the mark for hostport) | |
(/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,] | |
(len: 1440) | |
([a-zA-Z][\-+.a-zA-Z\d]*): (?# 1: scheme) | |
(?: | |
((?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*) (?# 2: opaque) | |
| | |
(?:(?: | |
//(?: | |
(?:(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 3: userinfo) | |
(?:((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))(?::(\d*))?))? (?# 4: host, 5: port) | |
| | |
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 6: registry) | |
) | |
| | |
(?!//)) (?# XXX: '//' is the mark for hostport) | |
(/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,] | |
(len: 1440) | |
([a-zA-Z][\-+.a-zA-Z\d]*): (?# 1: scheme) | |
(?: | |
((?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*) (?# 2: opaque) | |
| | |
(?:(?: | |
//(?: | |
(?:(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 3: userinfo) | |
(?:((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))(?::(\d*))?))? (?# 4: host, 5: port) | |
| | |
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 6: registry) | |
) | |
| | |
(?!//)) (?# XXX: '//' is the mark for hostport) | |
(/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,] | |
(len: 1440) | |
([a-zA-Z][\-+.a-zA-Z\d]*): (?# 1: scheme) | |
(?: | |
((?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*) (?# 2: opaque) | |
| | |
(?:(?: | |
//(?: | |
(?:(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 3: userinfo) | |
(?:((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))(?::(\d*))?))? (?# 4: host, 5: port) | |
| | |
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 6: registry) | |
) | |
| | |
(?!//)) (?# XXX: '//' is the mark for hostport) | |
(/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,] | |
(len: 1440) | |
\A | |
(?:\s*\(?\s*) # optional opening paren surrounded by spaces | |
(?:.*?(?x-mi: | |
(?:\bpartial:|:partial\s*=>) # partial key in either old or new style hash syntax | |
\s* # followed by optional spaces | |
)|(?x-mi: | |
(?:\blayout:|:layout\s*=>) # layout key in either old or new style hash syntax | |
\s* # followed by optional spaces | |
))? # optional hash, up to the partial or layout key declaration | |
(?:(?x-mi: | |
(?<quote>['"]) # an opening quote | |
(?<static>.*?) # with anything inside, captured as STATIC | |
\k<quote> # and a matching closing quote | |
)|(?x-mi: | |
(?:\$|@{1,2})? # optional global, instance or class variable indicator | |
(?:(?x-mi: | |
[[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore | |
[[:word:]]* # followed by optional letters, numbers or underscores | |
)\ | |
(len: 1384) | |
\A | |
(?:\s*\(?\s*) # optional opening paren surrounded by spaces | |
(?:.*?(?x-mi: | |
(?:\bpartial:|:partial\s*=>) # partial key in either old or new style hash syntax | |
\s* # followed by optional spaces | |
)|(?x-mi: | |
(?:\blayout:|:layout\s*=>) # layout key in either old or new style hash syntax | |
\s* # followed by optional spaces | |
))? # optional hash, up to the partial or layout key declaration | |
(?:(?x-mi: | |
(?<quote>['"]) # an opening quote | |
(?<static>.*?) # with anything inside, captured as STATIC | |
\k<quote> # and a matching closing quote | |
)|(?x-mi: | |
(?:\$|@{1,2})? # optional global, instance or class variable indicator | |
(?:(?x-mi: | |
[[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore | |
[[:word:]]* # followed by optional letters, numbers or underscores | |
)\ | |
(len: 1384) | |
def initialize(*args) | |
@keys = nil | |
super | |
end | |
def clear | |
@keys = nil | |
super | |
end | |
def replace(enum) | |
@keys = nil | |
super | |
end | |
def add(o) | |
o.respond_to?(:<=>) or raise ArgumentError, "value must respond to <=>" | |
@keys = nil | |
super | |
end | |
alias << add | |
def delete(o) | |
@keys = nil | |
@hash.delete(o) | |
self | |
end | |
def delete_if | |
block_given? or return enum_for(__method__) | |
n = @hash.size | |
super | |
@keys = nil if @hash.size != n | |
self | |
end | |
def keep_if | |
block_given? or return enum_for(__method__) | |
n = @hash.size | |
super | |
@keys = nil if @hash.size != n | |
self | |
end | |
def merge(enum) | |
@keys = nil | |
(len: 1275) | |
-----BEGIN CERTIFICATE----- | |
MIIDdDCCAlygAwIBAgIBATANBgkqhkiG9w0BAQUFADBAMRIwEAYDVQQDDAlwaGls | |
LnJvc3MxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkWA2Nv | |
bTAeFw0xMzA5MjUyMTA0NTNaFw0xNDA5MjUyMTA0NTNaMEAxEjAQBgNVBAMMCXBo | |
aWwucm9zczEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPyLGQBGRYD | |
Y29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkZzB+qfhmyY+XRvU | |
u310LMTGsTkR4/8JFCMF0YeQX6ZKmLr1fKzF3At1+DlI+v0t/G2FS6Dic0V3l8MK | |
JczyFh72NANOaQhAo0GHh8WkaeCf2DLL5K6YJeLpvkvp39oxzn00A4zosnzxM50f | |
Xrjx2HmurcJQurzafeCDj67QccaNE+5H+mcIVAJlsA1h1f5QFZ3SqQ4mf8St40pE | |
6YR4ev/Eq6Hb8aUoUq30otxbeHAEHh8cdVhTNFq7sPWb0psQRF2D/+o0MLgHt8PY | |
EUm49szlLsnjVXAMCHU7wH9CmDR/5Lzcrgqh3DgyI8ay6DnlSQ213eYZH/Nkn1Yz | |
TcNLCQIDAQABo3kwdzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQU | |
D5nzO9/MG4B6ygch/Pv6PF9Q5x8wHgYDVR0RBBcwFYETcGhpbC5yb3NzQGdtYWls | |
LmNvbTAeBgNVHRIEFzAVgRNwaGlsLnJvc3NAZ21haWwuY29tMA0GCSqGSIb3DQEB | |
BQUAA4IBAQAKZJXA++aLjISMKZea4PmXuH93YbMxoyBby3SRfwvLh7cBMEiCy5fu | |
xYR46qa9ixC6JyVuxAWA2AGHLOqabKkq6AxntqIk1OAnZGBNRuCnLYzSx+6YDja | |
(len: 1257) | |
-----BEGIN CERTIFICATE----- | |
MIIDdDCCAlygAwIBAgIBATANBgkqhkiG9w0BAQUFADBAMRIwEAYDVQQDDAlwaGls | |
LnJvc3MxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkWA2Nv | |
bTAeFw0xMzA5MjUyMTA0NTNaFw0xNDA5MjUyMTA0NTNaMEAxEjAQBgNVBAMMCXBo | |
aWwucm9zczEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPyLGQBGRYD | |
Y29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkZzB+qfhmyY+XRvU | |
u310LMTGsTkR4/8JFCMF0YeQX6ZKmLr1fKzF3At1+DlI+v0t/G2FS6Dic0V3l8MK | |
JczyFh72NANOaQhAo0GHh8WkaeCf2DLL5K6YJeLpvkvp39oxzn00A4zosnzxM50f | |
Xrjx2HmurcJQurzafeCDj67QccaNE+5H+mcIVAJlsA1h1f5QFZ3SqQ4mf8St40pE | |
6YR4ev/Eq6Hb8aUoUq30otxbeHAEHh8cdVhTNFq7sPWb0psQRF2D/+o0MLgHt8PY | |
EUm49szlLsnjVXAMCHU7wH9CmDR/5Lzcrgqh3DgyI8ay6DnlSQ213eYZH/Nkn1Yz | |
TcNLCQIDAQABo3kwdzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQU | |
D5nzO9/MG4B6ygch/Pv6PF9Q5x8wHgYDVR0RBBcwFYETcGhpbC5yb3NzQGdtYWls | |
LmNvbTAeBgNVHRIEFzAVgRNwaGlsLnJvc3NAZ21haWwuY29tMA0GCSqGSIb3DQEB | |
BQUAA4IBAQAKZJXA++aLjISMKZea4PmXuH93YbMxoyBby3SRfwvLh7cBMEiCy5fu | |
xYR46qa9ixC6JyVuxAWA2AGHLOqabKkq6AxntqIk1OAnZGBNRuCnLYzSx+6YDja | |
(len: 1257) | |
-----BEGIN CERTIFICATE----- | |
MIIDcDCCAligAwIBAgIBATANBgkqhkiG9w0BAQUFADA/MQ4wDAYDVQQDDAVwYXZl | |
bDEYMBYGCgmSJomT8ixkARkWCHByYXZvc3VkMRMwEQYKCZImiZPyLGQBGRYDY29t | |
MB4XDTE1MDMwNDA0MTAzNVoXDTE2MDMwMzA0MTAzNVowPzEOMAwGA1UEAwwFcGF2 | |
ZWwxGDAWBgoJkiaJk/IsZAEZFghwcmF2b3N1ZDETMBEGCgmSJomT8ixkARkWA2Nv | |
bTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKgJODgg1dH3weeyKtQF | |
mhC3C8gleHSTZYAt1pMBZQ6QmRD7/kLIfLTJB/zgFUVoNoHVZ8qyFmx89reqk5Z4 | |
x/rIVskzpB76MushyaEJhw5UrxEZvoCK0b+nSUR8NT0YcznkjSbALBBagny5NWHn | |
98LbVtIQYXdJTgC8xvV1u2Bix1JI/Qv1wuDKCw14XF2AFmT4nPt40FEUk4zWwbGI | |
rdKjssA43TGDjzKmzdOpJ4aOble+Zq6N7jBacMdlsqQAvQ0bbGLokp8W7Ci/UNWC | |
Q8DwDrjlbURMu729T70yuswrQHyxmh7SISMmjp44+C5ElwVbfcCQQxiwsdAcE3zD | |
ST0CAwEAAaN3MHUwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFJ7X | |
Ly29ycziHHerLL3NCavLRSv5MB0GA1UdEQQWMBSBEnBhdmVsQHByYXZvc3VkLmNv | |
bTAdBgNVHRIEFjAUgRJwYXZlbEBwcmF2b3N1ZC5jb20wDQYJKoZIhvcNAQEFBQAD | |
ggEBAJM/D4S0IHFerw9xcEKR2sehNn9deQKsS7auR3wAtxEitrPzKZb+8Uy3KVqP | |
Jt/z5WABxO2Bjd7IM+s445lZF6kDsGsYYydlEkf9yzOYrtVmISTJYrsApU8BZQf | |
(len: 1253) | |
-----BEGIN CERTIFICATE----- | |
MIIDcDCCAligAwIBAgIBATANBgkqhkiG9w0BAQUFADA/MQ4wDAYDVQQDDAVwYXZl | |
bDEYMBYGCgmSJomT8ixkARkWCHByYXZvc3VkMRMwEQYKCZImiZPyLGQBGRYDY29t | |
MB4XDTE1MDMwNDA0MTAzNVoXDTE2MDMwMzA0MTAzNVowPzEOMAwGA1UEAwwFcGF2 | |
ZWwxGDAWBgoJkiaJk/IsZAEZFghwcmF2b3N1ZDETMBEGCgmSJomT8ixkARkWA2Nv | |
bTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKgJODgg1dH3weeyKtQF | |
mhC3C8gleHSTZYAt1pMBZQ6QmRD7/kLIfLTJB/zgFUVoNoHVZ8qyFmx89reqk5Z4 | |
x/rIVskzpB76MushyaEJhw5UrxEZvoCK0b+nSUR8NT0YcznkjSbALBBagny5NWHn | |
98LbVtIQYXdJTgC8xvV1u2Bix1JI/Qv1wuDKCw14XF2AFmT4nPt40FEUk4zWwbGI | |
rdKjssA43TGDjzKmzdOpJ4aOble+Zq6N7jBacMdlsqQAvQ0bbGLokp8W7Ci/UNWC | |
Q8DwDrjlbURMu729T70yuswrQHyxmh7SISMmjp44+C5ElwVbfcCQQxiwsdAcE3zD | |
ST0CAwEAAaN3MHUwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFJ7X | |
Ly29ycziHHerLL3NCavLRSv5MB0GA1UdEQQWMBSBEnBhdmVsQHByYXZvc3VkLmNv | |
bTAdBgNVHRIEFjAUgRJwYXZlbEBwcmF2b3N1ZC5jb20wDQYJKoZIhvcNAQEFBQAD | |
ggEBAJM/D4S0IHFerw9xcEKR2sehNn9deQKsS7auR3wAtxEitrPzKZb+8Uy3KVqP | |
Jt/z5WABxO2Bjd7IM+s445lZF6kDsGsYYydlEkf9yzOYrtVmISTJYrsApU8BZQf | |
(len: 1253) | |
^\$((?-mix:-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*))\s*:\s*(.+?) | |
(!(?-mix:-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)(?:\s+!(?-mix:-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u | |
(len: 1253) | |
-----BEGIN CERTIFICATE----- | |
MIIDbDCCAlSgAwIBAgIBATANBgkqhkiG9w0BAQUFADA+MQwwCgYDVQQDDANnZWQx | |
GTAXBgoJkiaJk/IsZAEZFglGYWVyaWVNVUQxEzARBgoJkiaJk/IsZAEZFgNvcmcw | |
HhcNMTUwNDAxMjEyNDEzWhcNMTYwMzMxMjEyNDEzWjA+MQwwCgYDVQQDDANnZWQx | |
GTAXBgoJkiaJk/IsZAEZFglGYWVyaWVNVUQxEzARBgoJkiaJk/IsZAEZFgNvcmcw | |
ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDb92mkyYwuGBg1oRxt2tkH | |
+Uo3LAsaL/APBfSLzy8o3+B3AUHKCjMUaVeBoZdWtMHB75X3VQlvXfZMyBxj59Vo | |
cDthr3zdao4HnyrzAIQf7BO5Y8KBwVD+yyXCD/N65TTwqsQnO3ie7U5/9ut1rnNr | |
OkOzAscMwkfQxBkXDzjvAWa6UF4c5c9kR/T79iA21kDx9+bUMentU59aCJtUcbxa | |
7kcKJhPEYsk4OdxR9q2dphNMFDQsIdRO8rywX5FRHvcb+qnXC17RvxLHtOjysPtp | |
EWsYoZMxyCDJpUqbwoeiM+tAHoz2ABMv3Ahie3Qeb6+MZNAtMmaWfBx3dg2u+/WN | |
AgMBAAGjdTBzMAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBSZ0hCV | |
qoHr122fGKelqffzEQBhszAcBgNVHREEFTATgRFnZWRARmFlcmllTVVELm9yZzAc | |
BgNVHRIEFTATgRFnZWRARmFlcmllTVVELm9yZzANBgkqhkiG9w0BAQUFAAOCAQEA | |
lUKo3NXePpuvN3QGsOLJ6QhNd4+Q9Rz75GipuMrCl296V8QFkd2gg9EG44Pqtk+9 | |
Zac8TkKc9bCSR0snakp+cCPplVvZF0/gMzkSTUJkDBHlNV16z73CyWpbQQa+iLJ | |
(len: 1249) | |
-----BEGIN CERTIFICATE----- | |
MIIDbDCCAlSgAwIBAgIBATANBgkqhkiG9w0BAQUFADA+MQwwCgYDVQQDDANnZWQx | |
GTAXBgoJkiaJk/IsZAEZFglGYWVyaWVNVUQxEzARBgoJkiaJk/IsZAEZFgNvcmcw | |
HhcNMTUwNDAxMjEyNDEzWhcNMTYwMzMxMjEyNDEzWjA+MQwwCgYDVQQDDANnZWQx | |
GTAXBgoJkiaJk/IsZAEZFglGYWVyaWVNVUQxEzARBgoJkiaJk/IsZAEZFgNvcmcw | |
ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDb92mkyYwuGBg1oRxt2tkH | |
+Uo3LAsaL/APBfSLzy8o3+B3AUHKCjMUaVeBoZdWtMHB75X3VQlvXfZMyBxj59Vo | |
cDthr3zdao4HnyrzAIQf7BO5Y8KBwVD+yyXCD/N65TTwqsQnO3ie7U5/9ut1rnNr | |
OkOzAscMwkfQxBkXDzjvAWa6UF4c5c9kR/T79iA21kDx9+bUMentU59aCJtUcbxa | |
7kcKJhPEYsk4OdxR9q2dphNMFDQsIdRO8rywX5FRHvcb+qnXC17RvxLHtOjysPtp | |
EWsYoZMxyCDJpUqbwoeiM+tAHoz2ABMv3Ahie3Qeb6+MZNAtMmaWfBx3dg2u+/WN | |
AgMBAAGjdTBzMAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBSZ0hCV | |
qoHr122fGKelqffzEQBhszAcBgNVHREEFTATgRFnZWRARmFlcmllTVVELm9yZzAc | |
BgNVHRIEFTATgRFnZWRARmFlcmllTVVELm9yZzANBgkqhkiG9w0BAQUFAAOCAQEA | |
lUKo3NXePpuvN3QGsOLJ6QhNd4+Q9Rz75GipuMrCl296V8QFkd2gg9EG44Pqtk+9 | |
Zac8TkKc9bCSR0snakp+cCPplVvZF0/gMzkSTUJkDBHlNV16z73CyWpbQQa+iLJ | |
(len: 1249) | |
(?-mix:-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)|(?-mix:(?-mix:\"((?:[^\n\r\f\\"#]|#(?!\{)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\")|(?-mix:\'((?:[^\n\r\f\\'#]|#(?!\{)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\'))|(?-mix:\#[0-9a-fA-F]+)|[+-]?(?-mix:(?-mix:(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?\d+)?)(?:(?-mix:-?(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{100 | |
(len: 1239) | |
Color is a Ruby library to provide basic RGB, CMYK, HSL, and other colourspace | |
manipulation support to applications that require it. It also provides 152 | |
named RGB colours (184 with spelling variations) that are commonly supported in | |
HTML, SVG, and X11 applications. A technique for generating monochromatic | |
contrasting palettes is also included. | |
The Color library performs purely mathematical manipulation of the colours | |
based on colour theory without reference to colour profiles (such as sRGB or | |
Adobe RGB). For most purposes, when working with RGB and HSL colour spaces, | |
this won't matter. Absolute colour spaces (like CIE L*a*b* and XYZ) and cannot | |
be reliably converted to relative colour spaces (like RGB) without colour | |
profiles. | |
Color version 1.7.1 adds Color::RGB::RebeccaPurple for the colour #663399 in | |
honour of Rebecca Meyer, the daughter of Eric Meyer, who passed away on the 7th | |
of June, 2014. Her favourite colour was purple. | |
{rebeccapurple}[http://meyerweb.com/eric/thoughts/2014/0 | |
(len: 1237) | |
Color is a Ruby library to provide basic RGB, CMYK, HSL, and other colourspace | |
manipulation support to applications that require it. It also provides 152 | |
named RGB colours (184 with spelling variations) that are commonly supported in | |
HTML, SVG, and X11 applications. A technique for generating monochromatic | |
contrasting palettes is also included. | |
The Color library performs purely mathematical manipulation of the colours | |
based on colour theory without reference to colour profiles (such as sRGB or | |
Adobe RGB). For most purposes, when working with RGB and HSL colour spaces, | |
this won't matter. Absolute colour spaces (like CIE L*a*b* and XYZ) and cannot | |
be reliably converted to relative colour spaces (like RGB) without colour | |
profiles. | |
Color version 1.7.1 adds Color::RGB::RebeccaPurple for the colour #663399 in | |
honour of Rebecca Meyer, the daughter of Eric Meyer, who passed away on the 7th | |
of June, 2014. Her favourite colour was purple. | |
{rebeccapurple}[http://meyerweb.com/eric/thoughts/2014/0 | |
(len: 1237) | |
\A\s* | |
(?: | |
(?: | |
// | |
(?: | |
(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 1: userinfo) | |
((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))?(?::(\d*))? (?# 2: host, 3: port) | |
| | |
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 4: registry) | |
) | |
) | |
| | |
((?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+) (?# 5: rel_segment) | |
)? | |
(/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? (?# 6: abs_path) | |
(?:\?((?:[ | |
(len: 1192) | |
\A\s* | |
(?: | |
(?: | |
// | |
(?: | |
(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 1: userinfo) | |
((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))?(?::(\d*))? (?# 2: host, 3: port) | |
| | |
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 4: registry) | |
) | |
) | |
| | |
((?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+) (?# 5: rel_segment) | |
)? | |
(/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? (?# 6: abs_path) | |
(?:\?((?:[ | |
(len: 1192) | |
-----BEGIN CERTIFICATE----- | |
MIIDPjCCAiagAwIBAgIBAzANBgkqhkiG9w0BAQUFADBFMRMwEQYDVQQDDApyeWFu | |
ZC1ydWJ5MRkwFwYKCZImiZPyLGQBGRYJemVuc3BpZGVyMRMwEQYKCZImiZPyLGQB | |
GRYDY29tMB4XDTE1MDkxOTIwNTEyMloXDTE2MDkxODIwNTEyMlowRTETMBEGA1UE | |
AwwKcnlhbmQtcnVieTEZMBcGCgmSJomT8ixkARkWCXplbnNwaWRlcjETMBEGCgmS | |
JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALda | |
b9DCgK+627gPJkB6XfjZ1itoOQvpqH1EXScSaba9/S2VF22VYQbXU1xQXL/WzCkx | |
taCPaLmfYIaFcHHCSY4hYDJijRQkLxPeB3xbOfzfLoBDbjvx5JxgJxUjmGa7xhcT | |
oOvjtt5P8+GSK9zLzxQP0gVLS/D0FmoE44XuDr3iQkVS2ujU5zZL84mMNqNB1znh | |
GiadM9GHRaDiaxuX0cIUBj19T01mVE2iymf9I6bEsiayK/n6QujtyCbTWsAS9Rqt | |
qhtV7HJxNKuPj/JFH0D2cswvzznE/a5FOYO68g+YCuFi5L8wZuuM8zzdwjrWHqSV | |
gBEfoTEGr7Zii72cx+sCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw | |
HQYDVR0OBBYEFEfFe9md/r/tj/Wmwpy+MI8d9k/hMA0GCSqGSIb3DQEBBQUAA4IB | |
AQB+Hx8xUgrpZa4P8H8gR8zme5kISwQrG80MbpqJV6/G3/ZicRFhN5sjwu0uHGue | |
bd9Cymf6oIRwHVarJux2M32T6bL07Hmi07w2QaPc3MnMKB/D46SRZ2JSSGPFRBTc | |
SilobMRoGs/7B15uGFUEnNrCB/ltMqhwwSx1r++UQPfeySHEV9uqu03E5Vb7J37 | |
(len: 1184) | |
-----BEGIN CERTIFICATE----- | |
MIIDPjCCAiagAwIBAgIBAzANBgkqhkiG9w0BAQUFADBFMRMwEQYDVQQDDApyeWFu | |
ZC1ydWJ5MRkwFwYKCZImiZPyLGQBGRYJemVuc3BpZGVyMRMwEQYKCZImiZPyLGQB | |
GRYDY29tMB4XDTE1MDkxOTIwNTEyMloXDTE2MDkxODIwNTEyMlowRTETMBEGA1UE | |
AwwKcnlhbmQtcnVieTEZMBcGCgmSJomT8ixkARkWCXplbnNwaWRlcjETMBEGCgmS | |
JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALda | |
b9DCgK+627gPJkB6XfjZ1itoOQvpqH1EXScSaba9/S2VF22VYQbXU1xQXL/WzCkx | |
taCPaLmfYIaFcHHCSY4hYDJijRQkLxPeB3xbOfzfLoBDbjvx5JxgJxUjmGa7xhcT | |
oOvjtt5P8+GSK9zLzxQP0gVLS/D0FmoE44XuDr3iQkVS2ujU5zZL84mMNqNB1znh | |
GiadM9GHRaDiaxuX0cIUBj19T01mVE2iymf9I6bEsiayK/n6QujtyCbTWsAS9Rqt | |
qhtV7HJxNKuPj/JFH0D2cswvzznE/a5FOYO68g+YCuFi5L8wZuuM8zzdwjrWHqSV | |
gBEfoTEGr7Zii72cx+sCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw | |
HQYDVR0OBBYEFEfFe9md/r/tj/Wmwpy+MI8d9k/hMA0GCSqGSIb3DQEBBQUAA4IB | |
AQB+Hx8xUgrpZa4P8H8gR8zme5kISwQrG80MbpqJV6/G3/ZicRFhN5sjwu0uHGue | |
bd9Cymf6oIRwHVarJux2M32T6bL07Hmi07w2QaPc3MnMKB/D46SRZ2JSSGPFRBTc | |
SilobMRoGs/7B15uGFUEnNrCB/ltMqhwwSx1r++UQPfeySHEV9uqu03E5Vb7J37 | |
(len: 1184) | |
Usage: break <METHOD | FILE:LINE | LINE> [if CONDITION] | |
break --condition N [CONDITION] | |
break [--show | --delete | --enable | --disable] N | |
break [--delete-all | --disable-all] | |
break | |
Aliases: breakpoint | |
Set a breakpoint. Accepts a line number in the current file, a file and | |
line number, or a method, and an optional condition. | |
Pass appropriate flags to manipulate existing breakpoints. | |
Examples: | |
break SomeClass#run Break at the start of `SomeClass#run`. | |
break Foo#bar if baz? Break at `Foo#bar` only if `baz?`. | |
break app/models/user.rb:15 Break at line 15 in user.rb. | |
break 14 Break at line 14 in the current file. | |
break --condition 4 x > 2 Add/change condition on breakpoint #4. | |
break --condition 3 Remove the condition on breakpoint #3. | |
break --delete 5 Delete breakpoint #5. | |
(len: 1183) | |
Usage: break <METHOD | FILE:LINE | LINE> [if CONDITION] | |
break --condition N [CONDITION] | |
break [--show | --delete | --enable | --disable] N | |
break [--delete-all | --disable-all] | |
break | |
Aliases: breakpoint | |
Set a breakpoint. Accepts a line number in the current file, a file and | |
line number, or a method, and an optional condition. | |
Pass appropriate flags to manipulate existing breakpoints. | |
Examples: | |
break SomeClass#run Break at the start of `SomeClass#run`. | |
break Foo#bar if baz? Break at `Foo#bar` only if `baz?`. | |
break app/models/user.rb:15 Break at line 15 in user.rb. | |
break 14 Break at line 14 in the current file. | |
break --condition 4 x > 2 Add/change condition on breakpoint #4. | |
break --condition 3 Remove the condition on breakpoint #3. | |
break --delete 5 Delete breakpoint #5. | |
(len: 1183) | |
(?: | |
(?: | |
// | |
(?: | |
(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 1: userinfo) | |
((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))?(?::(\d*))? (?# 2: host, 3: port) | |
| | |
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 4: registry) | |
) | |
) | |
| | |
((?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+) (?# 5: rel_segment) | |
)? | |
(/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? (?# 6: abs_path) | |
(?:\?((?:[\-_.! | |
(len: 1182) | |
(?: | |
(?: | |
// | |
(?: | |
(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 1: userinfo) | |
((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))?(?::(\d*))? (?# 2: host, 3: port) | |
| | |
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 4: registry) | |
) | |
) | |
| | |
((?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+) (?# 5: rel_segment) | |
)? | |
(/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? (?# 6: abs_path) | |
(?:\?((?:[\-_.! | |
(len: 1182) | |
(?: | |
(?: | |
// | |
(?: | |
(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 1: userinfo) | |
((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))?(?::(\d*))? (?# 2: host, 3: port) | |
| | |
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 4: registry) | |
) | |
) | |
| | |
((?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+) (?# 5: rel_segment) | |
)? | |
(/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? (?# 6: abs_path) | |
(?:\?((?:[\-_.! | |
(len: 1182) | |
(?: | |
(?: | |
// | |
(?: | |
(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 1: userinfo) | |
((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))?(?::(\d*))? (?# 2: host, 3: port) | |
| | |
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 4: registry) | |
) | |
) | |
| | |
((?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+) (?# 5: rel_segment) | |
)? | |
(/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? (?# 6: abs_path) | |
(?:\?((?:[\-_.! | |
(len: 1182) | |
(?: | |
(?: | |
// | |
(?: | |
(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 1: userinfo) | |
((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))?(?::(\d*))? (?# 2: host, 3: port) | |
| | |
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 4: registry) | |
) | |
) | |
| | |
((?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+) (?# 5: rel_segment) | |
)? | |
(/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? (?# 6: abs_path) | |
(?:\?((?:[\-_.! | |
(len: 1182) | |
// Generated by CoffeeScript 1.7.1 | |
/* | |
jQuery.Turbolinks ~ https://github.com/kossnocorp/jquery.turbolinks | |
jQuery plugin for drop-in fix binded events problem caused by Turbolinks | |
The MIT License | |
Copyright (c) 2012-2013 Sasha Koss & Rico Sta. Cruz | |
*/ | |
(function() { | |
var $, $document; | |
$ = window.jQuery || (typeof require === "function" ? require('jquery') : void 0); | |
$document = $(document); | |
$.turbo = { | |
version: '2.1.0', | |
isReady: false, | |
use: function(load, fetch) { | |
return $document.off('.turbo').on("" + load + ".turbo", this.onLoad).on("" + fetch + ".turbo", this.onFetch); | |
}, | |
addCallback: function(callback) { | |
if ($.turbo.isReady) { | |
callback($); | |
} | |
return $document.on('turbo:ready', function() { | |
return callback($); | |
}); | |
}, | |
onLoad: function() { | |
$.turbo.isReady = true; | |
return $document.trigger('turbo:ready'); | |
}, | |
onFetch: function() { | |
return $.turbo.isReady = false; | |
}, | |
regist | |
(len: 1177) | |
// Generated by CoffeeScript 1.7.1 | |
/* | |
jQuery.Turbolinks ~ https://github.com/kossnocorp/jquery.turbolinks | |
jQuery plugin for drop-in fix binded events problem caused by Turbolinks | |
The MIT License | |
Copyright (c) 2012-2013 Sasha Koss & Rico Sta. Cruz | |
*/ | |
(function() { | |
var $, $document; | |
$ = window.jQuery || (typeof require === "function" ? require('jquery') : void 0); | |
$document = $(document); | |
$.turbo = { | |
version: '2.1.0', | |
isReady: false, | |
use: function(load, fetch) { | |
return $document.off('.turbo').on("" + load + ".turbo", this.onLoad).on("" + fetch + ".turbo", this.onFetch); | |
}, | |
addCallback: function(callback) { | |
if ($.turbo.isReady) { | |
callback($); | |
} | |
return $document.on('turbo:ready', function() { | |
return callback($); | |
}); | |
}, | |
onLoad: function() { | |
$.turbo.isReady = true; | |
return $document.trigger('turbo:ready'); | |
}, | |
onFetch: function() { | |
return $.turbo.isReady = false; | |
}, | |
regist | |
(len: 1177) | |
-----BEGIN CERTIFICATE----- | |
MIIDNjCCAh6gAwIBAgIBATANBgkqhkiG9w0BAQUFADBBMQ8wDQYDVQQDDAZhdXN0 | |
aW4xGTAXBgoJkiaJk/IsZAEZFglydWJ5Zm9yZ2UxEzARBgoJkiaJk/IsZAEZFgNv | |
cmcwHhcNMTQwMjIyMDM0MTQzWhcNMTUwMjIyMDM0MTQzWjBBMQ8wDQYDVQQDDAZh | |
dXN0aW4xGTAXBgoJkiaJk/IsZAEZFglydWJ5Zm9yZ2UxEzARBgoJkiaJk/IsZAEZ | |
FgNvcmcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC2mPNf4L37GhKI | |
SPCYsvYWXA2/R9u5+pyUnbJ2R1o2CiRq2ZA/AIzY6N3hGnsgoWnh5RzvgTN1Lt08 | |
DNIrsIG2VDYk/JVt6f9J6zZ8EQHbznWa3cWYoCFaaICdk7jV1n/42hg70jEDYXl9 | |
gDOl0k6JmyF/rtfFu/OIkFGWeFYIuFHvRuLyUbw66+QDTOzKb3t8o55Ihgy1GVwT | |
i6pkDs8LhZWXdOD+921l2Z1NZGZa9KNbJIg6vtgYKU98jQ5qr9iY3ikBAspHrFas | |
K6USvGgAg8fCD5YiotBEvCBMYtfqmfrhpdU2p+gvTgeLW1Kaevwqd7ngQmFUrFG1 | |
eUJSURv5AgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQW | |
BBQLSSjKemGDapYEd/U4mS1qry2oEjANBgkqhkiG9w0BAQUFAAOCAQEANm2agTdD | |
9S2NwXMW0jansInXtQmB44qk/psWujtGnn+oT+a9KXO5p/gx2mmx8hMF02wUBx1H | |
k96HUI/jR3HdhYCfG6oJuEzgXrFiSBJw/cOJiM8v3aHsAwI3NeLeIrRwBYB3kI3j | |
1qfJXcOWw7c63TrsDX37xj2e4P0DNJ1cTrDmyD2yTQ5776M13Gb6nXjreSeq0t/ | |
(len: 1176) | |
-----BEGIN CERTIFICATE----- | |
MIIDNjCCAh6gAwIBAgIBADANBgkqhkiG9w0BAQUFADBBMQ8wDQYDVQQDDAZhdXN0 | |
aW4xGTAXBgoJkiaJk/IsZAEZFglydWJ5Zm9yZ2UxEzARBgoJkiaJk/IsZAEZFgNv | |
cmcwHhcNMTMwMjA0MDMzMzI3WhcNMTQwMjA0MDMzMzI3WjBBMQ8wDQYDVQQDDAZh | |
dXN0aW4xGTAXBgoJkiaJk/IsZAEZFglydWJ5Zm9yZ2UxEzARBgoJkiaJk/IsZAEZ | |
FgNvcmcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC2mPNf4L37GhKI | |
SPCYsvYWXA2/R9u5+pyUnbJ2R1o2CiRq2ZA/AIzY6N3hGnsgoWnh5RzvgTN1Lt08 | |
DNIrsIG2VDYk/JVt6f9J6zZ8EQHbznWa3cWYoCFaaICdk7jV1n/42hg70jEDYXl9 | |
gDOl0k6JmyF/rtfFu/OIkFGWeFYIuFHvRuLyUbw66+QDTOzKb3t8o55Ihgy1GVwT | |
i6pkDs8LhZWXdOD+921l2Z1NZGZa9KNbJIg6vtgYKU98jQ5qr9iY3ikBAspHrFas | |
K6USvGgAg8fCD5YiotBEvCBMYtfqmfrhpdU2p+gvTgeLW1Kaevwqd7ngQmFUrFG1 | |
eUJSURv5AgMBAAGjOTA3MAkGA1UdEwQCMAAwHQYDVR0OBBYEFAtJKMp6YYNqlgR3 | |
9TiZLWqvLagSMAsGA1UdDwQEAwIEsDANBgkqhkiG9w0BAQUFAAOCAQEApTPkvDm8 | |
7gJlUT4FfumXPvtuqP67LxUtGE8syvR0A4As+0P/wylLJFUOsGTTdZYtThhxCSJG | |
+7KG2FfIcH4Zz2d97arZGAzBoi8iPht2/UtSl1fCcUI5vmJa1MiXZT2oqdW7Wydq | |
rAZcBPlrYYuiwtGI0yqIOgBfXSZCWWsJsuyTKELep6mCLgz0YZUfmvKr8W/Ab3a | |
(len: 1176) | |
0001-Revert-Missing-initialization-for-the-catalog-module.patch 0002-Fix-missing-entities-after-CVE-2014-3660-fix.patch 0003-Stop-parsing-on-entities-boundaries-errors.patch 0004-Cleanup-conditional-section-error-handling.patch 0005-CVE-2015-1819-Enforce-the-reader-to-run-in-constant-.patch 0006-Another-variation-of-overflow-in-Conditional-section.patch 0007-Fix-an-error-in-previous-Conditional-section-patch.patch 0008-CVE-2015-8035-Fix-XZ-compression-support-loop.patch 0009-Updated-config.guess.patch 0010-Fix-parsering-short-unclosed-comment-uninitialized-access.patch 0011-Avoid-extra-processing-of-MarkupDecl-when-EOF.patch 0012-Avoid-processing-entities-after-encoding-conversion-.patch 0013-CVE-2015-7497-Avoid-an-heap-buffer-overflow-in-xmlDi.patch 0014-CVE-2015-5312-Another-entity-expansion-issue.patch 0015-Add-xmlHaltParser-to-stop-the-parser.patch 0016-Detect-incoherency-on-GROW.patch 0017-CVE-2015-7500-Fix-memory-access-error-due-to-incorre.patch 0018-CVE-2015-8242-Buffer-overead- | |
(len: 1176) | |
-----BEGIN CERTIFICATE----- | |
MIIDNjCCAh6gAwIBAgIBADANBgkqhkiG9w0BAQUFADBBMQ8wDQYDVQQDDAZhdXN0 | |
aW4xGTAXBgoJkiaJk/IsZAEZFglydWJ5Zm9yZ2UxEzARBgoJkiaJk/IsZAEZFgNv | |
cmcwHhcNMTMwMjA0MDMzMzI3WhcNMTQwMjA0MDMzMzI3WjBBMQ8wDQYDVQQDDAZh | |
dXN0aW4xGTAXBgoJkiaJk/IsZAEZFglydWJ5Zm9yZ2UxEzARBgoJkiaJk/IsZAEZ | |
FgNvcmcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC2mPNf4L37GhKI | |
SPCYsvYWXA2/R9u5+pyUnbJ2R1o2CiRq2ZA/AIzY6N3hGnsgoWnh5RzvgTN1Lt08 | |
DNIrsIG2VDYk/JVt6f9J6zZ8EQHbznWa3cWYoCFaaICdk7jV1n/42hg70jEDYXl9 | |
gDOl0k6JmyF/rtfFu/OIkFGWeFYIuFHvRuLyUbw66+QDTOzKb3t8o55Ihgy1GVwT | |
i6pkDs8LhZWXdOD+921l2Z1NZGZa9KNbJIg6vtgYKU98jQ5qr9iY3ikBAspHrFas | |
K6USvGgAg8fCD5YiotBEvCBMYtfqmfrhpdU2p+gvTgeLW1Kaevwqd7ngQmFUrFG1 | |
eUJSURv5AgMBAAGjOTA3MAkGA1UdEwQCMAAwHQYDVR0OBBYEFAtJKMp6YYNqlgR3 | |
9TiZLWqvLagSMAsGA1UdDwQEAwIEsDANBgkqhkiG9w0BAQUFAAOCAQEApTPkvDm8 | |
7gJlUT4FfumXPvtuqP67LxUtGE8syvR0A4As+0P/wylLJFUOsGTTdZYtThhxCSJG | |
+7KG2FfIcH4Zz2d97arZGAzBoi8iPht2/UtSl1fCcUI5vmJa1MiXZT2oqdW7Wydq | |
rAZcBPlrYYuiwtGI0yqIOgBfXSZCWWsJsuyTKELep6mCLgz0YZUfmvKr8W/Ab3a | |
(len: 1176) | |
-----BEGIN CERTIFICATE----- | |
MIIDNjCCAh6gAwIBAgIBATANBgkqhkiG9w0BAQUFADBBMQ8wDQYDVQQDDAZhdXN0 | |
aW4xGTAXBgoJkiaJk/IsZAEZFglydWJ5Zm9yZ2UxEzARBgoJkiaJk/IsZAEZFgNv | |
cmcwHhcNMTQwMjIyMDM0MTQzWhcNMTUwMjIyMDM0MTQzWjBBMQ8wDQYDVQQDDAZh | |
dXN0aW4xGTAXBgoJkiaJk/IsZAEZFglydWJ5Zm9yZ2UxEzARBgoJkiaJk/IsZAEZ | |
FgNvcmcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC2mPNf4L37GhKI | |
SPCYsvYWXA2/R9u5+pyUnbJ2R1o2CiRq2ZA/AIzY6N3hGnsgoWnh5RzvgTN1Lt08 | |
DNIrsIG2VDYk/JVt6f9J6zZ8EQHbznWa3cWYoCFaaICdk7jV1n/42hg70jEDYXl9 | |
gDOl0k6JmyF/rtfFu/OIkFGWeFYIuFHvRuLyUbw66+QDTOzKb3t8o55Ihgy1GVwT | |
i6pkDs8LhZWXdOD+921l2Z1NZGZa9KNbJIg6vtgYKU98jQ5qr9iY3ikBAspHrFas | |
K6USvGgAg8fCD5YiotBEvCBMYtfqmfrhpdU2p+gvTgeLW1Kaevwqd7ngQmFUrFG1 | |
eUJSURv5AgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQW | |
BBQLSSjKemGDapYEd/U4mS1qry2oEjANBgkqhkiG9w0BAQUFAAOCAQEANm2agTdD | |
9S2NwXMW0jansInXtQmB44qk/psWujtGnn+oT+a9KXO5p/gx2mmx8hMF02wUBx1H | |
k96HUI/jR3HdhYCfG6oJuEzgXrFiSBJw/cOJiM8v3aHsAwI3NeLeIrRwBYB3kI3j | |
1qfJXcOWw7c63TrsDX37xj2e4P0DNJ1cTrDmyD2yTQ5776M13Gb6nXjreSeq0t/ | |
(len: 1176) | |
-----BEGIN CERTIFICATE----- | |
MIIDLjCCAhagAwIBAgIBADANBgkqhkiG9w0BAQUFADA9MQ8wDQYDVQQDDAZzZmVy | |
aWsxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkWA2NvbTAe | |
Fw0xMzAyMDMxMDAyMjdaFw0xNDAyMDMxMDAyMjdaMD0xDzANBgNVBAMMBnNmZXJp | |
azEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPyLGQBGRYDY29tMIIB | |
IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl0x5dx8uKxi7TkrIuyBUTJVB | |
v1o93nUB9j/y4M96gV2rYwAci1JPBseNd6Fybzjo3YGuHl7EQHuSHNaf1p2lxew/ | |
y60JXIJBBgPcDK/KCP4NUHofm0jfoYD+H5uNJfHCNq7/ZsTxOtE3Ra92s0BCMTpm | |
wBMMlWR5MtdEhIYuBO4XhnejYgH0L/7BL2lymntVnsr/agdQoojQCN1IQmsRJvrR | |
duZRO3tZvoIo1pBc4JEehDuqCeyBgPLOqMoKtQlold1TQs1kWUBK7KWMFEhKC/Kg | |
zyzKRHQo9yDYwOvYngoBLY+T/lwCT4dyssdhzRbfnxAhaKu4SAssIwaC01yVowID | |
AQABozkwNzAJBgNVHRMEAjAAMB0GA1UdDgQWBBS0ruDfRak5ci1OpDNX/ZdDEkIs | |
iTALBgNVHQ8EBAMCBLAwDQYJKoZIhvcNAQEFBQADggEBAHHSMs/MP0sOaLkEv4Jo | |
zvkm3qn5A6t0vaHx774cmejyMU+5wySxRezspL7ULh9NeuK2OhU+Oe3TpqrAg5TK | |
R8GQILnVu2FemGA6sAkPDlcPtgA6ieI19PZOF6HVLmc/ID/dP/NgZWWzEeqQKmcK | |
2+HM+SEEDhZkScYekw4ZOe164ZtZG816oAv5x0pGitSIkumUp7V8iEZ/6ehr7Y9 | |
(len: 1164) | |
-----BEGIN CERTIFICATE----- | |
MIIDLjCCAhagAwIBAgIBADANBgkqhkiG9w0BAQUFADA9MQ8wDQYDVQQDDAZzZmVy | |
aWsxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkWA2NvbTAe | |
Fw0xMzAyMDMxMDAyMjdaFw0xNDAyMDMxMDAyMjdaMD0xDzANBgNVBAMMBnNmZXJp | |
azEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPyLGQBGRYDY29tMIIB | |
IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl0x5dx8uKxi7TkrIuyBUTJVB | |
v1o93nUB9j/y4M96gV2rYwAci1JPBseNd6Fybzjo3YGuHl7EQHuSHNaf1p2lxew/ | |
y60JXIJBBgPcDK/KCP4NUHofm0jfoYD+H5uNJfHCNq7/ZsTxOtE3Ra92s0BCMTpm | |
wBMMlWR5MtdEhIYuBO4XhnejYgH0L/7BL2lymntVnsr/agdQoojQCN1IQmsRJvrR | |
duZRO3tZvoIo1pBc4JEehDuqCeyBgPLOqMoKtQlold1TQs1kWUBK7KWMFEhKC/Kg | |
zyzKRHQo9yDYwOvYngoBLY+T/lwCT4dyssdhzRbfnxAhaKu4SAssIwaC01yVowID | |
AQABozkwNzAJBgNVHRMEAjAAMB0GA1UdDgQWBBS0ruDfRak5ci1OpDNX/ZdDEkIs | |
iTALBgNVHQ8EBAMCBLAwDQYJKoZIhvcNAQEFBQADggEBAHHSMs/MP0sOaLkEv4Jo | |
zvkm3qn5A6t0vaHx774cmejyMU+5wySxRezspL7ULh9NeuK2OhU+Oe3TpqrAg5TK | |
R8GQILnVu2FemGA6sAkPDlcPtgA6ieI19PZOF6HVLmc/ID/dP/NgZWWzEeqQKmcK | |
2+HM+SEEDhZkScYekw4ZOe164ZtZG816oAv5x0pGitSIkumUp7V8iEZ/6ehr7Y9 | |
(len: 1164) | |
(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*|(?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[ | |
(len: 1134) | |
(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*|(?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[ | |
(len: 1134) | |
(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*|(?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[ | |
(len: 1134) | |
{"login":"mkcode","id":283496,"avatar_url":"https://avatars.githubusercontent.com/u/283496?v=3","gravatar_id":"","url":"https://api.github.com/users/mkcode","html_url":"https://github.com/mkcode","followers_url":"https://api.github.com/users/mkcode/followers","following_url":"https://api.github.com/users/mkcode/following{/other_user}","gists_url":"https://api.github.com/users/mkcode/gists{/gist_id}","starred_url":"https://api.github.com/users/mkcode/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mkcode/subscriptions","organizations_url":"https://api.github.com/users/mkcode/orgs","repos_url":"https://api.github.com/users/mkcode/repos","events_url":"https://api.github.com/users/mkcode/events{/privacy}","received_events_url":"https://api.github.com/users/mkcode/received_events","type":"User","site_admin":false,"name":"Chris Ewald","company":null,"blog":null,"location":null,"email":null,"hireable":null,"bio":null,"public_repos":45,"public_gists":4,"followers":13," | |
(len: 1086) | |
{"login":"mkcode","id":283496,"avatar_url":"https://avatars.githubusercontent.com/u/283496?v=3","gravatar_id":"","url":"https://api.github.com/users/mkcode","html_url":"https://github.com/mkcode","followers_url":"https://api.github.com/users/mkcode/followers","following_url":"https://api.github.com/users/mkcode/following{/other_user}","gists_url":"https://api.github.com/users/mkcode/gists{/gist_id}","starred_url":"https://api.github.com/users/mkcode/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mkcode/subscriptions","organizations_url":"https://api.github.com/users/mkcode/orgs","repos_url":"https://api.github.com/users/mkcode/repos","events_url":"https://api.github.com/users/mkcode/events{/privacy}","received_events_url":"https://api.github.com/users/mkcode/received_events","type":"User","site_admin":false,"name":"Chris Ewald","company":null,"blog":null,"location":null,"email":null,"hireable":null,"bio":null,"public_repos":45,"public_gists":4,"followers":13," | |
(len: 1086) | |
{"login":"mkcode","id":283496,"avatar_url":"https://avatars.githubusercontent.com/u/283496?v=3","gravatar_id":"","url":"https://api.github.com/users/mkcode","html_url":"https://github.com/mkcode","followers_url":"https://api.github.com/users/mkcode/followers","following_url":"https://api.github.com/users/mkcode/following{/other_user}","gists_url":"https://api.github.com/users/mkcode/gists{/gist_id}","starred_url":"https://api.github.com/users/mkcode/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mkcode/subscriptions","organizations_url":"https://api.github.com/users/mkcode/orgs","repos_url":"https://api.github.com/users/mkcode/repos","events_url":"https://api.github.com/users/mkcode/events{/privacy}","received_events_url":"https://api.github.com/users/mkcode/received_events","type":"User","site_admin":false,"name":"Chris Ewald","company":null,"blog":null,"location":null,"email":null,"hireable":null,"bio":null,"public_repos":45,"public_gists":4,"followers":13," | |
(len: 1086) | |
{"login":"mkcode","id":283496,"avatar_url":"https://avatars.githubusercontent.com/u/283496?v=3","gravatar_id":"","url":"https://api.github.com/users/mkcode","html_url":"https://github.com/mkcode","followers_url":"https://api.github.com/users/mkcode/followers","following_url":"https://api.github.com/users/mkcode/following{/other_user}","gists_url":"https://api.github.com/users/mkcode/gists{/gist_id}","starred_url":"https://api.github.com/users/mkcode/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mkcode/subscriptions","organizations_url":"https://api.github.com/users/mkcode/orgs","repos_url":"https://api.github.com/users/mkcode/repos","events_url":"https://api.github.com/users/mkcode/events{/privacy}","received_events_url":"https://api.github.com/users/mkcode/received_events","type":"User","site_admin":false,"name":"Chris Ewald","company":null,"blog":null,"location":null,"email":null,"hireable":null,"bio":null,"public_repos":45,"public_gists":4,"followers":13," | |
(len: 1086) | |
{"login":"mkcode","id":283496,"avatar_url":"https://avatars.githubusercontent.com/u/283496?v=3","gravatar_id":"","url":"https://api.github.com/users/mkcode","html_url":"https://github.com/mkcode","followers_url":"https://api.github.com/users/mkcode/followers","following_url":"https://api.github.com/users/mkcode/following{/other_user}","gists_url":"https://api.github.com/users/mkcode/gists{/gist_id}","starred_url":"https://api.github.com/users/mkcode/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mkcode/subscriptions","organizations_url":"https://api.github.com/users/mkcode/orgs","repos_url":"https://api.github.com/users/mkcode/repos","events_url":"https://api.github.com/users/mkcode/events{/privacy}","received_events_url":"https://api.github.com/users/mkcode/received_events","type":"User","site_admin":false,"name":"Chris Ewald","company":null,"blog":null,"location":null,"email":null,"hireable":null,"bio":null,"public_repos":45,"public_gists":4,"followers":13," | |
(len: 1086) | |
\A(?<relative-ref>(?<relative-part>//(?<authority>(?:(?<userinfo>(?:%\h\h|[!$&-.0-;=A-Z_a-z~])*)@)?(?<host>(?<IP-literal>\[(?<IPv6address>(?:\h{1,4}:){6}(?<ls32>\h{1,4}:\h{1,4}|(?<IPv4address>(?<dec-octet>[1-9]\d|1\d{2}|2[0-4]\d|25[0-5]|\d)\.\g<dec-octet>\.\g<dec-octet>\.\g<dec-octet>))|::(?:\h{1,4}:){5}\g<ls32>|\h{1,4}?::(?:\h{1,4}:){4}\g<ls32>|(?:(?:\h{1,4}:){,1}\h{1,4})?::(?:\h{1,4}:){3}\g<ls32>|(?:(?:\h{1,4}:){,2}\h{1,4})?::(?:\h{1,4}:){2}\g<ls32>|(?:(?:\h{1,4}:){,3}\h{1,4})?::\h{1,4}:\g<ls32>|(?:(?:\h{1,4}:){,4}\h{1,4})?::\g<ls32>|(?:(?:\h{1,4}:){,5}\h{1,4})?::\h{1,4}|(?:(?:\h{1,4}:){,6}\h{1,4})?::)|(?<IPvFuture>v\h+\.[!$&-.0-;=A-Z_a-z~]+)\])|\g<IPv4address>|(?<reg-name>(?:%\h\h|[!$&-.0-9;=A-Z_a-z~])+))?(?::(?<port>\d*))?)(?<path-abempty>(?:/(?<segment>(?:%\h\h|[!$&-.0-;=@-Z_a-z~])*))*)|(?<path-absolute>/(?:(?<segment-nz>(?:%\h\h|[!$&-.0-;=@-Z_a-z~])+)(?:/\g<segment>)*)?)|(?<path-noscheme>(?<segment-nz-nc>(?:%\h\h|[!$&-.0-9;=@-Z_a-z~])+)(?:/\g<segment>)*)|(?<path-empty>))(?:\?(?<qu | |
(len: 1068) | |
\A(?<relative-ref>(?<relative-part>//(?<authority>(?:(?<userinfo>(?:%\h\h|[!$&-.0-;=A-Z_a-z~])*)@)?(?<host>(?<IP-literal>\[(?<IPv6address>(?:\h{1,4}:){6}(?<ls32>\h{1,4}:\h{1,4}|(?<IPv4address>(?<dec-octet>[1-9]\d|1\d{2}|2[0-4]\d|25[0-5]|\d)\.\g<dec-octet>\.\g<dec-octet>\.\g<dec-octet>))|::(?:\h{1,4}:){5}\g<ls32>|\h{1,4}?::(?:\h{1,4}:){4}\g<ls32>|(?:(?:\h{1,4}:){,1}\h{1,4})?::(?:\h{1,4}:){3}\g<ls32>|(?:(?:\h{1,4}:){,2}\h{1,4})?::(?:\h{1,4}:){2}\g<ls32>|(?:(?:\h{1,4}:){,3}\h{1,4})?::\h{1,4}:\g<ls32>|(?:(?:\h{1,4}:){,4}\h{1,4})?::\g<ls32>|(?:(?:\h{1,4}:){,5}\h{1,4})?::\h{1,4}|(?:(?:\h{1,4}:){,6}\h{1,4})?::)|(?<IPvFuture>v\h+\.[!$&-.0-;=A-Z_a-z~]+)\])|\g<IPv4address>|(?<reg-name>(?:%\h\h|[!$&-.0-9;=A-Z_a-z~])+))?(?::(?<port>\d*))?)(?<path-abempty>(?:/(?<segment>(?:%\h\h|[!$&-.0-;=@-Z_a-z~])*))*)|(?<path-absolute>/(?:(?<segment-nz>(?:%\h\h|[!$&-.0-;=@-Z_a-z~])+)(?:/\g<segment>)*)?)|(?<path-noscheme>(?<segment-nz-nc>(?:%\h\h|[!$&-.0-9;=@-Z_a-z~])+)(?:/\g<segment>)*)|(?<path-empty>))(?:\?(?<qu | |
(len: 1068) | |
\A(?<URI>(?<scheme>[A-Za-z][+\-.0-9A-Za-z]*):(?<hier-part>//(?<authority>(?:(?<userinfo>(?:%\h\h|[!$&-.0-;=A-Z_a-z~])*)@)?(?<host>(?<IP-literal>\[(?:(?<IPv6address>(?:\h{1,4}:){6}(?<ls32>\h{1,4}:\h{1,4}|(?<IPv4address>(?<dec-octet>[1-9]\d|1\d{2}|2[0-4]\d|25[0-5]|\d)\.\g<dec-octet>\.\g<dec-octet>\.\g<dec-octet>))|::(?:\h{1,4}:){5}\g<ls32>|\h{1,4}?::(?:\h{1,4}:){4}\g<ls32>|(?:(?:\h{1,4}:)?\h{1,4})?::(?:\h{1,4}:){3}\g<ls32>|(?:(?:\h{1,4}:){,2}\h{1,4})?::(?:\h{1,4}:){2}\g<ls32>|(?:(?:\h{1,4}:){,3}\h{1,4})?::\h{1,4}:\g<ls32>|(?:(?:\h{1,4}:){,4}\h{1,4})?::\g<ls32>|(?:(?:\h{1,4}:){,5}\h{1,4})?::\h{1,4}|(?:(?:\h{1,4}:){,6}\h{1,4})?::)|(?<IPvFuture>v\h+\.[!$&-.0-;=A-Z_a-z~]+))\])|\g<IPv4address>|(?<reg-name>(?:%\h\h|[!$&-.0-9;=A-Z_a-z~])+))?(?::(?<port>\d*))?)(?<path-abempty>(?:/(?<segment>(?:%\h\h|[!$&-.0-;=@-Z_a-z~])*))*)|(?<path-absolute>/(?:(?<segment-nz>(?:%\h\h|[!$&-.0-;=@-Z_a-z~])+)(?:/\g<segment>)*)?)|(?<path-rootless>\g<segment-nz>(?:/\g<segment>)*)|(?<path-empty>))(?:\?(?<query>[^#]*)) | |
(len: 1057) | |
\A(?<URI>(?<scheme>[A-Za-z][+\-.0-9A-Za-z]*):(?<hier-part>//(?<authority>(?:(?<userinfo>(?:%\h\h|[!$&-.0-;=A-Z_a-z~])*)@)?(?<host>(?<IP-literal>\[(?:(?<IPv6address>(?:\h{1,4}:){6}(?<ls32>\h{1,4}:\h{1,4}|(?<IPv4address>(?<dec-octet>[1-9]\d|1\d{2}|2[0-4]\d|25[0-5]|\d)\.\g<dec-octet>\.\g<dec-octet>\.\g<dec-octet>))|::(?:\h{1,4}:){5}\g<ls32>|\h{1,4}?::(?:\h{1,4}:){4}\g<ls32>|(?:(?:\h{1,4}:)?\h{1,4})?::(?:\h{1,4}:){3}\g<ls32>|(?:(?:\h{1,4}:){,2}\h{1,4})?::(?:\h{1,4}:){2}\g<ls32>|(?:(?:\h{1,4}:){,3}\h{1,4})?::\h{1,4}:\g<ls32>|(?:(?:\h{1,4}:){,4}\h{1,4})?::\g<ls32>|(?:(?:\h{1,4}:){,5}\h{1,4})?::\h{1,4}|(?:(?:\h{1,4}:){,6}\h{1,4})?::)|(?<IPvFuture>v\h+\.[!$&-.0-;=A-Z_a-z~]+))\])|\g<IPv4address>|(?<reg-name>(?:%\h\h|[!$&-.0-9;=A-Z_a-z~])+))?(?::(?<port>\d*))?)(?<path-abempty>(?:/(?<segment>(?:%\h\h|[!$&-.0-;=@-Z_a-z~])*))*)|(?<path-absolute>/(?:(?<segment-nz>(?:%\h\h|[!$&-.0-;=@-Z_a-z~])+)(?:/\g<segment>)*)?)|(?<path-rootless>\g<segment-nz>(?:/\g<segment>)*)|(?<path-empty>))(?:\?(?<query>[^#]*)) | |
(len: 1057) | |
[a-zA-Z][\-+.a-zA-Z\d]*:(?:(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)(?:\?(?:(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*))?|(?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\ | |
(len: 1009) | |
[a-zA-Z][\-+.a-zA-Z\d]*:(?:(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)(?:\?(?:(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*))?|(?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\ | |
(len: 1009) | |
[a-zA-Z][\-+.a-zA-Z\d]*:(?:(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)(?:\?(?:(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*))?|(?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\ | |
(len: 1009) | |
(?:(?-mix:\A((?x-mi:0 | |
|1(?:[0-9][0-9]?)? | |
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])? | |
|[3-9][0-9]?))\.((?x-mi:0 | |
|1(?:[0-9][0-9]?)? | |
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])? | |
|[3-9][0-9]?))\.((?x-mi:0 | |
|1(?:[0-9][0-9]?)? | |
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])? | |
|[3-9][0-9]?))\.((?x-mi:0 | |
|1(?:[0-9][0-9]?)? | |
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])? | |
|[3-9][0-9]?))\z))|(?:(?x-mi: | |
(?:(?x-mi:\A | |
(?:[0-9A-Fa-f]{1,4}:){7} | |
[0-9A-Fa-f]{1,4} | |
\z)) | | |
(?:(?x-mi:\A | |
((?:[0-9A-Fa-f]{1,4}(?::[0-9A-Fa-f]{1,4})*)?) :: | |
((?:[0-9A-Fa-f]{1,4}(?::[0-9A-Fa-f]{1,4})*)?) | |
\z)) | | |
(?:(?x-mi:\A | |
((?:[0-9A-Fa-f]{1,4}:){6,6}) | |
(\d+)\.(\d+)\.(\d+)\.(\d+) | |
\z)) | | |
(?:(?x-mi:\A | |
((?:[0-9A-Fa-f]{1,4}(?::[0-9A-Fa-f]{1,4})*)?) :: | |
((?:[0-9A-Fa-f]{1,4}:)*) | |
(\d+)\.(\d+)\.(\d+)\.(\d+) | |
\z)))) | |
(len: 996) | |
(?:(?-mix:\A((?x-mi:0 | |
|1(?:[0-9][0-9]?)? | |
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])? | |
|[3-9][0-9]?))\.((?x-mi:0 | |
|1(?:[0-9][0-9]?)? | |
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])? | |
|[3-9][0-9]?))\.((?x-mi:0 | |
|1(?:[0-9][0-9]?)? | |
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])? | |
|[3-9][0-9]?))\.((?x-mi:0 | |
|1(?:[0-9][0-9]?)? | |
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])? | |
|[3-9][0-9]?))\z))|(?:(?x-mi: | |
(?:(?x-mi:\A | |
(?:[0-9A-Fa-f]{1,4}:){7} | |
[0-9A-Fa-f]{1,4} | |
\z)) | | |
(?:(?x-mi:\A | |
((?:[0-9A-Fa-f]{1,4}(?::[0-9A-Fa-f]{1,4})*)?) :: | |
((?:[0-9A-Fa-f]{1,4}(?::[0-9A-Fa-f]{1,4})*)?) | |
\z)) | | |
(?:(?x-mi:\A | |
((?:[0-9A-Fa-f]{1,4}:){6,6}) | |
(\d+)\.(\d+)\.(\d+)\.(\d+) | |
\z)) | | |
(?:(?x-mi:\A | |
((?:[0-9A-Fa-f]{1,4}(?::[0-9A-Fa-f]{1,4})*)?) :: | |
((?:[0-9A-Fa-f]{1,4}:)*) | |
(\d+)\.(\d+)\.(\d+)\.(\d+) | |
\z)))) | |
(len: 996) | |
/* line 1, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss */ | |
.performance-bar { | |
position: relative; | |
top: 2px; | |
display: inline-block; | |
width: 75px; | |
height: 10px; | |
margin: 0 0 0 5px; | |
list-style: none; | |
background-color: rgba(0, 0, 0, 0.5); | |
border: 1px solid rgba(0, 0, 0, 0.7); | |
border-radius: 2px; | |
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15); | |
} | |
/* line 14, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss */ | |
.performance-bar li { | |
position: absolute; | |
top: 0; | |
bottom: 0; | |
overflow: hidden; | |
opacity: .8; | |
color: transparent; | |
} | |
/* line 22, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss */ | |
.performance-bar li:hover { | |
opacity: 1; | |
cursor: default; | |
} | |
(len: 962) | |
/* line 1, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss */ | |
.performance-bar { | |
position: relative; | |
top: 2px; | |
display: inline-block; | |
width: 75px; | |
height: 10px; | |
margin: 0 0 0 5px; | |
list-style: none; | |
background-color: rgba(0, 0, 0, 0.5); | |
border: 1px solid rgba(0, 0, 0, 0.7); | |
border-radius: 2px; | |
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15); | |
} | |
/* line 14, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss */ | |
.performance-bar li { | |
position: absolute; | |
top: 0; | |
bottom: 0; | |
overflow: hidden; | |
opacity: .8; | |
color: transparent; | |
} | |
/* line 22, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss */ | |
.performance-bar li:hover { | |
opacity: 1; | |
cursor: default; | |
} | |
(len: 962) | |
Usage: ls [-m|-M|-p|-pM] [-q|-v] [-c|-i] [Object] | |
ls [-g] [-l] | |
ls shows you which methods, constants and variables are accessible to Pry. By | |
default it shows you the local variables defined in the current shell, and any | |
public methods or instance variables defined on the current object. | |
The colours used are configurable using Pry.config.ls.*_color, and the separator | |
is Pry.config.ls.separator. | |
Pry.config.ls.ceiling is used to hide methods defined higher up in the | |
inheritance chain, this is by default set to [Object, Module, Class] so that | |
methods defined on all Objects are omitted. The -v flag can be used to ignore | |
this setting and show all methods, while the -q can be used to set the ceiling | |
much lower and show only methods defined on the object or its direct class. | |
Also check out `find-method` command (run `help find-method`). | |
(len: 930) | |
Usage: ls [-m|-M|-p|-pM] [-q|-v] [-c|-i] [Object] | |
ls [-g] [-l] | |
ls shows you which methods, constants and variables are accessible to Pry. By | |
default it shows you the local variables defined in the current shell, and any | |
public methods or instance variables defined on the current object. | |
The colours used are configurable using Pry.config.ls.*_color, and the separator | |
is Pry.config.ls.separator. | |
Pry.config.ls.ceiling is used to hide methods defined higher up in the | |
inheritance chain, this is by default set to [Object, Module, Class] so that | |
methods defined on all Objects are omitted. The -v flag can be used to ignore | |
this setting and show all methods, while the -q can be used to set the ceiling | |
much lower and show only methods defined on the object or its direct class. | |
Also check out `find-method` command (run `help find-method`). | |
(len: 930) | |
RubyGems is a sophisticated package manager for Ruby. This is a | |
basic help message containing pointers to more information. | |
Usage: | |
gem -h/--help | |
gem -v/--version | |
gem command [arguments...] [options...] | |
Examples: | |
gem install rake | |
gem list --local | |
gem build package.gemspec | |
gem help install | |
Further help: | |
gem help commands list all 'gem' commands | |
gem help examples show some examples of usage | |
gem help gem_dependencies gem dependencies file guide | |
gem help platforms gem platforms guide | |
gem help <COMMAND> show help on COMMAND | |
(e.g. 'gem help install') | |
gem server present a web page at | |
http://localhost:8808/ | |
with info about installed gems | |
Further information: | |
http://guides.rubygems.org | |
(len: 917) | |
RubyGems is a sophisticated package manager for Ruby. This is a | |
basic help message containing pointers to more information. | |
Usage: | |
gem -h/--help | |
gem -v/--version | |
gem command [arguments...] [options...] | |
Examples: | |
gem install rake | |
gem list --local | |
gem build package.gemspec | |
gem help install | |
Further help: | |
gem help commands list all 'gem' commands | |
gem help examples show some examples of usage | |
gem help gem_dependencies gem dependencies file guide | |
gem help platforms gem platforms guide | |
gem help <COMMAND> show help on COMMAND | |
(e.g. 'gem help install') | |
gem server present a web page at | |
http://localhost:8808/ | |
with info about installed gems | |
Further information: | |
http://guides.rubygems.org | |
(len: 917) | |
The mime-types library provides a library and registry for information about | |
MIME content type definitions. It can be used to determine defined filename | |
extensions for MIME types, or to use filename extensions to look up the likely | |
MIME type definitions. | |
This is release 2.99.1, the first scheduled data update for mime-types 2.x. As | |
of mime-types 2.99. deprecation warnings are noisy and data that has been | |
deprecated is now no longer available. The data is both dropped from the data | |
files and is stubbed out as empty or +nil+ values as appropriate. | |
mime-types-2.6 was the last version of mime-types 2.x with newly available | |
features, and mime-types 2.99 will only receive quarterly updates to the IANA | |
registered MIME media types plus any security updates that may be required. | |
If the loss of the deprecated data matters, be sure to set your dependency | |
appropriately: | |
gem 'mime-types', '~> 2.6, < 2.99' | |
(len: 912) | |
The mime-types library provides a library and registry for information about | |
MIME content type definitions. It can be used to determine defined filename | |
extensions for MIME types, or to use filename extensions to look up the likely | |
MIME type definitions. | |
This is release 2.99.1, the first scheduled data update for mime-types 2.x. As | |
of mime-types 2.99. deprecation warnings are noisy and data that has been | |
deprecated is now no longer available. The data is both dropped from the data | |
files and is stubbed out as empty or +nil+ values as appropriate. | |
mime-types-2.6 was the last version of mime-types 2.x with newly available | |
features, and mime-types 2.99 will only receive quarterly updates to the IANA | |
registered MIME media types plus any security updates that may be required. | |
If the loss of the deprecated data matters, be sure to set your dependency | |
appropriately: | |
gem 'mime-types', '~> 2.6, < 2.99' | |
(len: 912) | |
SELECT attr.attname, nsp.nspname, | |
CASE | |
WHEN pg_get_expr(def.adbin, def.adrelid) !~* 'nextval' THEN NULL | |
WHEN split_part(pg_get_expr(def.adbin, def.adrelid), '''', 2) ~ '.' THEN | |
substr(split_part(pg_get_expr(def.adbin, def.adrelid), '''', 2), | |
strpos(split_part(pg_get_expr(def.adbin, def.adrelid), '''', 2), '.')+1) | |
ELSE split_part(pg_get_expr(def.adbin, def.adrelid), '''', 2) | |
END | |
FROM pg_class t | |
JOIN pg_attribute attr ON (t.oid = attrelid) | |
JOIN pg_attrdef def ON (adrelid = attrelid AND adnum = attnum) | |
JOIN pg_constraint cons ON (conrelid = adrelid AND adnum = conkey[1]) | |
JOIN pg_namespace nsp ON (t.relnamespace = nsp.oid) | |
WHERE t.oid = ' | |
(len: 890) | |
(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)(?:\?(?:(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*))? | |
(len: 878) | |
(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)(?:\?(?:(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*))? | |
(len: 878) | |
(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)(?:\?(?:(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*))? | |
(len: 878) | |
Rake is a Make-like program implemented in Ruby. Tasks and dependencies are | |
specified in standard Ruby syntax. | |
Rake has the following features: | |
* Rakefiles (rake's version of Makefiles) are completely defined in | |
standard Ruby syntax. No XML files to edit. No quirky Makefile | |
syntax to worry about (is that a tab or a space?) | |
* Users can specify tasks with prerequisites. | |
* Rake supports rule patterns to synthesize implicit tasks. | |
* Flexible FileLists that act like arrays but know about manipulating | |
file names and paths. | |
* A library of prepackaged tasks to make building rakefiles easier. For example, | |
tasks for building tarballs and publishing to FTP or SSH sites. (Formerly | |
tasks for building RDoc and Gems were included in rake but they're now | |
available in RDoc and RubyGems respectively.) | |
* Supports parallel execution of tasks. | |
(len: 856) | |
Rake is a Make-like program implemented in Ruby. Tasks and dependencies are | |
specified in standard Ruby syntax. | |
Rake has the following features: | |
* Rakefiles (rake's version of Makefiles) are completely defined in | |
standard Ruby syntax. No XML files to edit. No quirky Makefile | |
syntax to worry about (is that a tab or a space?) | |
* Users can specify tasks with prerequisites. | |
* Rake supports rule patterns to synthesize implicit tasks. | |
* Flexible FileLists that act like arrays but know about manipulating | |
file names and paths. | |
* A library of prepackaged tasks to make building rakefiles easier. For example, | |
tasks for building tarballs and publishing to FTP or SSH sites. (Formerly | |
tasks for building RDoc and Gems were included in rake but they're now | |
available in RDoc and RubyGems respectively.) | |
* Supports parallel execution of tasks. | |
(len: 856) | |
_classroom_session=cWwzMVVhMFpEL25OZnNQTGZmTEcyNEN4bVhvRUVVWm9HTVErK1BkNlFDZjVCNFdEZkQ3Mm5NMEFScUQ4STFyM0hsaVVFOVhvRGVGc1pzaElIT2VrVU9vN1JPZGZkU1lJaFB1TGhTMGNkSHM4SXdtcDNraW9UdXNwWVVJMHVwUmM4RU1EbXE2WG9zcE5YODFkU1BtTy9FSncxTDFyYVhpRTc4VFRpOW52Ni82KzNGbWVvRmt5RXo3SHhCUUFielpqc2t0anZnNUErVUROb2Z4elRpZ0UvZ3RPbERTZ1Y1K3pWbHI3VTJkL2d6VFF4OGUvU2QrcEc2K1hyVEN3ckprMWdycXppOGpsaGhNMklZV0VuV0dFeUdWWFlVZnEyVHE5NDF2YTQ5OTIySG1jOHdGV1E1MGhEcTVEazAzZDZOUHoxL3RKMXNrdDlnYXRmYzRuT3czbzlGeXg1dmdDWjJ4aC82b0NLNDR2aXQ5aGJuVWZhcXFZZHJJZFdmbEw5bUNpalhBNlowVU96eE9Vek8xczVnU0VYYTBKcC9xcEdvOXNIVU1UdXd6eitGdlNlUXpGN3duaDg4dXQyVnlCUWlDWDhrT3JJdmI3U21uRWY3VUVOZ2FLU09uM2NzOSs2dVlKMDR5UGhHRndpR2F3TWpUcU16dGlQRWpMQ0J5YStDYTYtLTdiQ3E5RmN3aHNST1NnT1hLcnJwT0E9PQ%3D%3D--4b2dc0b24b791e2401ca18d949a2acfef248fb67; path=/; HttpOnly | |
__profilin=p%3Dt; path=/ | |
(len: 828) | |
Usage: play [OPTIONS] [--help] | |
The play command enables you to replay code from files and methods as if they | |
were entered directly in the Pry REPL. | |
play --lines 149..153 # assumes current context | |
play -i 20 --lines 1..3 # assumes lines of the input expression at 20 | |
play -o 4 # the output of of an expression at 4 | |
play Pry#repl -l 1..-1 # play the contents of Pry#repl method | |
play -e 2 # play from specified line until end of valid expression | |
play hello.rb # play a file | |
play Rakefile -l 5 # play line 5 of a file | |
play -d hi # play documentation of hi method | |
play hi --open # play hi method and leave it open | |
https://github.com/pry/pry/wiki/User-Input#wiki-Play | |
(len: 811) | |
Usage: play [OPTIONS] [--help] | |
The play command enables you to replay code from files and methods as if they | |
were entered directly in the Pry REPL. | |
play --lines 149..153 # assumes current context | |
play -i 20 --lines 1..3 # assumes lines of the input expression at 20 | |
play -o 4 # the output of of an expression at 4 | |
play Pry#repl -l 1..-1 # play the contents of Pry#repl method | |
play -e 2 # play from specified line until end of valid expression | |
play hello.rb # play a file | |
play Rakefile -l 5 # play line 5 of a file | |
play -d hi # play documentation of hi method | |
play hi --open # play hi method and leave it open | |
https://github.com/pry/pry/wiki/User-Input#wiki-Play | |
(len: 811) | |
_classroom_session=U2NSZEJSZ3hVSzYvZnBST254RHp5OHljTFBmK1pFQUdBN2ZIdk1CMUx5NWNwekxUelhFd2NIZnhKbEU2QnB1MlB5WE5mL0V6bGhMT0daUE03VHhPY0t6U1ZIRVRaVWJJd2VCOGhYVkZxNSs1a04yWXNzRWR1WnFmaXViOUZMdWQ1OFFybExDMEIvT2ZsaHRjdTdtM1RWRzB6TnNzaFQyS3VUdHNIRC9IVVQ0Y3pRNnhMY0FSbFJBNmQySUZwR25RdDh3aWo3eHJ1cGFUb21Ib1ZpM0xnSHR6REJ5L09XT0NXSUM2YnpLUGNhbUlvYjhJREtKemN6QTBzYS9RNGwwT2E0bFNBa0xjdVQxd3dvTWtMZlJ3Sm1LSXRRVXZiTUJvUGxjMVNkZXczSmwzb3VOeHh0dmplQ3RVZExMdGJDVlM3ZlJtR1dHNnpCWXJzUkVSNnVJcVE1ZDJlcng0Ri92U1UzK0tWazdMUGN0dGxsem1kcENhNEVYSzZxbHVBSHBTajBFNTJHc1UyRmdpL1VHU0h4SHJCWWNROVNMQVRpZ3k2U0tDNmFtMUJpWGJRd3NOMUdKeDNVcktjRFNVSG1Lc2pIS0VyUlhYd0xmR3ArY2t0VjlIS1JmMVZVRmQ5bld5UHlXSERDa0o5dmFyRmtqVm05QVVsSHM5elpJVTkrYi8tLXhPSjR5NjE5eEdWN2N5ZERaaFRJUkE9PQ%3D%3D--4184c0e5393dc5071cd8170fc87db8ac0faa39fc; __profilin=p%3Dt | |
(len: 803) | |
_classroom_session=Q1ZORUZZQjNaMzlsK0k3dzlhQThJa28weFZRbGFpalhIMVdOWTJqMkdMMHRBZDJtNUVkN21jR3dDOUoyTmJMUy9xSFVxSW50UmdFSElUTlhTMHhVenBYSDdZZFB5ZTg2M25qSGxHc05RUlczZ2MrM3ptdzRUMll2bkVjRmFFdHlCOGlDOE5oMGRWMForb0VueGtzMFpEQlBDSzZyay9uZnRtcmNLZGFiQXhaZzZGeXBGaFI5ZEVpL3dCditCS3ZNV2NCUnlKUWZkOExIb2pYTUFIckF6SEhlZ3FjQnJ5MEl1ZGR1aTRSY1g0VjNvbVJ4cDd4SUVXVzk3TDIzc1VvK2Q1dDhNWkVnbVVzc0JVNEtURVJwaGtTdE9JZXE1N0QwR21kV2RrZkt6cTI2eWM1RmhMZkc5RTAxaFJHMHYxRmpmbmIvUDNZMjVyMWZUL1ZweDV6Nlc5NWc5U0V1OXVIWUhOMTgzcm5lMkhKZ3FhUWZlNVMrTHd1c3JxU2pQQVJZTytwME5ySzlZWDY4bXl4aTh6STZPYy9rWnlZOVNaY1NTazB6QlhIRnpQbkp3bEZQTHJnWFNJbVhLS0tGVkQzbFB3dzA2YU9BOGN6TTBiRDJxY2dJWGNTWHFWemM3WHpibWZoZWxXanZpVVVaZG9uSDZtbUZ5RWd2Q0Fha3RGWWctLURtc2dCY2Eyd0FrcEZCMm5yZ2k0clE9PQ%3D%3D--914ca4c94dd6b809e3c4b036deb4ebe48362209c; path=/; HttpOnly | |
(len: 803) | |
_classroom_session=U2NSZEJSZ3hVSzYvZnBST254RHp5OHljTFBmK1pFQUdBN2ZIdk1CMUx5NWNwekxUelhFd2NIZnhKbEU2QnB1MlB5WE5mL0V6bGhMT0daUE03VHhPY0t6U1ZIRVRaVWJJd2VCOGhYVkZxNSs1a04yWXNzRWR1WnFmaXViOUZMdWQ1OFFybExDMEIvT2ZsaHRjdTdtM1RWRzB6TnNzaFQyS3VUdHNIRC9IVVQ0Y3pRNnhMY0FSbFJBNmQySUZwR25RdDh3aWo3eHJ1cGFUb21Ib1ZpM0xnSHR6REJ5L09XT0NXSUM2YnpLUGNhbUlvYjhJREtKemN6QTBzYS9RNGwwT2E0bFNBa0xjdVQxd3dvTWtMZlJ3Sm1LSXRRVXZiTUJvUGxjMVNkZXczSmwzb3VOeHh0dmplQ3RVZExMdGJDVlM3ZlJtR1dHNnpCWXJzUkVSNnVJcVE1ZDJlcng0Ri92U1UzK0tWazdMUGN0dGxsem1kcENhNEVYSzZxbHVBSHBTajBFNTJHc1UyRmdpL1VHU0h4SHJCWWNROVNMQVRpZ3k2U0tDNmFtMUJpWGJRd3NOMUdKeDNVcktjRFNVSG1Lc2pIS0VyUlhYd0xmR3ArY2t0VjlIS1JmMVZVRmQ5bld5UHlXSERDa0o5dmFyRmtqVm05QVVsSHM5elpJVTkrYi8tLXhPSjR5NjE5eEdWN2N5ZERaaFRJUkE9PQ%3D%3D--4184c0e5393dc5071cd8170fc87db8ac0faa39fc; __profilin=p%3Dt | |
(len: 803) | |
_classroom_session=Q1ZORUZZQjNaMzlsK0k3dzlhQThJa28weFZRbGFpalhIMVdOWTJqMkdMMHRBZDJtNUVkN21jR3dDOUoyTmJMUy9xSFVxSW50UmdFSElUTlhTMHhVenBYSDdZZFB5ZTg2M25qSGxHc05RUlczZ2MrM3ptdzRUMll2bkVjRmFFdHlCOGlDOE5oMGRWMForb0VueGtzMFpEQlBDSzZyay9uZnRtcmNLZGFiQXhaZzZGeXBGaFI5ZEVpL3dCditCS3ZNV2NCUnlKUWZkOExIb2pYTUFIckF6SEhlZ3FjQnJ5MEl1ZGR1aTRSY1g0VjNvbVJ4cDd4SUVXVzk3TDIzc1VvK2Q1dDhNWkVnbVVzc0JVNEtURVJwaGtTdE9JZXE1N0QwR21kV2RrZkt6cTI2eWM1RmhMZkc5RTAxaFJHMHYxRmpmbmIvUDNZMjVyMWZUL1ZweDV6Nlc5NWc5U0V1OXVIWUhOMTgzcm5lMkhKZ3FhUWZlNVMrTHd1c3JxU2pQQVJZTytwME5ySzlZWDY4bXl4aTh6STZPYy9rWnlZOVNaY1NTazB6QlhIRnpQbkp3bEZQTHJnWFNJbVhLS0tGVkQzbFB3dzA2YU9BOGN6TTBiRDJxY2dJWGNTWHFWemM3WHpibWZoZWxXanZpVVVaZG9uSDZtbUZ5RWd2Q0Fha3RGWWctLURtc2dCY2Eyd0FrcEZCMm5yZ2k0clE9PQ%3D%3D--914ca4c94dd6b809e3c4b036deb4ebe48362209c; path=/; HttpOnly | |
(len: 803) | |
_classroom_session=U2NSZEJSZ3hVSzYvZnBST254RHp5OHljTFBmK1pFQUdBN2ZIdk1CMUx5NWNwekxUelhFd2NIZnhKbEU2QnB1MlB5WE5mL0V6bGhMT0daUE03VHhPY0t6U1ZIRVRaVWJJd2VCOGhYVkZxNSs1a04yWXNzRWR1WnFmaXViOUZMdWQ1OFFybExDMEIvT2ZsaHRjdTdtM1RWRzB6TnNzaFQyS3VUdHNIRC9IVVQ0Y3pRNnhMY0FSbFJBNmQySUZwR25RdDh3aWo3eHJ1cGFUb21Ib1ZpM0xnSHR6REJ5L09XT0NXSUM2YnpLUGNhbUlvYjhJREtKemN6QTBzYS9RNGwwT2E0bFNBa0xjdVQxd3dvTWtMZlJ3Sm1LSXRRVXZiTUJvUGxjMVNkZXczSmwzb3VOeHh0dmplQ3RVZExMdGJDVlM3ZlJtR1dHNnpCWXJzUkVSNnVJcVE1ZDJlcng0Ri92U1UzK0tWazdMUGN0dGxsem1kcENhNEVYSzZxbHVBSHBTajBFNTJHc1UyRmdpL1VHU0h4SHJCWWNROVNMQVRpZ3k2U0tDNmFtMUJpWGJRd3NOMUdKeDNVcktjRFNVSG1Lc2pIS0VyUlhYd0xmR3ArY2t0VjlIS1JmMVZVRmQ5bld5UHlXSERDa0o5dmFyRmtqVm05QVVsSHM5elpJVTkrYi8tLXhPSjR5NjE5eEdWN2N5ZERaaFRJUkE9PQ%3D%3D--4184c0e5393dc5071cd8170fc87db8ac0faa39fc; __profilin=p%3Dt | |
(len: 803) | |
Usage: whereami [-qn] [LINES] | |
Describe the current location. If you use `binding.pry` inside a method then | |
whereami will print out the source for that method. | |
If a number is passed, then LINES lines before and after the current line will be | |
shown instead of the method itself. | |
The `-q` flag can be used to suppress error messages in the case that there's | |
no code to show. This is used by pry in the default before_session hook to show | |
you when you arrive at a `binding.pry`. | |
The `-n` flag can be used to hide line numbers so that code can be copy/pasted | |
effectively. | |
When pry was started on an Object and there is no associated method, whereami | |
will instead output a brief description of the current object. | |
(len: 785) | |
Usage: whereami [-qn] [LINES] | |
Describe the current location. If you use `binding.pry` inside a method then | |
whereami will print out the source for that method. | |
If a number is passed, then LINES lines before and after the current line will be | |
shown instead of the method itself. | |
The `-q` flag can be used to suppress error messages in the case that there's | |
no code to show. This is used by pry in the default before_session hook to show | |
you when you arrive at a `binding.pry`. | |
The `-n` flag can be used to hide line numbers so that code can be copy/pasted | |
effectively. | |
When pry was started on an Object and there is no associated method, whereami | |
will instead output a brief description of the current object. | |
(len: 785) | |
(function() { | |
$('.organizations.invite').ready(function() { | |
var $form, $inviteButton; | |
$form = $('form'); | |
$inviteButton = $('form').find('[type=submit]'); | |
$form.on('change keyup', function() { | |
var disabled; | |
disabled = true; | |
$('.js-user-invitation-form').each(function() { | |
var $checkbox, $emailForm; | |
$checkbox = $(this).children().closest('label').find('[type=checkbox]'); | |
$emailForm = $(this).children().closest('input'); | |
if ($checkbox.prop('checked') && $emailForm.val() !== '') { | |
return disabled = false; | |
} | |
}); | |
return $inviteButton.attr('disabled', disabled); | |
}); | |
return $form.on('submit', function() { | |
return $('form').addClass('loading'); | |
}); | |
}); | |
}).call(this); | |
(len: 784) | |
(function() { | |
$('.organizations.invite').ready(function() { | |
var $form, $inviteButton; | |
$form = $('form'); | |
$inviteButton = $('form').find('[type=submit]'); | |
$form.on('change keyup', function() { | |
var disabled; | |
disabled = true; | |
$('.js-user-invitation-form').each(function() { | |
var $checkbox, $emailForm; | |
$checkbox = $(this).children().closest('label').find('[type=checkbox]'); | |
$emailForm = $(this).children().closest('input'); | |
if ($checkbox.prop('checked') && $emailForm.val() !== '') { | |
return disabled = false; | |
} | |
}); | |
return $inviteButton.attr('disabled', disabled); | |
}); | |
return $form.on('submit', function() { | |
return $('form').addClass('loading'); | |
}); | |
}); | |
}).call(this); | |
(len: 784) | |
Usage: watch [EXPRESSION] | |
watch | |
watch --delete [INDEX] | |
watch [EXPRESSION] adds an expression to the list of those being watched. | |
It will be re-evaluated every time you hit enter in pry. If its value has | |
changed, the new value will be printed to the console. | |
This is useful if you are step-through debugging and want to see how | |
something changes over time. It's also useful if you're trying to write | |
a method inside pry and want to check that it gives the right answers | |
every time you redefine it. | |
watch on its own displays all the currently watched expressions and their | |
values, and watch --delete [INDEX] allows you to delete expressions from | |
the list being watched. | |
(len: 764) | |
Usage: watch [EXPRESSION] | |
watch | |
watch --delete [INDEX] | |
watch [EXPRESSION] adds an expression to the list of those being watched. | |
It will be re-evaluated every time you hit enter in pry. If its value has | |
changed, the new value will be printed to the console. | |
This is useful if you are step-through debugging and want to see how | |
something changes over time. It's also useful if you're trying to write | |
a method inside pry and want to check that it gives the right answers | |
every time you redefine it. | |
watch on its own displays all the currently watched expressions and their | |
values, and watch --delete [INDEX] allows you to delete expressions from | |
the list being watched. | |
(len: 764) | |
cWwzMVVhMFpEL25OZnNQTGZmTEcyNEN4bVhvRUVVWm9HTVErK1BkNlFDZjVCNFdEZkQ3Mm5NMEFScUQ4STFyM0hsaVVFOVhvRGVGc1pzaElIT2VrVU9vN1JPZGZkU1lJaFB1TGhTMGNkSHM4SXdtcDNraW9UdXNwWVVJMHVwUmM4RU1EbXE2WG9zcE5YODFkU1BtTy9FSncxTDFyYVhpRTc4VFRpOW52Ni82KzNGbWVvRmt5RXo3SHhCUUFielpqc2t0anZnNUErVUROb2Z4elRpZ0UvZ3RPbERTZ1Y1K3pWbHI3VTJkL2d6VFF4OGUvU2QrcEc2K1hyVEN3ckprMWdycXppOGpsaGhNMklZV0VuV0dFeUdWWFlVZnEyVHE5NDF2YTQ5OTIySG1jOHdGV1E1MGhEcTVEazAzZDZOUHoxL3RKMXNrdDlnYXRmYzRuT3czbzlGeXg1dmdDWjJ4aC82b0NLNDR2aXQ5aGJuVWZhcXFZZHJJZFdmbEw5bUNpalhBNlowVU96eE9Vek8xczVnU0VYYTBKcC9xcEdvOXNIVU1UdXd6eitGdlNlUXpGN3duaDg4dXQyVnlCUWlDWDhrT3JJdmI3U21uRWY3VUVOZ2FLU09uM2NzOSs2dVlKMDR5UGhHRndpR2F3TWpUcU16dGlQRWpMQ0J5YStDYTYtLTdiQ3E5RmN3aHNST1NnT1hLcnJwT0E9PQ==--4b2dc0b24b791e2401ca18d949a2acfef248fb67 | |
(len: 762) | |
Q1ZORUZZQjNaMzlsK0k3dzlhQThJa28weFZRbGFpalhIMVdOWTJqMkdMMHRBZDJtNUVkN21jR3dDOUoyTmJMUy9xSFVxSW50UmdFSElUTlhTMHhVenBYSDdZZFB5ZTg2M25qSGxHc05RUlczZ2MrM3ptdzRUMll2bkVjRmFFdHlCOGlDOE5oMGRWMForb0VueGtzMFpEQlBDSzZyay9uZnRtcmNLZGFiQXhaZzZGeXBGaFI5ZEVpL3dCditCS3ZNV2NCUnlKUWZkOExIb2pYTUFIckF6SEhlZ3FjQnJ5MEl1ZGR1aTRSY1g0VjNvbVJ4cDd4SUVXVzk3TDIzc1VvK2Q1dDhNWkVnbVVzc0JVNEtURVJwaGtTdE9JZXE1N0QwR21kV2RrZkt6cTI2eWM1RmhMZkc5RTAxaFJHMHYxRmpmbmIvUDNZMjVyMWZUL1ZweDV6Nlc5NWc5U0V1OXVIWUhOMTgzcm5lMkhKZ3FhUWZlNVMrTHd1c3JxU2pQQVJZTytwME5ySzlZWDY4bXl4aTh6STZPYy9rWnlZOVNaY1NTazB6QlhIRnpQbkp3bEZQTHJnWFNJbVhLS0tGVkQzbFB3dzA2YU9BOGN6TTBiRDJxY2dJWGNTWHFWemM3WHpibWZoZWxXanZpVVVaZG9uSDZtbUZ5RWd2Q0Fha3RGWWctLURtc2dCY2Eyd0FrcEZCMm5yZ2k0clE9PQ==--914ca4c94dd6b809e3c4b036deb4ebe48362209c | |
(len: 762) | |
R1VpZjF2R3JVMktwU3lHTW1yOGwwR1pPbU5uVnIwbm1aUzZKU2IvQ0hVcTUzbS9GMEo2NENyRm5NR2tOckFMc3hldER1ZDlpd1JlZ1BNdWlXQVJrMnAyTUFGM0Z4MjFIdFVQRm1EbmY1QUV1T0wxM3FSKy9sOFhpakxtTHJTNEdKSEg0TU1wNTV2YUxnaGo2VW5nWmU3bDZOb3hQWW4rRU9zUkZsVWdhbk5Kc3ZaT1JSZnlVNEZQV0hqRUQ3eFowNG5OZ3dHQWVkaGlHNXBoWkxWbWFKNTQxRG9zanNaWmVmL1hDVlNyZ1RUVTV4UnZQT2pIMHJFY2orNjNrY2ZlVVg3Wk15cmVjay9YN2Z2ZWQ0a05hRCtyczZKTGR3WkVXMEkrbnNhWmU4VWdXblg3aVhQZ3JGNnVzVXpPeWRocWxkYWx0K3E3Z2RLSjhRNUY1ZzlkYWhnQmRQV3VIODQyU2hlakVZL0VHZWZzbjJLNTRtdTJ0dXRGNlVqWS9mUVl5ZkdEVEMwNm56bDQxKzRLUm8reDYweGJBV3VodlBZbWVOa0ozdXVOc21UUHRTQkxJd2NDS1BkOEhnN2o3L3lwdllFRUxsbTVtMFVvWk1TaWFVRGV5R2U0NWdiQnNZSVFVaXBJblg4ZE9YcUFrd2hTcmVabEwvdmdkMnFkTjcxTmwtLU9TS0h2Y3RQMzlKTlA5Qkx1aWtXZHc9PQ==--21fcfecc4e0a58b5842e3d605d315199addf5743 | |
(len: 762) | |
U2NSZEJSZ3hVSzYvZnBST254RHp5OHljTFBmK1pFQUdBN2ZIdk1CMUx5NWNwekxUelhFd2NIZnhKbEU2QnB1MlB5WE5mL0V6bGhMT0daUE03VHhPY0t6U1ZIRVRaVWJJd2VCOGhYVkZxNSs1a04yWXNzRWR1WnFmaXViOUZMdWQ1OFFybExDMEIvT2ZsaHRjdTdtM1RWRzB6TnNzaFQyS3VUdHNIRC9IVVQ0Y3pRNnhMY0FSbFJBNmQySUZwR25RdDh3aWo3eHJ1cGFUb21Ib1ZpM0xnSHR6REJ5L09XT0NXSUM2YnpLUGNhbUlvYjhJREtKemN6QTBzYS9RNGwwT2E0bFNBa0xjdVQxd3dvTWtMZlJ3Sm1LSXRRVXZiTUJvUGxjMVNkZXczSmwzb3VOeHh0dmplQ3RVZExMdGJDVlM3ZlJtR1dHNnpCWXJzUkVSNnVJcVE1ZDJlcng0Ri92U1UzK0tWazdMUGN0dGxsem1kcENhNEVYSzZxbHVBSHBTajBFNTJHc1UyRmdpL1VHU0h4SHJCWWNROVNMQVRpZ3k2U0tDNmFtMUJpWGJRd3NOMUdKeDNVcktjRFNVSG1Lc2pIS0VyUlhYd0xmR3ArY2t0VjlIS1JmMVZVRmQ5bld5UHlXSERDa0o5dmFyRmtqVm05QVVsSHM5elpJVTkrYi8tLXhPSjR5NjE5eEdWN2N5ZERaaFRJUkE9PQ==--4184c0e5393dc5071cd8170fc87db8ac0faa39fc | |
(len: 762) | |
Q1ZORUZZQjNaMzlsK0k3dzlhQThJa28weFZRbGFpalhIMVdOWTJqMkdMMHRBZDJtNUVkN21jR3dDOUoyTmJMUy9xSFVxSW50UmdFSElUTlhTMHhVenBYSDdZZFB5ZTg2M25qSGxHc05RUlczZ2MrM3ptdzRUMll2bkVjRmFFdHlCOGlDOE5oMGRWMForb0VueGtzMFpEQlBDSzZyay9uZnRtcmNLZGFiQXhaZzZGeXBGaFI5ZEVpL3dCditCS3ZNV2NCUnlKUWZkOExIb2pYTUFIckF6SEhlZ3FjQnJ5MEl1ZGR1aTRSY1g0VjNvbVJ4cDd4SUVXVzk3TDIzc1VvK2Q1dDhNWkVnbVVzc0JVNEtURVJwaGtTdE9JZXE1N0QwR21kV2RrZkt6cTI2eWM1RmhMZkc5RTAxaFJHMHYxRmpmbmIvUDNZMjVyMWZUL1ZweDV6Nlc5NWc5U0V1OXVIWUhOMTgzcm5lMkhKZ3FhUWZlNVMrTHd1c3JxU2pQQVJZTytwME5ySzlZWDY4bXl4aTh6STZPYy9rWnlZOVNaY1NTazB6QlhIRnpQbkp3bEZQTHJnWFNJbVhLS0tGVkQzbFB3dzA2YU9BOGN6TTBiRDJxY2dJWGNTWHFWemM3WHpibWZoZWxXanZpVVVaZG9uSDZtbUZ5RWd2Q0Fha3RGWWctLURtc2dCY2Eyd0FrcEZCMm5yZ2k0clE9PQ==--914ca4c94dd6b809e3c4b036deb4ebe48362209c | |
(len: 762) | |
cWwzMVVhMFpEL25OZnNQTGZmTEcyNEN4bVhvRUVVWm9HTVErK1BkNlFDZjVCNFdEZkQ3Mm5NMEFScUQ4STFyM0hsaVVFOVhvRGVGc1pzaElIT2VrVU9vN1JPZGZkU1lJaFB1TGhTMGNkSHM4SXdtcDNraW9UdXNwWVVJMHVwUmM4RU1EbXE2WG9zcE5YODFkU1BtTy9FSncxTDFyYVhpRTc4VFRpOW52Ni82KzNGbWVvRmt5RXo3SHhCUUFielpqc2t0anZnNUErVUROb2Z4elRpZ0UvZ3RPbERTZ1Y1K3pWbHI3VTJkL2d6VFF4OGUvU2QrcEc2K1hyVEN3ckprMWdycXppOGpsaGhNMklZV0VuV0dFeUdWWFlVZnEyVHE5NDF2YTQ5OTIySG1jOHdGV1E1MGhEcTVEazAzZDZOUHoxL3RKMXNrdDlnYXRmYzRuT3czbzlGeXg1dmdDWjJ4aC82b0NLNDR2aXQ5aGJuVWZhcXFZZHJJZFdmbEw5bUNpalhBNlowVU96eE9Vek8xczVnU0VYYTBKcC9xcEdvOXNIVU1UdXd6eitGdlNlUXpGN3duaDg4dXQyVnlCUWlDWDhrT3JJdmI3U21uRWY3VUVOZ2FLU09uM2NzOSs2dVlKMDR5UGhHRndpR2F3TWpUcU16dGlQRWpMQ0J5YStDYTYtLTdiQ3E5RmN3aHNST1NnT1hLcnJwT0E9PQ==--4b2dc0b24b791e2401ca18d949a2acfef248fb67 | |
(len: 762) | |
U2NSZEJSZ3hVSzYvZnBST254RHp5OHljTFBmK1pFQUdBN2ZIdk1CMUx5NWNwekxUelhFd2NIZnhKbEU2QnB1MlB5WE5mL0V6bGhMT0daUE03VHhPY0t6U1ZIRVRaVWJJd2VCOGhYVkZxNSs1a04yWXNzRWR1WnFmaXViOUZMdWQ1OFFybExDMEIvT2ZsaHRjdTdtM1RWRzB6TnNzaFQyS3VUdHNIRC9IVVQ0Y3pRNnhMY0FSbFJBNmQySUZwR25RdDh3aWo3eHJ1cGFUb21Ib1ZpM0xnSHR6REJ5L09XT0NXSUM2YnpLUGNhbUlvYjhJREtKemN6QTBzYS9RNGwwT2E0bFNBa0xjdVQxd3dvTWtMZlJ3Sm1LSXRRVXZiTUJvUGxjMVNkZXczSmwzb3VOeHh0dmplQ3RVZExMdGJDVlM3ZlJtR1dHNnpCWXJzUkVSNnVJcVE1ZDJlcng0Ri92U1UzK0tWazdMUGN0dGxsem1kcENhNEVYSzZxbHVBSHBTajBFNTJHc1UyRmdpL1VHU0h4SHJCWWNROVNMQVRpZ3k2U0tDNmFtMUJpWGJRd3NOMUdKeDNVcktjRFNVSG1Lc2pIS0VyUlhYd0xmR3ArY2t0VjlIS1JmMVZVRmQ5bld5UHlXSERDa0o5dmFyRmtqVm05QVVsSHM5elpJVTkrYi8tLXhPSjR5NjE5eEdWN2N5ZERaaFRJUkE9PQ==--4184c0e5393dc5071cd8170fc87db8ac0faa39fc | |
(len: 762) | |
Q1ZORUZZQjNaMzlsK0k3dzlhQThJa28weFZRbGFpalhIMVdOWTJqMkdMMHRBZDJtNUVkN21jR3dDOUoyTmJMUy9xSFVxSW50UmdFSElUTlhTMHhVenBYSDdZZFB5ZTg2M25qSGxHc05RUlczZ2MrM3ptdzRUMll2bkVjRmFFdHlCOGlDOE5oMGRWMForb0VueGtzMFpEQlBDSzZyay9uZnRtcmNLZGFiQXhaZzZGeXBGaFI5ZEVpL3dCditCS3ZNV2NCUnlKUWZkOExIb2pYTUFIckF6SEhlZ3FjQnJ5MEl1ZGR1aTRSY1g0VjNvbVJ4cDd4SUVXVzk3TDIzc1VvK2Q1dDhNWkVnbVVzc0JVNEtURVJwaGtTdE9JZXE1N0QwR21kV2RrZkt6cTI2eWM1RmhMZkc5RTAxaFJHMHYxRmpmbmIvUDNZMjVyMWZUL1ZweDV6Nlc5NWc5U0V1OXVIWUhOMTgzcm5lMkhKZ3FhUWZlNVMrTHd1c3JxU2pQQVJZTytwME5ySzlZWDY4bXl4aTh6STZPYy9rWnlZOVNaY1NTazB6QlhIRnpQbkp3bEZQTHJnWFNJbVhLS0tGVkQzbFB3dzA2YU9BOGN6TTBiRDJxY2dJWGNTWHFWemM3WHpibWZoZWxXanZpVVVaZG9uSDZtbUZ5RWd2Q0Fha3RGWWctLURtc2dCY2Eyd0FrcEZCMm5yZ2k0clE9PQ==--914ca4c94dd6b809e3c4b036deb4ebe48362209c | |
(len: 762) | |
R1VpZjF2R3JVMktwU3lHTW1yOGwwR1pPbU5uVnIwbm1aUzZKU2IvQ0hVcTUzbS9GMEo2NENyRm5NR2tOckFMc3hldER1ZDlpd1JlZ1BNdWlXQVJrMnAyTUFGM0Z4MjFIdFVQRm1EbmY1QUV1T0wxM3FSKy9sOFhpakxtTHJTNEdKSEg0TU1wNTV2YUxnaGo2VW5nWmU3bDZOb3hQWW4rRU9zUkZsVWdhbk5Kc3ZaT1JSZnlVNEZQV0hqRUQ3eFowNG5OZ3dHQWVkaGlHNXBoWkxWbWFKNTQxRG9zanNaWmVmL1hDVlNyZ1RUVTV4UnZQT2pIMHJFY2orNjNrY2ZlVVg3Wk15cmVjay9YN2Z2ZWQ0a05hRCtyczZKTGR3WkVXMEkrbnNhWmU4VWdXblg3aVhQZ3JGNnVzVXpPeWRocWxkYWx0K3E3Z2RLSjhRNUY1ZzlkYWhnQmRQV3VIODQyU2hlakVZL0VHZWZzbjJLNTRtdTJ0dXRGNlVqWS9mUVl5ZkdEVEMwNm56bDQxKzRLUm8reDYweGJBV3VodlBZbWVOa0ozdXVOc21UUHRTQkxJd2NDS1BkOEhnN2o3L3lwdllFRUxsbTVtMFVvWk1TaWFVRGV5R2U0NWdiQnNZSVFVaXBJblg4ZE9YcUFrd2hTcmVabEwvdmdkMnFkTjcxTmwtLU9TS0h2Y3RQMzlKTlA5Qkx1aWtXZHc9PQ==--21fcfecc4e0a58b5842e3d605d315199addf5743 | |
(len: 762) | |
(function() { | |
var $form_values_present, $present; | |
$('.group_assignments').ready(function() { | |
return $('form').on('change keyup', function() { | |
var $submit_button; | |
$submit_button = $('#group_assignment_submit'); | |
if ($form_values_present()) { | |
return $submit_button.prop('disabled', false); | |
} else { | |
return $submit_button.prop('disabled', true); | |
} | |
}); | |
}); | |
$form_values_present = function() { | |
return $present('group_assignment_title') && ($present('grouping_title') || $present('group_assignment_grouping_id')); | |
}; | |
$present = function(id) { | |
var $el; | |
$el = $("#" + id); | |
if ($el.length !== 0) { | |
return $el.val().length !== 0; | |
} | |
return false; | |
}; | |
}).call(this); | |
(len: 755) | |
(function() { | |
var $form_values_present, $present; | |
$('.group_assignments').ready(function() { | |
return $('form').on('change keyup', function() { | |
var $submit_button; | |
$submit_button = $('#group_assignment_submit'); | |
if ($form_values_present()) { | |
return $submit_button.prop('disabled', false); | |
} else { | |
return $submit_button.prop('disabled', true); | |
} | |
}); | |
}); | |
$form_values_present = function() { | |
return $present('group_assignment_title') && ($present('grouping_title') || $present('group_assignment_grouping_id')); | |
}; | |
$present = function(id) { | |
var $el; | |
$el = $("#" + id); | |
if ($el.length !== 0) { | |
return $el.val().length !== 0; | |
} | |
return false; | |
}; | |
}).call(this); | |
(len: 755) | |
html { | |
padding: 18px 36px; | |
} | |
head { | |
display: block; | |
} | |
body { | |
margin: 0; | |
padding: 0; | |
} | |
body > * { | |
display: none !important; | |
} | |
head:after, body:before, body:after { | |
display: block !important; | |
} | |
head:after { | |
font-family: sans-serif; | |
font-size: large; | |
font-weight: bold; | |
content: "Error compiling CSS asset"; | |
} | |
body:before, body:after { | |
font-family: monospace; | |
white-space: pre-wrap; | |
} | |
body:before { | |
font-weight: bold; | |
content: " | |
(len: 750) | |
(function() { | |
var $form_values_present, $present; | |
$('.group_assignment_invitations.show').ready(function() { | |
var $form; | |
$form = $('form'); | |
return $('form').on('change keyup', function() { | |
var $submitButton; | |
$submitButton = $('.js-form-submit'); | |
if ($form_values_present()) { | |
return $submitButton.prop('disabled', false); | |
} else { | |
return $submitButton.prop('disabled', true); | |
} | |
}); | |
}); | |
$form_values_present = function() { | |
return $present('group_title') || $present('group_id'); | |
}; | |
$present = function(id) { | |
var $el; | |
$el = $("#" + id); | |
if ($el.length !== 0) { | |
return $el.val().length !== 0; | |
} | |
return false; | |
}; | |
}).call(this); | |
(len: 733) | |
(function() { | |
var $form_values_present, $present; | |
$('.group_assignment_invitations.show').ready(function() { | |
var $form; | |
$form = $('form'); | |
return $('form').on('change keyup', function() { | |
var $submitButton; | |
$submitButton = $('.js-form-submit'); | |
if ($form_values_present()) { | |
return $submitButton.prop('disabled', false); | |
} else { | |
return $submitButton.prop('disabled', true); | |
} | |
}); | |
}); | |
$form_values_present = function() { | |
return $present('group_title') || $present('group_id'); | |
}; | |
$present = function(id) { | |
var $el; | |
$el = $("#" + id); | |
if ($el.length !== 0) { | |
return $el.val().length !== 0; | |
} | |
return false; | |
}; | |
}).call(this); | |
(len: 733) | |
SELECT attr.attname, nsp.nspname, seq.relname | |
FROM pg_class seq, | |
pg_attribute attr, | |
pg_depend dep, | |
pg_constraint cons, | |
pg_namespace nsp | |
WHERE seq.oid = dep.objid | |
AND seq.relkind = 'S' | |
AND attr.attrelid = dep.refobjid | |
AND attr.attnum = dep.refobjsubid | |
AND attr.attrelid = cons.conrelid | |
AND attr.attnum = cons.conkey[1] | |
AND seq.relnamespace = nsp.oid | |
AND cons.contype = 'p' | |
AND dep.classid = 'pg_class'::regclass | |
AND dep.refobjid = ' | |
(len: 725) | |
(function() { | |
var delay, ready; | |
delay = (function() { | |
var timer; | |
timer = 0; | |
return function(callback, ms) { | |
clearTimeout(timer); | |
timer = setTimeout(callback, ms); | |
}; | |
})(); | |
ready = function() { | |
return $('#js-search-form').on('change keyup', function() { | |
var $this, formData; | |
$this = $(this); | |
formData = $(this).serialize(); | |
history.replaceState(null, '', "?" + formData); | |
return delay((function() { | |
$this.submit(); | |
return $this.on('ajax:success', function(e, data, status, xhr) { | |
return $('#js-search-results').html(xhr.responseText); | |
}); | |
}), 200); | |
}); | |
}; | |
$(document).ready(ready); | |
}).call(this); | |
(len: 718) | |
(function() { | |
var delay, ready; | |
delay = (function() { | |
var timer; | |
timer = 0; | |
return function(callback, ms) { | |
clearTimeout(timer); | |
timer = setTimeout(callback, ms); | |
}; | |
})(); | |
ready = function() { | |
return $('#js-search-form').on('change keyup', function() { | |
var $this, formData; | |
$this = $(this); | |
formData = $(this).serialize(); | |
history.replaceState(null, '', "?" + formData); | |
return delay((function() { | |
$this.submit(); | |
return $this.on('ajax:success', function(e, data, status, xhr) { | |
return $('#js-search-results').html(xhr.responseText); | |
}); | |
}), 200); | |
}); | |
}; | |
$(document).ready(ready); | |
}).call(this); | |
(len: 718) | |
-- | |
I've gone to bed with every feeling, | |
I've been the pimp of every emotion, | |
All felt sensations have bought me drinks, | |
I've traded glances with every motive for every act, | |
I've held hands with every urge to depart, | |
.. | |
Rage, foam, the vastness that doesn't fit in my handkerchief, | |
The dog in heat howling in the night, | |
The pond from the farm going in circles around my insomnia, | |
The woods as they were, on our late-afternoon walks, the rose, | |
The indifferent tuft of hair, the moss, the pines, | |
The rage of not containing all this, not retaining all this, | |
O abstract hunger for things, impotent libido for moments, | |
Intellectual orgy of feeling life! | |
-- Fernando Pessoa | |
(len: 713) | |
0001-Adding-doc-update-related-to-1.1.28.patch 0002-Fix-a-couple-of-places-where-f-printf-parameters-wer.patch 0003-Initialize-pseudo-random-number-generator-with-curre.patch 0004-EXSLT-function-str-replace-is-broken-as-is.patch 0006-Fix-str-padding-to-work-with-UTF-8-strings.patch 0007-Separate-function-for-predicate-matching-in-patterns.patch 0008-Fix-direct-pattern-matching.patch 0009-Fix-certain-patterns-with-predicates.patch 0010-Fix-handling-of-UTF-8-strings-in-EXSLT-crypto-module.patch 0013-Memory-leak-in-xsltCompileIdKeyPattern-error-path.patch 0014-Fix-for-bug-436589.patch 0015-Fix-mkdir-for-mingw.patch 0016-Fix-for-type-confusion-in-preprocessing-attributes.patch 0017-Updated-config.guess.patch | |
(len: 713) | |
ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-DSS-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA:DHE-DSS-AES128-SHA256:DHE-DSS-AES256-SHA256:DHE-DSS-AES128-SHA:DHE-DSS-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:ECDHE-ECDSA-RC4-SHA:ECDHE-RSA-RC4-SHA:RC4-SHA | |
(len: 703) | |
ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-DSS-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA:DHE-DSS-AES128-SHA256:DHE-DSS-AES256-SHA256:DHE-DSS-AES128-SHA:DHE-DSS-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:ECDHE-ECDSA-RC4-SHA:ECDHE-RSA-RC4-SHA:RC4-SHA | |
(len: 703) | |
Usage: show-source [OPTIONS] [METH|CLASS] | |
Aliases: $, show-method | |
Show the source for a method or class. Tries instance methods first and then | |
methods by default. | |
show-source hi_method | |
show-source hi_method | |
show-source Pry#rep # source for Pry#rep method | |
show-source Pry # for Pry class | |
show-source Pry -a # for all Pry class definitions (all monkey patches) | |
show-source Pry.foo -e # for class of the return value of expression `Pry.foo` | |
show-source Pry --super # for superclass of Pry (Object class) | |
https://github.com/pry/pry/wiki/Source-browsing#wiki-Show_method | |
(len: 661) | |
Usage: show-source [OPTIONS] [METH|CLASS] | |
Aliases: $, show-method | |
Show the source for a method or class. Tries instance methods first and then | |
methods by default. | |
show-source hi_method | |
show-source hi_method | |
show-source Pry#rep # source for Pry#rep method | |
show-source Pry # for Pry class | |
show-source Pry -a # for all Pry class definitions (all monkey patches) | |
show-source Pry.foo -e # for class of the return value of expression `Pry.foo` | |
show-source Pry --super # for superclass of Pry (Object class) | |
https://github.com/pry/pry/wiki/Source-browsing#wiki-Show_method | |
(len: 661) | |
((?-mix:(?-mix:and(?!(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))|Z))|(?-mix:not(?!(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))|Z))|(?-mix:or(?!(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))|Z)))) | |
(len: 659) | |
Diff::LCS computes the difference between two Enumerable sequences using the | |
McIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities | |
to create a simple HTML diff output format and a standard diff-like tool. | |
This is release 1.2.4, fixing a bug introduced after diff-lcs 1.1.3 that did | |
not properly prune common sequences at the beginning of a comparison set. | |
Thanks to Paul Kunysch for fixing this issue. | |
Coincident with the release of diff-lcs 1.2.3, we reported an issue with | |
Rubinius in 1.9 mode | |
({rubinius/rubinius#2268}[https://github.com/rubinius/rubinius/issues/2268]). | |
We are happy to report that this issue has been resolved. | |
(len: 658) | |
Diff::LCS computes the difference between two Enumerable sequences using the | |
McIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities | |
to create a simple HTML diff output format and a standard diff-like tool. | |
This is release 1.2.4, fixing a bug introduced after diff-lcs 1.1.3 that did | |
not properly prune common sequences at the beginning of a comparison set. | |
Thanks to Paul Kunysch for fixing this issue. | |
Coincident with the release of diff-lcs 1.2.3, we reported an issue with | |
Rubinius in 1.9 mode | |
({rubinius/rubinius#2268}[https://github.com/rubinius/rubinius/issues/2268]). | |
We are happy to report that this issue has been resolved. | |
(len: 658) | |
\A\s* | |
([*])? # 0: Unregistered? | |
(!)? # 1: Obsolete? | |
(?:(\w+):)? # 2: Platform marker | |
([-\w.+]+)/([-\w.+]*) # 3, 4: Media Type | |
(?:\s+@(\S+))? # 5: Extensions | |
(?:\s+:(base64|7bit|8bit|quoted\-printable))? # 6: Encoding | |
(?:\s+'(\S+))? # 7: URL list | |
(?:\s+=(.+))? # 8: Documentation | |
(?:\s*([#].*)?)? # Comments | |
\s* | |
\z | |
(len: 650) | |
\A\s* | |
([*])? # 0: Unregistered? | |
(!)? # 1: Obsolete? | |
(?:(\w+):)? # 2: Platform marker | |
([-\w.+]+)/([-\w.+]*) # 3, 4: Media Type | |
(?:\s+@(\S+))? # 5: Extensions | |
(?:\s+:(base64|7bit|8bit|quoted\-printable))? # 6: Encoding | |
(?:\s+'(\S+))? # 7: URL list | |
(?:\s+=(.+))? # 8: Documentation | |
(?:\s*([#].*)?)? # Comments | |
\s* | |
\z | |
(len: 650) | |
Airbrake Ruby is a plain Ruby notifier for Airbrake (https://airbrake.io), the | |
leading exception reporting service. Airbrake Ruby provides minimalist API that | |
enables the ability to send any Ruby exception to the Airbrake dashboard. The | |
library is extremely lightweight, contains no dependencies and perfectly suits | |
plain Ruby applications. For apps that are built with Rails, Sinatra or any | |
other Rack-compliant web framework we offer the airbrake gem | |
(https://github.com/airbrake/airbrake). It has additional features such as | |
reporting of any unhandled exceptions automatically, integrations with Resque, | |
Sidekiq, Delayed Job and many more. | |
(len: 643) | |
Airbrake Ruby is a plain Ruby notifier for Airbrake (https://airbrake.io), the | |
leading exception reporting service. Airbrake Ruby provides minimalist API that | |
enables the ability to send any Ruby exception to the Airbrake dashboard. The | |
library is extremely lightweight, contains no dependencies and perfectly suits | |
plain Ruby applications. For apps that are built with Rails, Sinatra or any | |
other Rack-compliant web framework we offer the airbrake gem | |
(https://github.com/airbrake/airbrake). It has additional features such as | |
reporting of any unhandled exceptions automatically, integrations with Resque, | |
Sidekiq, Delayed Job and many more. | |
(len: 643) | |
Usage: edit [--no-reload|--reload|--patch] [--line LINE] [--temp|--ex|FILE[:LINE]|OBJECT|--in N] | |
Open a text editor. When no FILE is given, edits the pry input buffer. | |
When a method/module/command is given, the code is opened in an editor. | |
Ensure `Pry.config.editor` or `_pry_.config.editor` is set to your editor of choice. | |
edit sample.rb edit -p MyClass#my_method | |
edit sample.rb --line 105 edit MyClass | |
edit MyClass#my_method edit --ex | |
edit --method edit --ex -p | |
https://github.com/pry/pry/wiki/Editor-integration#wiki-Edit_command | |
(len: 633) | |
Usage: edit [--no-reload|--reload|--patch] [--line LINE] [--temp|--ex|FILE[:LINE]|OBJECT|--in N] | |
Open a text editor. When no FILE is given, edits the pry input buffer. | |
When a method/module/command is given, the code is opened in an editor. | |
Ensure `Pry.config.editor` or `_pry_.config.editor` is set to your editor of choice. | |
edit sample.rb edit -p MyClass#my_method | |
edit sample.rb --line 105 edit MyClass | |
edit MyClass#my_method edit --ex | |
edit --method edit --ex -p | |
https://github.com/pry/pry/wiki/Editor-integration#wiki-Edit_command | |
(len: 633) | |
\A(?:(?<IP-literal>\[(?:(?<IPv6address>(?:\h{1,4}:){6}(?<ls32>\h{1,4}:\h{1,4}|(?<IPv4address>(?<dec-octet>[1-9]\d|1\d{2}|2[0-4]\d|25[0-5]|\d)\.\g<dec-octet>\.\g<dec-octet>\.\g<dec-octet>))|::(?:\h{1,4}:){5}\g<ls32>|\h{,4}::(?:\h{1,4}:){4}\g<ls32>|(?:(?:\h{1,4}:)?\h{1,4})?::(?:\h{1,4}:){3}\g<ls32>|(?:(?:\h{1,4}:){,2}\h{1,4})?::(?:\h{1,4}:){2}\g<ls32>|(?:(?:\h{1,4}:){,3}\h{1,4})?::\h{1,4}:\g<ls32>|(?:(?:\h{1,4}:){,4}\h{1,4})?::\g<ls32>|(?:(?:\h{1,4}:){,5}\h{1,4})?::\h{1,4}|(?:(?:\h{1,4}:){,6}\h{1,4})?::)|(?<IPvFuture>v\h+\.[!$&-.0-;=A-Z_a-z~]+))\])|\g<IPv4address>|(?<reg-name>(?:%\h\h|[!$&-.0-9;=A-Z_a-z~])*))\z | |
(len: 616) | |
\A(?:(?<IP-literal>\[(?:(?<IPv6address>(?:\h{1,4}:){6}(?<ls32>\h{1,4}:\h{1,4}|(?<IPv4address>(?<dec-octet>[1-9]\d|1\d{2}|2[0-4]\d|25[0-5]|\d)\.\g<dec-octet>\.\g<dec-octet>\.\g<dec-octet>))|::(?:\h{1,4}:){5}\g<ls32>|\h{,4}::(?:\h{1,4}:){4}\g<ls32>|(?:(?:\h{1,4}:)?\h{1,4})?::(?:\h{1,4}:){3}\g<ls32>|(?:(?:\h{1,4}:){,2}\h{1,4})?::(?:\h{1,4}:){2}\g<ls32>|(?:(?:\h{1,4}:){,3}\h{1,4})?::\h{1,4}:\g<ls32>|(?:(?:\h{1,4}:){,4}\h{1,4})?::\g<ls32>|(?:(?:\h{1,4}:){,5}\h{1,4})?::\h{1,4}|(?:(?:\h{1,4}:){,6}\h{1,4})?::)|(?<IPvFuture>v\h+\.[!$&-.0-;=A-Z_a-z~]+))\])|\g<IPv4address>|(?<reg-name>(?:%\h\h|[!$&-.0-9;=A-Z_a-z~])*))\z | |
(len: 616) | |
Erubis is an implementation of eRuby and has the following features: | |
* Very fast, almost three times faster than ERB and about 10% faster than eruby. | |
* Multi-language support (Ruby/PHP/C/Java/Scheme/Perl/Javascript) | |
* Auto escaping support | |
* Auto trimming spaces around '<% %>' | |
* Embedded pattern changeable (default '<% %>') | |
* Enable to handle Processing Instructions (PI) as embedded pattern (ex. '<?rb ... ?>') | |
* Context object available and easy to combine eRuby template with YAML datafile | |
* Print statement available | |
* Easy to extend and customize in subclass | |
* Ruby on Rails support | |
(len: 613) | |
Erubis is an implementation of eRuby and has the following features: | |
* Very fast, almost three times faster than ERB and about 10% faster than eruby. | |
* Multi-language support (Ruby/PHP/C/Java/Scheme/Perl/Javascript) | |
* Auto escaping support | |
* Auto trimming spaces around '<% %>' | |
* Embedded pattern changeable (default '<% %>') | |
* Enable to handle Processing Instructions (PI) as embedded pattern (ex. '<?rb ... ?>') | |
* Context object available and easy to combine eRuby template with YAML datafile | |
* Print statement available | |
* Easy to extend and customize in subclass | |
* Ruby on Rails support | |
(len: 613) | |
url-prefix\((?-mix:[ \t\r\n\f]*)(?:(?-mix:(?-mix:\"((?:[^\n\r\f\\"]|\\(?-mix:\n|\r\n|\r|\f)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\")|(?-mix:\'((?:[^\n\r\f\\']|\\(?-mix:\n|\r\n|\r|\f)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\'))|(?-mix:((?-mix:[#%&*-~]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)))(?-mix:[ \t\r\n\f]*)\) | |
(len: 613) | |
SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete | |
FROM pg_constraint c | |
JOIN pg_class t1 ON c.conrelid = t1.oid | |
JOIN pg_class t2 ON c.confrelid = t2.oid | |
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid | |
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid | |
JOIN pg_namespace t3 ON c.connamespace = t3.oid | |
WHERE c.contype = 'f' | |
AND t1.relname = | |
(len: 612) | |
domain\((?-mix:[ \t\r\n\f]*)(?:(?-mix:(?-mix:\"((?:[^\n\r\f\\"]|\\(?-mix:\n|\r\n|\r|\f)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\")|(?-mix:\'((?:[^\n\r\f\\']|\\(?-mix:\n|\r\n|\r|\f)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\'))|(?-mix:((?-mix:[#%&*-~]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)))(?-mix:[ \t\r\n\f]*)\) | |
(len: 609) | |
url\((?-mix:[ \t\r\n\f]*)(?:(?-mix:(?-mix:\"((?:[^\n\r\f\\"]|\\(?-mix:\n|\r\n|\r|\f)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\")|(?-mix:\'((?:[^\n\r\f\\']|\\(?-mix:\n|\r\n|\r|\f)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\'))|(?-mix:((?-mix:[#%&*-~]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)))(?-mix:[ \t\r\n\f]*)\) | |
(len: 606) | |
(?:\$|@{1,2})? # optional global, instance or class variable indicator | |
(?:(?x-mi: | |
[[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore | |
[[:word:]]* # followed by optional letters, numbers or underscores | |
)\.)* # followed by an optional chain of zero-argument method calls | |
(?<dynamic>(?x-mi: | |
[[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore | |
[[:word:]]* # followed by optional letters, numbers or underscores | |
)) # and a final valid identifier, captured as DYNAMIC | |
(len: 605) | |
(?:\$|@{1,2})? # optional global, instance or class variable indicator | |
(?:(?x-mi: | |
[[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore | |
[[:word:]]* # followed by optional letters, numbers or underscores | |
)\.)* # followed by an optional chain of zero-argument method calls | |
(?<dynamic>(?x-mi: | |
[[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore | |
[[:word:]]* # followed by optional letters, numbers or underscores | |
)) # and a final valid identifier, captured as DYNAMIC | |
(len: 605) | |
//(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? | |
(len: 601) | |
//(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? | |
(len: 601) | |
//(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? | |
(len: 601) | |
The JSON encoder in Rails 4.1 no longer offers protection from circular references. You are seeing this warning because you are rescuing from (or otherwise referencing) ActiveSupport::Encoding::CircularReferenceError. In the future, this error will be removed from Rails. You should remove these rescue blocks from your code and ensure that your data structures are free of circular references so they can be properly serialized into JSON. | |
For example, the following Hash contains a circular reference to itself: | |
h = {} | |
h['circular'] = h | |
In this case, calling h.to_json would not work properly. | |
(len: 601) | |
Usage: find-method [-n|-c] METHOD [NAMESPACE] | |
Recursively search for a method within a Class/Module or the current namespace. | |
Use the `-n` switch (the default) to search for methods whose name matches the | |
given regex. Use the `-c` switch to search for methods that contain the given | |
code. | |
# Find all methods whose name match /re/ inside | |
# the Pry namespace. Matches Pry#repl, etc. | |
find-method re Pry | |
# Find all methods that contain the code: | |
# output.puts inside the Pry namepsace. | |
find-method -c 'output.puts' Pry | |
(len: 585) | |
Usage: find-method [-n|-c] METHOD [NAMESPACE] | |
Recursively search for a method within a Class/Module or the current namespace. | |
Use the `-n` switch (the default) to search for methods whose name matches the | |
given regex. Use the `-c` switch to search for methods that contain the given | |
code. | |
# Find all methods whose name match /re/ inside | |
# the Pry namespace. Matches Pry#repl, etc. | |
find-method re Pry | |
# Find all methods that contain the code: | |
# output.puts inside the Pry namepsace. | |
find-method -c 'output.puts' Pry | |
(len: 585) | |
f[rame][ frame-number] | |
Move the current frame to the specified frame number, or the 0 if no | |
frame-number has been given. | |
A negative number indicates position from the other end, so "frame -1" | |
moves to the oldest frame, and "frame 0" moves to the newest frame. | |
Without an argument, the command prints the current stack frame. Since | |
the current position is redisplayed, it may trigger a resyncronization | |
if there is a front end also watching over things. | |
Use the "bt" command to find out where you want to go. | |
(len: 584) | |
(function() { | |
var is_new_window_or_tab_event, ready; | |
is_new_window_or_tab_event = function(event) { | |
var middle_click_event; | |
middle_click_event = event.button && event.button === 1; | |
return event.ctrlKey || event.metaKey || event.shiftKey || middle_click_event; | |
}; | |
ready = function() { | |
return $('.js-navigation').on('click', function(event) { | |
if (is_new_window_or_tab_event(event)) { | |
return; | |
} | |
return $('.loading-indicator').show(); | |
}); | |
}; | |
$(document).ready(ready); | |
$(document).on('page:load', ready); | |
}).call(this); | |
(len: 580) | |
(function() { | |
var is_new_window_or_tab_event, ready; | |
is_new_window_or_tab_event = function(event) { | |
var middle_click_event; | |
middle_click_event = event.button && event.button === 1; | |
return event.ctrlKey || event.metaKey || event.shiftKey || middle_click_event; | |
}; | |
ready = function() { | |
return $('.js-navigation').on('click', function(event) { | |
if (is_new_window_or_tab_event(event)) { | |
return; | |
} | |
return $('.loading-indicator').show(); | |
}); | |
}; | |
$(document).ready(ready); | |
$(document).on('page:load', ready); | |
}).call(this); | |
(len: 580) | |
data-is-bullet-footer ondblclick="this.parentNode.removeChild(this);" style="position: fixed; bottom: 0pt; left: 0pt; cursor: pointer; border-style: solid; border-color: rgb(153, 153, 153); | |
-moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; | |
-moz-border-left-colors: none; -moz-border-image: none; border-width: 2pt 2pt 0px 0px; | |
padding: 5px; border-radius: 0pt 10pt 0pt 0px; background: none repeat scroll 0% 0% rgba(200, 200, 200, 0.8); | |
color: rgb(119, 119, 119); font-size: 18px; font-family: 'Arial', sans-serif; z-index:9999;" | |
(len: 579) | |
Airbrake is an online tool that provides robust exception tracking in any of | |
your Ruby applications. In doing so, it allows you to easily review errors, tie | |
an error to an individual piece of code, and trace the cause back to recent | |
changes. The Airbrake dashboard provides easy categorization, searching, and | |
prioritization of exceptions so that when errors occur, your team can quickly | |
determine the root cause. | |
Additionally, this gem includes integrations with such popular libraries and | |
frameworks as Rails, Sinatra, Resque, Sidekiq, Delayed Job, ActiveJob and many | |
more. | |
(len: 577) | |
Airbrake is an online tool that provides robust exception tracking in any of | |
your Ruby applications. In doing so, it allows you to easily review errors, tie | |
an error to an individual piece of code, and trace the cause back to recent | |
changes. The Airbrake dashboard provides easy categorization, searching, and | |
prioritization of exceptions so that when errors occur, your team can quickly | |
determine the root cause. | |
Additionally, this gem includes integrations with such popular libraries and | |
frameworks as Rails, Sinatra, Resque, Sidekiq, Delayed Job, ActiveJob and many | |
more. | |
(len: 577) | |
Loofah is a general library for manipulating and transforming HTML/XML | |
documents and fragments. It's built on top of Nokogiri and libxml2, so | |
it's fast and has a nice API. | |
Loofah excels at HTML sanitization (XSS prevention). It includes some | |
nice HTML sanitizers, which are based on HTML5lib's whitelist, so it | |
most likely won't make your codes less secure. (These statements have | |
not been evaluated by Netexperts.) | |
ActiveRecord extensions for sanitization are available in the | |
`loofah-activerecord` gem (see | |
https://github.com/flavorjones/loofah-activerecord). | |
(len: 563) | |
Loofah is a general library for manipulating and transforming HTML/XML | |
documents and fragments. It's built on top of Nokogiri and libxml2, so | |
it's fast and has a nice API. | |
Loofah excels at HTML sanitization (XSS prevention). It includes some | |
nice HTML sanitizers, which are based on HTML5lib's whitelist, so it | |
most likely won't make your codes less secure. (These statements have | |
not been evaluated by Netexperts.) | |
ActiveRecord extensions for sanitization are available in the | |
`loofah-activerecord` gem (see | |
https://github.com/flavorjones/loofah-activerecord). | |
(len: 563) | |
Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]. | |
It works with {PostgreSQL 8.4 and later}[http://www.postgresql.org/support/versioning/]. | |
A small example usage: | |
#!/usr/bin/env ruby | |
require 'pg' | |
# Output a table of current connections to the DB | |
conn = PG.connect( dbname: 'sales' ) | |
conn.exec( "SELECT * FROM pg_stat_activity" ) do |result| | |
puts " PID | User | Query" | |
result.each do |row| | |
puts " %7d | %-16s | %s " % | |
row.values_at('procpid', 'usename', 'current_query') | |
end | |
end | |
(len: 563) | |
Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]. | |
It works with {PostgreSQL 8.4 and later}[http://www.postgresql.org/support/versioning/]. | |
A small example usage: | |
#!/usr/bin/env ruby | |
require 'pg' | |
# Output a table of current connections to the DB | |
conn = PG.connect( dbname: 'sales' ) | |
conn.exec( "SELECT * FROM pg_stat_activity" ) do |result| | |
puts " PID | User | Query" | |
result.each do |row| | |
puts " %7d | %-16s | %s " % | |
row.values_at('procpid', 'usename', 'current_query') | |
end | |
end | |
(len: 563) | |
(function() { | |
var ready; | |
ready = function() { | |
$('.js-normalize-submit').on('change keyup', function() { | |
var resourceName; | |
resourceName = $(this).closest('form').attr('data-name'); | |
if ($('.js-input-block').val() === resourceName) { | |
return $('.js-submit').prop('disabled', false); | |
} else { | |
return $('.js-submit').prop('disabled', true); | |
} | |
}); | |
return $('.remodal-close').on('click', function() { | |
return $('.js-input-block').val(''); | |
}); | |
}; | |
$(document).ready(ready); | |
}).call(this); | |
(len: 557) | |
(function() { | |
var ready; | |
ready = function() { | |
$('.js-normalize-submit').on('change keyup', function() { | |
var resourceName; | |
resourceName = $(this).closest('form').attr('data-name'); | |
if ($('.js-input-block').val() === resourceName) { | |
return $('.js-submit').prop('disabled', false); | |
} else { | |
return $('.js-submit').prop('disabled', true); | |
} | |
}); | |
return $('.remodal-close').on('click', function() { | |
return $('.js-input-block').val(''); | |
}); | |
}; | |
$(document).ready(ready); | |
}).call(this); | |
(len: 557) | |
The JSON encoder in Rails 4.1 no longer supports encoding BigDecimals as JSON numbers. Instead, the new encoder will always encode them as strings. | |
You are seeing this error because you are trying to check the value of the related configuration, `active_support.encode_big_decimal_as_string`. If your application depends on this option, you should add the 'activesupport-json_encoder' gem to your Gemfile. For now, this option will always be true. In the future, it will be removed from Rails, so you should stop checking its value. | |
(len: 533) | |
Raise up, like exit, allows you to quit pry. Instead of returning a value | |
however, it raises an exception. If you don't provide the exception to be | |
raised, it will use the most recent exception (in pry `_ex_`). | |
When called as raise-up! (with an exclamation mark), this command raises the | |
exception through any nested prys you have created by "cd"ing into objects. | |
raise-up "get-me-out-of-here" | |
# This is equivalent to the command above. | |
raise "get-me-out-of-here" | |
raise-up | |
(len: 530) | |
Raise up, like exit, allows you to quit pry. Instead of returning a value | |
however, it raises an exception. If you don't provide the exception to be | |
raised, it will use the most recent exception (in pry `_ex_`). | |
When called as raise-up! (with an exclamation mark), this command raises the | |
exception through any nested prys you have created by "cd"ing into objects. | |
raise-up "get-me-out-of-here" | |
# This is equivalent to the command above. | |
raise "get-me-out-of-here" | |
raise-up | |
(len: 530) | |
Usage: cat FILE | |
cat --ex [STACK_INDEX] | |
cat --in [INPUT_INDEX_OR_RANGE] | |
`cat` is capable of showing part or all of a source file, the context of the | |
last exception, or an expression from Pry's input history. | |
`cat --ex` defaults to showing the lines surrounding the location of the last | |
exception. Invoking it more than once travels up the exception's backtrace, and | |
providing a number shows the context of the given index of the backtrace. | |
(len: 503) | |
Usage: cat FILE | |
cat --ex [STACK_INDEX] | |
cat --in [INPUT_INDEX_OR_RANGE] | |
`cat` is capable of showing part or all of a source file, the context of the | |
last exception, or an expression from Pry's input history. | |
`cat --ex` defaults to showing the lines surrounding the location of the last | |
exception. Invoking it more than once travels up the exception's backtrace, and | |
providing a number shows the context of the given index of the backtrace. | |
(len: 503) | |
-- | |
When this American woman, | |
whose thighs are bound in casual red cloth, | |
comes thundering past my sitting place | |
like a forest-burning Mongol tribe, | |
the city is ravished | |
and brittle buildings of a hundred years | |
splash into the street; | |
and my eyes are burnt | |
for the embroidered Chinese girls, | |
already old, | |
and so small between the thin pines | |
on these enormous landscapes, | |
that if you turn your head | |
they are lost for hours. | |
-- Leonard Cohen | |
(len: 500) | |
\A(?: | |
[\x09\x0A\x0D\x20-\x7E] # ASCII | |
| [\xC2-\xDF][\x80-\xBF] # non-overlong 2-byte | |
| \xE0[\xA0-\xBF][\x80-\xBF] # excluding overlongs | |
| [\xE1-\xEC\xEE\xEF][\x80-\xBF]{2} # straight 3-byte | |
| \xED[\x80-\x9F][\x80-\xBF] # excluding surrogates | |
| \xF0[\x90-\xBF][\x80-\xBF]{2} # planes 1-3 | |
| [\xF1-\xF3][\x80-\xBF]{3} # planes 4nil5 | |
| \xF4[\x80-\x8F][\x80-\xBF]{2} # plane 16 | |
)*\z | |
(len: 500) | |
\A(?: | |
[\x09\x0A\x0D\x20-\x7E] # ASCII | |
| [\xC2-\xDF][\x80-\xBF] # non-overlong 2-byte | |
| \xE0[\xA0-\xBF][\x80-\xBF] # excluding overlongs | |
| [\xE1-\xEC\xEE\xEF][\x80-\xBF]{2} # straight 3-byte | |
| \xED[\x80-\x9F][\x80-\xBF] # excluding surrogates | |
| \xF0[\x90-\xBF][\x80-\xBF]{2} # planes 1-3 | |
| [\xF1-\xF3][\x80-\xBF]{3} # planes 4nil5 | |
| \xF4[\x80-\x8F][\x80-\xBF]{2} # plane 16 | |
)*\z | |
(len: 500) | |
\A((?x-mi:0 | |
|1(?:[0-9][0-9]?)? | |
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])? | |
|[3-9][0-9]?))\.((?x-mi:0 | |
|1(?:[0-9][0-9]?)? | |
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])? | |
|[3-9][0-9]?))\.((?x-mi:0 | |
|1(?:[0-9][0-9]?)? | |
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])? | |
|[3-9][0-9]?))\.((?x-mi:0 | |
|1(?:[0-9][0-9]?)? | |
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])? | |
|[3-9][0-9]?))\z | |
(len: 494) | |
\A((?x-mi:0 | |
|1(?:[0-9][0-9]?)? | |
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])? | |
|[3-9][0-9]?))\.((?x-mi:0 | |
|1(?:[0-9][0-9]?)? | |
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])? | |
|[3-9][0-9]?))\.((?x-mi:0 | |
|1(?:[0-9][0-9]?)? | |
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])? | |
|[3-9][0-9]?))\.((?x-mi:0 | |
|1(?:[0-9][0-9]?)? | |
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])? | |
|[3-9][0-9]?))\z | |
(len: 494) | |
(?<backslash>\\)? # is it escaped with a backslash? | |
\$ # literal $ | |
(?<cmd> # collect command content for eval | |
\( # require opening paren | |
([^()]|\g<cmd>)+ # allow any number of non-parens, or balanced | |
# parens (by nesting the <cmd> expression | |
# recursively) | |
\) # require closing paren | |
) | |
(len: 493) | |
(?<backslash>\\)? # is it escaped with a backslash? | |
\$ # literal $ | |
(?<cmd> # collect command content for eval | |
\( # require opening paren | |
([^()]|\g<cmd>)+ # allow any number of non-parens, or balanced | |
# parens (by nesting the <cmd> expression | |
# recursively) | |
\) # require closing paren | |
) | |
(len: 493) | |
(function() { | |
$(document).on('peek:render', function(event, requestId, data) { | |
var title; | |
title = []; | |
title.push("Reads: " + data.context.dalli.reads); | |
title.push("Misses: " + data.context.dalli.misses); | |
title.push("Writes: " + data.context.dalli.writes); | |
title.push("Other: " + data.context.dalli.others); | |
return $('#peek-dalli-tooltip').attr('title', title.join('<br>')).tipsy({ | |
html: true, | |
gravity: $.fn.tipsy.autoNS | |
}); | |
}); | |
}).call(this); | |
(len: 492) | |
Amend a line of input in multi-line mode. `amend-line N`, where the N represents | |
line to replace. Can also specify a range of lines using `amend-line N..M` | |
syntax. Passing "!" as replacement content deletes the line(s) instead. | |
amend-line 1 puts 'new' # replace line 1 | |
amend-line 1..4 ! # delete lines 1..4 | |
amend-line 3 >puts 'bye' # insert before line 3 | |
amend-line puts 'appended' # no line number modifies immediately preceding line | |
(len: 492) | |
Amend a line of input in multi-line mode. `amend-line N`, where the N represents | |
line to replace. Can also specify a range of lines using `amend-line N..M` | |
syntax. Passing "!" as replacement content deletes the line(s) instead. | |
amend-line 1 puts 'new' # replace line 1 | |
amend-line 1..4 ! # delete lines 1..4 | |
amend-line 3 >puts 'bye' # insert before line 3 | |
amend-line puts 'appended' # no line number modifies immediately preceding line | |
(len: 492) | |
(function() { | |
$(document).on('peek:render', function(event, requestId, data) { | |
var title; | |
title = []; | |
title.push("Reads: " + data.context.dalli.reads); | |
title.push("Misses: " + data.context.dalli.misses); | |
title.push("Writes: " + data.context.dalli.writes); | |
title.push("Other: " + data.context.dalli.others); | |
return $('#peek-dalli-tooltip').attr('title', title.join('<br>')).tipsy({ | |
html: true, | |
gravity: $.fn.tipsy.autoNS | |
}); | |
}); | |
}).call(this); | |
(len: 492) | |
Usage: disable-pry | |
After this command is run any further calls to pry will immediately return `nil` | |
without interrupting the flow of your program. This is particularly useful when | |
you've debugged the problem you were having, and now wish the program to run to | |
the end. | |
As alternatives, consider using `exit!` to force the current Ruby process | |
to quit immediately; or using `edit-method -p` to remove the `binding.pry` | |
from the code. | |
(len: 483) | |
Usage: disable-pry | |
After this command is run any further calls to pry will immediately return `nil` | |
without interrupting the flow of your program. This is particularly useful when | |
you've debugged the problem you were having, and now wish the program to run to | |
the end. | |
As alternatives, consider using `exit!` to force the current Ruby process | |
to quit immediately; or using `edit-method -p` to remove the `binding.pry` | |
from the code. | |
(len: 483) | |
var output, print = function(string) { | |
WScript.Echo(string); | |
}; | |
try { | |
result = program(); | |
if (typeof result == 'undefined' && result !== null) { | |
print('["ok"]'); | |
} else { | |
try { | |
print(JSON.stringify(['ok', result])); | |
} catch (err) { | |
print(JSON.stringify(['err', err.name + ': ' + err.message, err.stack])); | |
} | |
} | |
} catch (err) { | |
print(JSON.stringify(['err', err.name + ': ' + err.message, err.stack])); | |
} | |
}); | |
(len: 482) | |
;function compile(script, options) { | |
try { | |
return CoffeeScript.compile(script, options); | |
} catch (err) { | |
if (err instanceof SyntaxError && err.location) { | |
throw new SyntaxError([ | |
err.filename || "[stdin]", | |
err.location.first_line + 1, | |
err.location.first_column + 1 | |
].join(":") + ": " + err.message) | |
} else { | |
throw err; | |
} | |
} | |
} | |
(len: 479) | |
;function compile(script, options) { | |
try { | |
return CoffeeScript.compile(script, options); | |
} catch (err) { | |
if (err instanceof SyntaxError && err.location) { | |
throw new SyntaxError([ | |
err.filename || "[stdin]", | |
err.location.first_line + 1, | |
err.location.first_column + 1 | |
].join(":") + ": " + err.message) | |
} else { | |
throw err; | |
} | |
} | |
} | |
(len: 479) | |
(?:(?x-mi:\A | |
(?:[0-9A-Fa-f]{1,4}:){7} | |
[0-9A-Fa-f]{1,4} | |
\z)) | | |
(?:(?x-mi:\A | |
((?:[0-9A-Fa-f]{1,4}(?::[0-9A-Fa-f]{1,4})*)?) :: | |
((?:[0-9A-Fa-f]{1,4}(?::[0-9A-Fa-f]{1,4})*)?) | |
\z)) | | |
(?:(?x-mi:\A | |
((?:[0-9A-Fa-f]{1,4}:){6,6}) | |
(\d+)\.(\d+)\.(\d+)\.(\d+) | |
\z)) | | |
(?:(?x-mi:\A | |
((?:[0-9A-Fa-f]{1,4}(?::[0-9A-Fa-f]{1,4})*)?) :: | |
((?:[0-9A-Fa-f]{1,4}:)*) | |
(\d+)\.(\d+)\.(\d+)\.(\d+) | |
\z)) | |
(len: 477) | |
(?:(?x-mi:\A | |
(?:[0-9A-Fa-f]{1,4}:){7} | |
[0-9A-Fa-f]{1,4} | |
\z)) | | |
(?:(?x-mi:\A | |
((?:[0-9A-Fa-f]{1,4}(?::[0-9A-Fa-f]{1,4})*)?) :: | |
((?:[0-9A-Fa-f]{1,4}(?::[0-9A-Fa-f]{1,4})*)?) | |
\z)) | | |
(?:(?x-mi:\A | |
((?:[0-9A-Fa-f]{1,4}:){6,6}) | |
(\d+)\.(\d+)\.(\d+)\.(\d+) | |
\z)) | | |
(?:(?x-mi:\A | |
((?:[0-9A-Fa-f]{1,4}(?::[0-9A-Fa-f]{1,4})*)?) :: | |
((?:[0-9A-Fa-f]{1,4}:)*) | |
(\d+)\.(\d+)\.(\d+)\.(\d+) | |
\z)) | |
(len: 477) | |
}, function(program) { | |
var output, print = function(string) { | |
process.stdout.write('' + string); | |
}; | |
try { | |
result = program(); | |
if (typeof result == 'undefined' && result !== null) { | |
print('["ok"]'); | |
} else { | |
try { | |
print(JSON.stringify(['ok', result])); | |
} catch (err) { | |
print(JSON.stringify(['err', '' + err, err.stack])); | |
} | |
} | |
} catch (err) { | |
print(JSON.stringify(['err', '' + err, err.stack])); | |
} | |
}); | |
(len: 476) | |
The JSON encoder in Rails 4.1 no longer supports encoding BigDecimals as JSON numbers. Instead, the new encoder will always encode them as strings. | |
You are seeing this error because you have 'active_support.encode_big_decimal_as_string' in your configuration file. If you have been setting this to true, you can safely remove it from your configuration. Otherwise, you should add the 'activesupport-json_encoder' gem to your Gemfile in order to restore this functionality. | |
(len: 473) | |
<meta property="og:title" content="Classroom for GitHub" /> | |
<meta property="og:type" content="website" /> | |
<meta property="og:description" content="Classroom for GitHub automates repository creation and access control, making it easy for teachers to distribute starter code and collect assignments on GitHub." /> | |
<meta property="og:url" content="https://classroom.github.com/" /> | |
<meta property="og:image" content="https://classroom.github.com/images/og-image.png" /> | |
(len: 467) | |
Usage: find-route <controller> | |
Returns the URL(s) that match a given controller or controller action. | |
find-route MyController#show #=> The URL that matches the MyController show action | |
find-route MyController #=> All the URLs that hit MyController | |
find-route Admin #=> All the URLs that hit the Admin namespace | |
find-route Com #=> All the URLS whose controller regex matches /Comm/, e.g CommentsController | |
(len: 466) | |
Usage: find-route <controller> | |
Returns the URL(s) that match a given controller or controller action. | |
find-route MyController#show #=> The URL that matches the MyController show action | |
find-route MyController #=> All the URLs that hit MyController | |
find-route Admin #=> All the URLs that hit the Admin namespace | |
find-route Com #=> All the URLS whose controller regex matches /Comm/, e.g CommentsController | |
(len: 466) | |
(?-mix:(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?\d+)?)(?:(?-mix:-?(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?:[a-zA-Z0-9_]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|-(?!\d))*|%))? | |
(len: 465) | |
w[here]|bt|backtrace | |
Display stack frames. | |
Print the entire stack frame. Each frame is numbered; the most recent | |
frame is 0. A frame number can be referred to in the "frame" command. | |
"up" and "down" add or subtract respectively to frame numbers shown. | |
The position of the current frame is marked with -->. C-frames hang | |
from their most immediate Ruby frame to indicate that they are not | |
navigable. | |
(len: 464) | |
Usage: pry-backtrace [OPTIONS] [--help] | |
Show the backtrace for the position in the code where Pry was started. This can | |
be used to infer the behavior of the program immediately before it entered Pry, | |
just like the backtrace property of an exception. | |
NOTE: if you are looking for the backtrace of the most recent exception raised, | |
just type: `_ex_.backtrace` instead. | |
See: https://github.com/pry/pry/wiki/Special-Locals | |
(len: 463) | |
Usage: pry-backtrace [OPTIONS] [--help] | |
Show the backtrace for the position in the code where Pry was started. This can | |
be used to infer the behavior of the program immediately before it entered Pry, | |
just like the backtrace property of an exception. | |
NOTE: if you are looking for the backtrace of the most recent exception raised, | |
just type: `_ex_.backtrace` instead. | |
See: https://github.com/pry/pry/wiki/Special-Locals | |
(len: 463) | |
-- | |
Now the light falls | |
Across the open field, leaving the deep lane | |
Shuttered with branches, dark in the afternoon, | |
Where you lean against a bank while a van passes, | |
And the deep lane insists on the direction | |
Into the village, in the electric heat | |
Hypnotised. In a warm haze the sultry light | |
Is absorbed, not refracted, by grey stone. | |
The dahlias sleep in the empty silence. | |
Wait for the early owl. | |
-- T.S Eliot | |
(len: 461) | |
-(?-mix:(?:(\d*\.\d+)|(\d+))(?:[eE]([+-]?\d+))?((?-mix:-?(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?:[a-zA-Z0-9_]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|-(?!\d))*|%))?) | |
(len: 461) | |
\A | |
(?:export\s+)? # optional export | |
([\w\.]+) # key | |
(?:\s*=\s*|:\s+?) # separator | |
( # optional value begin | |
'(?:\'|[^'])*' # single quoted value | |
| # or | |
"(?:\"|[^"])*" # double quoted value | |
| # or | |
[^#\n]+ # unquoted value | |
)? # value end | |
(?:\s*\#.*)? # optional comment | |
\z | |
(len: 458) | |
\A | |
(?:export\s+)? # optional export | |
([\w\.]+) # key | |
(?:\s*=\s*|:\s+?) # separator | |
( # optional value begin | |
'(?:\'|[^'])*' # single quoted value | |
| # or | |
"(?:\"|[^"])*" # double quoted value | |
| # or | |
[^#\n]+ # unquoted value | |
)? # value end | |
(?:\s*\#.*)? # optional comment | |
\z | |
(len: 458) | |
(?:(\d*\.\d+)|(\d+))(?:[eE]([+-]?\d+))?((?-mix:-?(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?:[a-zA-Z0-9_]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|-(?!\d))*|%))? | |
(len: 452) | |
(?: | |
[\xC2-\xDF][\x80-\xBF] # non-overlong 2-byte | |
| \xE0[\xA0-\xBF][\x80-\xBF] # excluding overlongs | |
| [\xE1-\xEC\xEE\xEF][\x80-\xBF]{2} # straight 3-byte | |
| \xED[\x80-\x9F][\x80-\xBF] # excluding surrogates | |
| \xF0[\x90-\xBF][\x80-\xBF]{2} # planes 1-3 | |
| [\xF1-\xF3][\x80-\xBF]{3} # planes 4nil5 | |
| \xF4[\x80-\x8F][\x80-\xBF]{2} # plane 16 | |
) | |
(len: 443) | |
(?: | |
[\xC2-\xDF][\x80-\xBF] # non-overlong 2-byte | |
| \xE0[\xA0-\xBF][\x80-\xBF] # excluding overlongs | |
| [\xE1-\xEC\xEE\xEF][\x80-\xBF]{2} # straight 3-byte | |
| \xED[\x80-\x9F][\x80-\xBF] # excluding surrogates | |
| \xF0[\x90-\xBF][\x80-\xBF]{2} # planes 1-3 | |
| [\xF1-\xF3][\x80-\xBF]{3} # planes 4nil5 | |
| \xF4[\x80-\x8F][\x80-\xBF]{2} # plane 16 | |
) | |
(len: 443) | |
' is instance dependent (the scope | |
block takes an argument). Preloading happens before the individual | |
instances are created. This means that there is no instance being | |
passed to the association scope. This will most likely result in | |
broken or incorrect behavior. Joining, Preloading and eager loading | |
of these associations is deprecated and will be removed in the future. | |
(len: 432) | |
^(?:\+|@include)\s*((?-mix:-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*))(.*)$ | |
(len: 431) | |
^(?:=|@mixin)\s*((?-mix:-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*))(.*)$ | |
(len: 428) | |
((?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))|[ \t]|[,>+*]|[:#.](?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))){1,50}([{]) | |
(len: 426) | |
^@function\s*((?-mix:-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*))(.*)$ | |
(len: 425) | |
Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. | |
You can opt into the new behavior and remove this warning by setting: | |
config.active_record.raise_in_transactional_callbacks = true | |
(len: 420) | |
Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. | |
You can opt into the new behavior and remove this warning by setting: | |
config.active_record.raise_in_transactional_callbacks = true | |
(len: 420) | |
Reload the source file that contains the specified code object. | |
e.g reload-code MyClass#my_method #=> reload a method | |
reload-code MyClass #=> reload a class | |
reload-code my-command #=> reload a pry command | |
reload-code self #=> reload the current object | |
reload-code #=> reload the current file or object | |
(len: 418) | |
Reload the source file that contains the specified code object. | |
e.g reload-code MyClass#my_method #=> reload a method | |
reload-code MyClass #=> reload a class | |
reload-code my-command #=> reload a pry command | |
reload-code self #=> reload the current object | |
reload-code #=> reload the current file or object | |
(len: 418) | |
((?-mix:-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*))(\()? | |
(len: 412) | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<style type="text/css"> | |
body { text-align:center;font-family:helvetica,arial;font-size:22px; | |
color:#888;margin:20px} | |
#c {margin:0 auto;width:500px;text-align:left} | |
</style> | |
</head> | |
<body> | |
<h2>Sinatra doesn’t know this ditty.</h2> | |
<img src=' | |
(len: 412) | |
(\$)((?-mix:-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)) | |
(len: 411) | |
^\$(?-mix:-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)$ | |
(len: 409) | |
var processor; | |
var process = function() { | |
var result = autoprefixer.process.apply(autoprefixer, arguments); | |
var warns = result.warnings().map(function (i) { | |
delete i.plugin; | |
return i.toString(); | |
}); | |
var map = result.map ? result.map.toString() : null; | |
return { css: result.css, map: map, warnings: warns }; | |
}; | |
(len: 409) | |
(?-mix:-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\( | |
(len: 407) | |
#(?-mix:-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*) | |
(len: 406) | |
}, function(program) { | |
var output; | |
try { | |
result = program(); | |
if (typeof result == 'undefined' && result !== null) { | |
print('["ok"]'); | |
} else { | |
try { | |
print(JSON.stringify(['ok', result])); | |
} catch (err) { | |
print(JSON.stringify(['err', '' + err, err.stack])); | |
} | |
} | |
} catch (err) { | |
print(JSON.stringify(['err', '' + err, err.stack])); | |
} | |
}); | |
(len: 405) | |
dis[able][[ breakpoints| display)][ n1[ n2[ ...[ nn]]]]] | |
Disables breakpoints or displays. | |
"disable" by itself shows this help | |
"disable breakpoints" disables all breakpoints. | |
"disable displays" disables all displays. | |
You can also specify a space separated list of breakpoint or display | |
numbers to disable only specific breakpoints or displays. | |
(len: 403) | |
-?(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?:[a-zA-Z0-9_]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|-(?!\d))*|% | |
(len: 402) | |
SECURITY WARNING: No secret option provided to Rack::Session::Cookie. | |
This poses a security threat. It is strongly recommended that you | |
provide a secret to prevent exploits that may be possible from crafted | |
cookies. This will not be supported in future versions of Rack, and | |
future versions will even invalidate your existing user cookies. | |
Called from: | |
(len: 402) | |
(function ($) { | |
var ready = $.fn.ready; | |
$.fn.ready = function (fn) { | |
if (this.context === undefined) { | |
// The $().ready(fn) case. | |
ready(fn); | |
} else if (this.selector) { | |
ready($.proxy(function(){ | |
$(this.selector, this.context).each(fn); | |
}, this)); | |
} else { | |
ready($.proxy(function(){ | |
$(this).each(fn); | |
}, this)); | |
} | |
} | |
})(jQuery); | |
(len: 401) | |
(function ($) { | |
var ready = $.fn.ready; | |
$.fn.ready = function (fn) { | |
if (this.context === undefined) { | |
// The $().ready(fn) case. | |
ready(fn); | |
} else if (this.selector) { | |
ready($.proxy(function(){ | |
$(this.selector, this.context).each(fn); | |
}, this)); | |
} else { | |
ready($.proxy(function(){ | |
$(this).each(fn); | |
}, this)); | |
} | |
} | |
})(jQuery); | |
(len: 401) | |
-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))* | |
(len: 397) | |
(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))|%* | |
(len: 397) | |
Usage: cd [OPTIONS] [--help] | |
Move into new context (object or scope). As in UNIX shells use `cd ..` to go | |
back, `cd /` to return to Pry top-level and `cd -` to toggle between last two | |
scopes. Complex syntax (e.g `cd ../@x/@y`) also supported. | |
cd @x | |
cd .. | |
cd / | |
cd - | |
https://github.com/pry/pry/wiki/State-navigation#wiki-Changing_scope | |
(len: 391) | |
Usage: cd [OPTIONS] [--help] | |
Move into new context (object or scope). As in UNIX shells use `cd ..` to go | |
back, `cd /` to return to Pry top-level and `cd -` to toggle between last two | |
scopes. Complex syntax (e.g `cd ../@x/@y`) also supported. | |
cd @x | |
cd .. | |
cd / | |
cd - | |
https://github.com/pry/pry/wiki/State-navigation#wiki-Changing_scope | |
(len: 391) | |
Byebug is a Ruby 2 debugger. It's implemented using the | |
Ruby 2 TracePoint C API for execution control and the Debug Inspector C API | |
for call stack navigation. The core component provides support that | |
front-ends can build on. It provides breakpoint handling and bindings for | |
stack frames among other things and it comes with an easy to use command | |
line interface. | |
(len: 383) | |
Byebug is a Ruby 2 debugger. It's implemented using the | |
Ruby 2 TracePoint C API for execution control and the Debug Inspector C API | |
for call stack navigation. The core component provides support that | |
front-ends can build on. It provides breakpoint handling and bindings for | |
stack frames among other things and it comes with an easy to use command | |
line interface. | |
(len: 383) | |
\A((?-mix:[a-zA-Z][0-9a-zA-Z]*|[0-9]+(?:\.[0-9]+)*))=(?x-mi: | |
(?!["#])((?:(?-mix:[^\\",=+<>#;])|(?-mix:\\(?:[,=+<>#;]|\\|"|(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F])))))*)| | |
\#((?-mix:(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F]))+))| | |
"((?:(?-mix:[^\\"])|(?-mix:\\(?:[,=+<>#;]|\\|"|(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F])))))*)" | |
) | |
(len: 375) | |
\A((?-mix:[a-zA-Z][0-9a-zA-Z]*|[0-9]+(?:\.[0-9]+)*))=(?x-mi: | |
(?!["#])((?:(?-mix:[^\\",=+<>#;])|(?-mix:\\(?:[,=+<>#;]|\\|"|(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F])))))*)| | |
\#((?-mix:(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F]))+))| | |
"((?:(?-mix:[^\\"])|(?-mix:\\(?:[,=+<>#;]|\\|"|(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F])))))*)" | |
) | |
(len: 375) | |
You did not specify a `log_level` in `production.rb`. Currently, the default value for `log_level` is `:info` for the production environment and `:debug` in all other environments. In Rails 5 the default value will be unified to `:debug` across all environments. To preserve the current setting, add the following line to your `production.rb`: | |
config.log_level = :info | |
(len: 374) | |
<p>You don't have any routes defined!</p> | |
<ul> | |
<li>Please add some routes in <tt>config/routes.rb</tt>.</li> | |
<li> | |
For more information about routes, please see the Rails guide | |
<a href="http://guides.rubyonrails.org/routing.html">Rails Routing from the Outside In</a>. | |
</li> | |
</ul> | |
(len: 374) | |
l[ist][[-=]][ nn-mm] | |
Lists lines of code forward from current line or from the place where | |
code was last listed. If "list-" is specified, lists backwards instead. | |
If "list=" is specified, lists from current line regardless of where | |
code was last listed. A line range can also be specified to list | |
specific sections of code. | |
(len: 373) | |
Usage: hist [--head|--tail] | |
hist --all | |
hist --head N | |
hist --tail N | |
hist --show START..END | |
hist --grep PATTERN | |
hist --clear | |
hist --replay START..END | |
hist --save [START..END] FILE | |
Aliases: history | |
Show and replay Readline history. | |
(len: 370) | |
undisp[lay][ nnn] | |
Cancel some expressions to be displayed when program stops. Arguments | |
are the code numbers of the expressions to stop displaying. No argument | |
means cancel all automatic-display expressions. "delete display" has the | |
same effect as this command. Do "info display" to see the current list | |
of code numbers. | |
(len: 370) | |
Usage: hist [--head|--tail] | |
hist --all | |
hist --head N | |
hist --tail N | |
hist --show START..END | |
hist --grep PATTERN | |
hist --clear | |
hist --replay START..END | |
hist --save [START..END] FILE | |
Aliases: history | |
Show and replay Readline history. | |
(len: 370) | |
Usage: exit [OPTIONS] [--help] | |
Aliases: quit | |
Pop the previous binding (does NOT exit program). It can be useful to exit a | |
context with a user-provided value. For instance an exit value can be used to | |
determine program flow. | |
exit "pry this" | |
exit | |
https://github.com/pry/pry/wiki/State-navigation#wiki-Exit_with_value | |
(len: 368) | |
Usage: exit [OPTIONS] [--help] | |
Aliases: quit | |
Pop the previous binding (does NOT exit program). It can be useful to exit a | |
context with a user-provided value. For instance an exit value can be used to | |
determine program flow. | |
exit "pry this" | |
exit | |
https://github.com/pry/pry/wiki/State-navigation#wiki-Exit_with_value | |
(len: 368) | |
/usr/local/opt/nvm/versions/v5.4.1/share/man:/usr/local/opt/nvm/versions/v5.4.1/share/man:/usr/local/share/man:/Library/TeX/Distributions/Programs/texbin/man:/usr/share/man:/opt/X11/share/man:/Library/TeX/texbin/man:/Applications/Xcode.app/Contents/Developer/usr/share/man:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/man | |
(len: 365) | |
/usr/local/opt/nvm/versions/v5.4.1/share/man:/usr/local/opt/nvm/versions/v5.4.1/share/man:/usr/local/share/man:/Library/TeX/Distributions/Programs/texbin/man:/usr/share/man:/opt/X11/share/man:/Library/TeX/texbin/man:/Applications/Xcode.app/Contents/Developer/usr/share/man:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/man | |
(len: 365) | |
set <setting> <value> | |
Modifies parts of byebug environment. | |
Boolean values take "on", "off", "true", "false", "1" or "0". If you | |
don't specify a value, the boolean setting will be enabled. Conversely, | |
you can use "set no<setting>" to disable them. | |
You can see these environment settings with the "show" command. | |
(len: 363) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/bin:/Users/chris/.rbenv/versions/2.3.0/bin:/usr/local/Cellar/rbenv/0.4.0/libexec:/Users/chris/.rbenv/shims:/usr/local/opt/nvm/versions/v5.4.1/bin:/Users/chris/.local/bin:/usr/local/bin:/usr/local/sbin:/Library/TeX/Distributions/Programs/texbin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Library/TeX/texbin | |
(len: 361) | |
Arel Really Exasperates Logicians | |
Arel is a SQL AST manager for Ruby. It | |
1. Simplifies the generation of complex SQL queries | |
2. Adapts to various RDBMSes | |
It is intended to be a framework framework; that is, you can build your own ORM | |
with it, focusing on innovative object and collection modeling as opposed to | |
database compatibility and query generation. | |
(len: 358) | |
Arel Really Exasperates Logicians | |
Arel is a SQL AST manager for Ruby. It | |
1. Simplifies the generation of complex SQL queries | |
2. Adapts to various RDBMSes | |
It is intended to be a framework framework; that is, you can build your own ORM | |
with it, focusing on innovative object and collection modeling as opposed to | |
database compatibility and query generation. | |
(len: 358) | |
SELECT distinct i.relname, d.indisunique, d.indkey, pg_get_indexdef(d.indexrelid), t.oid | |
FROM pg_class t | |
INNER JOIN pg_index d ON t.oid = d.indrelid | |
INNER JOIN pg_class i ON d.indexrelid = i.oid | |
WHERE i.relkind = 'i' | |
AND d.indisprimary = 'f' | |
AND t.relname = ' | |
(len: 354) | |
Warning: this Gemfile contains multiple primary sources. Using `source` more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error, run `bundle config disable_multisource true`. | |
(len: 350) | |
Rack provides a minimal, modular and adaptable interface for developing | |
web applications in Ruby. By wrapping HTTP requests and responses in | |
the simplest way possible, it unifies and distills the API for web | |
servers, web frameworks, and software in between (the so-called | |
middleware) into a single method call. | |
Also see http://rack.github.io/. | |
(len: 346) | |
Rack provides a minimal, modular and adaptable interface for developing | |
web applications in Ruby. By wrapping HTTP requests and responses in | |
the simplest way possible, it unifies and distills the API for web | |
servers, web frameworks, and software in between (the so-called | |
middleware) into a single method call. | |
Also see http://rack.github.io/. | |
(len: 346) | |
Usage: show-doc [OPTIONS] [METH] | |
Aliases: ? | |
Show the documentation for a method or class. Tries instance methods first and | |
then methods by default. | |
show-doc hi_method # docs for hi_method | |
show-doc Pry # for Pry class | |
show-doc Pry -a # for all definitions of Pry class (all monkey patches) | |
(len: 344) | |
Usage: show-doc [OPTIONS] [METH] | |
Aliases: ? | |
Show the documentation for a method or class. Tries instance methods first and | |
then methods by default. | |
show-doc hi_method # docs for hi_method | |
show-doc Pry # for Pry class | |
show-doc Pry -a # for all definitions of Pry class (all monkey patches) | |
(len: 344) | |
(?-mix:\"((?:[^\n\r\f\\"]|\\(?-mix:\n|\r\n|\r|\f)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\")|(?-mix:\'((?:[^\n\r\f\\']|\\(?-mix:\n|\r\n|\r|\f)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\') | |
(len: 341) | |
Render and/or redirect were called multiple times in this action. Please note that you may only call render OR redirect, and at most once per action. Also note that neither redirect nor render terminate execution of the action, so if you want to exit an action after redirecting, you need to do something like "redirect_to(...) and return". | |
(len: 340) | |
Render and/or redirect were called multiple times in this action. Please note that you may only call render OR redirect, and at most once per action. Also note that neither redirect nor render terminate execution of the action, so if you want to exit an action after redirecting, you need to do something like "redirect_to(...) and return". | |
(len: 340) | |
Usage: wtf[?|!] | |
Show's a few lines of the backtrace of the most recent exception (also available | |
as `_ex_.backtrace`). If you want to see more lines, add more question marks or | |
exclamation marks. | |
wtf? | |
wtf?!???!?!? | |
# To see the entire backtrace, pass the `-v` or `--verbose` flag. | |
wtf -v | |
(len: 338) | |
Usage: wtf[?|!] | |
Show's a few lines of the backtrace of the most recent exception (also available | |
as `_ex_.backtrace`). If you want to see more lines, add more question marks or | |
exclamation marks. | |
wtf? | |
wtf?!???!?!? | |
# To see the entire backtrace, pass the `-v` or `--verbose` flag. | |
wtf -v | |
(len: 338) | |
The configuration option `config.serve_static_assets` has been renamed to `config.serve_static_files` to clarify its role (it merely enables serving everything in the `public` folder and is unrelated to the asset pipeline). The `serve_static_assets` alias will be removed in Rails 5.0. Please migrate your configuration files accordingly. | |
(len: 338) | |
The configuration option `config.serve_static_assets` has been renamed to `config.serve_static_files` to clarify its role (it merely enables serving everything in the `public` folder and is unrelated to the asset pipeline). The `serve_static_assets` alias will be removed in Rails 5.0. Please migrate your configuration files accordingly. | |
(len: 338) | |
Your user account isn't allowed to install to the system Rubygems. | |
You can cancel this installation and run: | |
bundle install --path vendor/bundle | |
to install the gems into ./vendor/bundle/, or you can enter your password | |
and install the bundled gems to Rubygems using sudo. | |
Password: | |
(len: 337) | |
<footer class="site-footer text-center"> | |
<div class="container"> | |
<div class="made-with-heart"> | |
<span class="octicon octicon-mortar-board"></span> with <span class="octicon octicon-heart"></span> by <a href="https://education.github.com" class="octicon octicon-logo-github"></a> | |
</div> | |
</div> | |
Classroom for GitHub is | |
(len: 336) | |
To respond to a custom format, register it as a MIME type first: http://guides.rubyonrails.org/action_controller_overview.html#restful-downloads. If you meant to respond to a variant like :tablet or :phone, not a custom format, be sure to nest your variant response within a format response: format.html { |html| html.tablet { ... } } | |
(len: 334) | |
# Get a binding with 'self' set to self, and no locals. | |
# | |
# The default definee is determined by the context in which the | |
# definition is eval'd. | |
# | |
# Please don't call this method directly, see {__binding__}. | |
# | |
# @return [Binding] | |
def __pry__ | |
::Kernel.binding | |
end | |
(len: 332) | |
You are calling a `*_path` helper with the `only_path` option | |
explicitly set to `true`. This option will stop working on | |
path helpers in Rails 5. Simply remove the `only_path: true` | |
argument from your call as it is redundant when applied to a | |
path helper. | |
(len: 326) | |
\A\s* | |
(?:(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun)\s*,\s*)? | |
(\d{1,2})\s+ | |
(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s+ | |
(\d{2,})\s+ | |
(\d{2})\s* | |
:\s*(\d{2})\s* | |
(?::\s*(\d{2}))?\s+ | |
([+-]\d{4}| | |
UT|GMT|EST|EDT|CST|CDT|MST|MDT|PST|PDT|[A-IK-Z]) | |
(len: 325) | |
' | |
You may have defined two routes with the same name using the `:as` option, or you may be overriding a route already defined by a resource with the same naming. For the latter, you can restrict the routes created with `resources` as explained here: | |
http://guides.rubyonrails.org/routing.html#restricting-the-routes-created | |
(len: 325) | |
SELECT a.attname, format_type(a.atttypid, a.atttypmod), | |
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod | |
FROM pg_attribute a LEFT JOIN pg_attrdef d | |
ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
WHERE a.attrelid = ' | |
(len: 323) | |
\A([-+]?(?:0(?:[0-7]+(?:_[0-7]+)*|b[01]+(?:_[01]+)*|x[\da-f]+(?:_[\da-f]+)*)?|(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:E[-+]?\d+(?:_\d+)*)?))(?:/([-+]?(?:0(?:[0-7]+(?:_[0-7]+)*|b[01]+(?:_[01]+)*|x[\da-f]+(?:_[\da-f]+)*)?|(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:E[-+]?\d+(?:_\d+)*)?)))?\z | |
(len: 322) | |
\A([-+]?(?:0(?:[0-7]+(?:_[0-7]+)*|b[01]+(?:_[01]+)*|x[\da-f]+(?:_[\da-f]+)*)?|(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:E[-+]?\d+(?:_\d+)*)?))(?:/([-+]?(?:0(?:[0-7]+(?:_[0-7]+)*|b[01]+(?:_[01]+)*|x[\da-f]+(?:_[\da-f]+)*)?|(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:E[-+]?\d+(?:_\d+)*)?)))?\z | |
(len: 322) | |
) | |
to a boolean column. Currently this value casts to `false`. This will | |
change to match Ruby's semantics, and will cast to `true` in Rails 5. | |
If you would like to maintain the current behavior, you should | |
explicitly handle the values you would like cast to `false`. | |
(len: 322) | |
m[ethod] (i[nstance][ <obj>]|<class|module>) | |
When invoked with "instance", shows instance methods of the object | |
specified as argument or of self no object was specified. | |
When invoked only with a class or module, shows class methods of the | |
class or module specified as argument. | |
(len: 320) | |
-O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens | |
(len: 317) | |
-O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens | |
(len: 317) | |
-O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens | |
(len: 317) | |
-O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens | |
(len: 317) | |
-O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens | |
(len: 317) | |
-O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens | |
(len: 317) | |
(?!["#])((?:(?-mix:[^\\",=+<>#;])|(?-mix:\\(?:[,=+<>#;]|\\|"|(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F])))))*)| | |
\#((?-mix:(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F]))+))| | |
"((?:(?-mix:[^\\"])|(?-mix:\\(?:[,=+<>#;]|\\|"|(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F])))))*)" | |
(len: 314) | |
(?!["#])((?:(?-mix:[^\\",=+<>#;])|(?-mix:\\(?:[,=+<>#;]|\\|"|(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F])))))*)| | |
\#((?-mix:(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F]))+))| | |
"((?:(?-mix:[^\\"])|(?-mix:\\(?:[,=+<>#;]|\\|"|(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F])))))*)" | |
(len: 314) | |
Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications. Puma is intended for use in both development and production environments. In order to get the best throughput, it is highly recommended that you use a Ruby implementation with real threads like Rubinius or JRuby. | |
(len: 313) | |
Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications. Puma is intended for use in both development and production environments. In order to get the best throughput, it is highly recommended that you use a Ruby implementation with real threads like Rubinius or JRuby. | |
(len: 313) | |
You should not use the `match` method in your router without specifying an HTTP method. | |
If you want to expose your action to both GET and POST, add `via: [:get, :post]` option. | |
If you want to expose your action to GET, use `get` in the router: | |
Instead of: match "controller#action" | |
Do: get "controller#action" | |
(len: 313) | |
ObjectSpace stats: | |
TOTAL: 1210591 | |
FREE: 719993 | |
T_STRING: 186938 | |
T_ARRAY: 116441 | |
T_IMEMO: 82989 | |
T_HASH: 62044 | |
T_DATA: 13054 | |
T_OBJECT: 12891 | |
T_CLASS: 8371 | |
T_REGEXP: 2507 | |
T_ICLASS: 2042 | |
T_MODULE: 1189 | |
T_RATIONAL: 891 | |
T_STRUCT: 615 | |
T_SYMBOL: 496 | |
T_NODE: 79 | |
T_FILE: 22 | |
T_BIGNUM: 15 | |
T_FLOAT: 9 | |
T_MATCH: 4 | |
T_COMPLEX: 1 | |
1000 Largest strings: | |
(len: 312) | |
ObjectSpace stats: | |
TOTAL: 1210591 | |
FREE: 719993 | |
T_STRING: 186938 | |
T_ARRAY: 116441 | |
T_IMEMO: 82989 | |
T_HASH: 62044 | |
T_DATA: 13054 | |
T_OBJECT: 12891 | |
T_CLASS: 8371 | |
T_REGEXP: 2507 | |
T_ICLASS: 2042 | |
T_MODULE: 1189 | |
T_RATIONAL: 891 | |
T_STRUCT: 615 | |
T_SYMBOL: 496 | |
T_NODE: 79 | |
T_FILE: 22 | |
T_BIGNUM: 15 | |
T_FLOAT: 9 | |
T_MATCH: 4 | |
T_COMPLEX: 1 | |
(len: 312) | |
(?-mix:\"((?:[^\n\r\f\\"#]|#(?!\{)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\")|(?-mix:\'((?:[^\n\r\f\\'#]|#(?!\{)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\') | |
(len: 311) | |
, # "text_field", | |
@object_name, # @object_name, | |
method, # method, | |
objectify_options(options)) # objectify_options(options)) | |
end # end | |
(len: 306) | |
app/controllers/application_controller.rb:98:in `true_user' | |
app/controllers/application_controller.rb:59:in `current_user' | |
app/controllers/application_controller.rb:82:in `logged_in?' | |
app/controllers/application_controller.rb:94:in `staff?' | |
app/controllers/application_controller.rb:20:in `peek_enabled?' | |
(len: 305) | |
tr[acevar] <variable> [[no]stop] | |
Start tracing variable <variable>. | |
If "stop" is specified, execution will stop every time the variable | |
changes its value. If nothing or "nostop" is specified, execution won't | |
stop, changes will just be logged in byebug's output. | |
(len: 304) | |
# Get a binding with 'self' set to self, and no locals. | |
# | |
# The default definee is determined by the context in which the | |
# definition is eval'd. | |
# | |
# Please don't call this method directly, see {__binding__}. | |
# | |
# @return [Binding] | |
def __pry__ | |
binding | |
end | |
(len: 301) | |
# Get a binding with 'self' set to self, and no locals. | |
# | |
# The default definee is determined by the context in which the | |
# definition is eval'd. | |
# | |
# Please don't call this method directly, see {__binding__}. | |
# | |
# @return [Binding] | |
def __pry__ | |
binding | |
end | |
(len: 301) | |
save[ FILE] | |
Saves current byebug state to FILE as a script file. This includes | |
breakpoints, catchpoints, display expressions and some settings. If no | |
filename is given, we will fabricate one. | |
Use the "source" command in another debug session to restore them. | |
(len: 301) | |
Usage: save-file [OPTIONS] --to [FILE] | |
Export to a file using content from the REPL. | |
save-file my_method --to hello.rb | |
save-file -i 1..10 --to hello.rb --append | |
save-file show-method --to my_command.rb | |
save-file sample_file.rb --lines 2..10 --to output_file.rb | |
(len: 299) | |
Usage: save-file [OPTIONS] --to [FILE] | |
Export to a file using content from the REPL. | |
save-file my_method --to hello.rb | |
save-file -i 1..10 --to hello.rb --append | |
save-file show-method --to my_command.rb | |
save-file sample_file.rb --lines 2..10 --to output_file.rb | |
(len: 299) | |
'--prefix=/Users/chris/.rbenv/versions/2.3.0' '--with-openssl-dir=/usr/local/opt/openssl' '--with-readline-dir=/usr/local/opt/readline' 'CC=clang' 'CFLAGS= -O3 -Wno-error=shorten-64-to-32 ' 'LDFLAGS=-L/Users/chris/.rbenv/versions/2.3.0/lib ' 'CPPFLAGS=-I/Users/chris/.rbenv/versions/2.3.0/include ' | |
(len: 299) | |
'--prefix=/Users/chris/.rbenv/versions/2.3.0' '--with-openssl-dir=/usr/local/opt/openssl' '--with-readline-dir=/usr/local/opt/readline' 'CC=clang' 'CFLAGS= -O3 -Wno-error=shorten-64-to-32 ' 'LDFLAGS=-L/Users/chris/.rbenv/versions/2.3.0/lib ' 'CPPFLAGS=-I/Users/chris/.rbenv/versions/2.3.0/include ' | |
(len: 299) | |
'--prefix=/Users/chris/.rbenv/versions/2.3.0' '--with-openssl-dir=/usr/local/opt/openssl' '--with-readline-dir=/usr/local/opt/readline' 'CC=clang' 'CFLAGS= -O3 -Wno-error=shorten-64-to-32 ' 'LDFLAGS=-L/Users/chris/.rbenv/versions/2.3.0/lib ' 'CPPFLAGS=-I/Users/chris/.rbenv/versions/2.3.0/include ' | |
(len: 299) | |
Usage: continue [LINE] | |
Continue program execution until the next breakpoint, or the program | |
ends. Optionally continue to the specified line number. | |
Examples: | |
continue #=> Continue until the next breakpoint. | |
continue 4 #=> Continue to line number 4. | |
(len: 293) | |
Usage: continue [LINE] | |
Continue program execution until the next breakpoint, or the program | |
ends. Optionally continue to the specified line number. | |
Examples: | |
continue #=> Continue until the next breakpoint. | |
continue 4 #=> Continue to line number 4. | |
(len: 293) | |
CoffeeScript is a little language that compiles into JavaScript. | |
Underneath all of those embarrassing braces and semicolons, | |
JavaScript has always had a gorgeous object model at its heart. | |
CoffeeScript is an attempt to expose the good parts of JavaScript | |
in a simple way. | |
(len: 292) | |
<div class="blankslate large-format spacious clean-background"> | |
<h3>Oh, you don’t have any organizations on your GitHub account.</h3> | |
<p>Please <a href="https://github.com/organizations/new">create an organization on GitHub.com</a> and then come back.</p> | |
</div> | |
(len: 292) | |
CoffeeScript is a little language that compiles into JavaScript. | |
Underneath all of those embarrassing braces and semicolons, | |
JavaScript has always had a gorgeous object model at its heart. | |
CoffeeScript is an attempt to expose the good parts of JavaScript | |
in a simple way. | |
(len: 292) | |
TOTAL: 1210591 | |
FREE: 719993 | |
T_STRING: 186938 | |
T_ARRAY: 116441 | |
T_IMEMO: 82989 | |
T_HASH: 62044 | |
T_DATA: 13054 | |
T_OBJECT: 12891 | |
T_CLASS: 8371 | |
T_REGEXP: 2507 | |
T_ICLASS: 2042 | |
T_MODULE: 1189 | |
T_RATIONAL: 891 | |
T_STRUCT: 615 | |
T_SYMBOL: 496 | |
T_NODE: 79 | |
T_FILE: 22 | |
T_BIGNUM: 15 | |
T_FLOAT: 9 | |
T_MATCH: 4 | |
T_COMPLEX: 1 | |
(len: 292) | |
TOTAL: 1210591 | |
FREE: 719993 | |
T_STRING: 186938 | |
T_ARRAY: 116441 | |
T_IMEMO: 82989 | |
T_HASH: 62044 | |
T_DATA: 13054 | |
T_OBJECT: 12891 | |
T_CLASS: 8371 | |
T_REGEXP: 2507 | |
T_ICLASS: 2042 | |
T_MODULE: 1189 | |
T_RATIONAL: 891 | |
T_STRUCT: 615 | |
T_SYMBOL: 496 | |
T_NODE: 79 | |
T_FILE: 22 | |
T_BIGNUM: 15 | |
T_FLOAT: 9 | |
T_MATCH: 4 | |
T_COMPLEX: 1 | |
(len: 292) | |
-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens | |
(len: 290) | |
-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens | |
(len: 290) | |
-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens | |
(len: 290) | |
Automatic updating of counter caches on through associations has been | |
deprecated, and will be removed in Rails 5. Instead, please set the | |
appropriate `counter_cache` options on the `has_many` and `belongs_to` | |
for your associations to | |
(len: 282) | |
cond[ition] <n>[ expr] | |
Specify breakpoint number <n> to break only if <expr> is true. <n> is | |
an integer and <expr> is an expression to be evaluated whenever | |
breakpoint <n> is reached. If no expression is specified, the condition | |
is removed. | |
(len: 282) | |
(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)? | |
(len: 281) | |
(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)? | |
(len: 281) | |
(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)? | |
(len: 281) | |
\A(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])\z | |
(len: 276) | |
\A(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])\z | |
(len: 276) | |
You can no longer specify a git source by itself. Instead, | |
either use the :git option on a gem, or specify the gems that | |
bundler should find in the git source by passing a block to | |
the git method, like: | |
git 'git://github.com/rails/rails.git' do | |
gem 'rails' | |
end | |
(len: 273) | |
(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]) | |
(len: 272) | |
(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]) | |
(len: 272) | |
(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]) | |
(len: 272) | |
(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]) | |
(len: 272) | |
Psych is a YAML parser and emitter. Psych leverages libyaml[http://pyyaml.org/wiki/LibYAML] | |
for its YAML parsing and emitting capabilities. In addition to wrapping | |
libyaml, Psych also knows how to serialize and de-serialize most Ruby objects | |
to and from the YAML format. | |
(len: 272) | |
.instance_method(:execute).arity | |
args = (1..(arity < 0 ? ~arity : arity)).map {|i| "arg" + i.to_s } | |
args << "*opts" if arity < 0 | |
args << "&block" | |
args = args.join(", ") | |
line = __LINE__; eval %[ | |
def | |
(len: 272) | |
(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]) | |
(len: 272) | |
(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]) | |
(len: 272) | |
Psych is a YAML parser and emitter. Psych leverages libyaml[http://pyyaml.org/wiki/LibYAML] | |
for its YAML parsing and emitting capabilities. In addition to wrapping | |
libyaml, Psych also knows how to serialize and de-serialize most Ruby objects | |
to and from the YAML format. | |
(len: 272) | |
( | |
\\. | |
| | |
(?!url\() | |
[^"'/\#!;\{\}] # " | |
| | |
/(?![/*]) | |
| | |
\#(?!\{) | |
| | |
!(?![a-z]) # TODO: never consume "!" when issue 1126 is fixed. | |
)+ | |
(len: 269) | |
( | |
\\. | |
| | |
(?!url\() | |
[^"'/\#!;\{\}] # " | |
| | |
/(?![/*]) | |
| | |
\#(?!\{) | |
| | |
!(?![a-z]) # TODO: never consume "!" when issue 1126 is fixed. | |
)+ | |
(len: 269) | |
\{([+#./;?&=,!@|])?((?:((?:(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+)(?:\.?(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+))*))(\*|:\d+)?)(?:,(?:((?:(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+)(?:\.?(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+))*))(\*|:\d+)?))*)\} | |
(len: 265) | |
\{([+#./;?&=,!@|])?((?:((?:(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+)(?:\.?(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+))*))(\*|:\d+)?)(?:,(?:((?:(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+)(?:\.?(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+))*))(\*|:\d+)?))*)\} | |
(len: 265) | |
"$user", public-SELECT "organizations".* FROM "organizations" INNER JOIN "organizations_users" ON "organizations"."id" = "organizations_users"."organization_id" WHERE "organizations"."deleted_at" IS NULL AND "organizations_users"."user_id" = $1 LIMIT 20 OFFSET 0 | |
(len: 263) | |
((?:\d+\s*:\s*\d+(?:\s*:\s*\d+(?:[,.]\d*)?)?|\d+\s*h(?:\s*\d+m?(?:\s*\d+s?)?)?)(?:\s*[ap](?:m\b|\.m\.))?|\d+\s*[ap](?:m\b|\.m\.))(?:\s*((?:gmt|utc?)?[-+]\d+(?:[,.:]\d+(?::\d+)?)?|(?-i:[[:alpha:].\s]+)(?:standard|daylight)\stime\b|(?-i:[[:alpha:]]+)(?:\sdst)?\b))? | |
(len: 263) | |
\A(?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?\z | |
(len: 263) | |
((?:\d+\s*:\s*\d+(?:\s*:\s*\d+(?:[,.]\d*)?)?|\d+\s*h(?:\s*\d+m?(?:\s*\d+s?)?)?)(?:\s*[ap](?:m\b|\.m\.))?|\d+\s*[ap](?:m\b|\.m\.))(?:\s*((?:gmt|utc?)?[-+]\d+(?:[,.:]\d+(?::\d+)?)?|(?-i:[[:alpha:].\s]+)(?:standard|daylight)\stime\b|(?-i:[[:alpha:]]+)(?:\sdst)?\b))? | |
(len: 263) | |
____ _______________________ | |
/ \ | A W G | | |
/ O O \ | N I O N ! | | |
| | | S S R I ! | | |
\ \__/ / __| I K ! | | |
\____/ \________________________| | |
(len: 263) | |
\A(?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?\z | |
(len: 263) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self&id=c4a36c04c71681b1146d2d488ea40ffee569cbdea1e6b302c081df1623b568c7 | |
(len: 260) | |
Oops - You have a database configured, but it doesn't exist yet! | |
Here's how to get started: | |
1. Configure your database in config/database.yml. | |
2. Run `bin/rake db:create` to create the database. | |
3. Run `bin/rake db:setup` to load your database schema. | |
(len: 260) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self&id=c4a36c04c71681b1146d2d488ea40ffee569cbdea1e6b302c081df1623b568c7 | |
(len: 260) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self&id=c4a36c04c71681b1146d2d488ea40ffee569cbdea1e6b302c081df1623b568c7 | |
(len: 260) | |
fin[ish][ n_frames] | |
Execute until frame returns. | |
If no number is given, we run until the current frame returns. If a | |
number of frames `n_frames` is given, then we run until `n_frames` | |
return from the current position. | |
(len: 260) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self&id=c4a36c04c71681b1146d2d488ea40ffee569cbdea1e6b302c081df1623b568c7 | |
(len: 260) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self&id=c4a36c04c71681b1146d2d488ea40ffee569cbdea1e6b302c081df1623b568c7 | |
(len: 260) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self&id=c4a36c04c71681b1146d2d488ea40ffee569cbdea1e6b302c081df1623b568c7 | |
(len: 260) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self&id=c4a36c04c71681b1146d2d488ea40ffee569cbdea1e6b302c081df1623b568c7 | |
(len: 260) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self&id=c4a36c04c71681b1146d2d488ea40ffee569cbdea1e6b302c081df1623b568c7 | |
(len: 260) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self&id=c4a36c04c71681b1146d2d488ea40ffee569cbdea1e6b302c081df1623b568c7 | |
(len: 260) | |
(?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? | |
(len: 259) | |
(?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? | |
(len: 259) | |
(?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? | |
(len: 259) | |
Rack::Test is a small, simple testing API for Rack apps. It can be used on its | |
own or as a reusable starting point for Web frameworks and testing libraries | |
to build on. Most of its initial functionality is an extraction of Merb 1.0's | |
request helpers feature. | |
(len: 258) | |
url-prefix\((?-mix:[ \t\r\n\f]*)((?-mix:[#%&*-~]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*?)((?-mix:[ \t\r\n\f]*)\)|#\{) | |
(len: 258) | |
Rack::Test is a small, simple testing API for Rack apps. It can be used on its | |
own or as a reusable starting point for Web frameworks and testing libraries | |
to build on. Most of its initial functionality is an extraction of Merb 1.0's | |
request helpers feature. | |
(len: 258) | |
# frozen_string_literal: true | |
# This file is used by Rack-based servers to start the application. | |
require ::File.expand_path('../config/environment', __FILE__) | |
use Rack::CanonicalHost, ENV['CANONICAL_HOST'] if ENV['CANONICAL_HOST'] | |
run Rails.application | |
(len: 256) | |
def initialize(*args) | |
@hash = RBTree.new | |
super | |
end | |
def add(o) | |
o.respond_to?(:<=>) or raise ArgumentError, "value must respond to <=>" | |
super | |
end | |
alias << add | |
(len: 256) | |
# frozen_string_literal: true | |
# This file is used by Rack-based servers to start the application. | |
require ::File.expand_path('../config/environment', __FILE__) | |
use Rack::CanonicalHost, ENV['CANONICAL_HOST'] if ENV['CANONICAL_HOST'] | |
run Rails.application | |
(len: 256) | |
Sass makes CSS fun again. Sass is an extension of CSS3, adding | |
nested rules, variables, mixins, selector inheritance, and more. | |
It's translated to well-formatted, standard CSS using the | |
command line tool or a web-framework plugin. | |
(len: 255) | |
Sass makes CSS fun again. Sass is an extension of CSS3, adding | |
nested rules, variables, mixins, selector inheritance, and more. | |
It's translated to well-formatted, standard CSS using the | |
command line tool or a web-framework plugin. | |
(len: 255) | |
(num = nil) | |
limit(default_per_page).offset(default_per_page * ((num = num.to_i - 1) < 0 ? 0 : num)).extending do | |
include Kaminari::ActiveRecordRelationMethods | |
include Kaminari::PageScopeMethods | |
end | |
end | |
(len: 254) | |
domain\((?-mix:[ \t\r\n\f]*)((?-mix:[#%&*-~]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*?)((?-mix:[ \t\r\n\f]*)\)|#\{) | |
(len: 254) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self&id=c4a36c04c71681b1146d2d488ea40ffee569cbdea1e6b302c081df1623b568c7 | |
(len: 253) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self&id=c4a36c04c71681b1146d2d488ea40ffee569cbdea1e6b302c081df1623b568c7 | |
(len: 253) | |
Usage: show-middleware [-G] | |
show-middleware shows the Rails app's middleware. | |
If this pry REPL is attached to a Rails server, the entire middleware | |
stack is displayed. Otherwise, only the middleware Rails knows about is | |
printed. | |
(len: 252) | |
SELECT COUNT(*) | |
FROM pg_class c | |
LEFT JOIN pg_namespace n ON n.oid = c.relnamespace | |
WHERE c.relkind IN ('r','v','m') -- (r)elation/table, (v)iew, (m)aterialized view | |
AND c.relname = ' | |
(len: 252) | |
Usage: show-middleware [-G] | |
show-middleware shows the Rails app's middleware. | |
If this pry REPL is attached to a Rails server, the entire middleware | |
stack is displayed. Otherwise, only the middleware Rails knows about is | |
printed. | |
(len: 252) | |
config.eager_load is set to nil. Please update your config/environments/*.rb files accordingly: | |
* development - set it to false | |
* test - set it to false (unless you use a tool that preloads your test environment) | |
* production - set it to true | |
(len: 251) | |
url\((?-mix:[ \t\r\n\f]*)((?-mix:[#%&*-~]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*?)((?-mix:[ \t\r\n\f]*)\)|#\{) | |
(len: 251) | |
SELECT attr.attname | |
FROM pg_attribute attr | |
INNER JOIN pg_constraint cons ON attr.attrelid = cons.conrelid AND attr.attnum = any(cons.conkey) | |
WHERE cons.contype = 'p' | |
AND cons.conrelid = ' | |
(len: 249) | |
You are calling a `*_path` helper with the `only_path` option | |
explicitly set to `false`. This option will stop working on | |
path helpers in Rails 5. Use the corresponding `*_url` helper | |
instead. | |
(len: 249) | |
q[uit] [!|unconditionally] | |
Exits from byebug. | |
Normally we prompt before exiting. However if the parameter | |
"unconditionally" is given or command is suffixed with !, we exit | |
without asking further questions. | |
(len: 248) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js?type=application/javascript&pipeline=self&id=e9f0cda545140a9b0e72f1add099f73f168e2dcfca8e16e3f88fb5f6dc4eca3c | |
(len: 247) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js?type=application/javascript&pipeline=self&id=e9f0cda545140a9b0e72f1add099f73f168e2dcfca8e16e3f88fb5f6dc4eca3c | |
(len: 247) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js?type=application/javascript&pipeline=self&id=e9f0cda545140a9b0e72f1add099f73f168e2dcfca8e16e3f88fb5f6dc4eca3c | |
(len: 247) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js?type=application/javascript&pipeline=self&id=e9f0cda545140a9b0e72f1add099f73f168e2dcfca8e16e3f88fb5f6dc4eca3c | |
(len: 247) | |
SELECT "organizations".* FROM "organizations" INNER JOIN "organizations_users" ON "organizations"."id" = "organizations_users"."organization_id" WHERE "organizations"."deleted_at" IS NULL AND "organizations_users"."user_id" = $1 LIMIT 20 OFFSET 0 | |
(len: 247) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js?type=application/javascript&pipeline=self&id=e9f0cda545140a9b0e72f1add099f73f168e2dcfca8e16e3f88fb5f6dc4eca3c | |
(len: 247) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js?type=application/javascript&pipeline=self&id=e9f0cda545140a9b0e72f1add099f73f168e2dcfca8e16e3f88fb5f6dc4eca3c | |
(len: 247) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js?type=application/javascript&pipeline=self&id=e9f0cda545140a9b0e72f1add099f73f168e2dcfca8e16e3f88fb5f6dc4eca3c | |
(len: 247) | |
SELECT "organizations".* FROM "organizations" INNER JOIN "organizations_users" ON "organizations"."id" = "organizations_users"."organization_id" WHERE "organizations"."deleted_at" IS NULL AND "organizations_users"."user_id" = $1 LIMIT 20 OFFSET 0 | |
(len: 247) | |
For a better Pry experience on Windows, please use ansicon: | |
https://github.com/adoxa/ansicon | |
If you use an alternative to ansicon and don't want to see this warning again, | |
you can add "Pry.config.windows_console_warning = false" to your .pryrc. | |
(len: 247) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js?type=application/javascript&pipeline=self&id=e9f0cda545140a9b0e72f1add099f73f168e2dcfca8e16e3f88fb5f6dc4eca3c | |
(len: 247) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js?type=application/javascript&pipeline=self&id=e9f0cda545140a9b0e72f1add099f73f168e2dcfca8e16e3f88fb5f6dc4eca3c | |
(len: 247) | |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Classroom for GitHub</title> | |
(len: 246) | |
-----BEGIN DH PARAMETERS----- | |
MIGHAoGBAJ0lOVy0VIr/JebWn0zDwY2h+rqITFOpdNr6ugsgvkDXuucdcChhYExJ | |
AV/ZD2AWPbrTqV76mGRgJg4EddgT1zG0jq3rnFdMj2XzkBYx3BVvfR0Arnby0RHR | |
T4h7KZ/2zmjvV+eF8kBUHBJAojUlzxKj4QeO2x20FP9X5xmNUXeDAgEC | |
-----END DH PARAMETERS----- | |
(len: 245) | |
Warning: this Gemfile contains multiple primary sources. Each source after the first must include a block to indicate which gems should come from that source. To downgrade this error to a warning, run `bundle config --delete disable_multisource` | |
(len: 245) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss?type=text/css&pipeline=self&id=ca7851d37a0ed9546a10c98e1497799428d984a7eee85f39c51e08353798477a | |
(len: 244) | |
cat[ch][ (off|<exception>[ off])] | |
"catch" lists catchpoints. | |
"catch off" deletes all catchpoints. | |
"catch <exception>" enables handling <exception>. | |
"catch <exception> off" disables handling <exception>. | |
(len: 244) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss?type=text/css&pipeline=self&id=ca7851d37a0ed9546a10c98e1497799428d984a7eee85f39c51e08353798477a | |
(len: 244) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss?type=text/css&pipeline=self&id=ca7851d37a0ed9546a10c98e1497799428d984a7eee85f39c51e08353798477a | |
(len: 244) | |
^(?:((?:(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+)(?:\.?(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+))*))(\*|:\d+)?)(?:,(?:((?:(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+)(?:\.?(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+))*))(\*|:\d+)?))*$ | |
(len: 244) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss?type=text/css&pipeline=self&id=ca7851d37a0ed9546a10c98e1497799428d984a7eee85f39c51e08353798477a | |
(len: 244) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss?type=text/css&pipeline=self&id=ca7851d37a0ed9546a10c98e1497799428d984a7eee85f39c51e08353798477a | |
(len: 244) | |
^(?:((?:(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+)(?:\.?(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+))*))(\*|:\d+)?)(?:,(?:((?:(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+)(?:\.?(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+))*))(\*|:\d+)?))*$ | |
(len: 244) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss?type=text/css&pipeline=self&id=ca7851d37a0ed9546a10c98e1497799428d984a7eee85f39c51e08353798477a | |
(len: 244) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss?type=text/css&pipeline=self&id=ca7851d37a0ed9546a10c98e1497799428d984a7eee85f39c51e08353798477a | |
(len: 244) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss?type=text/css&pipeline=self&id=ca7851d37a0ed9546a10c98e1497799428d984a7eee85f39c51e08353798477a | |
(len: 244) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss?type=text/css&pipeline=self&id=ca7851d37a0ed9546a10c98e1497799428d984a7eee85f39c51e08353798477a | |
(len: 244) | |
"$user", public-SELECT "organizations".* FROM "organizations" INNER JOIN "organizations_users" ON "organizations"."id" = "organizations_users"."organization_id" WHERE "organizations"."deleted_at" IS NULL AND "organizations_users"."user_id" = $1 | |
(len: 244) | |
. For security reasons, never directly set the variant to a user-provided value, like params[:variant].to_sym. Check user-provided value against a whitelist first, then set the variant: request.variant = :tablet if params[:variant] == 'tablet' | |
(len: 243) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js?type=application/javascript&pipeline=self&id=e9f0cda545140a9b0e72f1add099f73f168e2dcfca8e16e3f88fb5f6dc4eca3c | |
(len: 240) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-dalli-1.1.3/app/assets/javascripts/peek/views/dalli.coffee?type=application/javascript&pipeline=self&id=192c6c75daa621a256411a10539ddee1e86f9d573b304de073b60429385be4ca | |
(len: 240) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-dalli-1.1.3/app/assets/javascripts/peek/views/dalli.coffee?type=application/javascript&pipeline=self&id=192c6c75daa621a256411a10539ddee1e86f9d573b304de073b60429385be4ca | |
(len: 240) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js?type=application/javascript&pipeline=self&id=e9f0cda545140a9b0e72f1add099f73f168e2dcfca8e16e3f88fb5f6dc4eca3c | |
(len: 240) | |
Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among | |
Nokogiri's many features is the ability to search documents via XPath | |
or CSS3 selectors. | |
XML is like violence - if it doesn’t solve your problems, you are not | |
using enough of it. | |
(len: 240) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-dalli-1.1.3/app/assets/javascripts/peek/views/dalli.coffee?type=application/javascript&pipeline=self&id=192c6c75daa621a256411a10539ddee1e86f9d573b304de073b60429385be4ca | |
(len: 240) | |
Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among | |
Nokogiri's many features is the ability to search documents via XPath | |
or CSS3 selectors. | |
XML is like violence - if it doesn’t solve your problems, you are not | |
using enough of it. | |
(len: 240) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-dalli-1.1.3/app/assets/javascripts/peek/views/dalli.coffee?type=application/javascript&pipeline=self&id=192c6c75daa621a256411a10539ddee1e86f9d573b304de073b60429385be4ca | |
(len: 240) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-dalli-1.1.3/app/assets/javascripts/peek/views/dalli.coffee?type=application/javascript&pipeline=self&id=192c6c75daa621a256411a10539ddee1e86f9d573b304de073b60429385be4ca | |
(len: 240) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-dalli-1.1.3/app/assets/javascripts/peek/views/dalli.coffee?type=application/javascript&pipeline=self&id=192c6c75daa621a256411a10539ddee1e86f9d573b304de073b60429385be4ca | |
(len: 240) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-dalli-1.1.3/app/assets/javascripts/peek/views/dalli.coffee?type=application/javascript&pipeline=self&id=192c6c75daa621a256411a10539ddee1e86f9d573b304de073b60429385be4ca | |
(len: 240) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-dalli-1.1.3/app/assets/javascripts/peek/views/dalli.coffee?type=application/javascript&pipeline=self&id=192c6c75daa621a256411a10539ddee1e86f9d573b304de073b60429385be4ca | |
(len: 240) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-dalli-1.1.3/app/assets/javascripts/peek/views/dalli.coffee?type=application/javascript&pipeline=self&id=192c6c75daa621a256411a10539ddee1e86f9d573b304de073b60429385be4ca | |
(len: 240) | |
\A\s* | |
(?:Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday),\x20 | |
(\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d)\x20 | |
(\d\d):(\d\d):(\d\d)\x20 | |
GMT | |
\s*\z | |
(len: 239) | |
\A\s* | |
(?:Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday),\x20 | |
(\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d)\x20 | |
(\d\d):(\d\d):(\d\d)\x20 | |
GMT | |
\s*\z | |
(len: 239) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek/vendor/jquery.tipsy.js?type=application/javascript&pipeline=self&id=5229f79720f62c5610dd213e2bda0a3a9965b129c383ad3312cb31723d7053cf | |
(len: 238) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek/vendor/jquery.tipsy.js?type=application/javascript&pipeline=self&id=5229f79720f62c5610dd213e2bda0a3a9965b129c383ad3312cb31723d7053cf | |
(len: 238) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek/vendor/jquery.tipsy.js?type=application/javascript&pipeline=self&id=5229f79720f62c5610dd213e2bda0a3a9965b129c383ad3312cb31723d7053cf | |
(len: 238) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek/vendor/jquery.tipsy.js?type=application/javascript&pipeline=self&id=5229f79720f62c5610dd213e2bda0a3a9965b129c383ad3312cb31723d7053cf | |
(len: 238) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek/vendor/jquery.tipsy.js?type=application/javascript&pipeline=self&id=5229f79720f62c5610dd213e2bda0a3a9965b129c383ad3312cb31723d7053cf | |
(len: 238) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek/vendor/jquery.tipsy.js?type=application/javascript&pipeline=self&id=5229f79720f62c5610dd213e2bda0a3a9965b129c383ad3312cb31723d7053cf | |
(len: 238) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek/vendor/jquery.tipsy.js?type=application/javascript&pipeline=self&id=5229f79720f62c5610dd213e2bda0a3a9965b129c383ad3312cb31723d7053cf | |
(len: 238) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek/vendor/jquery.tipsy.js?type=application/javascript&pipeline=self&id=5229f79720f62c5610dd213e2bda0a3a9965b129c383ad3312cb31723d7053cf | |
(len: 238) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek/vendor/jquery.tipsy.js?type=application/javascript&pipeline=self&id=5229f79720f62c5610dd213e2bda0a3a9965b129c383ad3312cb31723d7053cf | |
(len: 238) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/local_time-1.0.3/app/assets/javascripts/local_time.js.coffee?type=application/javascript&pipeline=self&id=0a25ddd3e883d6d6453e2ff7a5a54f5b459835958f64027dc286c2e18cc9aaf3 | |
(len: 237) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/local_time-1.0.3/app/assets/javascripts/local_time.js.coffee?type=application/javascript&pipeline=self&id=0a25ddd3e883d6d6453e2ff7a5a54f5b459835958f64027dc286c2e18cc9aaf3 | |
(len: 237) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/local_time-1.0.3/app/assets/javascripts/local_time.js.coffee?type=application/javascript&pipeline=self&id=0a25ddd3e883d6d6453e2ff7a5a54f5b459835958f64027dc286c2e18cc9aaf3 | |
(len: 237) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/turbolinks.js.coffee?type=application/javascript&pipeline=self&id=b1428ed50fb31f00c285409efe426b19af887ec8d1d1dd15e44c8d403da71659 | |
(len: 237) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/turbolinks.js.coffee?type=application/javascript&pipeline=self&id=b1428ed50fb31f00c285409efe426b19af887ec8d1d1dd15e44c8d403da71659 | |
(len: 237) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss?type=text/css&pipeline=self&id=ca7851d37a0ed9546a10c98e1497799428d984a7eee85f39c51e08353798477a | |
(len: 237) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/local_time-1.0.3/app/assets/javascripts/local_time.js.coffee?type=application/javascript&pipeline=self&id=0a25ddd3e883d6d6453e2ff7a5a54f5b459835958f64027dc286c2e18cc9aaf3 | |
(len: 237) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/turbolinks.js.coffee?type=application/javascript&pipeline=self&id=b1428ed50fb31f00c285409efe426b19af887ec8d1d1dd15e44c8d403da71659 | |
(len: 237) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/local_time-1.0.3/app/assets/javascripts/local_time.js.coffee?type=application/javascript&pipeline=self&id=0a25ddd3e883d6d6453e2ff7a5a54f5b459835958f64027dc286c2e18cc9aaf3 | |
(len: 237) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/local_time-1.0.3/app/assets/javascripts/local_time.js.coffee?type=application/javascript&pipeline=self&id=0a25ddd3e883d6d6453e2ff7a5a54f5b459835958f64027dc286c2e18cc9aaf3 | |
(len: 237) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/turbolinks.js.coffee?type=application/javascript&pipeline=self&id=b1428ed50fb31f00c285409efe426b19af887ec8d1d1dd15e44c8d403da71659 | |
(len: 237) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss?type=text/css&pipeline=self&id=ca7851d37a0ed9546a10c98e1497799428d984a7eee85f39c51e08353798477a | |
(len: 237) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/local_time-1.0.3/app/assets/javascripts/local_time.js.coffee?type=application/javascript&pipeline=self&id=0a25ddd3e883d6d6453e2ff7a5a54f5b459835958f64027dc286c2e18cc9aaf3 | |
(len: 237) | |
` was called without specifying an option for `null`. In Rails 5, | |
this behavior will change to `null: false`. You should manually specify | |
`null: true` to prevent the behavior of your existing migrations from changing. | |
(len: 237) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/turbolinks.js.coffee?type=application/javascript&pipeline=self&id=b1428ed50fb31f00c285409efe426b19af887ec8d1d1dd15e44c8d403da71659 | |
(len: 237) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/local_time-1.0.3/app/assets/javascripts/local_time.js.coffee?type=application/javascript&pipeline=self&id=0a25ddd3e883d6d6453e2ff7a5a54f5b459835958f64027dc286c2e18cc9aaf3 | |
(len: 237) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/turbolinks.js.coffee?type=application/javascript&pipeline=self&id=b1428ed50fb31f00c285409efe426b19af887ec8d1d1dd15e44c8d403da71659 | |
(len: 237) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/turbolinks.js.coffee?type=application/javascript&pipeline=self&id=b1428ed50fb31f00c285409efe426b19af887ec8d1d1dd15e44c8d403da71659 | |
(len: 237) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/local_time-1.0.3/app/assets/javascripts/local_time.js.coffee?type=application/javascript&pipeline=self&id=0a25ddd3e883d6d6453e2ff7a5a54f5b459835958f64027dc286c2e18cc9aaf3 | |
(len: 237) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/turbolinks.js.coffee?type=application/javascript&pipeline=self&id=b1428ed50fb31f00c285409efe426b19af887ec8d1d1dd15e44c8d403da71659 | |
(len: 237) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/turbolinks.js.coffee?type=application/javascript&pipeline=self&id=b1428ed50fb31f00c285409efe426b19af887ec8d1d1dd15e44c8d403da71659 | |
(len: 237) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-readyselector/jquery.readyselector.js?type=application/javascript&pipeline=self&id=dd225ceba3857bcad2e67b74a62737d95d12e482604c6ea0d59e3cff5037fcc0 | |
(len: 235) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-readyselector/jquery.readyselector.js?type=application/javascript&pipeline=self&id=dd225ceba3857bcad2e67b74a62737d95d12e482604c6ea0d59e3cff5037fcc0 | |
(len: 235) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-readyselector/jquery.readyselector.js?type=application/javascript&pipeline=self&id=dd225ceba3857bcad2e67b74a62737d95d12e482604c6ea0d59e3cff5037fcc0 | |
(len: 235) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-readyselector/jquery.readyselector.js?type=application/javascript&pipeline=self&id=dd225ceba3857bcad2e67b74a62737d95d12e482604c6ea0d59e3cff5037fcc0 | |
(len: 235) | |
SELECT COUNT(*) | |
FROM pg_class t | |
INNER JOIN pg_index d ON t.oid = d.indrelid | |
INNER JOIN pg_class i ON d.indexrelid = i.oid | |
WHERE i.relkind = 'i' | |
AND i.relname = ' | |
(len: 235) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-readyselector/jquery.readyselector.js?type=application/javascript&pipeline=self&id=dd225ceba3857bcad2e67b74a62737d95d12e482604c6ea0d59e3cff5037fcc0 | |
(len: 235) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-readyselector/jquery.readyselector.js?type=application/javascript&pipeline=self&id=dd225ceba3857bcad2e67b74a62737d95d12e482604c6ea0d59e3cff5037fcc0 | |
(len: 235) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-readyselector/jquery.readyselector.js?type=application/javascript&pipeline=self&id=dd225ceba3857bcad2e67b74a62737d95d12e482604c6ea0d59e3cff5037fcc0 | |
(len: 235) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-readyselector/jquery.readyselector.js?type=application/javascript&pipeline=self&id=dd225ceba3857bcad2e67b74a62737d95d12e482604c6ea0d59e3cff5037fcc0 | |
(len: 235) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-readyselector/jquery.readyselector.js?type=application/javascript&pipeline=self&id=dd225ceba3857bcad2e67b74a62737d95d12e482604c6ea0d59e3cff5037fcc0 | |
(len: 235) | |
app/controllers/organizations_controller.rb:121:in `block in set_users_github_organizations' | |
app/controllers/organizations_controller.rb:119:in `map' | |
app/controllers/organizations_controller.rb:119:in `set_users_github_organizations' | |
(len: 234) | |
# boundary delimiter | |
(?:--)? # with non-capturing optional closing | |
) | |
(?=\s*$) # lookahead matching zero or more spaces followed by line-ending | |
(len: 234) | |
edit[ file:lineno] Edit specified files. | |
With no argument, edits file containing most recent line listed. Editing | |
targets can also be specified to start editing at a specific line in a | |
specific file. | |
(len: 233) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-dalli-1.1.3/app/assets/javascripts/peek/views/dalli.coffee?type=application/javascript&pipeline=self&id=192c6c75daa621a256411a10539ddee1e86f9d573b304de073b60429385be4ca | |
(len: 233) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-dalli-1.1.3/app/assets/javascripts/peek/views/dalli.coffee?type=application/javascript&pipeline=self&id=192c6c75daa621a256411a10539ddee1e86f9d573b304de073b60429385be4ca | |
(len: 233) | |
Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby. | |
The output can be customized with a flexible formatting system including: | |
percentage, bars of various formats, elapsed time and estimated time remaining. | |
(len: 232) | |
Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby. | |
The output can be customized with a flexible formatting system including: | |
percentage, bars of various formats, elapsed time and estimated time remaining. | |
(len: 232) | |
Support for calling #default_scope without a block is removed. For example instead of `default_scope where(color: 'red')`, please use `default_scope { where(color: 'red') }`. (Alternatively you can just redefine self.default_scope.) | |
(len: 232) | |
^(?:[-+]?([0-9][0-9_,]*)?\.[0-9]*([eE][-+][0-9]+)?(?# base 10) | |
|[-+]?[0-9][0-9_,]*(:[0-5]?[0-9])+\.[0-9_]*(?# base 60) | |
|[-+]?\.(inf|Inf|INF)(?# infinity) | |
|\.(nan|NaN|NAN)(?# not a number))$ | |
(len: 231) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek/vendor/jquery.tipsy.js?type=application/javascript&pipeline=self&id=5229f79720f62c5610dd213e2bda0a3a9965b129c383ad3312cb31723d7053cf | |
(len: 231) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek/vendor/jquery.tipsy.js?type=application/javascript&pipeline=self&id=5229f79720f62c5610dd213e2bda0a3a9965b129c383ad3312cb31723d7053cf | |
(len: 231) | |
^(?:[-+]?([0-9][0-9_,]*)?\.[0-9]*([eE][-+][0-9]+)?(?# base 10) | |
|[-+]?[0-9][0-9_,]*(:[0-5]?[0-9])+\.[0-9_]*(?# base 60) | |
|[-+]?\.(inf|Inf|INF)(?# infinity) | |
|\.(nan|NaN|NAN)(?# not a number))$ | |
(len: 231) | |
\A\s* | |
(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun)\x20 | |
(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\x20 | |
(\d\d|\x20\d)\x20 | |
(\d\d):(\d\d):(\d\d)\x20 | |
(\d{4}) | |
\s*\z | |
(len: 230) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/turbolinks.js.coffee?type=application/javascript&pipeline=self&id=b1428ed50fb31f00c285409efe426b19af887ec8d1d1dd15e44c8d403da71659 | |
(len: 230) | |
\A\s* | |
(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun)\x20 | |
(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\x20 | |
(\d\d|\x20\d)\x20 | |
(\d\d):(\d\d):(\d\d)\x20 | |
(\d{4}) | |
\s*\z | |
(len: 230) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/local_time-1.0.3/app/assets/javascripts/local_time.js.coffee?type=application/javascript&pipeline=self&id=0a25ddd3e883d6d6453e2ff7a5a54f5b459835958f64027dc286c2e18cc9aaf3 | |
(len: 230) | |
(\\)? # is it escaped with a backslash? | |
(\$) # literal $ | |
\{? # allow brace wrapping | |
([A-Z0-9_]+) # match the variable | |
\}? # closing brace | |
(len: 230) | |
(\\)? # is it escaped with a backslash? | |
(\$) # literal $ | |
\{? # allow brace wrapping | |
([A-Z0-9_]+) # match the variable | |
\}? # closing brace | |
(len: 230) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/turbolinks.js.coffee?type=application/javascript&pipeline=self&id=b1428ed50fb31f00c285409efe426b19af887ec8d1d1dd15e44c8d403da71659 | |
(len: 230) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/local_time-1.0.3/app/assets/javascripts/local_time.js.coffee?type=application/javascript&pipeline=self&id=0a25ddd3e883d6d6453e2ff7a5a54f5b459835958f64027dc286c2e18cc9aaf3 | |
(len: 230) | |
SELECT "organizations".* FROM "organizations" INNER JOIN "organizations_users" ON "organizations"."id" = "organizations_users"."organization_id" WHERE "organizations"."deleted_at" IS NULL AND "organizations_users"."user_id" = $1 | |
(len: 228) | |
SELECT "organizations".* FROM "organizations" INNER JOIN "organizations_users" ON "organizations"."id" = "organizations_users"."organization_id" WHERE "organizations"."deleted_at" IS NULL AND "organizations_users"."user_id" = $1 | |
(len: 228) | |
\A\s* | |
(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun),\x20 | |
(\d{2})\x20 | |
(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\x20 | |
(\d{4})\x20 | |
(\d{2}):(\d{2}):(\d{2})\x20 | |
GMT | |
\s*\z | |
(len: 228) | |
\A\s* | |
(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun),\x20 | |
(\d{2})\x20 | |
(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\x20 | |
(\d{4})\x20 | |
(\d{2}):(\d{2}):(\d{2})\x20 | |
GMT | |
\s*\z | |
(len: 228) | |
Feature flipper is the act of enabling/disabling features in your application, ideally without re-deploying or changing anything in your code base. Flipper makes this extremely easy to do with any backend you would like to use. | |
(len: 227) | |
Feature flipper is the act of enabling/disabling features in your application, ideally without re-deploying or changing anything in your code base. Flipper makes this extremely easy to do with any backend you would like to use. | |
(len: 227) | |
((?-mix:[#%&*-~]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*?)((?-mix:[ \t\r\n\f]*)\)|#\{) | |
(len: 226) | |
In showing a long lists, sometimes one would prefer to see the value | |
arranged aligned in columns. Some examples include listing methods | |
of an object or debugger commands. | |
See Examples in the rdoc documentation for examples. | |
(len: 225) | |
In showing a long lists, sometimes one would prefer to see the value | |
arranged aligned in columns. Some examples include listing methods | |
of an object or debugger commands. | |
See Examples in the rdoc documentation for examples. | |
(len: 225) | |
<div class="blankslate large-format spacious clean-background"> | |
<h3>You’re not managing any classrooms yet.</h3> | |
<p>You can begin creating assignments once you have at least one classroom.</p> | |
(len: 224) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek.coffee?type=application/javascript&pipeline=self&id=436767e677e1f2d4a3f21a22b6b0d464884ec33300a61c496bfa24785f6e73ed | |
(len: 222) | |
Usage: next [LINES] | |
Step over within the same frame. By default, moves forward a single | |
line. | |
Examples: | |
next #=> Move a single line forward. | |
next 4 #=> Execute the next 4 lines. | |
(len: 222) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek.coffee?type=application/javascript&pipeline=self&id=436767e677e1f2d4a3f21a22b6b0d464884ec33300a61c496bfa24785f6e73ed | |
(len: 222) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek.coffee?type=application/javascript&pipeline=self&id=436767e677e1f2d4a3f21a22b6b0d464884ec33300a61c496bfa24785f6e73ed | |
(len: 222) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek.coffee?type=application/javascript&pipeline=self&id=436767e677e1f2d4a3f21a22b6b0d464884ec33300a61c496bfa24785f6e73ed | |
(len: 222) | |
Usage: next [LINES] | |
Step over within the same frame. By default, moves forward a single | |
line. | |
Examples: | |
next #=> Move a single line forward. | |
next 4 #=> Execute the next 4 lines. | |
(len: 222) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek.coffee?type=application/javascript&pipeline=self&id=436767e677e1f2d4a3f21a22b6b0d464884ec33300a61c496bfa24785f6e73ed | |
(len: 222) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek.coffee?type=application/javascript&pipeline=self&id=436767e677e1f2d4a3f21a22b6b0d464884ec33300a61c496bfa24785f6e73ed | |
(len: 222) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek.coffee?type=application/javascript&pipeline=self&id=436767e677e1f2d4a3f21a22b6b0d464884ec33300a61c496bfa24785f6e73ed | |
(len: 222) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek.coffee?type=application/javascript&pipeline=self&id=436767e677e1f2d4a3f21a22b6b0d464884ec33300a61c496bfa24785f6e73ed | |
(len: 222) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek.coffee?type=application/javascript&pipeline=self&id=436767e677e1f2d4a3f21a22b6b0d464884ec33300a61c496bfa24785f6e73ed | |
(len: 222) | |
Security warning: an embedded <script> tag on another site requested protected JavaScript. If you know what you're doing, go ahead and disable forgery protection on this action to permit cross-origin JavaScript embedding. | |
(len: 221) | |
Security warning: an embedded <script> tag on another site requested protected JavaScript. If you know what you're doing, go ahead and disable forgery protection on this action to permit cross-origin JavaScript embedding. | |
(len: 221) | |
h[elp][ <cmd>[ <subcmd>]] | |
help -- prints this help. | |
help <cmd> -- prints help on command <cmd>. | |
help <cmd> <subcmd> -- prints help on <cmd>'s subcommand <subcmd>. | |
(len: 220) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss?type=text/css&pipeline=self&id=e7b13e09446e4751055cfe9119d4a71683b91461a3cea7fd4c19ed5ddd38a26f | |
(len: 219) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss?type=text/css&pipeline=self&id=e7b13e09446e4751055cfe9119d4a71683b91461a3cea7fd4c19ed5ddd38a26f | |
(len: 219) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss?type=text/css&pipeline=self&id=e7b13e09446e4751055cfe9119d4a71683b91461a3cea7fd4c19ed5ddd38a26f | |
(len: 219) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss?type=text/css&pipeline=self&id=e7b13e09446e4751055cfe9119d4a71683b91461a3cea7fd4c19ed5ddd38a26f | |
(len: 219) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss?type=text/css&pipeline=self&id=e7b13e09446e4751055cfe9119d4a71683b91461a3cea7fd4c19ed5ddd38a26f | |
(len: 219) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss?type=text/css&pipeline=self&id=e7b13e09446e4751055cfe9119d4a71683b91461a3cea7fd4c19ed5ddd38a26f | |
(len: 219) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss?type=text/css&pipeline=self&id=e7b13e09446e4751055cfe9119d4a71683b91461a3cea7fd4c19ed5ddd38a26f | |
(len: 219) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss?type=text/css&pipeline=self&id=e7b13e09446e4751055cfe9119d4a71683b91461a3cea7fd4c19ed5ddd38a26f | |
(len: 219) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss?type=text/css&pipeline=self&id=e7b13e09446e4751055cfe9119d4a71683b91461a3cea7fd4c19ed5ddd38a26f | |
(len: 219) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/clipboard/dist/clipboard.js?type=application/javascript&pipeline=self&id=34a75969c006d9b83b3ccce01b563d6a23774f05148986b9e85279bebb4a7236 | |
(len: 218) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/clipboard/dist/clipboard.js?type=application/javascript&pipeline=self&id=34a75969c006d9b83b3ccce01b563d6a23774f05148986b9e85279bebb4a7236 | |
(len: 218) | |
option is deprecated and has no effect. Until Rails 5 the old behavior can still be installed. To do this add the `rails-deprecated-sanitizer` to your Gemfile. Consult the Rails 4.2 upgrade guide for more information. | |
(len: 218) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignment-invitations.coffee?type=application/javascript&pipeline=self&id=e6ac9247d82dfa47e6096330dbabe93fbf91e9eaeb57158cada4ecc11e150c38 | |
(len: 218) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignment-invitations.coffee?type=application/javascript&pipeline=self&id=e6ac9247d82dfa47e6096330dbabe93fbf91e9eaeb57158cada4ecc11e150c38 | |
(len: 218) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/clipboard/dist/clipboard.js?type=application/javascript&pipeline=self&id=34a75969c006d9b83b3ccce01b563d6a23774f05148986b9e85279bebb4a7236 | |
(len: 218) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignment-invitations.coffee?type=application/javascript&pipeline=self&id=e6ac9247d82dfa47e6096330dbabe93fbf91e9eaeb57158cada4ecc11e150c38 | |
(len: 218) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignment-invitations.coffee?type=application/javascript&pipeline=self&id=e6ac9247d82dfa47e6096330dbabe93fbf91e9eaeb57158cada4ecc11e150c38 | |
(len: 218) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/clipboard/dist/clipboard.js?type=application/javascript&pipeline=self&id=34a75969c006d9b83b3ccce01b563d6a23774f05148986b9e85279bebb4a7236 | |
(len: 218) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/clipboard/dist/clipboard.js?type=application/javascript&pipeline=self&id=34a75969c006d9b83b3ccce01b563d6a23774f05148986b9e85279bebb4a7236 | |
(len: 218) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/clipboard/dist/clipboard.js?type=application/javascript&pipeline=self&id=34a75969c006d9b83b3ccce01b563d6a23774f05148986b9e85279bebb4a7236 | |
(len: 218) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/clipboard/dist/clipboard.js?type=application/javascript&pipeline=self&id=34a75969c006d9b83b3ccce01b563d6a23774f05148986b9e85279bebb4a7236 | |
(len: 218) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignment-invitations.coffee?type=application/javascript&pipeline=self&id=e6ac9247d82dfa47e6096330dbabe93fbf91e9eaeb57158cada4ecc11e150c38 | |
(len: 218) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignment-invitations.coffee?type=application/javascript&pipeline=self&id=e6ac9247d82dfa47e6096330dbabe93fbf91e9eaeb57158cada4ecc11e150c38 | |
(len: 218) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/clipboard/dist/clipboard.js?type=application/javascript&pipeline=self&id=34a75969c006d9b83b3ccce01b563d6a23774f05148986b9e85279bebb4a7236 | |
(len: 218) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignment-invitations.coffee?type=application/javascript&pipeline=self&id=e6ac9247d82dfa47e6096330dbabe93fbf91e9eaeb57158cada4ecc11e150c38 | |
(len: 218) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignment-invitations.coffee?type=application/javascript&pipeline=self&id=e6ac9247d82dfa47e6096330dbabe93fbf91e9eaeb57158cada4ecc11e150c38 | |
(len: 218) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignment-invitations.coffee?type=application/javascript&pipeline=self&id=e6ac9247d82dfa47e6096330dbabe93fbf91e9eaeb57158cada4ecc11e150c38 | |
(len: 218) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/clipboard/dist/clipboard.js?type=application/javascript&pipeline=self&id=34a75969c006d9b83b3ccce01b563d6a23774f05148986b9e85279bebb4a7236 | |
(len: 218) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/js-cookie/src/js.cookie.js?type=application/javascript&pipeline=self&id=10886929175044df18f6052f6bddd41ade069b28ff0ea0908f1249a27ce12229 | |
(len: 217) | |
def Raise(err = nil, *rest) | |
Exception2MessageMapper.Raise(self.class, err, *rest) | |
end | |
alias Fail Raise | |
def self.included(mod) | |
mod.extend Exception2MessageMapper | |
end | |
(len: 217) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/js-cookie/src/js.cookie.js?type=application/javascript&pipeline=self&id=10886929175044df18f6052f6bddd41ade069b28ff0ea0908f1249a27ce12229 | |
(len: 217) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/js-cookie/src/js.cookie.js?type=application/javascript&pipeline=self&id=10886929175044df18f6052f6bddd41ade069b28ff0ea0908f1249a27ce12229 | |
(len: 217) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/js-cookie/src/js.cookie.js?type=application/javascript&pipeline=self&id=10886929175044df18f6052f6bddd41ade069b28ff0ea0908f1249a27ce12229 | |
(len: 217) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/js-cookie/src/js.cookie.js?type=application/javascript&pipeline=self&id=10886929175044df18f6052f6bddd41ade069b28ff0ea0908f1249a27ce12229 | |
(len: 217) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/js-cookie/src/js.cookie.js?type=application/javascript&pipeline=self&id=10886929175044df18f6052f6bddd41ade069b28ff0ea0908f1249a27ce12229 | |
(len: 217) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/js-cookie/src/js.cookie.js?type=application/javascript&pipeline=self&id=10886929175044df18f6052f6bddd41ade069b28ff0ea0908f1249a27ce12229 | |
(len: 217) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/js-cookie/src/js.cookie.js?type=application/javascript&pipeline=self&id=10886929175044df18f6052f6bddd41ade069b28ff0ea0908f1249a27ce12229 | |
(len: 217) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/js-cookie/src/js.cookie.js?type=application/javascript&pipeline=self&id=10886929175044df18f6052f6bddd41ade069b28ff0ea0908f1249a27ce12229 | |
(len: 217) | |
(function() { | |
$('.js-outline-box-close').on('click', function() { | |
Cookies.set('hide_permission_box', true, { | |
expires: 365 | |
}); | |
return $(this).parents().eq(0).fadeOut('slow'); | |
}); | |
}).call(this); | |
(len: 216) | |
(function() { | |
$('.js-outline-box-close').on('click', function() { | |
Cookies.set('hide_permission_box', true, { | |
expires: 365 | |
}); | |
return $(this).parents().eq(0).fadeOut('slow'); | |
}); | |
}).call(this); | |
(len: 216) | |
Usage: gist [OPTIONS] [--help] | |
The gist command enables you to gist code from files and methods to github. | |
gist -i 20 --lines 1..3 | |
gist Pry#repl --lines 1..-1 | |
gist Rakefile --lines 5 | |
(len: 215) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek.coffee?type=application/javascript&pipeline=self&id=436767e677e1f2d4a3f21a22b6b0d464884ec33300a61c496bfa24785f6e73ed | |
(len: 215) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek.coffee?type=application/javascript&pipeline=self&id=436767e677e1f2d4a3f21a22b6b0d464884ec33300a61c496bfa24785f6e73ed | |
(len: 215) | |
Usage: gist [OPTIONS] [--help] | |
The gist command enables you to gist code from files and methods to github. | |
gist -i 20 --lines 1..3 | |
gist Pry#repl --lines 1..-1 | |
gist Rakefile --lines 5 | |
(len: 215) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.eot?type=application/vnd.ms-fontobject&id=77d3c580b961092a2b1b88f8bec44d9cd56e3de632cc8c11a6b87a958cb676a7 | |
(len: 214) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/remodal/dist/remodal.js?type=application/javascript&pipeline=self&id=f390d4e4cc054ae4a56ddfe04f80868ed934b661b3b903a348151eb6fd2daf7d | |
(len: 214) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-ujs/src/rails.js?type=application/javascript&pipeline=self&id=1a3e0e11ff265c0c8910053d95bad8c5c9af34ffe89b38eeceb7715060b45a82 | |
(len: 214) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/remodal/dist/remodal.js?type=application/javascript&pipeline=self&id=f390d4e4cc054ae4a56ddfe04f80868ed934b661b3b903a348151eb6fd2daf7d | |
(len: 214) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.eot?type=application/vnd.ms-fontobject&id=77d3c580b961092a2b1b88f8bec44d9cd56e3de632cc8c11a6b87a958cb676a7 | |
(len: 214) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-ujs/src/rails.js?type=application/javascript&pipeline=self&id=1a3e0e11ff265c0c8910053d95bad8c5c9af34ffe89b38eeceb7715060b45a82 | |
(len: 214) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.eot?type=application/vnd.ms-fontobject&id=77d3c580b961092a2b1b88f8bec44d9cd56e3de632cc8c11a6b87a958cb676a7 | |
(len: 214) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-ujs/src/rails.js?type=application/javascript&pipeline=self&id=1a3e0e11ff265c0c8910053d95bad8c5c9af34ffe89b38eeceb7715060b45a82 | |
(len: 214) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/remodal/dist/remodal.js?type=application/javascript&pipeline=self&id=f390d4e4cc054ae4a56ddfe04f80868ed934b661b3b903a348151eb6fd2daf7d | |
(len: 214) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.eot?type=application/vnd.ms-fontobject&id=77d3c580b961092a2b1b88f8bec44d9cd56e3de632cc8c11a6b87a958cb676a7 | |
(len: 214) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-ujs/src/rails.js?type=application/javascript&pipeline=self&id=1a3e0e11ff265c0c8910053d95bad8c5c9af34ffe89b38eeceb7715060b45a82 | |
(len: 214) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/remodal/dist/remodal.js?type=application/javascript&pipeline=self&id=f390d4e4cc054ae4a56ddfe04f80868ed934b661b3b903a348151eb6fd2daf7d | |
(len: 214) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.eot?type=application/vnd.ms-fontobject&id=77d3c580b961092a2b1b88f8bec44d9cd56e3de632cc8c11a6b87a958cb676a7 | |
(len: 214) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-ujs/src/rails.js?type=application/javascript&pipeline=self&id=1a3e0e11ff265c0c8910053d95bad8c5c9af34ffe89b38eeceb7715060b45a82 | |
(len: 214) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.eot?type=application/vnd.ms-fontobject&id=77d3c580b961092a2b1b88f8bec44d9cd56e3de632cc8c11a6b87a958cb676a7 | |
(len: 214) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.eot?type=application/vnd.ms-fontobject&id=77d3c580b961092a2b1b88f8bec44d9cd56e3de632cc8c11a6b87a958cb676a7 | |
(len: 214) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.eot?type=application/vnd.ms-fontobject&id=77d3c580b961092a2b1b88f8bec44d9cd56e3de632cc8c11a6b87a958cb676a7 | |
(len: 214) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/remodal/dist/remodal.js?type=application/javascript&pipeline=self&id=f390d4e4cc054ae4a56ddfe04f80868ed934b661b3b903a348151eb6fd2daf7d | |
(len: 214) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-ujs/src/rails.js?type=application/javascript&pipeline=self&id=1a3e0e11ff265c0c8910053d95bad8c5c9af34ffe89b38eeceb7715060b45a82 | |
(len: 214) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/remodal/dist/remodal.js?type=application/javascript&pipeline=self&id=f390d4e4cc054ae4a56ddfe04f80868ed934b661b3b903a348151eb6fd2daf7d | |
(len: 214) | |
The controller-level `respond_to' feature has been extracted to the `responders` gem. Add it to your Gemfile to continue using this feature: | |
gem 'responders', '~> 2.0' | |
Consult the Rails upgrade guide for details. | |
(len: 214) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/remodal/dist/remodal.js?type=application/javascript&pipeline=self&id=f390d4e4cc054ae4a56ddfe04f80868ed934b661b3b903a348151eb6fd2daf7d | |
(len: 214) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/remodal/dist/remodal.js?type=application/javascript&pipeline=self&id=f390d4e4cc054ae4a56ddfe04f80868ed934b661b3b903a348151eb6fd2daf7d | |
(len: 214) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/remodal/dist/remodal.js?type=application/javascript&pipeline=self&id=f390d4e4cc054ae4a56ddfe04f80868ed934b661b3b903a348151eb6fd2daf7d | |
(len: 214) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-ujs/src/rails.js?type=application/javascript&pipeline=self&id=1a3e0e11ff265c0c8910053d95bad8c5c9af34ffe89b38eeceb7715060b45a82 | |
(len: 214) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-ujs/src/rails.js?type=application/javascript&pipeline=self&id=1a3e0e11ff265c0c8910053d95bad8c5c9af34ffe89b38eeceb7715060b45a82 | |
(len: 214) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.eot?type=application/vnd.ms-fontobject&id=77d3c580b961092a2b1b88f8bec44d9cd56e3de632cc8c11a6b87a958cb676a7 | |
(len: 214) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-ujs/src/rails.js?type=application/javascript&pipeline=self&id=1a3e0e11ff265c0c8910053d95bad8c5c9af34ffe89b38eeceb7715060b45a82 | |
(len: 214) | |
\A | |
( (?: (?: [\da-f]{1,4} : )* [\da-f]{1,4} )? ) | |
:: | |
( (?: | |
( (?: [\da-f]{1,4} : )* ) | |
(?: | |
[\da-f]{1,4} | |
| | |
(\d+) \. (\d+) \. (\d+) \. (\d+) | |
) | |
)? ) | |
\z | |
(len: 213) | |
\A | |
( (?: (?: [\da-f]{1,4} : )* [\da-f]{1,4} )? ) | |
:: | |
( (?: | |
( (?: [\da-f]{1,4} : )* ) | |
(?: | |
[\da-f]{1,4} | |
| | |
(\d+) \. (\d+) \. (\d+) \. (\d+) | |
) | |
)? ) | |
\z | |
(len: 213) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery/dist/jquery.js?type=application/javascript&pipeline=self&id=d205184156f40d3fd371650de90369d5e41e2d0ce47a4072cd4a172bbd4cc708 | |
(len: 212) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery/dist/jquery.js?type=application/javascript&pipeline=self&id=d205184156f40d3fd371650de90369d5e41e2d0ce47a4072cd4a172bbd4cc708 | |
(len: 212) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery/dist/jquery.js?type=application/javascript&pipeline=self&id=d205184156f40d3fd371650de90369d5e41e2d0ce47a4072cd4a172bbd4cc708 | |
(len: 212) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss?type=text/css&pipeline=self&id=e7b13e09446e4751055cfe9119d4a71683b91461a3cea7fd4c19ed5ddd38a26f | |
(len: 212) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery/dist/jquery.js?type=application/javascript&pipeline=self&id=d205184156f40d3fd371650de90369d5e41e2d0ce47a4072cd4a172bbd4cc708 | |
(len: 212) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery/dist/jquery.js?type=application/javascript&pipeline=self&id=d205184156f40d3fd371650de90369d5e41e2d0ce47a4072cd4a172bbd4cc708 | |
(len: 212) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery/dist/jquery.js?type=application/javascript&pipeline=self&id=d205184156f40d3fd371650de90369d5e41e2d0ce47a4072cd4a172bbd4cc708 | |
(len: 212) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss?type=text/css&pipeline=self&id=e7b13e09446e4751055cfe9119d4a71683b91461a3cea7fd4c19ed5ddd38a26f | |
(len: 212) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery/dist/jquery.js?type=application/javascript&pipeline=self&id=d205184156f40d3fd371650de90369d5e41e2d0ce47a4072cd4a172bbd4cc708 | |
(len: 212) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery/dist/jquery.js?type=application/javascript&pipeline=self&id=d205184156f40d3fd371650de90369d5e41e2d0ce47a4072cd4a172bbd4cc708 | |
(len: 212) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery/dist/jquery.js?type=application/javascript&pipeline=self&id=d205184156f40d3fd371650de90369d5e41e2d0ce47a4072cd4a172bbd4cc708 | |
(len: 212) | |
Arguments are the code numbers of the expressions to disable. Do "info | |
display" to see the current list of code numbers. If no arguments are | |
specified, all displays are disabled. | |
(len: 211) | |
\A/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*\z | |
(len: 211) | |
\A/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*\z | |
(len: 211) | |
You don't have any routes defined! | |
Please add some routes in config/routes.rb. | |
For more information about routes, see the Rails guide: http://guides.rubyonrails.org/routing.html. | |
(len: 211) | |
A Ruby client that tries to match Redis' API one-to-one, while still | |
providing an idiomatic interface. It features thread-safety, | |
client-side sharding, pipelining, and an obsession for performance. | |
(len: 210) | |
A Ruby client that tries to match Redis' API one-to-one, while still | |
providing an idiomatic interface. It features thread-safety, | |
client-side sharding, pipelining, and an obsession for performance. | |
(len: 210) | |
Usage: help [COMMAND] | |
With no arguments, help lists all the available commands along with their | |
descriptions. When given a command name as an argument, shows the help | |
for that command. | |
(len: 210) | |
Usage: help [COMMAND] | |
With no arguments, help lists all the available commands along with their | |
descriptions. When given a command name as an argument, shows the help | |
for that command. | |
(len: 210) | |
#(?-mix:(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))+) | |
(len: 209) | |
Usage: step [TIMES] | |
Step execution forward. By default, moves a single step. | |
Examples: | |
step #=> Move a single step forward. | |
step 5 #=> Execute the next 5 steps. | |
(len: 209) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/organization-invite.coffee?type=application/javascript&pipeline=self&id=d680ecff1a45e97305e04f414c0c783673200ef45a84d9fe56f7acf0846a2586 | |
(len: 209) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/organization-invite.coffee?type=application/javascript&pipeline=self&id=d680ecff1a45e97305e04f414c0c783673200ef45a84d9fe56f7acf0846a2586 | |
(len: 209) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/organization-invite.coffee?type=application/javascript&pipeline=self&id=d680ecff1a45e97305e04f414c0c783673200ef45a84d9fe56f7acf0846a2586 | |
(len: 209) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/organization-invite.coffee?type=application/javascript&pipeline=self&id=d680ecff1a45e97305e04f414c0c783673200ef45a84d9fe56f7acf0846a2586 | |
(len: 209) | |
Usage: step [TIMES] | |
Step execution forward. By default, moves a single step. | |
Examples: | |
step #=> Move a single step forward. | |
step 5 #=> Execute the next 5 steps. | |
(len: 209) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/organization-invite.coffee?type=application/javascript&pipeline=self&id=d680ecff1a45e97305e04f414c0c783673200ef45a84d9fe56f7acf0846a2586 | |
(len: 209) | |
Arguments are the code numbers of the expressions to enable. Do "info | |
display" to see the current list of code numbers. If no arguments are | |
specified, all displays are enabled. | |
(len: 209) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/organization-invite.coffee?type=application/javascript&pipeline=self&id=d680ecff1a45e97305e04f414c0c783673200ef45a84d9fe56f7acf0846a2586 | |
(len: 209) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/organization-invite.coffee?type=application/javascript&pipeline=self&id=d680ecff1a45e97305e04f414c0c783673200ef45a84d9fe56f7acf0846a2586 | |
(len: 209) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/organization-invite.coffee?type=application/javascript&pipeline=self&id=d680ecff1a45e97305e04f414c0c783673200ef45a84d9fe56f7acf0846a2586 | |
(len: 209) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/organization-invite.coffee?type=application/javascript&pipeline=self&id=d680ecff1a45e97305e04f414c0c783673200ef45a84d9fe56f7acf0846a2586 | |
(len: 209) | |
^(?:[-+]?0b[0-1_]+ (?# base 2) | |
|[-+]?0[0-7_]+ (?# base 8) | |
|[-+]?(?:0|[1-9][0-9_]*) (?# base 10) | |
|[-+]?0x[0-9a-fA-F_]+ (?# base 16))$ | |
(len: 208) | |
^(?:[-+]?0b[0-1_]+ (?# base 2) | |
|[-+]?0[0-7_]+ (?# base 8) | |
|[-+]?(?:0|[1-9][0-9_]*) (?# base 10) | |
|[-+]?0x[0-9a-fA-F_]+ (?# base 16))$ | |
(len: 208) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.ttf?type=application/x-font-ttf&id=ff7dc632b69a00bb02f256c14d47f090807ef32115e34067fecd9bedb75709a1 | |
(len: 207) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignments.coffee?type=application/javascript&pipeline=self&id=19ed57d313cde285c0777401811698e7a6d27ae6ecd2af8feb62072f58b4a3b1 | |
(len: 207) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.ttf?type=application/x-font-ttf&id=ff7dc632b69a00bb02f256c14d47f090807ef32115e34067fecd9bedb75709a1 | |
(len: 207) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.woff?type=application/font-woff&id=cf6da67061cdd2fb6db605322353ad450674c69132de37cb9541e0039d854137 | |
(len: 207) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignments.coffee?type=application/javascript&pipeline=self&id=19ed57d313cde285c0777401811698e7a6d27ae6ecd2af8feb62072f58b4a3b1 | |
(len: 207) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.woff?type=application/font-woff&id=cf6da67061cdd2fb6db605322353ad450674c69132de37cb9541e0039d854137 | |
(len: 207) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignments.coffee?type=application/javascript&pipeline=self&id=19ed57d313cde285c0777401811698e7a6d27ae6ecd2af8feb62072f58b4a3b1 | |
(len: 207) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.woff?type=application/font-woff&id=cf6da67061cdd2fb6db605322353ad450674c69132de37cb9541e0039d854137 | |
(len: 207) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignments.coffee?type=application/javascript&pipeline=self&id=19ed57d313cde285c0777401811698e7a6d27ae6ecd2af8feb62072f58b4a3b1 | |
(len: 207) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.ttf?type=application/x-font-ttf&id=ff7dc632b69a00bb02f256c14d47f090807ef32115e34067fecd9bedb75709a1 | |
(len: 207) | |
/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)* | |
(len: 207) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.woff?type=application/font-woff&id=cf6da67061cdd2fb6db605322353ad450674c69132de37cb9541e0039d854137 | |
(len: 207) | |
/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)* | |
(len: 207) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.woff?type=application/font-woff&id=cf6da67061cdd2fb6db605322353ad450674c69132de37cb9541e0039d854137 | |
(len: 207) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignments.coffee?type=application/javascript&pipeline=self&id=19ed57d313cde285c0777401811698e7a6d27ae6ecd2af8feb62072f58b4a3b1 | |
(len: 207) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignments.coffee?type=application/javascript&pipeline=self&id=19ed57d313cde285c0777401811698e7a6d27ae6ecd2af8feb62072f58b4a3b1 | |
(len: 207) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignments.coffee?type=application/javascript&pipeline=self&id=19ed57d313cde285c0777401811698e7a6d27ae6ecd2af8feb62072f58b4a3b1 | |
(len: 207) | |
/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)* | |
(len: 207) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.woff?type=application/font-woff&id=cf6da67061cdd2fb6db605322353ad450674c69132de37cb9541e0039d854137 | |
(len: 207) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.woff?type=application/font-woff&id=cf6da67061cdd2fb6db605322353ad450674c69132de37cb9541e0039d854137 | |
(len: 207) | |
\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\] | |
(len: 207) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.ttf?type=application/x-font-ttf&id=ff7dc632b69a00bb02f256c14d47f090807ef32115e34067fecd9bedb75709a1 | |
(len: 207) | |
\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\] | |
(len: 207) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignments.coffee?type=application/javascript&pipeline=self&id=19ed57d313cde285c0777401811698e7a6d27ae6ecd2af8feb62072f58b4a3b1 | |
(len: 207) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.ttf?type=application/x-font-ttf&id=ff7dc632b69a00bb02f256c14d47f090807ef32115e34067fecd9bedb75709a1 | |
(len: 207) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.woff?type=application/font-woff&id=cf6da67061cdd2fb6db605322353ad450674c69132de37cb9541e0039d854137 | |
(len: 207) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.ttf?type=application/x-font-ttf&id=ff7dc632b69a00bb02f256c14d47f090807ef32115e34067fecd9bedb75709a1 | |
(len: 207) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.ttf?type=application/x-font-ttf&id=ff7dc632b69a00bb02f256c14d47f090807ef32115e34067fecd9bedb75709a1 | |
(len: 207) | |
\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\] | |
(len: 207) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.ttf?type=application/x-font-ttf&id=ff7dc632b69a00bb02f256c14d47f090807ef32115e34067fecd9bedb75709a1 | |
(len: 207) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.ttf?type=application/x-font-ttf&id=ff7dc632b69a00bb02f256c14d47f090807ef32115e34067fecd9bedb75709a1 | |
(len: 207) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.woff?type=application/font-woff&id=cf6da67061cdd2fb6db605322353ad450674c69132de37cb9541e0039d854137 | |
(len: 207) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignments.coffee?type=application/javascript&pipeline=self&id=19ed57d313cde285c0777401811698e7a6d27ae6ecd2af8feb62072f58b4a3b1 | |
(len: 207) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/normalize-submit.coffee?type=application/javascript&pipeline=self&id=a405df3dff9f86146eed4ae4152d6f943729cae2a1031befc2c0378f6398a5e0 | |
(len: 206) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss?type=text/css&pipeline=self&id=d4704729340052cb510c65bdabbfd1bc015d9a48f09e2b1938ee2beb76095633 | |
(len: 206) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss?type=text/css&pipeline=self&id=d4704729340052cb510c65bdabbfd1bc015d9a48f09e2b1938ee2beb76095633 | |
(len: 206) | |
(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)* | |
(len: 206) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/normalize-submit.coffee?type=application/javascript&pipeline=self&id=a405df3dff9f86146eed4ae4152d6f943729cae2a1031befc2c0378f6398a5e0 | |
(len: 206) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/normalize-submit.coffee?type=application/javascript&pipeline=self&id=a405df3dff9f86146eed4ae4152d6f943729cae2a1031befc2c0378f6398a5e0 | |
(len: 206) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/normalize-submit.coffee?type=application/javascript&pipeline=self&id=a405df3dff9f86146eed4ae4152d6f943729cae2a1031befc2c0378f6398a5e0 | |
(len: 206) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss?type=text/css&pipeline=self&id=d4704729340052cb510c65bdabbfd1bc015d9a48f09e2b1938ee2beb76095633 | |
(len: 206) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/normalize-submit.coffee?type=application/javascript&pipeline=self&id=a405df3dff9f86146eed4ae4152d6f943729cae2a1031befc2c0378f6398a5e0 | |
(len: 206) | |
(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)* | |
(len: 206) | |
(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)* | |
(len: 206) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss?type=text/css&pipeline=self&id=d4704729340052cb510c65bdabbfd1bc015d9a48f09e2b1938ee2beb76095633 | |
(len: 206) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/normalize-submit.coffee?type=application/javascript&pipeline=self&id=a405df3dff9f86146eed4ae4152d6f943729cae2a1031befc2c0378f6398a5e0 | |
(len: 206) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss?type=text/css&pipeline=self&id=d4704729340052cb510c65bdabbfd1bc015d9a48f09e2b1938ee2beb76095633 | |
(len: 206) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/normalize-submit.coffee?type=application/javascript&pipeline=self&id=a405df3dff9f86146eed4ae4152d6f943729cae2a1031befc2c0378f6398a5e0 | |
(len: 206) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss?type=text/css&pipeline=self&id=d4704729340052cb510c65bdabbfd1bc015d9a48f09e2b1938ee2beb76095633 | |
(len: 206) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/normalize-submit.coffee?type=application/javascript&pipeline=self&id=a405df3dff9f86146eed4ae4152d6f943729cae2a1031befc2c0378f6398a5e0 | |
(len: 206) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss?type=text/css&pipeline=self&id=d4704729340052cb510c65bdabbfd1bc015d9a48f09e2b1938ee2beb76095633 | |
(len: 206) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss?type=text/css&pipeline=self&id=d4704729340052cb510c65bdabbfd1bc015d9a48f09e2b1938ee2beb76095633 | |
(len: 206) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss?type=text/css&pipeline=self&id=d4704729340052cb510c65bdabbfd1bc015d9a48f09e2b1938ee2beb76095633 | |
(len: 206) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/normalize-submit.coffee?type=application/javascript&pipeline=self&id=a405df3dff9f86146eed4ae4152d6f943729cae2a1031befc2c0378f6398a5e0 | |
(len: 206) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/flash-messages.coffee?type=application/javascript&pipeline=self&id=687fb624ffde9ff8e60350b03a0871a3baaa31023c50bcbe05909e4a4e902e61 | |
(len: 204) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/flash-messages.coffee?type=application/javascript&pipeline=self&id=687fb624ffde9ff8e60350b03a0871a3baaa31023c50bcbe05909e4a4e902e61 | |
(len: 204) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/flash-messages.coffee?type=application/javascript&pipeline=self&id=687fb624ffde9ff8e60350b03a0871a3baaa31023c50bcbe05909e4a4e902e61 | |
(len: 204) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/flash-messages.coffee?type=application/javascript&pipeline=self&id=687fb624ffde9ff8e60350b03a0871a3baaa31023c50bcbe05909e4a4e902e61 | |
(len: 204) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/flash-messages.coffee?type=application/javascript&pipeline=self&id=687fb624ffde9ff8e60350b03a0871a3baaa31023c50bcbe05909e4a4e902e61 | |
(len: 204) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/flash-messages.coffee?type=application/javascript&pipeline=self&id=687fb624ffde9ff8e60350b03a0871a3baaa31023c50bcbe05909e4a4e902e61 | |
(len: 204) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/flash-messages.coffee?type=application/javascript&pipeline=self&id=687fb624ffde9ff8e60350b03a0871a3baaa31023c50bcbe05909e4a4e902e61 | |
(len: 204) | |
Usage: gem-install GEM_NAME | |
Installs the given gem, refreshes the gem cache, and requires the gem for you | |
based on a best guess from the gem name. | |
gem-install pry-stack_explorer | |
(len: 204) | |
Usage: gem-install GEM_NAME | |
Installs the given gem, refreshes the gem cache, and requires the gem for you | |
based on a best guess from the gem name. | |
gem-install pry-stack_explorer | |
(len: 204) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/flash-messages.coffee?type=application/javascript&pipeline=self&id=687fb624ffde9ff8e60350b03a0871a3baaa31023c50bcbe05909e4a4e902e61 | |
(len: 204) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/flash-messages.coffee?type=application/javascript&pipeline=self&id=687fb624ffde9ff8e60350b03a0871a3baaa31023c50bcbe05909e4a4e902e61 | |
(len: 204) | |
Custom asset_path helper is not implemented | |
Extend your environment context with a custom method. | |
environment.context_class.class_eval do | |
def asset_path(path, options = {}) | |
end | |
end | |
(len: 203) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/development.gif?type=image/gif&id=424ecf1a2bb39900bff0bfddb50072bdef250172fa5fa36fca3d2441c4f6fdf3 | |
(len: 203) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/development.gif?type=image/gif&id=424ecf1a2bb39900bff0bfddb50072bdef250172fa5fa36fca3d2441c4f6fdf3 | |
(len: 203) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/development.gif?type=image/gif&id=424ecf1a2bb39900bff0bfddb50072bdef250172fa5fa36fca3d2441c4f6fdf3 | |
(len: 203) | |
Usage: recognize-path <path> [-m|--method METHOD] | |
Verifies that a given path is mapped to the right controller and action. | |
recognize-path example.com | |
recognize-path example.com -m post | |
(len: 203) | |
(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?) | |
(len: 203) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/development.gif?type=image/gif&id=424ecf1a2bb39900bff0bfddb50072bdef250172fa5fa36fca3d2441c4f6fdf3 | |
(len: 203) | |
(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?) | |
(len: 203) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/development.gif?type=image/gif&id=424ecf1a2bb39900bff0bfddb50072bdef250172fa5fa36fca3d2441c4f6fdf3 | |
(len: 203) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/development.gif?type=image/gif&id=424ecf1a2bb39900bff0bfddb50072bdef250172fa5fa36fca3d2441c4f6fdf3 | |
(len: 203) | |
(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?) | |
(len: 203) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/development.gif?type=image/gif&id=424ecf1a2bb39900bff0bfddb50072bdef250172fa5fa36fca3d2441c4f6fdf3 | |
(len: 203) | |
factory_girl provides a framework and DSL for defining and | |
using factories - less error-prone, more explicit, and | |
all-around easier to work with than fixtures. | |
(len: 203) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/development.gif?type=image/gif&id=424ecf1a2bb39900bff0bfddb50072bdef250172fa5fa36fca3d2441c4f6fdf3 | |
(len: 203) | |
WHERE | |
t.typname IN (%s) | |
OR t.typtype IN (%s) | |
OR t.typinput = 'array_in(cstring,oid,integer)'::regprocedure | |
OR t.typelem != 0 | |
(len: 203) | |
factory_girl provides a framework and DSL for defining and | |
using factories - less error-prone, more explicit, and | |
all-around easier to work with than fixtures. | |
(len: 203) | |
Usage: recognize-path <path> [-m|--method METHOD] | |
Verifies that a given path is mapped to the right controller and action. | |
recognize-path example.com | |
recognize-path example.com -m post | |
(len: 203) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/autocomplete.coffee?type=application/javascript&pipeline=self&id=646e38441e501553ef7a2ac9a69769d201f69ce02b56a83130a127f72688728d | |
(len: 202) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/production.gif?type=image/gif&id=8e8e3e4343a5a077a4cba6cef94799a70b67a59bd5366d73e75e8576e5f1156f | |
(len: 202) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/clipboard-js.coffee?type=application/javascript&pipeline=self&id=f66b0104f871106f88e8c134ae83bfe6440dce376e975d81208218aa2bbc227f | |
(len: 202) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/autocomplete.coffee?type=application/javascript&pipeline=self&id=646e38441e501553ef7a2ac9a69769d201f69ce02b56a83130a127f72688728d | |
(len: 202) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/clipboard-js.coffee?type=application/javascript&pipeline=self&id=f66b0104f871106f88e8c134ae83bfe6440dce376e975d81208218aa2bbc227f | |
(len: 202) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/autocomplete.coffee?type=application/javascript&pipeline=self&id=646e38441e501553ef7a2ac9a69769d201f69ce02b56a83130a127f72688728d | |
(len: 202) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/autocomplete.coffee?type=application/javascript&pipeline=self&id=646e38441e501553ef7a2ac9a69769d201f69ce02b56a83130a127f72688728d | |
(len: 202) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/production.gif?type=image/gif&id=8e8e3e4343a5a077a4cba6cef94799a70b67a59bd5366d73e75e8576e5f1156f | |
(len: 202) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&pipeline=debug&id=b7af33e2396c8e868cd01774c88926626569b72c82277c4e4d00b7c4ffc02562 | |
(len: 202) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/clipboard-js.coffee?type=application/javascript&pipeline=self&id=f66b0104f871106f88e8c134ae83bfe6440dce376e975d81208218aa2bbc227f | |
(len: 202) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/production.gif?type=image/gif&id=8e8e3e4343a5a077a4cba6cef94799a70b67a59bd5366d73e75e8576e5f1156f | |
(len: 202) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/autocomplete.coffee?type=application/javascript&pipeline=self&id=646e38441e501553ef7a2ac9a69769d201f69ce02b56a83130a127f72688728d | |
(len: 202) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/clipboard-js.coffee?type=application/javascript&pipeline=self&id=f66b0104f871106f88e8c134ae83bfe6440dce376e975d81208218aa2bbc227f | |
(len: 202) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&pipeline=debug&id=b7af33e2396c8e868cd01774c88926626569b72c82277c4e4d00b7c4ffc02562 | |
(len: 202) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/autocomplete.coffee?type=application/javascript&pipeline=self&id=646e38441e501553ef7a2ac9a69769d201f69ce02b56a83130a127f72688728d | |
(len: 202) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/clipboard-js.coffee?type=application/javascript&pipeline=self&id=f66b0104f871106f88e8c134ae83bfe6440dce376e975d81208218aa2bbc227f | |
(len: 202) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/clipboard-js.coffee?type=application/javascript&pipeline=self&id=f66b0104f871106f88e8c134ae83bfe6440dce376e975d81208218aa2bbc227f | |
(len: 202) | |
User</p> | |
</div> | |
<div class="boxed-group"> | |
<h3>User information</h3> | |
<div class="boxed-group-inner"> | |
<table> | |
<tr> | |
<td class="text-emphasized">ID</td> | |
<td> | |
(len: 202) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/clipboard-js.coffee?type=application/javascript&pipeline=self&id=f66b0104f871106f88e8c134ae83bfe6440dce376e975d81208218aa2bbc227f | |
(len: 202) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/production.gif?type=image/gif&id=8e8e3e4343a5a077a4cba6cef94799a70b67a59bd5366d73e75e8576e5f1156f | |
(len: 202) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/production.gif?type=image/gif&id=8e8e3e4343a5a077a4cba6cef94799a70b67a59bd5366d73e75e8576e5f1156f | |
(len: 202) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/production.gif?type=image/gif&id=8e8e3e4343a5a077a4cba6cef94799a70b67a59bd5366d73e75e8576e5f1156f | |
(len: 202) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/autocomplete.coffee?type=application/javascript&pipeline=self&id=646e38441e501553ef7a2ac9a69769d201f69ce02b56a83130a127f72688728d | |
(len: 202) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/clipboard-js.coffee?type=application/javascript&pipeline=self&id=f66b0104f871106f88e8c134ae83bfe6440dce376e975d81208218aa2bbc227f | |
(len: 202) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/production.gif?type=image/gif&id=8e8e3e4343a5a077a4cba6cef94799a70b67a59bd5366d73e75e8576e5f1156f | |
(len: 202) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&pipeline=debug&id=b7af33e2396c8e868cd01774c88926626569b72c82277c4e4d00b7c4ffc02562 | |
(len: 202) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/clipboard-js.coffee?type=application/javascript&pipeline=self&id=f66b0104f871106f88e8c134ae83bfe6440dce376e975d81208218aa2bbc227f | |
(len: 202) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/autocomplete.coffee?type=application/javascript&pipeline=self&id=646e38441e501553ef7a2ac9a69769d201f69ce02b56a83130a127f72688728d | |
(len: 202) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/autocomplete.coffee?type=application/javascript&pipeline=self&id=646e38441e501553ef7a2ac9a69769d201f69ce02b56a83130a127f72688728d | |
(len: 202) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/production.gif?type=image/gif&id=8e8e3e4343a5a077a4cba6cef94799a70b67a59bd5366d73e75e8576e5f1156f | |
(len: 202) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/outline-box.coffee?type=application/javascript&pipeline=self&id=ce0773b13a6d91732fd19061f7e7f26de4dc02cd0bc3c6798a97d86b06299a22 | |
(len: 201) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&pipeline=self&id=89eedec4a8d127905094c8e277fa18d92377ce8db542bdc9837c325257db529d | |
(len: 201) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/outline-box.coffee?type=application/javascript&pipeline=self&id=ce0773b13a6d91732fd19061f7e7f26de4dc02cd0bc3c6798a97d86b06299a22 | |
(len: 201) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/outline-box.coffee?type=application/javascript&pipeline=self&id=ce0773b13a6d91732fd19061f7e7f26de4dc02cd0bc3c6798a97d86b06299a22 | |
(len: 201) | |
\A | |
(?<file>.+) # Matches './spec/notice_spec.rb' | |
: | |
(?<line>\d+) # Matches '43' | |
:in\s | |
`(?<function>.*)' # Matches "`block (3 levels) in <top (required)>'" | |
\z | |
(len: 201) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&pipeline=self&id=89eedec4a8d127905094c8e277fa18d92377ce8db542bdc9837c325257db529d | |
(len: 201) | |
\A | |
(?<file>.+) # Matches './spec/notice_spec.rb' | |
: | |
(?<line>\d+) # Matches '43' | |
:in\s | |
`(?<function>.*)' # Matches "`block (3 levels) in <top (required)>'" | |
\z | |
(len: 201) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&pipeline=self&id=89eedec4a8d127905094c8e277fa18d92377ce8db542bdc9837c325257db529d | |
(len: 201) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/outline-box.coffee?type=application/javascript&pipeline=self&id=ce0773b13a6d91732fd19061f7e7f26de4dc02cd0bc3c6798a97d86b06299a22 | |
(len: 201) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&pipeline=self&id=89eedec4a8d127905094c8e277fa18d92377ce8db542bdc9837c325257db529d | |
(len: 201) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&pipeline=self&id=89eedec4a8d127905094c8e277fa18d92377ce8db542bdc9837c325257db529d | |
(len: 201) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/outline-box.coffee?type=application/javascript&pipeline=self&id=ce0773b13a6d91732fd19061f7e7f26de4dc02cd0bc3c6798a97d86b06299a22 | |
(len: 201) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/outline-box.coffee?type=application/javascript&pipeline=self&id=ce0773b13a6d91732fd19061f7e7f26de4dc02cd0bc3c6798a97d86b06299a22 | |
(len: 201) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&pipeline=self&id=89eedec4a8d127905094c8e277fa18d92377ce8db542bdc9837c325257db529d | |
(len: 201) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/outline-box.coffee?type=application/javascript&pipeline=self&id=ce0773b13a6d91732fd19061f7e7f26de4dc02cd0bc3c6798a97d86b06299a22 | |
(len: 201) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&pipeline=self&id=89eedec4a8d127905094c8e277fa18d92377ce8db542bdc9837c325257db529d | |
(len: 201) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/outline-box.coffee?type=application/javascript&pipeline=self&id=ce0773b13a6d91732fd19061f7e7f26de4dc02cd0bc3c6798a97d86b06299a22 | |
(len: 201) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/outline-box.coffee?type=application/javascript&pipeline=self&id=ce0773b13a6d91732fd19061f7e7f26de4dc02cd0bc3c6798a97d86b06299a22 | |
(len: 201) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&pipeline=self&id=89eedec4a8d127905094c8e277fa18d92377ce8db542bdc9837c325257db529d | |
(len: 201) | |
SELECT t.oid, t.typname, t.typelem, t.typdelim, t.typinput, r.rngsubtype, t.typtype, t.typbasetype | |
FROM pg_type as t | |
LEFT JOIN pg_range as r ON oid = rngtypid | |
(len: 201) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&pipeline=self&id=89eedec4a8d127905094c8e277fa18d92377ce8db542bdc9837c325257db529d | |
(len: 201) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138 | |
(len: 200) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138 | |
(len: 200) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138 | |
(len: 200) | |
(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))+ | |
(len: 200) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138 | |
(len: 200) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138 | |
(len: 200) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138 | |
(len: 200) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138 | |
(len: 200) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138 | |
(len: 200) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138 | |
(len: 200) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138 | |
(len: 200) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138 | |
(len: 200) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138 | |
(len: 200) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138 | |
(len: 200) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138 | |
(len: 200) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138 | |
(len: 200) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138 | |
(len: 200) | |
(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))+ | |
(len: 200) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss?type=text/css&pipeline=self&id=d4704729340052cb510c65bdabbfd1bc015d9a48f09e2b1938ee2beb76095633 | |
(len: 199) | |
The `respond_with' feature has been extracted to the `responders` gem. Add it to your Gemfile to continue using this feature: | |
gem 'responders', '~> 2.0' | |
Consult the Rails upgrade guide for details. | |
(len: 199) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e | |
(len: 199) | |
(locals) | |
Thread.current[:tilt_vars] = [self, locals] | |
class << self | |
this, locals = Thread.current[:tilt_vars] | |
this.instance_eval do | |
(len: 199) | |
The `respond_with' feature has been extracted to the `responders` gem. Add it to your Gemfile to continue using this feature: | |
gem 'responders', '~> 2.0' | |
Consult the Rails upgrade guide for details. | |
(len: 199) | |
`ActionDispatch::Response#to_ary` no longer performs implicit conversion | |
to an array. Please use `response.to_a` instead, or a splat like `status, | |
headers, body = *response`. | |
(len: 199) | |
\A | |
(?<function>.+) # Matches 'org.jruby.ast.NewlineNode.interpret | |
\( | |
(?<file>[^:]+) # Matches 'NewlineNode.java' | |
:? | |
(?<line>\d+)? # Matches '105' | |
\) | |
\z | |
(len: 199) | |
\A | |
(?<function>.+) # Matches 'org.jruby.ast.NewlineNode.interpret | |
\( | |
(?<file>[^:]+) # Matches 'NewlineNode.java' | |
:? | |
(?<line>\d+)? # Matches '105' | |
\) | |
\z | |
(len: 199) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss?type=text/css&pipeline=self&id=d4704729340052cb510c65bdabbfd1bc015d9a48f09e2b1938ee2beb76095633 | |
(len: 199) | |
The `respond_with' feature has been extracted to the `responders` gem. Add it to your Gemfile to continue using this feature: | |
gem 'responders', '~> 2.0' | |
Consult the Rails upgrade guide for details. | |
(len: 199) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e | |
(len: 199) | |
`ActionDispatch::Response#to_ary` no longer performs implicit conversion | |
to an array. Please use `response.to_a` instead, or a splat like `status, | |
headers, body = *response`. | |
(len: 199) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e | |
(len: 199) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e | |
(len: 199) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e | |
(len: 199) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e | |
(len: 199) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e | |
(len: 199) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e | |
(len: 199) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e | |
(len: 199) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e | |
(len: 199) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e | |
(len: 199) | |
`ActionDispatch::Response#to_ary` no longer performs implicit conversion | |
to an array. Please use `response.to_a` instead, or a splat like `status, | |
headers, body = *response`. | |
(len: 199) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e | |
(len: 199) | |
(locals) | |
Thread.current[:tilt_vars] = [self, locals] | |
class << self | |
this, locals = Thread.current[:tilt_vars] | |
this.instance_eval do | |
(len: 199) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e | |
(len: 199) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss?type=text/css&pipeline=self&id=d4704729340052cb510c65bdabbfd1bc015d9a48f09e2b1938ee2beb76095633 | |
(len: 199) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e | |
(len: 199) | |
Usage: gem-open GEM_NAME | |
Change the current working directory to that in which the given gem is | |
installed, and then opens your text editor. | |
gem-open pry-exception_explorer | |
(len: 198) | |
Usage: gem-open GEM_NAME | |
Change the current working directory to that in which the given gem is | |
installed, and then opens your text editor. | |
gem-open pry-exception_explorer | |
(len: 198) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60 | |
(len: 198) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60 | |
(len: 198) | |
\A | |
(?<file>.+) # Matches '/foo/bar/baz.ext' | |
: | |
(?<line>\d+)? # Matches '43' or nothing | |
(in\s`(?<function>.+)')? # Matches "in `func'" or nothing | |
\z | |
(len: 198) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60 | |
(len: 198) | |
Databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes. Strong conventions for associations, validations, aggregations, migrations, and testing come baked-in. | |
(len: 198) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60 | |
(len: 198) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60 | |
(len: 198) | |
Databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes. Strong conventions for associations, validations, aggregations, migrations, and testing come baked-in. | |
(len: 198) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60 | |
(len: 198) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60 | |
(len: 198) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60 | |
(len: 198) | |
\A | |
(?<file>.+) # Matches '/foo/bar/baz.ext' | |
: | |
(?<line>\d+)? # Matches '43' or nothing | |
(in\s`(?<function>.+)')? # Matches "in `func'" or nothing | |
\z | |
(len: 198) | |
Usage: gem-open GEM_NAME | |
Change the current working directory to that in which the given gem is | |
installed, and then opens your text editor. | |
gem-open pry-exception_explorer | |
(len: 198) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60 | |
(len: 198) | |
Databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes. Strong conventions for associations, validations, aggregations, migrations, and testing come baked-in. | |
(len: 198) | |
Usage: gem-open GEM_NAME | |
Change the current working directory to that in which the given gem is | |
installed, and then opens your text editor. | |
gem-open pry-exception_explorer | |
(len: 198) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60 | |
(len: 198) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60 | |
(len: 198) | |
Databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes. Strong conventions for associations, validations, aggregations, migrations, and testing come baked-in. | |
(len: 198) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60 | |
(len: 198) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60 | |
(len: 198) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60 | |
(len: 198) | |
((?-mix:[#%&*-~]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*) | |
(len: 197) | |
((?-mix:[#%&*-~]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*) | |
(len: 197) | |
-|(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])) | |
(len: 197) | |
-|(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])) | |
(len: 197) | |
-|(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])) | |
(len: 197) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8 | |
(len: 196) | |
`#column_for_attribute` will return a null object for non-existent | |
columns in Rails 5. Use `#has_attribute?` if you need to check for | |
an attribute's existence. | |
(len: 196) | |
(function(program, execJS) { execJS(program) })(function(global, module, exports, require, console, setTimeout, setInterval, clearTimeout, clearInterval, setImmediate, clearImmediate) { | |
(len: 196) | |
(function(program, execJS) { execJS(program) })(function(global, module, exports, require, console, setTimeout, setInterval, clearTimeout, clearInterval, setImmediate, clearImmediate) { | |
(len: 196) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8 | |
(len: 196) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8 | |
(len: 196) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8 | |
(len: 196) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8 | |
(len: 196) | |
`#column_for_attribute` will return a null object for non-existent | |
columns in Rails 5. Use `#has_attribute?` if you need to check for | |
an attribute's existence. | |
(len: 196) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8 | |
(len: 196) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8 | |
(len: 196) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8 | |
(len: 196) | |
`#column_for_attribute` will return a null object for non-existent | |
columns in Rails 5. Use `#has_attribute?` if you need to check for | |
an attribute's existence. | |
(len: 196) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8 | |
(len: 196) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8 | |
(len: 196) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8 | |
(len: 196) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8 | |
(len: 196) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8 | |
(len: 196) | |
`#column_for_attribute` will return a null object for non-existent | |
columns in Rails 5. Use `#has_attribute?` if you need to check for | |
an attribute's existence. | |
(len: 196) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8 | |
(len: 196) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8 | |
(len: 196) | |
Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more. | |
Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns. | |
(len: 194) | |
Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more. | |
Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns. | |
(len: 194) | |
Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more. | |
Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns. | |
(len: 194) | |
Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more. | |
Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns. | |
(len: 194) | |
Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more. | |
Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns. | |
(len: 194) | |
Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more. | |
Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns. | |
(len: 194) | |
) | |
interp = try_op_before_interp(tok) | |
return interp if interp | |
start_pos = source_position | |
node(Tree::UnaryOperation.new(assert_expr(:unary_ | |
(len: 194) | |
) | |
interp = try_op_before_interp(tok) | |
return interp if interp | |
start_pos = source_position | |
node(Tree::UnaryOperation.new(assert_expr(:unary_ | |
(len: 194) | |
((?-mix:"[^"\\]*(?:\\.[^"\\]*)*")|(?-mix:(?:\\.|[^\s,])[^\s=,\\]*(?:\\.[^\s=,\\]*|=[^,>])*))\s*=>\s*((?-mix:"[^"\\]*(?:\\.[^"\\]*)*")|(?-mix:(?:\\.|[^\s,])[^\s=,\\]*(?:\\.[^\s=,\\]*|=[^,>])*)) | |
(len: 192) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self | |
(len: 192) | |
<div class="site-content"> | |
<div class="site-content-cap"> | |
<h2 class="site-content-heading">Select an organization for your new classroom</h2> | |
</div> | |
<div class="site-content-body"> | |
(len: 192) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self | |
(len: 192) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self | |
(len: 192) | |
<div class="site-content"> | |
<div class="site-content-cap"> | |
<h2 class="site-content-heading">Select an organization for your new classroom</h2> | |
</div> | |
<div class="site-content-body"> | |
(len: 192) | |
((?-mix:"[^"\\]*(?:\\.[^"\\]*)*")|(?-mix:(?:\\.|[^\s,])[^\s=,\\]*(?:\\.[^\s=,\\]*|=[^,>])*))\s*=>\s*((?-mix:"[^"\\]*(?:\\.[^"\\]*)*")|(?-mix:(?:\\.|[^\s,])[^\s=,\\]*(?:\\.[^\s=,\\]*|=[^,>])*)) | |
(len: 192) | |
[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]) | |
(len: 191) | |
[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]) | |
(len: 191) | |
Excluding the beginning of a Range is only partialy supported | |
through `#succ`. This is not reliable and will be removed in | |
the future. | |
(len: 189) | |
<!DOCTYPE html> | |
<html lang="en-US"> | |
<head><title>301 Moved Permanently</title></head> | |
<body> | |
<h1>Moved Permanently</h1> | |
<p>The document has moved <a href="%s">here</a>.</p> | |
</body> | |
</html> | |
(len: 189) | |
<!DOCTYPE html> | |
<html lang="en-US"> | |
<head><title>301 Moved Permanently</title></head> | |
<body> | |
<h1>Moved Permanently</h1> | |
<p>The document has moved <a href="%s">here</a>.</p> | |
</body> | |
</html> | |
(len: 189) | |
<!DOCTYPE html> | |
<html lang="en-US"> | |
<head><title>301 Moved Permanently</title></head> | |
<body> | |
<h1>Moved Permanently</h1> | |
<p>The document has moved <a href="%s">here</a>.</p> | |
</body> | |
</html> | |
(len: 189) | |
Excluding the beginning of a Range is only partialy supported | |
through `#succ`. This is not reliable and will be removed in | |
the future. | |
(len: 189) | |
<!DOCTYPE html> | |
<html lang="en-US"> | |
<head><title>301 Moved Permanently</title></head> | |
<body> | |
<h1>Moved Permanently</h1> | |
<p>The document has moved <a href="%s">here</a>.</p> | |
</body> | |
</html> | |
(len: 189) | |
e[val] <expression> | |
Evaluates <expression> and prints its value. | |
* NOTE - unknown input is automatically evaluated, to turn this off use | |
'set noautoeval'. | |
(len: 189) | |
Addressable is a replacement for the URI implementation that is part of | |
Ruby's standard library. It more closely conforms to the relevant RFCs and | |
adds support for IRIs and URI templates. | |
(len: 188) | |
Addressable is a replacement for the URI implementation that is part of | |
Ruby's standard library. It more closely conforms to the relevant RFCs and | |
adds support for IRIs and URI templates. | |
(len: 188) | |
Addressable is a replacement for the URI implementation that is part of | |
Ruby's standard library. It more closely conforms to the relevant RFCs and | |
adds support for IRIs and URI templates. | |
(len: 188) | |
Addressable is a replacement for the URI implementation that is part of | |
Ruby's standard library. It more closely conforms to the relevant RFCs and | |
adds support for IRIs and URI templates. | |
(len: 188) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&id=f8c7e364de644d880faab761f9ec2330a36ac5fc898dc12b723890f1a62b5714 | |
(len: 187) | |
[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]) | |
(len: 187) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&id=f8c7e364de644d880faab761f9ec2330a36ac5fc898dc12b723890f1a62b5714 | |
(len: 187) | |
[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]) | |
(len: 187) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&id=f8c7e364de644d880faab761f9ec2330a36ac5fc898dc12b723890f1a62b5714 | |
(len: 187) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&id=f8c7e364de644d880faab761f9ec2330a36ac5fc898dc12b723890f1a62b5714 | |
(len: 187) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&id=f8c7e364de644d880faab761f9ec2330a36ac5fc898dc12b723890f1a62b5714 | |
(len: 187) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&id=f8c7e364de644d880faab761f9ec2330a36ac5fc898dc12b723890f1a62b5714 | |
(len: 187) | |
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=debug&id=3a53d60f3965a970fa8b28fec60127f0c4af3a97299d3b48c65c92028e598a86 | |
(len: 186) | |
SELECT nspname | |
FROM pg_namespace | |
WHERE nspname !~ '^pg_.*' | |
AND nspname NOT IN ('information_schema') | |
ORDER by nspname; | |
(len: 186) | |
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=debug&id=3a53d60f3965a970fa8b28fec60127f0c4af3a97299d3b48c65c92028e598a86 | |
(len: 186) | |
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=debug&id=3a53d60f3965a970fa8b28fec60127f0c4af3a97299d3b48c65c92028e598a86 | |
(len: 186) | |
'. Make sure that the adapter in config/database.yml is valid. If you use an adapter other than 'mysql', 'mysql2', 'postgresql' or 'sqlite3' add the necessary adapter gem to the Gemfile. | |
(len: 186) | |
[#%&*-~]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]) | |
(len: 186) | |
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=debug&id=3a53d60f3965a970fa8b28fec60127f0c4af3a97299d3b48c65c92028e598a86 | |
(len: 186) | |
SELECT nspname | |
FROM pg_namespace | |
WHERE nspname !~ '^pg_.*' | |
AND nspname NOT IN ('information_schema') | |
ORDER by nspname; | |
(len: 186) | |
'. Make sure that the adapter in config/database.yml is valid. If you use an adapter other than 'mysql', 'mysql2', 'postgresql' or 'sqlite3' add the necessary adapter gem to the Gemfile. | |
(len: 186) | |
[#%&*-~]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]) | |
(len: 186) | |
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c | |
(len: 185) | |
"([^\n\r\f"]|\n|\r\n|\r|\f|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])*"|'([^\n\r\f']|\n|\r\n|\r|\f|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])*' | |
(len: 185) | |
"([^\n\r\f"]|\n|\r\n|\r|\f|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])*"|'([^\n\r\f']|\n|\r\n|\r|\f|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])*' | |
(len: 185) | |
vendor/assets/bower_components/jquery-readyselector/jquery.readyselector.js?type=application/javascript&pipeline=self&id=dd225ceba3857bcad2e67b74a62737d95d12e482604c6ea0d59e3cff5037fcc0 | |
(len: 185) | |
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c | |
(len: 185) | |
"([^\n\r\f"]|\n|\r\n|\r|\f|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])*"|'([^\n\r\f']|\n|\r\n|\r|\f|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])*' | |
(len: 185) | |
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c | |
(len: 185) | |
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c | |
(len: 185) | |
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c | |
(len: 185) | |
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c | |
(len: 185) | |
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c | |
(len: 185) | |
"([^\n\r\f"]|\n|\r\n|\r|\f|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])*"|'([^\n\r\f']|\n|\r\n|\r|\f|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])*' | |
(len: 185) | |
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c | |
(len: 185) | |
"([^\n\r\f"]|\n|\r\n|\r|\f|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])*"|'([^\n\r\f']|\n|\r\n|\r|\f|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])*' | |
(len: 185) | |
vendor/assets/bower_components/jquery-readyselector/jquery.readyselector.js?type=application/javascript&pipeline=self&id=dd225ceba3857bcad2e67b74a62737d95d12e482604c6ea0d59e3cff5037fcc0 | |
(len: 185) | |
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c | |
(len: 185) | |
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c | |
(len: 185) | |
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c | |
(len: 185) | |
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c | |
(len: 185) | |
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c | |
(len: 185) | |
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c | |
(len: 185) | |
"([^\n\r\f"]|\n|\r\n|\r|\f|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])*"|'([^\n\r\f']|\n|\r\n|\r|\f|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])*' | |
(len: 185) | |
Usage: change-inspector NAME | |
Change the proc used to print return values. See list-inspectors for a list | |
of available procs and a short description of what each one does. | |
(len: 184) | |
Usage: change-inspector NAME | |
Change the proc used to print return values. See list-inspectors for a list | |
of available procs and a short description of what each one does. | |
(len: 184) | |
, *args, &block) | |
rescue ::Exception | |
[email protected]_if{|s| ::Forwardable::FILE_REGEXP =~ s} unless ::Forwardable::debug | |
::Kernel::raise | |
end | |
end | |
(len: 184) | |
Usage: change-inspector NAME | |
Change the proc used to print return values. See list-inspectors for a list | |
of available procs and a short description of what each one does. | |
(len: 184) | |
Usage: change-inspector NAME | |
Change the proc used to print return values. See list-inspectors for a list | |
of available procs and a short description of what each one does. | |
(len: 184) | |
Usage: change-inspector NAME | |
Change the proc used to print return values. See list-inspectors for a list | |
of available procs and a short description of what each one does. | |
(len: 184) | |
, *args, &block) | |
rescue ::Exception | |
[email protected]_if{|s| ::Forwardable::FILE_REGEXP =~ s} unless ::Forwardable::debug | |
::Kernel::raise | |
end | |
end | |
(len: 184) | |
Usage: change-inspector NAME | |
Change the proc used to print return values. See list-inspectors for a list | |
of available procs and a short description of what each one does. | |
(len: 184) | |
(?: # non-capturing group | |
\A | # start of string OR | |
\r\n # line break | |
) | |
( | |
-- | |
(len: 183) | |
(?: # non-capturing group | |
\A | # start of string OR | |
\r\n # line break | |
) | |
( | |
-- | |
(len: 183) | |
_child?" | |
end | |
# @return [Symbol] The method name that determines if the node is an invalid parent. | |
def invalid_parent_method_name | |
:"invalid_ | |
(len: 182) | |
The provided regular expression is using multiline anchors (^ or $), which may present a security risk. Did you mean to use \A and \z, or forgot to add the :multiline => true option? | |
(len: 182) | |
_child?" | |
end | |
# @return [Symbol] The method name that determines if the node is an invalid parent. | |
def invalid_parent_method_name | |
:"invalid_ | |
(len: 182) | |
Usage: down [TIMES] | |
Move current frame down. By default, moves by 1 frame. | |
Examples: | |
down #=> Move down 1 frame. | |
down 5 #=> Move down 5 frames. | |
(len: 182) | |
VCR provides a simple API to record and replay your test suite's HTTP interactions. It works with a variety of HTTP client libraries, HTTP stubbing libraries and testing frameworks. | |
(len: 182) | |
Usage: down [TIMES] | |
Move current frame down. By default, moves by 1 frame. | |
Examples: | |
down #=> Move down 1 frame. | |
down 5 #=> Move down 5 frames. | |
(len: 182) | |
VCR provides a simple API to record and replay your test suite's HTTP interactions. It works with a variety of HTTP client libraries, HTTP stubbing libraries and testing frameworks. | |
(len: 182) | |
VCR provides a simple API to record and replay your test suite's HTTP interactions. It works with a variety of HTTP client libraries, HTTP stubbing libraries and testing frameworks. | |
(len: 182) | |
500 Internal Server Error | |
If you are the administrator of this website, then please read this web application's log file and/or the web server's log file to find out what went wrong. | |
(len: 182) | |
_child?" | |
end | |
# @return [Symbol] The method name that determines if the node is an invalid parent. | |
def invalid_parent_method_name | |
:"invalid_ | |
(len: 182) | |
VCR provides a simple API to record and replay your test suite's HTTP interactions. It works with a variety of HTTP client libraries, HTTP stubbing libraries and testing frameworks. | |
(len: 182) | |
Usage: down [TIMES] | |
Move current frame down. By default, moves by 1 frame. | |
Examples: | |
down #=> Move down 1 frame. | |
down 5 #=> Move down 5 frames. | |
(len: 182) | |
Usage: down [TIMES] | |
Move current frame down. By default, moves by 1 frame. | |
Examples: | |
down #=> Move down 1 frame. | |
down 5 #=> Move down 5 frames. | |
(len: 182) | |
Passing a nested array to Active Record finder methods is | |
deprecated and will be removed. Flatten your array before using | |
it for 'IN' conditions. | |
(len: 182) | |
500 Internal Server Error | |
If you are the administrator of this website, then please read this web application's log file and/or the web server's log file to find out what went wrong. | |
(len: 182) | |
VCR provides a simple API to record and replay your test suite's HTTP interactions. It works with a variety of HTTP client libraries, HTTP stubbing libraries and testing frameworks. | |
(len: 182) | |
Usage: down [TIMES] | |
Move current frame down. By default, moves by 1 frame. | |
Examples: | |
down #=> Move down 1 frame. | |
down 5 #=> Move down 5 frames. | |
(len: 182) | |
Usage: down [TIMES] | |
Move current frame down. By default, moves by 1 frame. | |
Examples: | |
down #=> Move down 1 frame. | |
down 5 #=> Move down 5 frames. | |
(len: 182) | |
VCR provides a simple API to record and replay your test suite's HTTP interactions. It works with a variety of HTTP client libraries, HTTP stubbing libraries and testing frameworks. | |
(len: 182) | |
Passing a nested array to Active Record finder methods is | |
deprecated and will be removed. Flatten your array before using | |
it for 'IN' conditions. | |
(len: 182) | |
The provided regular expression is using multiline anchors (^ or $), which may present a security risk. Did you mean to use \A and \z, or forgot to add the :multiline => true option? | |
(len: 182) | |
, interp) | |
return interp unless other_interp | |
return other_interp | |
end | |
e = node(Tree::Operation.new(e, assert_expr( | |
(len: 181) | |
, interp) | |
return interp unless other_interp | |
return other_interp | |
end | |
e = node(Tree::Operation.new(e, assert_expr( | |
(len: 181) | |
Usage: install-command COMMAND | |
Installs the gems necessary to run the given COMMAND. You will generally not | |
need to run this unless told to by an error message. | |
(len: 180) | |
The value (%s) of the option `as` is not a valid Ruby identifier; make sure it starts with lowercase letter, and is followed by any combination of letters, numbers and underscores. | |
(len: 180) | |
ensure in ___sers_chris__rbenv_versions_______lib_ruby_gems_______gems_peek_performance_bar_______app_views_peek_views__performance_bar_html_erb__4486172407978048499_70214662247460 | |
(len: 180) | |
Warning: the running version of Bundler is older than the version that created the lockfile. We suggest you upgrade to the latest version of Bundler by running `gem install bundler | |
(len: 180) | |
The value (%s) of the option `as` is not a valid Ruby identifier; make sure it starts with lowercase letter, and is followed by any combination of letters, numbers and underscores. | |
(len: 180) | |
Usage: install-command COMMAND | |
Installs the gems necessary to run the given COMMAND. You will generally not | |
need to run this unless told to by an error message. | |
(len: 180) | |
Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration. | |
(len: 180) | |
ensure in ___sers_chris__rbenv_versions_______lib_ruby_gems_______gems_peek_performance_bar_______app_views_peek_views__performance_bar_html_erb__4486172407978048499_70214637604880 | |
(len: 180) | |
Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration. | |
(len: 180) | |
Warning: the running version of Bundler is older than the version that created the lockfile. We suggest you upgrade to the latest version of Bundler by running `gem install bundler | |
(len: 180) | |
Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration. | |
(len: 180) | |
Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration. | |
(len: 180) | |
Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration. | |
(len: 180) | |
The value (%s) of the option `as` is not a valid Ruby identifier; make sure it starts with lowercase letter, and is followed by any combination of letters, numbers and underscores. | |
(len: 180) | |
Usage: install-command COMMAND | |
Installs the gems necessary to run the given COMMAND. You will generally not | |
need to run this unless told to by an error message. | |
(len: 180) | |
1000 Sample strings: | |
block in options | |
(len: 16) | |
4.2.5.2-ruby | |
(len: 12) | |
@analyzers | |
(len: 10) | |
block in entries | |
(len: 16) | |
bundler/remote_specification | |
(len: 28) | |
%A3 | |
(len: 3) | |
tokenizers | |
(len: 10) | |
4.1.0-ruby | |
(len: 10) | |
bundler | |
(len: 7) | |
MacCentEuro | |
(len: 11) | |
rescue in try_activate | |
(len: 22) | |
setrlimit | |
(len: 9) | |
outdated_and_latest_version | |
(len: 27) | |
feed | |
(len: 4) | |
nsec | |
(len: 4) | |
extname | |
(len: 7) | |
-L%s | |
(len: 5) | |
cr | |
(len: 2) | |
create_body | |
(len: 11) | |
EBFONT | |
(len: 6) | |
3.2.0-ruby | |
(len: 10) | |
gsub | |
(len: 4) | |
192 | |
(len: 3) | |
%6C | |
(len: 3) | |
mingw32 | |
(len: 7) | |
Bundler::GemfileError | |
(len: 21) | |
layout_engine | |
(len: 13) | |
mab | |
(len: 3) | |
rubygems.org | |
(len: 12) | |
base64 | |
(len: 6) | |
CoffeeScriptTemplate | |
(len: 20) | |
application/vnd.mozilla.xul+xml | |
(len: 31) | |
liquid | |
(len: 6) | |
.source.svg.sass.coffee.scss | |
(len: 28) | |
utf-8 | |
(len: 5) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/byebug-5.0.0/lib/byebug/commands/next.rb | |
(len: 100) | |
block in get_method_or_raise | |
(len: 28) | |
ActionDispatch::Journey::Nodes::Binary | |
(len: 38) | |
.default.mp2.sass.scss.eco | |
(len: 26) | |
audio | |
(len: 5) | |
ISO_8859_11 | |
(len: 11) | |
.source.yaml.scss.eco.jst | |
(len: 25) | |
.source.htm.ejs.coffee | |
(len: 22) | |
router= | |
(len: 7) | |
/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc | |
(len: 76) | |
base64 | |
(len: 6) | |
Sprockets::ClosureCompressor | |
(len: 28) | |
rescue in total_count | |
(len: 21) | |
en | |
(len: 2) | |
^eq\( | |
(len: 5) | |
.source.webm.eco.scss.jst | |
(len: 25) | |
.self.bmp.scss.jst.coffee | |
(len: 25) | |
video | |
(len: 5) | |
.self.bmp.eco.coffee.erb | |
(len: 24) | |
.self.bmp.ejs.erb | |
(len: 17) | |
file-digest:///Users/chris/src/projects/github/classroom/app/assets/images/jquery/dist/jquery | |
(len: 93) | |
Africa/Casablanca | |
(len: 17) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/local_time | |
(len: 134) | |
file-digest:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components | |
(len: 87) | |
.self.yaml.scss.eco.coffee | |
(len: 26) | |
CHANGES.md | |
(len: 10) | |
multipart/digest | |
(len: 16) | |
public_id | |
(len: 9) | |
major_minor | |
(len: 11) | |
.default.m2a.erb.scss.ejs | |
(len: 25) | |
RUBY_ENGINE_VERSION | |
(len: 19) | |
.default.ogx.ejs.erb.eco | |
(len: 24) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/clipboard/dist/clipboard.js?type=application/javascript&pipeline=self&id=34a75969c006d9b83b3ccce01b563d6a23774f05148986b9e85279bebb4a7236 | |
(len: 218) | |
%09 | |
(len: 3) | |
i\d86 | |
(len: 5) | |
OpenSSL::ASN1::Constructive | |
(len: 27) | |
OBJECT_DESCRIPTOR | |
(len: 17) | |
pp | |
(len: 2) | |
rel | |
(len: 3) | |
block in print_to_output | |
(len: 24) | |
find_in_unresolved_tree | |
(len: 23) | |
$(libdir)/$(RUBY_BASE_NAME) | |
(len: 27) | |
test/psych/test_null.rb | |
(len: 23) | |
test/psych/test_tree_builder.rb | |
(len: 31) | |
(len: 0) | |
: | |
(len: 1) | |
%4E | |
(len: 3) | |
flipper | |
(len: 7) | |
supports_bulk_alter? | |
(len: 20) | |
/ | |
(len: 1) | |
%29 | |
(len: 3) | |
[WARNING] MultiJson is using the default adapter (ok_json). | |
(len: 59) | |
([^aeiouy]|qu)ies$ | |
(len: 18) | |
webmock-1.21.0 | |
(len: 14) | |
0.4.8 | |
(len: 5) | |
application/vnd.openxmlformats-officedocument.presentationml.slide+xml | |
(len: 70) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/default/bigdecimal-1.2.8.gemspec | |
(len: 102) | |
json/add/time.rb | |
(len: 16) | |
283496 | |
(len: 6) | |
block in prune_bundler | |
(len: 22) | |
-----BEGIN CERTIFICATE----- | |
MIIDcDCCAligAwIBAgIBATANBgkqhkiG9w0BAQUFADA/MQ4wDAYDVQQDDAVwYXZl | |
bDEYMBYGCgmSJomT8ixkARkWCHByYXZvc3VkMRMwEQYKCZImiZPyLGQBGRYDY29t | |
MB4XDTE1MDMwNDA0MTAzNVoXDTE2MDMwMzA0MTAzNVowPzEOMAwGA1UEAwwFcGF2 | |
ZWwxGDAWBgoJkiaJk/IsZAEZFghwcmF2b3N1ZDETMBEGCgmSJomT8ixkARkWA2Nv | |
bTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKgJODgg1dH3weeyKtQF | |
mhC3C8gleHSTZYAt1pMBZQ6QmRD7/kLIfLTJB/zgFUVoNoHVZ8qyFmx89reqk5Z4 | |
x/rIVskzpB76MushyaEJhw5UrxEZvoCK0b+nSUR8NT0YcznkjSbALBBagny5NWHn | |
98LbVtIQYXdJTgC8xvV1u2Bix1JI/Qv1wuDKCw14XF2AFmT4nPt40FEUk4zWwbGI | |
rdKjssA43TGDjzKmzdOpJ4aOble+Zq6N7jBacMdlsqQAvQ0bbGLokp8W7Ci/UNWC | |
Q8DwDrjlbURMu729T70yuswrQHyxmh7SISMmjp44+C5ElwVbfcCQQxiwsdAcE3zD | |
ST0CAwEAAaN3MHUwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFJ7X | |
Ly29ycziHHerLL3NCavLRSv5MB0GA1UdEQQWMBSBEnBhdmVsQHByYXZvc3VkLmNv | |
bTAdBgNVHRIEFjAUgRJwYXZlbEBwcmF2b3N1ZC5jb20wDQYJKoZIhvcNAQEFBQAD | |
ggEBAJM/D4S0IHFerw9xcEKR2sehNn9deQKsS7auR3wAtxEitrPzKZb+8Uy3KVqP | |
Jt/z5WABxO2Bjd7IM+s445lZF6kDsGsYYydlEkf9yzOYrtVmISTJYrsApU8BZQf | |
(len: 1253) | |
hoe-travis | |
(len: 10) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rack-test-0.6.3/lib | |
(len: 79) | |
RubyToken::TkNEXT | |
(len: 17) | |
http://banisterfiend.wordpress.com | |
(len: 34) | |
ArrayEnhancer | |
(len: 13) | |
run_in_thread | |
(len: 13) | |
rescue in method_override_param | |
(len: 31) | |
a modular Ruby webserver interface | |
(len: 34) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/tzinfo-1.2.2.gemspec | |
(len: 90) | |
[email protected] | |
(len: 25) | |
log writing failed. | |
(len: 20) | |
>> | |
(len: 2) | |
do | |
(len: 2) | |
Puma starting in | |
(len: 17) | |
ns_each | |
(len: 7) | |
= | |
(len: 1) | |
base64 | |
(len: 6) | |
vnd.picsel | |
(len: 10) | |
$ | |
(len: 1) | |
02 PM | |
(len: 5) | |
תּ | |
(len: 2) | |
è¯ | |
(len: 1) | |
airbrake/rake/task_ext | |
(len: 22) | |
permitted_scalar_filter | |
(len: 23) | |
/assets | |
(len: 7) | |
block (2 levels) in display | |
(len: 27) | |
Ậ | |
(len: 2) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/coffee-rails-4.1.1/lib/coffee/rails/version.rb | |
(len: 106) | |
.source.ttf.ejs.eco.jst | |
(len: 23) | |
@reload_classes_only_on_change | |
(len: 30) | |
� | |
(len: 1) | |
block in check_stale | |
(len: 20) | |
text/rtx | |
(len: 8) | |
is an invalid template value. | |
(len: 30) | |
COMMAND_DELIMITER | |
(len: 17) | |
en | |
(len: 2) | |
subtitle | |
(len: 8) | |
.default.mp4.jst.coffee.erb | |
(len: 27) | |
Nokogiri::HTML::DocumentFragment | |
(len: 32) | |
.source.m4v.sass.erb.ejs | |
(len: 24) | |
.sc | |
(len: 3) | |
zrevrank | |
(len: 8) | |
.default.mp4.coffee.ejs.jst | |
(len: 27) | |
.source.m4v.jst.ejs.scss | |
(len: 24) | |
set_state | |
(len: 9) | |
require_libs | |
(len: 12) | |
lindex | |
(len: 6) | |
stroke-dasharray | |
(len: 16) | |
audio/VDVI | |
(len: 10) | |
audio/t38 | |
(len: 9) | |
def_extend_command | |
(len: 18) | |
TreeManager | |
(len: 11) | |
application/vnd.oasis.opendocument.presentation | |
(len: 47) | |
fu_get_gid | |
(len: 10) | |
WithRecursive | |
(len: 13) | |
block (2 levels) in fill_payload_errors | |
(len: 39) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/sprockets-3.5.2/lib/sprockets/sass_processor.rb | |
(len: 107) | |
@ignore_eof | |
(len: 11) | |
frameborder | |
(len: 11) | |
label | |
(len: 5) | |
sadd | |
(len: 4) | |
; | |
}).call(this); | |
(len: 17) | |
block in alias_type | |
(len: 19) | |
.default.avi.ejs.coffee.scss | |
(len: 28) | |
pac | |
(len: 3) | |
HelpCommand | |
(len: 11) | |
.source.mid.scss.sass.ejs | |
(len: 25) | |
application | |
(len: 11) | |
Makoto_Murata | |
(len: 13) | |
application/vnd.openxmlformats-officedocument.spreadsheetml.template | |
(len: 68) | |
America/St_Kitts | |
(len: 16) | |
Makoto_Murata | |
(len: 13) | |
@last_else | |
(len: 10) | |
base64 | |
(len: 6) | |
application | |
(len: 11) | |
.gitkeep | |
(len: 8) | |
mpp | |
(len: 3) | |
person | |
(len: 6) | |
application/vnd.microsoft.portable-executable | |
(len: 45) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/coderay-1.1.0/lib/coderay/token_kinds | |
(len: 97) | |
block in method_breakpoint | |
(len: 26) | |
application/vnd.syncml.dmtnds+wbxml | |
(len: 35) | |
dna | |
(len: 3) | |
.default.eot.jst.coffee.eco | |
(len: 27) | |
.source.m2a.coffee.eco.ejs | |
(len: 26) | |
.source.mp2.erb.jst.ejs | |
(len: 23) | |
tasmania | |
(len: 8) | |
allocated | |
(len: 9) | |
base64 | |
(len: 6) | |
application/vnd.minisoft-hp3000-save | |
(len: 36) | |
.source.mp3.scss.jst.eco | |
(len: 24) | |
Sass::Util::MultibyteStringScanner | |
(len: 34) | |
Repositories | |
(len: 12) | |
token_authenticated? | |
(len: 20) | |
rfc2510 | |
(len: 7) | |
.source.snd.ejs.sass.coffee | |
(len: 27) | |
application.vnd-japannet-payment-wakeup | |
(len: 39) | |
bases | |
(len: 5) | |
.source.snd.coffee.ejs.eco | |
(len: 26) | |
application/vnd.zul | |
(len: 19) | |
watch_namespaces | |
(len: 16) | |
AÌŠ | |
(len: 2) | |
Ì€ | |
(len: 1) | |
ӗ | |
(len: 2) | |
Ḧ | |
(len: 2) | |
Ί | |
(len: 1) | |
: | |
(len: 1) | |
.debug.json.eco.scss.ejs | |
(len: 24) | |
smtp_connection | |
(len: 15) | |
.debug.json.jst.coffee.scss | |
(len: 27) | |
UÌ„ | |
(len: 2) | |
Ἠ | |
(len: 2) | |
ề | |
(len: 2) | |
1â„3 | |
(len: 3) | |
v | |
(len: 1) | |
ピ | |
(len: 2) | |
インム| |
(len: 3) | |
碌 | |
(len: 1) | |
MV | |
(len: 2) | |
戮 | |
(len: 1) | |
Ù· | |
(len: 1) | |
عي | |
(len: 2) | |
ب | |
(len: 1) | |
¢ | |
(len: 1) | |
.default.ttf.coffee.eco.erb | |
(len: 27) | |
.source.webm.ejs.erb.eco | |
(len: 24) | |
watcherinfo+xml | |
(len: 15) | |
application.vnd-hp-hpid | |
(len: 23) | |
multipart | |
(len: 9) | |
tiff-fx | |
(len: 7) | |
application.bzip2 | |
(len: 17) | |
.source.htm.eco.coffee.erb | |
(len: 26) | |
interp_value | |
(len: 12) | |
portable-graymap | |
(len: 16) | |
.default.ogx.eco.sass.ejs | |
(len: 25) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/pry-0.10.1/lib/pry/commands/save_file.rb | |
(len: 100) | |
application | |
(len: 11) | |
application.vnd-globalplatform-card-content-mgt | |
(len: 47) | |
.source.tiff.coffee.jst.scss | |
(len: 28) | |
block in rubbishness | |
(len: 20) | |
block in all_methods | |
(len: 20) | |
fm | |
(len: 2) | |
duration_without_children_milliseconds | |
(len: 38) | |
op= | |
(len: 3) | |
[1;33m | |
(len: 7) | |
MACTURKISH | |
(len: 10) | |
Transliterator | |
(len: 14) | |
statistic | |
(len: 9) | |
block in plugin_hash | |
(len: 20) | |
rescue in created_at | |
(len: 20) | |
clipboard_content | |
(len: 17) | |
.default.woff.eco.jst.erb | |
(len: 25) | |
ISO_8859_4 | |
(len: 10) | |
application/troff | |
(len: 17) | |
.source.gif.sass.coffee.jst | |
(len: 27) | |
/setup/api/settings/authorized-keys | |
(len: 35) | |
decoder_for_get_copy_data= | |
(len: 26) | |
loread | |
(len: 6) | |
CONNECTION_STARTED | |
(len: 18) | |
application.xml | |
(len: 15) | |
one_unknown_cmd | |
(len: 15) | |
.source.ico.coffee.ejs.erb | |
(len: 26) | |
@command_set | |
(len: 12) | |
Mash | |
(len: 4) | |
.default.m2a.eco.ejs.sass | |
(len: 25) | |
.source.yaml.coffee.ejs | |
(len: 23) | |
.source.yml.erb.ejs.jst | |
(len: 23) | |
l8 | |
(len: 2) | |
application/tamp-apeupdate-confirm | |
(len: 34) | |
H265 | |
(len: 4) | |
audio | |
(len: 5) | |
block in wrapped | |
(len: 16) | |
application | |
(len: 11) | |
video/BMPEG | |
(len: 11) | |
text/vnd.IPTC.NewsML | |
(len: 20) | |
parent_st | |
(len: 9) | |
.mid.jst.erb.scss | |
(len: 17) | |
.ogx.coffee.eco.sass | |
(len: 20) | |
.debug.html.sass.scss.coffee | |
(len: 28) | |
.ogx.jst.sass.erb | |
(len: 17) | |
.snd.sass.coffee.ejs | |
(len: 20) | |
rubyforge | |
(len: 9) | |
.snd.erb.sass.ejs | |
(len: 17) | |
.default.tif.scss.erb.sass | |
(len: 26) | |
application | |
(len: 11) | |
.snd.eco.sass | |
(len: 13) | |
.svg.erb.coffee.ejs | |
(len: 19) | |
.debug.text.erb.ejs | |
(len: 19) | |
.webm.coffee.erb.ejs | |
(len: 20) | |
.default.tif.eco.jst.ejs | |
(len: 24) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/flipper-0.7.4/lib/flipper/gate_values.rb | |
(len: 100) | |
@level_notifier | |
(len: 15) | |
bulklen | |
(len: 7) | |
Kaminari::Helpers::PrevPage | |
(len: 27) | |
.tif.erb.sass | |
(len: 13) | |
.tiff.erb.jst.eco | |
(len: 17) | |
.default.tiff.scss.ejs.sass | |
(len: 27) | |
.tiff.jst.ejs.erb | |
(len: 17) | |
.tiff.eco.jst | |
(len: 13) | |
FileSystemResolver | |
(len: 18) | |
:prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,} | |
(len: 64) | |
.jpeg.coffee.jst.ejs | |
(len: 20) | |
.jpg.coffee.scss.erb | |
(len: 20) | |
.debug.yaml.jst.eco | |
(len: 19) | |
CoffeeScriptTemplate | |
(len: 20) | |
.default.m4v.ejs.sass.eco | |
(len: 25) | |
.png.erb.sass.eco | |
(len: 17) | |
.png.coffee.eco.ejs | |
(len: 19) | |
pre | |
(len: 3) | |
%5B | |
(len: 3) | |
%46 | |
(len: 3) | |
%25 | |
(len: 3) | |
%00 | |
(len: 3) | |
DC | |
(len: 2) | |
slop | |
(len: 4) | |
block (3 levels) in dependent_gems | |
(len: 34) | |
.gemspec | |
(len: 8) | |
extra_chain_cert= | |
(len: 17) | |
_version | |
(len: 8) | |
verbose= | |
(len: 8) | |
PC_MAX_INPUT | |
(len: 12) | |
@_proc | |
(len: 6) | |
SC_TIMEOUTS | |
(len: 11) | |
ivars | |
(len: 5) | |
MagicFile | |
(len: 9) | |
; path= | |
(len: 7) | |
MultiJson | |
(len: 9) | |
.self.js.sass.erb.jst | |
(len: 21) | |
bin/ri | |
(len: 6) | |
rdoc/markup.rb | |
(len: 14) | |
block (2 levels) in corrections | |
(len: 31) | |
is_missing? | |
(len: 11) | |
application/atom+xml | |
(len: 20) | |
\\\1 | |
(len: 4) | |
.source.woff.eco.jst.sass | |
(len: 25) | |
verify_and_upgrade_legacy_signed_message | |
(len: 40) | |
application.vnd-oipf-ueprofile-xml | |
(len: 34) | |
.source.woff.jst.eco.ejs | |
(len: 24) | |
). Body: | |
(len: 9) | |
vox | |
(len: 3) | |
https://airbrake.io | |
(len: 19) | |
ྲྀ | |
(len: 2) | |
Could not load database configuration. No such file - | |
(len: 54) | |
vnd.quobject-quoxdocument | |
(len: 25) | |
.source.ttf.sass.coffee.eco | |
(len: 27) | |
VA | |
(len: 2) | |
rack.request.form_input | |
(len: 23) | |
block in subweave | |
(len: 17) | |
PL | |
(len: 2) | |
MX | |
(len: 2) | |
before_sending | |
(len: 14) | |
application | |
(len: 11) | |
TruffleLockableObject | |
(len: 21) | |
active_record/fixtures | |
(len: 22) | |
application.vnd-oasis-opendocument-graphics | |
(len: 43) | |
resurrect_dead_connections! | |
(len: 27) | |
audio/x-mpegurl | |
(len: 15) | |
[\s]*!=[\s]* | |
(len: 12) | |
@orders | |
(len: 7) | |
template | |
(len: 8) | |
accept | |
(len: 6) | |
Pacific/Tarawa | |
(len: 14) | |
application/x-latex | |
(len: 19) | |
@generated_attribute_methods | |
(len: 28) | |
pdb | |
(len: 3) | |
QuietAssets | |
(len: 11) | |
Svante_Schubert | |
(len: 15) | |
Reed_Shilts | |
(len: 11) | |
DisableCommand | |
(len: 14) | |
application.vnd-stardivision-calc | |
(len: 33) | |
base64 | |
(len: 6) | |
application.vnd-ms-excel-addin-macroenabled-12 | |
(len: 46) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/kaminari-0.16.3/app/views | |
(len: 85) | |
person | |
(len: 6) | |
__bb_file | |
(len: 9) | |
.default.eot.coffee.ejs.jst | |
(len: 27) | |
.source.mp2.sass.eco.jst | |
(len: 24) | |
.source.mp2.ejs.eco.erb | |
(len: 23) | |
config/environments | |
(len: 19) | |
application/vnd.3gpp.SRVCC-info+xml | |
(len: 35) | |
.source.mp2.jst.eco.sass | |
(len: 24) | |
en | |
(len: 2) | |
application/resource-lists+xml | |
(len: 30) | |
p8 | |
(len: 2) | |
UTF-16 | |
(len: 6) | |
rfc4337 | |
(len: 7) | |
application/MF4 | |
(len: 15) | |
base64 | |
(len: 6) | |
application.vnd-medcalcdata | |
(len: 27) | |
false | |
(len: 5) | |
rfc6690 | |
(len: 7) | |
%A1 | |
(len: 3) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/kaminari-0.16.3/lib | |
(len: 79) | |
.source.aiff.eco.coffee.sass | |
(len: 28) | |
.source.aiff.jst.coffee.scss | |
(len: 28) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rack-1.6.4/lib/rack/showexceptions.rb | |
(len: 97) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/tilt-2.0.1/lib | |
(len: 74) | |
start_hidden= | |
(len: 13) | |
.source.tiff.sass.ejs.erb | |
(len: 25) | |
.source.tiff.ejs.eco.scss | |
(len: 25) | |
.source.jpg.jst.sass.erb | |
(len: 24) | |
Sidekiq::SortedSet | |
(len: 18) | |
application | |
(len: 11) | |
create_pull_request_comment | |
(len: 27) | |
vnd.ecowin.chart | |
(len: 16) | |
.default.m3a.coffee.ejs.eco | |
(len: 27) | |
Navigating Pry | |
(len: 14) | |
application | |
(len: 11) | |
response_env | |
(len: 12) | |
CopyDecoder | |
(len: 11) | |
FdwUnableToEstablishConnection | |
(len: 30) | |
.source.gif.erb.coffee | |
(len: 22) | |
42P22 | |
(len: 5) | |
2F | |
(len: 2) | |
.source.ico.erb.jst.scss | |
(len: 24) | |
application/vnd.amundsen.maze+xml | |
(len: 33) | |
.debug.js.eco.coffee.ejs | |
(len: 24) | |
audio/3gpp2 | |
(len: 11) | |
vnd.aether.imp | |
(len: 14) | |
application/tamp-sequence-adjust-confirm | |
(len: 40) | |
.debug.scss.jst.ejs | |
(len: 19) | |
.debug.sass.erb.scss | |
(len: 20) | |
.debug.sass.jst.scss | |
(len: 20) | |
application.simplesymbolcontainer | |
(len: 33) | |
block in dquote | |
(len: 15) | |
application/sep+xml | |
(len: 19) | |
audio/vnd.3gpp.iufp | |
(len: 19) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/sass-3.4.18/lib/sass/script/tree/interpolation.rb | |
(len: 109) | |
rtx | |
(len: 3) | |
label | |
(len: 5) | |
\=\?(.+)?\?[Qq]\?(.*)\?\= | |
(len: 25) | |
Byebug::ThreadCommand::ListSubcommand | |
(len: 37) | |
ncx | |
(len: 3) | |
th[read] c[urrent] | |
(len: 40) | |
save.messages.done | |
(len: 18) | |
.debug.erb.sass.scss | |
(len: 20) | |
pkicert | |
(len: 7) | |
.source.txt.scss | |
(len: 16) | |
application.pgp-encrypted | |
(len: 25) | |
cdy | |
(len: 3) | |
.default.mp3.scss.eco.jst | |
(len: 25) | |
.debug.js.erb.sass.coffee | |
(len: 25) | |
.source.js.jst.coffee.eco | |
(len: 25) | |
.mp4.scss | |
(len: 9) | |
.debug.xml.coffee.ejs | |
(len: 21) | |
\A((?-mix:[!-9;-~]+)) | |
(len: 21) | |
EPROTOTYPE | |
(len: 10) | |
.wav.eco.scss.jst | |
(len: 17) | |
.default.au.ejs.jst.coffee | |
(len: 26) | |
.wav.eco.jst.sass | |
(len: 17) | |
.mid.sass.jst | |
(len: 13) | |
.debug.html.eco.coffee.scss | |
(len: 27) | |
Yuji Nakayama | |
(len: 13) | |
rack | |
(len: 4) | |
.mp2.erb.scss.ejs | |
(len: 17) | |
mingw32 | |
(len: 7) | |
.ogx.sass.eco.scss | |
(len: 18) | |
.debug.htm.erb.coffee.eco | |
(len: 25) | |
omniauth-github | |
(len: 15) | |
.mp2.jst.eco | |
(len: 12) | |
@body_matcher | |
(len: 13) | |
.aiff.ejs.erb.coffee | |
(len: 20) | |
Bundler::GemspecError | |
(len: 21) | |
.default.svg.eco.coffee.scss | |
(len: 28) | |
.text.sass.coffee.scss | |
(len: 22) | |
.source.mp3.eco.coffee.scss | |
(len: 27) | |
.text.ejs.scss | |
(len: 14) | |
.default.htm.ejs.coffee | |
(len: 23) | |
.debug.snd.jst.eco.erb | |
(len: 22) | |
BN | |
(len: 2) | |
.debug.snd.scss.coffee.erb | |
(len: 26) | |
ActiveSupport::Callbacks::Filters::Before | |
(len: 41) | |
autosave_associated_records_for_groupings | |
(len: 41) | |
psych/visitors/json_tree.rb | |
(len: 27) | |
.debug.snd.eco.erb.scss | |
(len: 23) | |
.debug.ogx.scss.eco.ejs | |
(len: 23) | |
$(INSTALL) -m 644 | |
(len: 17) | |
<module:Store> | |
(len: 14) | |
.self.ttf.scss.erb | |
(len: 18) | |
.self.m4v.erb.scss.coffee | |
(len: 25) | |
.debug.mid.jst.erb.eco | |
(len: 22) | |
YamlSyntaxError | |
(len: 15) | |
.debug.avi.coffee.ejs.erb | |
(len: 25) | |
end_of_day | |
(len: 10) | |
.debug.mid.erb.jst.scss | |
(len: 23) | |
.self.m4v.sass.jst | |
(len: 18) | |
ctx | |
(len: 3) | |
default_specifications_dir | |
(len: 26) | |
.debug.avi.jst.erb.sass | |
(len: 23) | |
.self.mp4.eco.erb.scss | |
(len: 22) | |
.debug.wav.coffee.sass.jst | |
(len: 26) | |
.self.mp4.coffee.jst.scss | |
(len: 25) | |
\A[-+]?\.\Z | |
(len: 11) | |
.self.html.sass.coffee.scss | |
(len: 27) | |
BRACKET_CLOSE | |
(len: 13) | |
.self.wave.erb.jst.eco | |
(len: 22) | |
.debug.wav.scss.coffee.erb | |
(len: 26) | |
.self.wave.ejs.eco.jst | |
(len: 22) | |
.debug.wave.ejs.jst.coffee | |
(len: 26) | |
.self.wave.coffee.scss.jst | |
(len: 26) | |
.debug.wave.coffee.ejs.jst | |
(len: 26) | |
.self.wav.erb.ejs.eco | |
(len: 21) | |
黃 | |
(len: 1) | |
舌 | |
(len: 1) | |
ᾂ | |
(len: 2) | |
ὗ | |
(len: 2) | |
ActiveSupport::JSON::Encoding::JSONGemEncoder::EscapedString | |
(len: 60) | |
Ặ | |
(len: 2) | |
ẍ | |
(len: 2) | |
.self.snd.erb.sass.coffee | |
(len: 25) | |
punycode_basic? | |
(len: 15) | |
.self.snd.sass.ejs.scss | |
(len: 23) | |
CLIPPED_PRINT | |
(len: 13) | |
worker_task_completed | |
(len: 21) | |
allow_concurrency | |
(len: 17) | |
new | |
(len: 3) | |
date? | |
(len: 5) | |
.self.snd.coffee.sass.eco | |
(len: 25) | |
.self.jpeg.sass.scss.coffee | |
(len: 27) | |
proper_table_name | |
(len: 17) | |
.self.jpeg.eco.sass.ejs | |
(len: 23) | |
UNION | |
(len: 7) | |
UPDATE | |
(len: 7) | |
ins | |
(len: 3) | |
@rails_logger | |
(len: 13) | |
application/vnd.wt.stf | |
(len: 22) | |
.self.jpg.sass.ejs.jst | |
(len: 22) | |
application/vnd.recordare.musicxml | |
(len: 34) | |
^"(\w+)"$ | |
(len: 9) | |
sidekiq_retries_exhausted_block= | |
(len: 32) | |
Asia/Baghdad | |
(len: 12) | |
Waited | |
(len: 7) | |
r | |
(len: 1) | |
array_in | |
(len: 8) | |
1019 | |
(len: 4) | |
awesome_print-1.6.1 | |
(len: 19) | |
bin | |
(len: 3) | |
Promise | |
(len: 7) | |
.default.mp4.ejs.coffee.scss | |
(len: 28) | |
application/x-mscardfile | |
(len: 24) | |
_reduce_35 | |
(len: 10) | |
.default.avi.eco.sass.jst | |
(len: 25) | |
iso-ir-58 | |
(len: 9) | |
1.4.14 | |
(len: 6) | |
add_expr | |
(len: 8) | |
peek-gc | |
(len: 7) | |
mbms-deregister+xml | |
(len: 19) | |
Parameter | |
(len: 9) | |
Chewy | |
(len: 5) | |
.self.js.eco.ejs.scss | |
(len: 21) | |
>= | |
(len: 2) | |
class | |
(len: 5) | |
gherkin | |
(len: 7) | |
check_typecode | |
(len: 14) | |
IPSEC_POLICY | |
(len: 12) | |
IPV6_DSTOPTS | |
(len: 12) | |
.text | |
(len: 5) | |
pair | |
(len: 4) | |
(len: 3) | |
[email protected] | |
(len: 21) | |
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | |
(len: 65) | |
get_queue | |
(len: 9) | |
@queue_key | |
(len: 10) | |
vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml | |
(len: 66) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/rails-html-sanitizer-1.0.3.gemspec | |
(len: 104) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/ast-2.1.0.gemspec | |
(len: 87) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/sawyer-0.7.0/lib | |
(len: 76) | |
config/secrets | |
(len: 14) | |
verify_repository | |
(len: 17) | |
block (2 levels) in write_message | |
(len: 33) | |
RubyToken::TkNL | |
(len: 15) | |
RubyToken::TkRD_COMMENT | |
(len: 23) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/net/http/responses.rb | |
(len: 71) | |
euc-kr | |
(len: 6) | |
iso-8859-3 | |
(len: 10) | |
� | |
(len: 1) | |
win32/sspi | |
(len: 10) | |
Rack::Utils::KeySpaceConstrainedParams | |
(len: 38) | |
;\s*((?-mix:[^\s()<>,;:\\"\/\[\]?=]+))=("(?:\\"|[^"])*"|(?-mix:[^\s()<>,;:\\"\/\[\]?=]+)) | |
(len: 89) | |
deprecate_option | |
(len: 16) | |
%e1 | |
(len: 3) | |
git_present? | |
(len: 12) | |
� | |
(len: 1) | |
prologue | |
(len: 8) | |
= | |
(len: 1) | |
.self.js.scss | |
(len: 13) | |
application.jwt | |
(len: 15) | |
Joshua Peek | |
(len: 11) | |
ext/debug_inspector/extconf.rb | |
(len: 30) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/coderay-1.1.0.gemspec | |
(len: 91) | |
verify_mode= | |
(len: 12) | |
id= | |
(len: 3) | |
application/javascript | |
(len: 22) | |
Damian Janowski | |
(len: 15) | |
rainbow | |
(len: 7) | |
HTTPRequestedRangeNotSatisfiable | |
(len: 32) | |
isup | |
(len: 4) | |
!= | |
(len: 2) | |
ammeter | |
(len: 7) | |
Psych::Handler::DumperOptions | |
(len: 29) | |
CHUNK_SIZE | |
(len: 10) | |
json/add/core.rb | |
(len: 16) | |
!ruby/hash-with-ivars: | |
(len: 22) | |
LICENSE | |
(len: 7) | |
block in html_options_for_form | |
(len: 30) | |
.self.jst.eco.coffee | |
(len: 20) | |
block in fetch_status_code | |
(len: 26) | |
TINY | |
(len: 4) | |
doc/release_notes/rake-10.1.0.rdoc | |
(len: 34) | |
\.ru$ | |
(len: 5) | |
\1ies | |
(len: 5) | |
visit_BigDecimal | |
(len: 16) | |
ERB_STAG | |
(len: 8) | |
application | |
(len: 11) | |
visit_Exception | |
(len: 15) | |
zone_tab | |
(len: 8) | |
block in types! | |
(len: 15) | |
http://www.rubyonrails.org | |
(len: 26) | |
Mup | |
(len: 3) | |
block in aggregations | |
(len: 21) | |
.self.scss.eco | |
(len: 14) | |
>= | |
(len: 2) | |
password_confirmation= | |
(len: 22) | |
authenticate | |
(len: 12) | |
>= | |
(len: 2) | |
better_errors | |
(len: 13) | |
default_locale | |
(len: 14) | |
.default.wav.sass.eco.jst | |
(len: 25) | |
block in def_single_delegators | |
(len: 30) | |
application/bleeper | |
(len: 19) | |
pg | |
(len: 2) | |
redis-namespace | |
(len: 15) | |
Pry::InputLock | |
(len: 14) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/elasticsearch-api-1.0.14/lib/elasticsearch/api/actions/indices/close.rb | |
(len: 131) | |
serialized_global_id? | |
(len: 21) | |
hlp | |
(len: 3) | |
PR | |
(len: 2) | |
8bit | |
(len: 4) | |
� | |
(len: 1) | |
max_writers? | |
(len: 12) | |
@Counter | |
(len: 8) | |
application/vnd.previewsystems.box | |
(len: 34) | |
cif | |
(len: 3) | |
ActiveRecord::NoDatabaseError | |
(len: 29) | |
.txd | |
(len: 4) | |
rpoplpush | |
(len: 9) | |
mfrac | |
(len: 5) | |
block in save | |
(len: 13) | |
@on_complete_callbacks | |
(len: 22) | |
rfc | |
(len: 3) | |
application/wspolicy+xml | |
(len: 24) | |
application/vnd.fujitsu.oasys | |
(len: 29) | |
drop_foreign_key | |
(len: 16) | |
body=(1|t) | |
(len: 10) | |
joinop | |
(len: 6) | |
bgcolor | |
(len: 7) | |
block in benchmark | |
(len: 18) | |
local change to font | |
(len: 21) | |
Eastern Time - Pangnirtung, Nunavut | |
(len: 35) | |
application/x-bzip2 | |
(len: 19) | |
base64 | |
(len: 6) | |
.source.mp3.coffee.eco.scss | |
(len: 27) | |
template | |
(len: 8) | |
.source.wav.scss.eco.ejs | |
(len: 24) | |
base64 | |
(len: 6) | |
.source.wav.ejs.sass.erb | |
(len: 24) | |
John_Ingi_Ingimundarson | |
(len: 23) | |
template | |
(len: 8) | |
application/vnd.visionary | |
(len: 25) | |
application.vnd-scribus | |
(len: 23) | |
template | |
(len: 8) | |
.source.wav.eco.ejs | |
(len: 19) | |
person | |
(len: 6) | |
.source.avi.erb.eco.jst | |
(len: 23) | |
America/Argentina/Catamarca | |
(len: 27) | |
bisque | |
(len: 6) | |
.default.mp4.scss.jst.erb | |
(len: 25) | |
.source.avi.ejs.scss.jst | |
(len: 24) | |
indigo | |
(len: 6) | |
.source.avi.eco.sass.coffee | |
(len: 27) | |
person | |
(len: 6) | |
application/vnd.s3sms | |
(len: 21) | |
extra_args_because_of_splat | |
(len: 27) | |
vnd.sema | |
(len: 8) | |
base64 | |
(len: 6) | |
IPv6 | |
(len: 4) | |
Africa/Ndjamena | |
(len: 15) | |
� | |
(len: 1) | |
BaseColorGenerator | |
(len: 18) | |
.source.midi.jst.sass.erb | |
(len: 25) | |
@resolved_value | |
(len: 15) | |
Chris_Rae | |
(len: 9) | |
KDE KOffice Office Suite - Kword | |
(len: 32) | |
base64 | |
(len: 6) | |
*/ | |
(len: 3) | |
application/vnd.mobius.dis | |
(len: 26) | |
load_traps | |
(len: 10) | |
.source.mp3.jst.eco | |
(len: 19) | |
template | |
(len: 8) | |
application/call-completion | |
(len: 27) | |
.source.au.ejs.erb.coffee | |
(len: 25) | |
Template engine not found: | |
(len: 27) | |
application/activemessage | |
(len: 25) | |
application/moss-keys | |
(len: 21) | |
incrby | |
(len: 6) | |
static | |
(len: 6) | |
use_code | |
(len: 8) | |
.default.midi.jst.erb | |
(len: 21) | |
vnd.wordperfect | |
(len: 15) | |
/\.\.$) | |
(len: 7) | |
create_current | |
(len: 14) | |
@_monitor | |
(len: 9) | |
esmtp | |
(len: 5) | |
textile | |
(len: 7) | |
update_commit_comment | |
(len: 21) | |
.source.tiff.jst.erb.coffee | |
(len: 27) | |
/issues | |
(len: 7) | |
.source.jpeg.coffee.eco.ejs | |
(len: 27) | |
e | |
(len: 1) | |
.default.woff.coffee.erb.jst | |
(len: 28) | |
vnd.etsi.tsl+xml | |
(len: 16) | |
ISO8859_11 | |
(len: 10) | |
utf-16 | |
(len: 6) | |
.source.jpg.ejs.coffee.erb | |
(len: 26) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rack-canonical-host-0.1.0/lib/rack-canonical-host.rb | |
(len: 112) | |
/{_,} | |
(len: 5) | |
.default.m3a.ejs.sass.scss | |
(len: 26) | |
PG::BasicTypeMapForResults | |
(len: 26) | |
.source.bmp.erb.scss | |
(len: 20) | |
application.yin-xml | |
(len: 19) | |
cd | |
(len: 2) | |
.debug.scss.ejs.jst | |
(len: 19) | |
CONTENT_TYPE | |
(len: 12) | |
image/pcx | |
(len: 9) | |
RubyVM::Env | |
(len: 11) | |
.source.html.jst.erb.eco | |
(len: 24) | |
message | |
(len: 7) | |
.debug.js.coffee.jst.scss | |
(len: 25) | |
@ruby_version | |
(len: 13) | |
multipart/www-form-urlencoded | |
(len: 29) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/rubocop-0.38.0.gemspec | |
(len: 92) | |
text/prs.fallenstein.rst | |
(len: 24) | |
.source.css.coffee.erb.sass | |
(len: 27) | |
default_executable= | |
(len: 19) | |
.default.mp2.coffee.jst.eco | |
(len: 27) | |
.source.xml.sass.ejs.erb | |
(len: 24) | |
text | |
(len: 4) | |
.debug.js.eco.scss.sass | |
(len: 23) | |
trap | |
(len: 4) | |
video | |
(len: 5) | |
3�tEK��(�/`�77D�$��B�` p��3 | |
(len: 32) | |
.source.json.ejs.erb.coffee | |
(len: 27) | |
sswf | |
(len: 4) | |
.source.json.jst.coffee | |
(len: 23) | |
.mid.ejs.coffee.sass | |
(len: 20) | |
.debug.htm.jst.erb.coffee | |
(len: 25) | |
SYNC | |
(len: 4) | |
include? | |
(len: 8) | |
.m3a.coffee.sass.eco | |
(len: 20) | |
Module | |
(len: 6) | |
.default.webm.ejs.sass.jst | |
(len: 26) | |
.m2a.eco.coffee.scss | |
(len: 20) | |
.m2a.jst.sass.coffee | |
(len: 20) | |
.debug.htm.sass.erb.jst | |
(len: 23) | |
.default.jpeg.coffee.erb.jst | |
(len: 28) | |
.source.svg.scss.jst.ejs | |
(len: 24) | |
.self.htm.jst.erb.scss | |
(len: 22) | |
.txt.eco.jst.erb | |
(len: 16) | |
opt_str_freeze | |
(len: 14) | |
ActionDispatch::Journey::Nodes::Binary | |
(len: 38) | |
.debug.gif.coffee.eco.sass | |
(len: 26) | |
.debug.gif.jst.coffee | |
(len: 21) | |
first! | |
(len: 6) | |
user/keys/ | |
(len: 10) | |
.htm.sass.scss | |
(len: 14) | |
Could not find root path for | |
(len: 29) | |
addressable | |
(len: 11) | |
application/vnd.omads-folder+xml | |
(len: 32) | |
has_migrations? | |
(len: 15) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems | |
(len: 59) | |
LICENSE.txt | |
(len: 11) | |
ext/pg_type_map_in_ruby.c | |
(len: 25) | |
Multipart | |
(len: 9) | |
ibe-pkg-reply+xml | |
(len: 17) | |
@endpoint | |
(len: 9) | |
>= | |
(len: 2) | |
ruby | |
(len: 4) | |
X-XSS-Protection | |
(len: 16) | |
= | |
(len: 1) | |
flipper | |
(len: 7) | |
4.0 | |
(len: 3) | |
.source.woff.erb.sass.scss | |
(len: 26) | |
Christoph Olszowka | |
(len: 18) | |
application/vnd.oma.bcast.associated-procedure-parameter+xml | |
(len: 60) | |
~> | |
(len: 2) | |
emitted_hidden_id? | |
(len: 18) | |
Index\Z | |
(len: 7) | |
_?url$ | |
(len: 6) | |
~= | |
(len: 2) | |
%Y%m%d%H%M%S%9N | |
(len: 15) | |
block in count_observers | |
(len: 24) | |
Pry::FrozenObjectException | |
(len: 26) | |
.default.wav.eco.ejs.erb | |
(len: 24) | |
block in kill | |
(len: 13) | |
ĕ | |
(len: 2) | |
PARENT | |
(len: 6) | |
block in call_with_timeout | |
(len: 26) | |
@eager_load | |
(len: 11) | |
fallbacks= | |
(len: 10) | |
America/Matamoros | |
(len: 17) | |
image/x-xbitmap | |
(len: 15) | |
char_no | |
(len: 7) | |
@seek | |
(len: 5) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/concurrent-ruby-1.0.1/lib/concurrent/utility/at_exit.rb | |
(len: 115) | |
block in hgetall | |
(len: 16) | |
US +571035-1351807 America/Sitka Alaska Time - southeast Alaska panhandle | |
(len: 73) | |
en | |
(len: 2) | |
action_dispatch/testing/test_response | |
(len: 37) | |
application/vnd.oasis.opendocument.image | |
(len: 40) | |
.mts | |
(len: 4) | |
num_pages | |
(len: 9) | |
max_retries | |
(len: 11) | |
.rpst | |
(len: 5) | |
person | |
(len: 6) | |
audio/mp4a-latm | |
(len: 15) | |
Faraday::Adapter::Parallelism | |
(len: 29) | |
base64 | |
(len: 6) | |
rfc | |
(len: 3) | |
Having | |
(len: 6) | |
sprockets/eco_template | |
(len: 22) | |
application/vnd.oipf.cspg-hexbinary | |
(len: 35) | |
%AD | |
(len: 3) | |
utf-16 | |
(len: 6) | |
application/vnd.ms-outlook | |
(len: 26) | |
@breakables | |
(len: 11) | |
map | |
(len: 3) | |
application/vnd.ims.lti.v2.toolproxy+json | |
(len: 41) | |
application/vnd.ms-htmlhelp | |
(len: 27) | |
.source.m3a.sass.eco.erb | |
(len: 24) | |
.default.m4v.scss.ejs.jst | |
(len: 25) | |
[,;]|$ | |
(len: 6) | |
_set_inline_partial | |
(len: 19) | |
person | |
(len: 6) | |
.source.m2a.ejs.jst.coffee | |
(len: 26) | |
base64 | |
(len: 6) | |
expanded_cache_key | |
(len: 18) | |
.source.m2a.jst | |
(len: 15) | |
block in parse_options | |
(len: 22) | |
set_routes_reloader_hook | |
(len: 24) | |
template | |
(len: 8) | |
InvalidRepository | |
(len: 17) | |
application.vnd-geogebra-tool | |
(len: 29) | |
list_statuses | |
(len: 13) | |
.source.webp.eco.erb.coffee | |
(len: 27) | |
PG::TrimError | |
(len: 13) | |
ActionDispatch::Session::CookieStore | |
(len: 36) | |
conjugate | |
(len: 9) | |
� | |
(len: 1) | |
.source.ico.sass.jst.coffee | |
(len: 27) | |
cache_write.active_support | |
(len: 26) | |
audio.bv32 | |
(len: 10) | |
audio | |
(len: 5) | |
audio/speex | |
(len: 11) | |
irp | |
(len: 3) | |
%38 | |
(len: 3) | |
[^a-zA-Z0-9\-\._~!\$&'\(\)\*\+,;=:@/] | |
(len: 37) | |
source? | |
(len: 7) | |
instance_method_definition? | |
(len: 27) | |
isatty | |
(len: 6) | |
tell | |
(len: 4) | |
.ttf.eco.erb.coffee | |
(len: 19) | |
.ttf.erb.scss.coffee | |
(len: 20) | |
.ttf.eco.jst.coffee | |
(len: 19) | |
.ttf.scss.erb | |
(len: 13) | |
sitedir | |
(len: 7) | |
diagnostic_code | |
(len: 15) | |
partial_input | |
(len: 13) | |
.debug.xml.coffee.jst.ejs | |
(len: 25) | |
.default.aiff.coffee.erb.scss | |
(len: 29) | |
.m4v.sass.scss.jst | |
(len: 18) | |
shuffle! | |
(len: 8) | |
.mp4.erb.scss.sass | |
(len: 18) | |
.debug.css.jst.erb.eco | |
(len: 22) | |
.default.au.sass.coffee.eco | |
(len: 27) | |
Don't know how to decode | |
(len: 25) | |
.avi.erb.jst | |
(len: 12) | |
EPSILON | |
(len: 7) | |
.wav.coffee.jst.eco | |
(len: 19) | |
.debug.html.eco.jst | |
(len: 19) | |
.au.sass.jst.erb | |
(len: 16) | |
.txt.scss.ejs.coffee | |
(len: 20) | |
.eco.coffee | |
(len: 11) | |
.midi.eco.scss.ejs | |
(len: 18) | |
.debug.txt.eco.jst.sass | |
(len: 23) | |
.au.coffee.eco.sass | |
(len: 19) | |
.txt.ejs.jst.sass | |
(len: 17) | |
.debug.webp.sass.ejs.coffee | |
(len: 27) | |
lcurly | |
(len: 6) | |
.debug.png.coffee.erb.jst | |
(len: 25) | |
ensure in collecting_queries_for_explain | |
(len: 40) | |
putnil | |
(len: 6) | |
.default.bmp.sass.scss.jst | |
(len: 26) | |
.debug.png.sass.ejs.eco | |
(len: 23) | |
.default.ico.erb.eco.coffee | |
(len: 27) | |
ensure_in_range | |
(len: 15) | |
.debug.jpg.ejs.erb.eco | |
(len: 22) | |
.default.bmp.jst.sass.scss | |
(len: 26) | |
HTTP_CONNECTION | |
(len: 15) | |
.debug.jpg.jst.eco.ejs | |
(len: 22) | |
PROMPT_N | |
(len: 8) | |
Subclasses must implement a method_body(method_name, const_name) method. | |
(len: 72) | |
.default.ico.coffee.jst.erb | |
(len: 27) | |
.default.yaml.erb.sass.ejs | |
(len: 26) | |
<module:ModelSchema> | |
(len: 20) | |
.default.yaml.ejs.erb.scss | |
(len: 26) | |
load_modules | |
(len: 12) | |
.default.yaml.scss.sass.ejs | |
(len: 27) | |
block in match_path_extname | |
(len: 27) | |
.debug.jpeg.eco.jst.ejs | |
(len: 23) | |
application | |
(len: 11) | |
unbound_method | |
(len: 14) | |
dispatch! | |
(len: 9) | |
application | |
(len: 11) | |
qop | |
(len: 3) | |
.source.json.jst.scss.erb | |
(len: 25) | |
getlocal | |
(len: 8) | |
.debug.tif.coffee.sass.eco | |
(len: 26) | |
request_http_digest_authentication | |
(len: 34) | |
.default.text.sass.coffee.ejs | |
(len: 29) | |
.debug.tif.sass.jst | |
(len: 19) | |
organization_id | |
(len: 15) | |
.default.text.eco.ejs.scss | |
(len: 26) | |
.debug.tif.eco.scss.sass | |
(len: 24) | |
America/Iqaluit | |
(len: 15) | |
.debug.svg.coffee.eco.scss | |
(len: 26) | |
.debug.svg.erb.scss | |
(len: 19) | |
.default.txt.sass.scss.coffee | |
(len: 29) | |
0 workers | |
(len: 9) | |
.default.txt.jst.erb.ejs | |
(len: 24) | |
/ | |
(len: 1) | |
.default.txt.eco.coffee | |
(len: 23) | |
.debug.webm.eco.ejs.erb | |
(len: 23) | |
.default.htm.sass.scss.jst | |
(len: 26) | |
.debug.webm.sass.jst | |
(len: 20) | |
.source.webm.jst.sass.eco | |
(len: 25) | |
.debug.au.jst | |
(len: 13) | |
.self.css.coffee.sass.scss | |
(len: 26) | |
.self.css.ejs.coffee.jst | |
(len: 24) | |
.default.css.erb.coffee.jst | |
(len: 27) | |
.default.css.sass.scss.ejs | |
(len: 26) | |
.debug.au.jst.erb.eco | |
(len: 21) | |
.default.css.eco.sass.jst | |
(len: 25) | |
vnd.chemdraw+xml | |
(len: 16) | |
.default.css.jst.sass.eco | |
(len: 25) | |
error_directive | |
(len: 15) | |
block (2 levels) in defaults | |
(len: 28) | |
U | |
(len: 1) | |
Q | |
(len: 1) | |
block in approximate_recommendation | |
(len: 35) | |
G | |
(len: 1) | |
.debug.midi.erb.ejs.eco | |
(len: 23) | |
.debug.midi.sass.coffee.eco | |
(len: 27) | |
.self.eot.ejs.erb | |
(len: 17) | |
eager_load_chewy! | |
(len: 17) | |
block in groups | |
(len: 15) | |
application/mbms-register+xml | |
(len: 29) | |
.debug.mp4.eco.scss.sass | |
(len: 24) | |
復 | |
(len: 1) | |
IGNORED_CALLERS | |
(len: 15) | |
ALPHA | |
(len: 5) | |
gauntlet | |
(len: 8) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activerecord-4.2.5.2/lib/active_record/connection_adapters/postgresql/oid/range.rb | |
(len: 142) | |
.debug.mp4.erb.scss.jst | |
(len: 23) | |
ps | |
(len: 2) | |
14点 | |
(len: 3) | |
_r | |
(len: 2) | |
RejectedExecutionException | |
(len: 26) | |
Resolv::DNS::Message | |
(len: 20) | |
OMA_Data_Synchronization_Working_Group | |
(len: 38) | |
vnd.openxmlformats-officedocument.spreadsheetml.table+xml | |
(len: 57) | |
application | |
(len: 11) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-gc-0.0.2/app/views | |
(len: 83) | |
ज़ | |
(len: 2) | |
env_shebang | |
(len: 11) | |
block (2 levels) in explicit_trim_line | |
(len: 38) | |
dii | |
(len: 3) | |
null_out | |
(len: 8) | |
execjs | |
(len: 6) | |
KDE KOffice Office Suite - Kpresenter | |
(len: 37) | |
mattr_reader | |
(len: 12) | |
insert_cmd= | |
(len: 11) | |
application/vnd.osa.netdeploy | |
(len: 29) | |
-\*-\s*(.*?)\s*-*-$ | |
(len: 19) | |
cybercash | |
(len: 9) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/elasticsearch-api-1.0.14/lib/elasticsearch/api/actions/indices/validate_query.rb | |
(len: 140) | |
.self.coffee.erb.scss | |
(len: 21) | |
http://www.rubyonrails.org | |
(len: 26) | |
application/csta+xml | |
(len: 20) | |
fish | |
(len: 4) | |
ṉ | |
(len: 2) | |
wait_or_cancel | |
(len: 14) | |
file-digest:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons | |
(len: 96) | |
\1fe | |
(len: 4) | |
js_params | |
(len: 9) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/awesome_print-1.6.1/lib/awesome_print/ext/active_support.rb | |
(len: 119) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/concurrent-ruby-1.0.1/lib/concurrent/dataflow.rb | |
(len: 108) | |
Andrew Toolkit | |
(len: 14) | |
block in controller | |
(len: 19) | |
en | |
(len: 2) | |
dq | |
(len: 2) | |
show-doc | |
(len: 8) | |
.debug.yaml.eco.sass.scss | |
(len: 25) | |
entities | |
(len: 8) | |
.debug.yaml.coffee.sass.ejs | |
(len: 27) | |
.bmp.sass.erb.coffee | |
(len: 20) | |
.debug.yaml.sass.erb.jst | |
(len: 24) | |
.bmp.erb.coffee | |
(len: 15) | |
.source.svg.eco.erb.scss | |
(len: 24) | |
show_all_modules? | |
(len: 17) | |
ActionView::Layouts#_layout_conditions delegated to self.class._layout_conditions, but self.class is nil: | |
(len: 106) | |
.debug.ico.sass.eco | |
(len: 19) | |
docs_for | |
(len: 8) | |
.yaml.ejs.coffee.sass | |
(len: 21) | |
.yaml.coffee.ejs.erb | |
(len: 20) | |
.default.jpg.coffee.jst.scss | |
(len: 28) | |
.debug.ico.ejs.jst.eco | |
(len: 22) | |
Emojis | |
(len: 6) | |
_cleanup_callbacks | |
(len: 18) | |
.self.xml.ejs.jst | |
(len: 17) | |
.self.xml.jst.sass.erb | |
(len: 22) | |
.self.xml.ejs.erb.scss | |
(len: 22) | |
.yml.erb.eco | |
(len: 12) | |
.text.erb.jst.coffee | |
(len: 20) | |
Portable Graymap Format | |
(len: 23) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/actionpack-4.2.5.2/lib/action_dispatch/middleware/cookies.rb | |
(len: 120) | |
CAST5 | |
(len: 5) | |
.default.xml.scss.jst.sass | |
(len: 26) | |
sprockets/v3.0/SlUW4KdCSDA2nsxewTnlYES6YOYxGz2RNpVNS3XL7-Y | |
(len: 58) | |
(x|ch|ss|sh)$ | |
(len: 13) | |
(len: 1) | |
.self.css.scss.eco.erb | |
(len: 22) | |
.self.html.sass.jst.scss | |
(len: 24) | |
>= | |
(len: 2) | |
.debug.mp3.coffee.scss.sass | |
(len: 27) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0 | |
(len: 54) | |
GRAPHICSTRING | |
(len: 13) | |
%03 | |
(len: 3) | |
new_record | |
(len: 10) | |
� | |
(len: 1) | |
utf-16 | |
(len: 6) | |
.default.js.scss.ejs.erb | |
(len: 24) | |
The :dependent option must be one of | |
(len: 37) | |
.debug.mp2.scss.eco | |
(len: 19) | |
.debug.mp2.scss.erb.sass | |
(len: 24) | |
utf-16 | |
(len: 6) | |
inflect | |
(len: 7) | |
utf-8 | |
(len: 5) | |
.debug.m2a.coffee.eco.scss | |
(len: 26) | |
NOTIME | |
(len: 6) | |
reflect_on_all_autosave_associations | |
(len: 36) | |
.debug.m2a.ejs.scss.erb | |
(len: 23) | |
.default.scss.jst.sass | |
(len: 22) | |
utf-8 | |
(len: 5) | |
charset | |
(len: 7) | |
parse_with | |
(len: 10) | |
TRACE | |
(len: 5) | |
.debug.m3a.coffee.sass.ejs | |
(len: 26) | |
.self.woff.scss.erb.ejs | |
(len: 23) | |
rescue in authorize_organization_access | |
(len: 39) | |
.debug.m3a.scss.coffee.erb | |
(len: 26) | |
.self.woff.eco.coffee.jst | |
(len: 25) | |
ActiveRecord::Reflection::ThroughReflection#check_preloadable! delegated to delegate_reflection.check_preloadable!, but delegate_reflection is nil: | |
(len: 148) | |
.self.woff.sass.eco | |
(len: 19) | |
.debug.ogx.scss.coffee | |
(len: 22) | |
.self.ttf.scss.eco.erb | |
(len: 22) | |
register_composite_type | |
(len: 23) | |
Ù‰ | |
(len: 1) | |
01 AM | |
(len: 5) | |
قمم | |
(len: 3) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/nokogiri-1.6.7.2/lib/nokogiri/xml/namespace.rb | |
(len: 106) | |
Ù„ | |
(len: 1) | |
' notifier was already configured | |
(len: 33) | |
12 AM | |
(len: 5) | |
צּ | |
(len: 2) | |
æ’š | |
(len: 1) | |
^(.*)!$ | |
(len: 7) | |
normal | |
(len: 6) | |
.self.svg.erb.scss.sass | |
(len: 23) | |
base64 | |
(len: 6) | |
successful_invitation_assignment_invitation_path | |
(len: 48) | |
.self.webp.scss.sass.coffee | |
(len: 27) | |
@proc | |
(len: 5) | |
Sprockets::FileReader | |
(len: 21) | |
:property_syntax => | |
(len: 20) | |
.self.yaml.ejs.eco.erb | |
(len: 22) | |
.source.midi.coffee.ejs.sass | |
(len: 28) | |
⋣ | |
(len: 2) | |
.self.yaml.coffee.erb.ejs | |
(len: 25) | |
template | |
(len: 8) | |
/ | |
(len: 1) | |
2.3.0/lib | |
(len: 9) | |
q_value_header | |
(len: 14) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/crack-0.4.2 | |
(len: 71) | |
autoprefixer-rails | |
(len: 18) | |
@rcode | |
(len: 6) | |
ls | |
(len: 2) | |
types? | |
(len: 6) | |
application/vnd.omaloc-supl-init | |
(len: 32) | |
application/vnd.radisys.msml-dialog-base+xml | |
(len: 44) | |
application/vnd.omaloc-supl-init | |
(len: 32) | |
set_rack_environment | |
(len: 20) | |
@obsolete | |
(len: 9) | |
hidden_field_tag | |
(len: 16) | |
.woff.scss.eco.sass | |
(len: 19) | |
.source.eco.jst.scss | |
(len: 20) | |
(%*)%I | |
(len: 6) | |
@builders | |
(len: 9) | |
ActiveJob::Arguments | |
(len: 20) | |
register_empty | |
(len: 14) | |
vnd.poc.group-advertisement+xml | |
(len: 31) | |
template | |
(len: 8) | |
, so spring looked for | |
(len: 23) | |
rfc4587 | |
(len: 7) | |
.source.erb.eco | |
(len: 15) | |
.debug.webp.sass.erb.ejs | |
(len: 24) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/set.rb | |
(len: 56) | |
Lesotho | |
(len: 7) | |
text/csv-schema | |
(len: 15) | |
Ǜ | |
(len: 2) | |
CircularDatastructure | |
(len: 21) | |
Ἶ | |
(len: 2) | |
ŝ | |
(len: 2) | |
á¼‘Ì | |
(len: 2) | |
i | |
(len: 1) | |
æ—¥ | |
(len: 1) | |
application.vnd-previewsystems-box | |
(len: 34) | |
Robin_Berjon | |
(len: 12) | |
ما | |
(len: 2) | |
Ù„ØÙ… | |
(len: 3) | |
application.oebps-package-xml | |
(len: 29) | |
ã…¢ | |
(len: 1) | |
resp | |
(len: 4) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rack-mini-profiler-0.9.9.2/lib/patches/net_patches.rb | |
(len: 113) | |
file-digest:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/primer-css/scss/_type.scss | |
(len: 114) | |
application/vnd.sus-calendar | |
(len: 28) | |
Alias for `exit` | |
(len: 16) | |
application/vnd.cups-raster | |
(len: 27) | |
PGRES_TUPLES_OK | |
(len: 15) | |
CA +5320-06025 America/Goose_Bay Atlantic Time - Labrador - most locations | |
(len: 74) | |
.midi.jst.sass.scss | |
(len: 19) | |
OpenSSL::Cipher::Cipher | |
(len: 23) | |
port_string | |
(len: 11) | |
content-id | |
(len: 10) | |
.default.mp4.scss.sass.jst | |
(len: 26) | |
OpenOffice - Impress (Presentation) | |
(len: 35) | |
application.http | |
(len: 16) | |
blueviolet | |
(len: 10) | |
ips_from | |
(len: 8) | |
darkgreen | |
(len: 9) | |
application/vnd.ncd.control | |
(len: 27) | |
sdkm | |
(len: 4) | |
__script__ | |
(len: 10) | |
xm | |
(len: 2) | |
rfc5934 | |
(len: 7) | |
vnd.verimatrix.vcas | |
(len: 19) | |
h265 | |
(len: 4) | |
application | |
(len: 11) | |
.source.au.scss.erb.sass | |
(len: 24) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/sass-rails-5.0.4.gemspec | |
(len: 94) | |
.source.au.sass.jst.erb | |
(len: 23) | |
2.6.3-ruby | |
(len: 10) | |
application/vnd.lotus-organizer | |
(len: 31) | |
_app_views_organizations__disabled_organization_select_html_erb___4313129759905211412_70214672313520 | |
(len: 100) | |
RUBY_MIME_TYPES_DATA | |
(len: 20) | |
block in parts | |
(len: 14) | |
.source.au.erb.jst | |
(len: 18) | |
gim | |
(len: 3) | |
application | |
(len: 11) | |
rescue in normalized_encode | |
(len: 27) | |
ROUND_HALF_DOWN | |
(len: 15) | |
x-vnd.dgn | |
(len: 9) | |
action_dispatch.request_id | |
(len: 26) | |
� | |
(len: 1) | |
vnd.dwf | |
(len: 7) | |
.debug.js.coffee.erb.jst | |
(len: 24) | |
prs.fallenstein.rst | |
(len: 19) | |
tr | |
(len: 2) | |
.avi.eco.jst.scss | |
(len: 17) | |
attempt | |
(len: 7) | |
block in escape_bracket | |
(len: 23) | |
vnd.fly | |
(len: 7) | |
vnd.radisys.msml-basic-layout | |
(len: 29) | |
.source.xml.sass.ejs.jst | |
(len: 24) | |
sprockets/v3.0/LbeHGtDMfaDbM8F1vibsTBFPtwdz3dQkbcOmbk-hVws | |
(len: 58) | |
@warn_for_color | |
(len: 15) | |
audio.vnd-dvb-file | |
(len: 18) | |
gl | |
(len: 2) | |
sprockets/v3.0/m4Xnoo1RmcE_e6zq16h3EaWEz8FqNZV9rUtqguHuB9Q | |
(len: 58) | |
.midi.sass.eco.erb | |
(len: 18) | |
\A/stafftools(?:\.([^/.?]+))?\Z | |
(len: 31) | |
best | |
(len: 4) | |
.source.text.scss.ejs | |
(len: 21) | |
remove | |
(len: 6) | |
SpecFetcher | |
(len: 11) | |
video.flv | |
(len: 9) | |
.avi.sass.ejs.erb | |
(len: 17) | |
.midi.sass.eco | |
(len: 14) | |
sprockets/v3.0/JI0U3mWRV440v-NF1kBE1O4UZbxhVB7ZQmCH3hKqTG8 | |
(len: 58) | |
_normalize_callback_option | |
(len: 26) | |
.au.scss.eco.coffee | |
(len: 19) | |
verify_authenticity_token | |
(len: 25) | |
3.13 | |
(len: 4) | |
.mp3.ejs.jst.eco | |
(len: 16) | |
sprockets/v3.0/YmXmeTBBYKlVIMAHUxMxOVsvy68F1zDC7zS1pqnGV-c | |
(len: 58) | |
LICENSE.txt | |
(len: 11) | |
github-markup | |
(len: 13) | |
.svg.erb.ejs.sass | |
(len: 17) | |
.svg.sass.eco.jst | |
(len: 17) | |
x64_mingw_21? | |
(len: 13) | |
utf-8 | |
(len: 5) | |
application/cellml+xml | |
(len: 22) | |
.mp2.sass.scss.erb | |
(len: 18) | |
~> | |
(len: 2) | |
>= | |
(len: 2) | |
ready | |
(len: 5) | |
.mp2.ejs.jst.eco | |
(len: 16) | |
.webm.sass.scss.coffee | |
(len: 22) | |
application/vnd.panoply | |
(len: 23) | |
iso-8859-3 | |
(len: 10) | |
� | |
(len: 1) | |
AIRBRAKE_VERSION | |
(len: 16) | |
.default.tif.eco.jst.erb | |
(len: 24) | |
��LF�T�7����dd@������� | |
(len: 32) | |
A template needs to have a virtual path in order to be refreshed | |
(len: 64) | |
.debug.text.sass.erb.ejs | |
(len: 24) | |
.tif.eco.coffee.ejs | |
(len: 19) | |
.txt.jst.scss.erb | |
(len: 17) | |
.self.json.sass.scss | |
(len: 20) | |
given twice: | |
(len: 14) | |
0.7.4-ruby | |
(len: 10) | |
unquoted_false | |
(len: 14) | |
Pry.config.output = STDOUT | |
(len: 28) | |
yesno | |
(len: 5) | |
.txt.erb.eco | |
(len: 12) | |
.jpg.ejs.coffee | |
(len: 15) | |
Sass::Script::Tree::Selector | |
(len: 28) | |
MIME::Types::WarnLogger | |
(len: 23) | |
.debug.tiff.scss.eco.coffee | |
(len: 27) | |
@Ѐur"� | |
C���z���u�KK+�e�P�� | |
(len: 32) | |
.self.ico.coffee.eco.jst | |
(len: 24) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/actionpack-4.2.5.2/lib/action_dispatch/http/request.rb | |
(len: 114) | |
[ | |
(len: 1) | |
Basic | |
(len: 6) | |
Invalid audience | |
(len: 16) | |
GETTIMEOFDAY_BASED_CLOCK_REALTIME | |
(len: 33) | |
@quoted | |
(len: 7) | |
I | |
(len: 1) | |
rspec-rails is a testing framework for Rails 3.x and 4.x. | |
(len: 57) | |
V_ERR_INVALID_CA | |
(len: 16) | |
%01 | |
(len: 3) | |
countryName | |
(len: 11) | |
blue | |
(len: 4) | |
BasicSocket | |
(len: 11) | |
mads+xml | |
(len: 8) | |
2.6.0 | |
(len: 5) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/rubygems/specification.rb | |
(len: 75) | |
block in lib_files | |
(len: 18) | |
\A\s* | |
(len: 5) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/nokogiri-1.6.7.2/lib | |
(len: 80) | |
http://github.com/ddollar/foreman | |
(len: 33) | |
readable | |
(len: 8) | |
gc_time | |
(len: 7) | |
.source.xml.erb.eco.scss | |
(len: 24) | |
@default_layout | |
(len: 15) | |
text | |
(len: 4) | |
.source.xml.erb.scss.sass | |
(len: 25) | |
.gif.sass.ejs | |
(len: 13) | |
stylesheet_path | |
(len: 15) | |
utf-16 | |
(len: 6) | |
0*$ | |
(len: 3) | |
1.0.1 | |
(len: 5) | |
SYSCASE | |
(len: 7) | |
PATTERN_RAW | |
(len: 11) | |
CS_POSIX_V6_LP64_OFF64_LIBS | |
(len: 27) | |
syssign | |
(len: 7) | |
middle | |
(len: 6) | |
.debug.webp.coffee.erb.ejs | |
(len: 26) | |
Guinea | |
(len: 6) | |
.html.jst.coffee | |
(len: 16) | |
.default.webp.ejs.erb.sass | |
(len: 26) | |
audio/evrcwb0 | |
(len: 13) | |
audio | |
(len: 5) | |
.xml.scss.erb.ejs | |
(len: 17) | |
ActiveRecord::Querying#find_each delegated to all.find_each, but all is nil: | |
(len: 77) | |
.default.webp.coffee.jst.ejs | |
(len: 28) | |
.json.erb.scss.eco | |
(len: 18) | |
.json.sass.jst.erb | |
(len: 18) | |
application.vnd-dna | |
(len: 19) | |
egid | |
(len: 4) | |
@retval | |
(len: 7) | |
CHANGES.md | |
(len: 10) | |
.js.eco.ejs.erb | |
(len: 15) | |
[email protected] | |
(len: 19) | |
before_remove_for_users | |
(len: 23) | |
.debug.mp4.ejs.scss.erb | |
(len: 23) | |
.debug.m4v.jst.ejs.scss | |
(len: 23) | |
active_record/relation/predicate_builder/relation_handler | |
(len: 57) | |
PATH_REGEXP | |
(len: 11) | |
.debug.eot.eco.scss | |
(len: 19) | |
rack/protection/json_csrf | |
(len: 25) | |
-S | |
(len: 2) | |
.self.mid.jst.ejs.scss | |
(len: 22) | |
block in deep_stringify_keys! | |
(len: 29) | |
.self.mid.eco.erb | |
(len: 17) | |
do | |
(len: 2) | |
https://github.com/SamSaffron/memory_profiler | |
(len: 45) | |
rake | |
(len: 4) | |
JSON::Ext::Generator::GeneratorMethods::FalseClass | |
(len: 50) | |
.debug.eot.erb.jst.sass | |
(len: 23) | |
Draper::CollectionDecorator#bsearch_index delegated to decorated_collection.bsearch_index, but decorated_collection is nil: | |
(len: 124) | |
autosave_associated_records_for_organization | |
(len: 44) | |
citext | |
(len: 6) | |
.self.midi.coffee.eco | |
(len: 21) | |
2.5.1 | |
(len: 5) | |
materialize | |
(len: 11) | |
a fast and extensible eRuby implementation which supports multi-language | |
(len: 72) | |
.self.ejs.jst.eco | |
(len: 17) | |
eshop | |
(len: 5) | |
vnd.openxmlformats-officedocument.wordprocessingml.footer+xml | |
(len: 61) | |
kaminari | |
(len: 8) | |
.self.m3a.scss.erb.coffee | |
(len: 25) | |
.default.wave.scss.ejs.coffee | |
(len: 29) | |
DELETE | |
(len: 6) | |
ssl_cert_store | |
(len: 14) | |
find_by_auth_hash | |
(len: 17) | |
2.7.6 | |
(len: 5) | |
.self.m2a.sass.jst.erb | |
(len: 22) | |
InternalError | |
(len: 13) | |
Path | |
(len: 4) | |
defined guard in block in <class:Railtie> | |
(len: 41) | |
@@silencer | |
(len: 10) | |
oauth2 | |
(len: 6) | |
complex_object | |
(len: 14) | |
Draper::CollectionDecorator#to_h delegated to decorated_collection.to_h, but decorated_collection is nil: | |
(len: 106) | |
.self.m2a.jst.ejs.coffee | |
(len: 24) | |
.self.m2a.coffee.sass | |
(len: 21) | |
2.7.2 | |
(len: 5) | |
Puma starting in | |
(len: 17) | |
@allow_remote | |
(len: 13) | |
handler= | |
(len: 8) | |
cache_all | |
(len: 9) | |
.self.mp2.jst.erb.eco | |
(len: 21) | |
application/vnd.oma.bcast.notification+xml | |
(len: 42) | |
cache_template_loading | |
(len: 22) | |
rfc | |
(len: 3) | |
block (3 levels) in unscope! | |
(len: 28) | |
Sass::Selector::Element | |
(len: 23) | |
.self.mp3.sass.jst.coffee | |
(len: 25) | |
Sidekiq | |
(len: 7) | |
current_day_number | |
(len: 18) | |
block in asset_digest_path | |
(len: 26) | |
.self.webm.ejs.erb.jst | |
(len: 22) | |
rescue in request_forgery_protection_token | |
(len: 42) | |
Parasolid | |
(len: 9) | |
rfc6532 | |
(len: 7) | |
unescape_characters | |
(len: 19) | |
number_to_delimited | |
(len: 19) | |
rfc | |
(len: 3) | |
.self.svg.jst.erb.eco | |
(len: 21) | |
utf-8 | |
(len: 5) | |
rfc | |
(len: 3) | |
page_method_name= | |
(len: 17) | |
Loofah::Scrubbers::NoFollow | |
(len: 27) | |
.self.tif.sass.eco.ejs | |
(len: 22) | |
mime | |
(len: 4) | |
.self.tif.eco.sass.jst | |
(len: 22) | |
Moscow+08 (Moscow+07 after 2014-10-26) - Magadan | |
(len: 48) | |
.vsd | |
(len: 4) | |
counter_cache_enable= | |
(len: 21) | |
active_record42 | |
(len: 15) | |
Asia/Novokuznetsk | |
(len: 17) | |
_scope | |
(len: 6) | |
block (2 levels) in resources | |
(len: 29) | |
Moscow-01 - Kaliningrad | |
(len: 23) | |
LIST | |
(len: 4) | |
visit_element_name | |
(len: 18) | |
.self.tiff.coffee.jst.erb | |
(len: 25) | |
W3C | |
(len: 3) | |
.self.yml.sass.ejs.erb | |
(len: 22) | |
block in pr | |
(len: 11) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/actionpack-4.2.5.2/lib/action_controller/metal/renderers.rb | |
(len: 119) | |
indent! | |
(len: 7) | |
en | |
(len: 2) | |
.default.m4v.erb.jst.coffee | |
(len: 27) | |
.self.yml.eco.jst | |
(len: 17) | |
media | |
(len: 5) | |
���D�bݵ4��h`�<>k�1�p%k���G�O | |
(len: 32) | |
application/vnd.dm.delegation+xml | |
(len: 33) | |
.self.text.eco.erb.ejs | |
(len: 22) | |
Nokogiri::XML::EntityDecl | |
(len: 25) | |
show | |
(len: 4) | |
trailing | |
(len: 8) | |
vnd.motorola.flexsuite.gotap | |
(len: 28) | |
application/vnd.chemdraw+xml | |
(len: 28) | |
_wrapper_formats | |
(len: 16) | |
vnd.uplanet.cacheop | |
(len: 19) | |
output= | |
(len: 7) | |
afghanistan | |
(len: 11) | |
rails | |
(len: 5) | |
brst | |
(len: 4) | |
.source.mp3.erb.ejs.sass | |
(len: 24) | |
total_retained_memsize= | |
(len: 23) | |
.self.htm.erb.scss.sass | |
(len: 23) | |
angular | |
(len: 7) | |
base64 | |
(len: 6) | |
sleep_for | |
(len: 9) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/peek/bar/staging | |
(len: 130) | |
every | |
(len: 5) | |
UNICODE_DATA_COMPATIBILITY | |
(len: 26) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/development.gif?type=image/gif&id=424ecf1a2bb39900bff0bfddb50072bdef250172fa5fa36fca3d2441c4f6fdf3 | |
(len: 203) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/production.gif | |
(len: 112) | |
missing_name? | |
(len: 13) | |
^(.*)=$ | |
(len: 7) | |
block in fu_stream_blksize | |
(len: 26) | |
single_or_multiple_records | |
(len: 26) | |
.debug.jpg.sass.scss.jst | |
(len: 24) | |
RequestStrategy | |
(len: 15) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/set.rb | |
(len: 56) | |
.default.avi.scss.ejs.sass | |
(len: 26) | |
multipart.form-data | |
(len: 19) | |
application/bittorrent | |
(len: 22) | |
feeds | |
(len: 5) | |
SqlStatementNotYetComplete | |
(len: 26) | |
/setup/api/configure | |
(len: 20) | |
decoder_for_get_copy_data= | |
(len: 26) | |
c_1 | |
(len: 3) | |
ignore_sigint? | |
(len: 14) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/pry-byebug-3.2.0/lib/pry-byebug/commands/down.rb | |
(len: 108) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/pry-0.10.1/lib/pry/commands/disabled_commands.rb | |
(len: 108) | |
utf-16 | |
(len: 6) | |
utf-16 | |
(len: 6) | |
W3C_Timed_Text_Working_Group | |
(len: 28) | |
block in run_interp_no_strip | |
(len: 28) | |
application/vnd.visionary | |
(len: 25) | |
Fuchsia | |
(len: 7) | |
block in pry! | |
(len: 13) | |
environment-paths | |
(len: 17) | |
ip_based? | |
(len: 9) | |
file-digest:///Users/chris/src/projects/github/classroom/app/assets/images/jquery-readyselector/jquery.readyselector | |
(len: 116) | |
America/Coral_Harbour | |
(len: 21) | |
America/Argentina/Salta | |
(len: 23) | |
OMNA-Open_Mobile_Naming_Authority | |
(len: 33) | |
utf-16 | |
(len: 6) | |
check_ip | |
(len: 8) | |
en | |
(len: 2) | |
application | |
(len: 11) | |
mdb | |
(len: 3) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/set.rb | |
(len: 56) | |
.source.yml.sass.eco | |
(len: 20) | |
à | |
(len: 1) | |
WINDOWS_1253 | |
(len: 12) | |
.mp4.eco.scss | |
(len: 13) | |
Dave_Manning | |
(len: 12) | |
vnd.etsi.mheg5 | |
(len: 14) | |
smil | |
(len: 4) | |
block (2 levels) in results | |
(len: 27) | |
T_TRUE | |
(len: 6) | |
application/xproc+xml | |
(len: 21) | |
audio | |
(len: 5) | |
time_string | |
(len: 11) | |
.debug.css.ejs.sass | |
(len: 19) | |
ram= | |
(len: 4) | |
video | |
(len: 5) | |
.default.snd.ejs.jst.sass | |
(len: 25) | |
< | |
(len: 1) | |
Locked | |
(len: 6) | |
video/raw | |
(len: 9) | |
vnd.dece.sd | |
(len: 11) | |
third! | |
(len: 6) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/actionpack-4.2.5.2/lib/action_dispatch/journey/nfa/transition_table.rb | |
(len: 130) | |
video | |
(len: 5) | |
video | |
(len: 5) | |
webm | |
(len: 4) | |
.debug.html.jst.scss.coffee | |
(len: 27) | |
latest_version_for | |
(len: 18) | |
.source.js.sass.coffee | |
(len: 22) | |
_request | |
(len: 8) | |
Nokogiri::XML::Builder | |
(len: 22) | |
RouteSet | |
(len: 8) | |
rescue in collection_decorator_class | |
(len: 36) | |
~@ | |
(len: 2) | |
require_paths | |
(len: 13) | |
application/ibe-pp-data | |
(len: 23) | |
Take a peek into the Postgres queries made during your application's requests. | |
(len: 78) | |
.au.erb.jst.sass | |
(len: 16) | |
.webm.jst.erb.ejs | |
(len: 17) | |
Ļ | |
(len: 2) | |
Byebug::PryCommand | |
(len: 18) | |
.source.wave.erb.ejs | |
(len: 20) | |
.snd.jst.sass.ejs | |
(len: 17) | |
406 | |
(len: 3) | |
signed_cookie_salt | |
(len: 18) | |
join_uri | |
(len: 8) | |
.debug.jpeg.ejs.coffee | |
(len: 22) | |
.default.tiff.erb.ejs.scss | |
(len: 26) | |
.default.yaml.ejs.scss.jst | |
(len: 26) | |
.default.snd.erb.scss | |
(len: 21) | |
application.vnd-openxmlformats-officedocument-drawingml-diagramstyle-xml | |
(len: 72) | |
.debug.bmp.jst.scss.erb | |
(len: 23) | |
.debug.bmp.ejs.jst.erb | |
(len: 22) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/uniform_notifier-1.9.0/lib/uniform_notifier/errors.rb | |
(len: 113) | |
resolve_without_compat | |
(len: 22) | |
image.cgm | |
(len: 9) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/oauth2-1.0.0.gemspec | |
(len: 90) | |
person | |
(len: 6) | |
^[^ytonf~] | |
(len: 10) | |
0.00 | |
(len: 4) | |
text/plain | |
(len: 10) | |
application/vnd.ffsns | |
(len: 21) | |
JWT::InvalidIatError | |
(len: 20) | |
.source.yaml.ejs.sass.jst | |
(len: 25) | |
text/css | |
(len: 8) | |
Manifest | |
(len: 8) | |
OP_NO_TLSv1_1 | |
(len: 13) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/uuidtools-2.1.5.gemspec | |
(len: 93) | |
end | |
(len: 7) | |
Unable to create a Global ID for | |
(len: 33) | |
@persistent_timeout | |
(len: 19) | |
mswin32 | |
(len: 7) | |
NOCHAIN | |
(len: 7) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rack-timeout-0.3.2/lib/rack/timeout/core.rb | |
(len: 103) | |
signers | |
(len: 7) | |
@body_matcher | |
(len: 13) | |
x86 | |
(len: 3) | |
format_str | |
(len: 10) | |
m0 | |
(len: 2) | |
GitError | |
(len: 8) | |
.aiff.sass.eco.erb | |
(len: 18) | |
application.vnd-amiga-ami | |
(len: 25) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rack-1.6.4/lib/rack/etag.rb | |
(len: 87) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/pry-0.10.1/lib/pry/commands/exit.rb | |
(len: 95) | |
with_marker | |
(len: 11) | |
.default.m3a.coffee.jst.sass | |
(len: 28) | |
BinaryDecoder | |
(len: 13) | |
T_MATCH: 4 | |
(len: 10) | |
::ffff:0.0.0.0 | |
(len: 14) | |
field_options | |
(len: 13) | |
block (3 levels) in <class:FilterChain> | |
(len: 39) | |
_to_partial_path | |
(len: 16) | |
, | |
(len: 1) | |
draper.minitest-rails_integration | |
(len: 33) | |
interval | |
(len: 8) | |
RSpec | |
(len: 5) | |
preserve_line | |
(len: 13) | |
.self.htm.eco.scss.jst | |
(len: 22) | |
crt | |
(len: 3) | |
.self.png.jst.sass.eco | |
(len: 22) | |
Racc_Runtime_Core_Version_R | |
(len: 27) | |
_racc_setup | |
(len: 11) | |
url= | |
(len: 4) | |
.self.webp.eco.jst.scss | |
(len: 23) | |
tt | |
(len: 2) | |
--tracer | |
(len: 8) | |
sav | |
(len: 3) | |
.self.gif.erb.eco.sass | |
(len: 22) | |
Sprockets::EjsProcessor | |
(len: 23) | |
reset_whitelist | |
(len: 15) | |
.default.avi.ejs.coffee.scss | |
(len: 28) | |
UniformNotifier | |
(len: 15) | |
irbrc | |
(len: 5) | |
rescue in unmarshaled_deflated | |
(len: 30) | |
assignments | |
(len: 11) | |
application/vnd.pg.osasli | |
(len: 25) | |
.self.bmp.erb.ejs.scss | |
(len: 22) | |
.default.m4v.coffee.erb.sass | |
(len: 28) | |
NOCTTY | |
(len: 6) | |
r | |
(len: 1) | |
*.{rb,yml} | |
(len: 10) | |
vq-rtcpxr | |
(len: 9) | |
.source.ejs.eco.erb | |
(len: 19) | |
@int1 | |
(len: 5) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/js-cookie/src/js.cookie.js?type=application/javascript&pipeline=self&id=10886929175044df18f6052f6bddd41ade069b28ff0ea0908f1249a27ce12229 | |
(len: 217) | |
i18n_raise | |
(len: 10) | |
(s) | |
(len: 3) | |
ゾ | |
(len: 2) | |
á…® | |
(len: 1) | |
é½’ | |
(len: 1) | |
11月 | |
(len: 3) | |
pW | |
(len: 2) | |
裸 | |
(len: 1) | |
猪 | |
(len: 1) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activerecord-4.2.5.2/lib/active_record/relation/query_methods.rb | |
(len: 124) | |
Úˆ | |
(len: 1) | |
RequestExpiryError | |
(len: 18) | |
unloadable | |
(len: 10) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0 | |
(len: 54) | |
docx | |
(len: 4) | |
bundler | |
(len: 7) | |
RubyToken::TkLT | |
(len: 15) | |
Socket | |
(len: 6) | |
DIR | |
(len: 4) | |
[email protected] | |
(len: 26) | |
A generic swappable back-end for XML parsing | |
(len: 44) | |
@hidden_namespaces | |
(len: 18) | |
utf-16 | |
(len: 6) | |
.default.ogx.scss.ejs.eco | |
(len: 25) | |
utf-8 | |
(len: 5) | |
ScheduleUs | |
(len: 10) | |
pattern= | |
(len: 8) | |
verify_mode= | |
(len: 12) | |
application.vnd-ncd-control | |
(len: 27) | |
prune_bundler? | |
(len: 14) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/database_cleaner-1.5.0 | |
(len: 82) | |
execution_interval | |
(len: 18) | |
Chewy::Query::Nodes::Equal | |
(len: 26) | |
ÌˆÌ | |
(len: 2) | |
شج | |
(len: 2) | |
.default.ogx.eco.scss.ejs | |
(len: 25) | |
multipart/voice-message | |
(len: 23) | |
after_interpolation? | |
(len: 20) | |
multipart/appledouble | |
(len: 21) | |
file:///Users/chris/src/projects/github/classroom/app/assets/images/octocat-spinner-128.gif?type=image/gif&id=c2eb6063b438f1789d0651e51650eadcd2f665662cee5d1ce12bf4efe70447f4 | |
(len: 174) | |
status_type_char | |
(len: 16) | |
application | |
(len: 11) | |
multipart/signed | |
(len: 16) | |
����E.3u���� Z�ni��a���%Y���Ku | |
(len: 31) | |
.default.m4v.scss.ejs.jst | |
(len: 25) | |
file-digest:///Users/chris/src/projects/github/classroom/app/assets/javascripts/peek/vendor/tipsy | |
(len: 97) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek | |
(len: 128) | |
(function() { | |
var $form_values_present, $present; | |
$('.group_assignment_invitations.show').ready(function() { | |
var $form; | |
$form = $('form'); | |
return $('form').on('change keyup', function() { | |
var $submitButton; | |
$submitButton = $('.js-form-submit'); | |
if ($form_values_present()) { | |
return $submitButton.prop('disabled', false); | |
} else { | |
return $submitButton.prop('disabled', true); | |
} | |
}); | |
}); | |
$form_values_present = function() { | |
return $present('group_title') || $present('group_id'); | |
}; | |
$present = function(id) { | |
var $el; | |
$el = $("#" + id); | |
if ($el.length !== 0) { | |
return $el.val().length !== 0; | |
} | |
return false; | |
}; | |
}).call(this); | |
(len: 733) | |
strict-transport-security | |
(len: 25) | |
x-solids | |
(len: 8) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/sawyer-0.7.0/lib/sawyer/resource.rb | |
(len: 95) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/addressable-2.4.0/lib/addressable/template.rb | |
(len: 105) | |
HTTP_REFERER | |
(len: 12) | |
x-content-type-options | |
(len: 22) | |
vnd.etsi.simservs+xml | |
(len: 21) | |
vnd.openxmlformats-officedocument.drawingml.chart+xml | |
(len: 53) | |
delete_github_repository_on_failure | |
(len: 35) | |
file-digest:///Users/chris/src/projects/github/classroom/app/assets/images/js-cookie/src | |
(len: 88) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/sawyer-0.7.0/lib/sawyer/resource.rb:103 | |
(len: 99) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/actionpack-4.2.5.2/lib/action_dispatch/journey/router/utils.rb | |
(len: 122) | |
Microsoft Windows Media Player Skin Package | |
(len: 43) | |
#<Class:ActiveSupport>#escape_html_entities_in_json delegated to ActiveSupport::JSON::Encoding.escape_html_entities_in_json, but ActiveSupport::JSON::Encoding is nil: | |
(len: 167) | |
0 processed | |
(len: 11) | |
\A([A-Z]{2}(?:,[A-Z]{2})*)\t(?:([+\-])(\d{2})(\d{2})([+\-])(\d{3})(\d{2})|([+\-])(\d{2})(\d{2})(\d{2})([+\-])(\d{3})(\d{2})(\d{2}))\t([^\t]+)(?:\t([^\t]+))?(?:\t([^\t]+))?\z | |
(len: 173) | |
PHP-3.01 | |
(len: 8) | |
CC-BY-NC-2.5 | |
(len: 12) | |
A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing. | |
(len: 174) | |
application.java-serialized-object | |
(len: 34) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rack-1.6.4/lib/rack/utils.rb | |
(len: 88) | |
[1;37;44m | |
(len: 10) | |
(function ($) { | |
var ready = $.fn.ready; | |
$.fn.ready = function (fn) { | |
if (this.context === undefined) { | |
// The $().ready(fn) case. | |
ready(fn); | |
} else if (this.selector) { | |
ready($.proxy(function(){ | |
$(this.selector, this.context).each(fn); | |
}, this)); | |
} else { | |
ready($.proxy(function(){ | |
$(this).each(fn); | |
}, this)); | |
} | |
} | |
})(jQuery); | |
(len: 401) | |
application.vnd-oasis-opendocument-image-template | |
(len: 49) | |
file-digest:///Users/chris/src/projects/github/classroom/app/assets/images/jquery-ujs/src | |
(len: 89) | |
group_assignment_repos_type | |
(len: 27) | |
application.poc-settings-xml | |
(len: 28) | |
application.vnd-ctct-ws-xml | |
(len: 27) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/addressable-2.4.0/lib/addressable/template.rb | |
(len: 105) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activesupport-4.2.5.2/lib/active_support/core_ext/time/calculations.rb | |
(len: 130) | |
Antarctica | |
(len: 10) | |
application.cstadata-xml | |
(len: 24) | |
-----BEGIN DH PARAMETERS----- | |
MEYCQQD0zXHljRg/mJ9PYLACLv58Cd8VxBxxY7oEuCeURMiTqEhMym16rhhKgZG2 | |
zk2O9uUIBIxSj+NKMURHGaFKyIvLAgEC | |
-----END DH PARAMETERS----- | |
(len: 156) | |
Kwajalein | |
(len: 9) | |
Java Archive | |
(len: 12) | |
vnd.uplanet.channel-wbxml | |
(len: 25) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/set.rb | |
(len: 56) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/set.rb | |
(len: 56) | |
audio/dls | |
(len: 9) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0 | |
(len: 54) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0 | |
(len: 54) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rack-1.6.4/lib/rack/etag.rb:62 | |
(len: 90) | |
mswin32 | |
(len: 7) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/pry-byebug-3.2.0/lib/pry-byebug/commands/down.rb | |
(len: 108) | |
_time_zone_conversion | |
(len: 21) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/set.rb | |
(len: 56) | |
xcap-el+xml | |
(len: 11) | |
prs.xsf+xml | |
(len: 11) | |
file-digest:///Users/chris/src/projects/github/classroom/app/assets/images/peek/views/performance_bar | |
(len: 101) | |
>= | |
(len: 2) | |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Classroom for GitHub</title> | |
<link rel="stylesheet" media="all" href="/assets/peek/vendor/tipsy.self-f7818f0b0406a584b37ebaf87b3563b23c0d60441f44cfcdf436d031ce253e6f.css?body=1" data-turbolinks-track="true" /> | |
<link rel="stylesheet" media="all" href="/assets/peek.self-4778ea7c5514e957da9c297eb0035d73e66f5670292d44048f651998d582d985.css?body=1" data-turbolinks-track="true" /> | |
<link rel="stylesheet" media="all" href="/assets/peek/views/performance_bar.self-c79d8cf0e9154a99736e81ee446708ea5293368bb25d009982476c7089fbf008.css?body=1" data-turbolinks-track="true" /> | |
<link rel="stylesheet" media="all" href="/assets/application.self-02b7d36384e4fa4b2c7c29a000d33759911fc530403db0419b852eb2f9b0ddfa.css?body=1" data-turbolinks-track="true" /> | |
<meta name="csrf-param" content="auth | |
(len: 9783) | |
file-digest:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee | |
(len: 93) | |
.debug.yaml.coffee.sass.ejs | |
(len: 27) | |
reload-code | |
(len: 11) | |
sprockets/v3.0/OWfsOz8f8iWVKFzUeiEknNBXk7MrDbsfdnN4qS6zaSY | |
(len: 58) | |
sprockets/v3.0/l-Sxy_-zKDLxRwxK1AasK6ZAg24tqAU0z-rW72ErrYw | |
(len: 58) | |
/Users/chris/src/projects/github/classroom/app/assets/javascripts/outline-box.coffee | |
(len: 84) | |
file-digest:///Users/chris/src/projects/github/classroom/app/assets/javascripts/jquery/dist | |
(len: 91) | |
0.00 | |
(len: 4) | |
vendor/assets/bower_components/octicons/octicons/octicons.eot?type=application/vnd.ms-fontobject&id=77d3c580b961092a2b1b88f8bec44d9cd56e3de632cc8c11a6b87a958cb676a7 | |
(len: 164) | |
separator | |
(len: 9) | |
Elasticsearch::API::Cat::Actions | |
(len: 32) | |
block in serialize_entry | |
(len: 24) | |
ȋ | |
(len: 2) | |
St Helena | |
(len: 9) | |
file-digest:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee | |
(len: 98) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif | |
(len: 123) | |
https://api.github.com/users/mkcode/subscriptions | |
(len: 49) | |
group_assignment | |
(len: 16) | |
[email protected] | |
(len: 11) | |
1000 Most common strings: | |
application | |
(x 4301) | |
base64 | |
(x 2547) | |
template | |
(x 2138) | |
person | |
(x 1519) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/set.rb | |
(x 1304) | |
utf-8 | |
(x 1277) | |
utf-16 | |
(x 1237) | |
en | |
(x 1003) | |
~> | |
(x 760) | |
rfc | |
(x 661) | |
� | |
(x 582) | |
>= | |
(x 556) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0 | |
(x 530) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems | |
(x 506) | |
audio | |
(x 496) | |
= | |
(x 454) | |
text | |
(x 398) | |
video | |
(x 391) | |
(x 355) | |
/ | |
(x 339) | |
image | |
(x 309) | |
lib | |
(x 303) | |
ruby | |
(x 300) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/sprockets-3.5.2/lib/sprockets/cache/memory_store.rb | |
(x 291) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/sprockets-3.5.2/lib/sprockets/uri_tar.rb | |
(x 288) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/sawyer-0.7.0/lib/sawyer/resource.rb | |
(x 263) | |
2.5.1 | |
(x 263) | |
bin | |
(x 257) | |
MIT | |
(x 207) | |
. | |
(x 179) | |
< | |
(x 163) | |
format | |
(x 144) | |
quoted-printable | |
(x 129) | |
rake | |
(x 127) | |
* | |
(x 117) | |
dalli | |
(x 111) | |
8bit | |
(x 108) | |
activesupport | |
(x 104) | |
color | |
(x 99) | |
/.? | |
(x 96) | |
rack | |
(x 91) | |
0 | |
(x 87) | |
bundler | |
(x 84) | |
:format | |
(x 84) | |
message | |
(x 80) | |
id | |
(x 79) | |
README.md | |
(x 77) | |
Makoto_Murata | |
(x 77) | |
b | |
(x 75) | |
sidekiq | |
(x 75) | |
model | |
(x 74) | |
pg | |
(x 73) | |
, | |
(x 70) | |
railties | |
(x 68) | |
minitest | |
(x 67) | |
peek | |
(x 66) | |
W3C | |
(x 64) | |
0.00 | |
(x 63) | |
README.rdoc | |
(x 61) | |
application/javascript | |
(x 59) | |
rspec | |
(x 59) | |
multipart | |
(x 57) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rack-1.6.4/lib/rack/utils.rb | |
(x 56) | |
environment-paths | |
(x 56) | |
environment-version | |
(x 55) | |
actionpack | |
(x 54) | |
0ms | |
(x 54) | |
:id | |
(x 53) | |
classrooms | |
(x 52) | |
organizations | |
(x 52) | |
rfc2046 | |
(x 52) | |
: | |
(x 52) | |
config | |
(x 51) | |
OMNA-Open_Mobile_Naming_Authority | |
(x 51) | |
name | |
(x 51) | |
a | |
(x 50) | |
gc | |
(x 50) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/sawyer-0.7.0/lib/sawyer/relation.rb | |
(x 49) | |
app | |
(x 49) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activesupport-4.2.5.2/lib/active_support/core_ext/marshal.rb | |
(x 49) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/faraday-0.9.2/lib/faraday/utils.rb | |
(x 49) | |
app/assets | |
(x 48) | |
i | |
(x 48) | |
s | |
(x 48) | |
rfc2045 | |
(x 48) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/json/common.rb | |
(x 47) | |
json | |
(x 46) | |
config/environments | |
(x 46) | |
o | |
(x 46) | |
lib/assets | |
(x 45) | |
app/mailers | |
(x 45) | |
app/views | |
(x 45) | |
ASAM | |
(x 45) | |
app/models/concerns | |
(x 45) | |
number | |
(x 45) | |
Svante_Schubert | |
(x 45) | |
Thomas_Thomsen | |
(x 45) | |
p | |
(x 45) | |
config/initializers | |
(x 45) | |
lib/tasks | |
(x 45) | |
app/controllers | |
(x 45) | |
app/helpers | |
(x 45) | |
app/models | |
(x 45) | |
db | |
(x 44) | |
OASIS | |
(x 44) | |
config/locales | |
(x 44) | |
list | |
(x 44) | |
db/migrate | |
(x 44) | |
vendor/assets | |
(x 43) | |
l | |
(x 43) | |
db/seeds.rb | |
(x 43) | |
> | |
(x 43) | |
2 | |
(x 43) | |
n | |
(x 43) | |
+ | |
(x 43) | |
vendor | |
(x 43) | |
config/routes.rb | |
(x 43) | |
r | |
(x 42) | |
/Users/chris/src/projects/github/classroom/app/assets/javascripts | |
(x 42) | |
rails | |
(x 41) | |
e | |
(x 41) | |
1 | |
(x 41) | |
array_in | |
(x 40) | |
t | |
(x 39) | |
0 workers | |
(x 39) | |
c | |
(x 39) | |
rdoc | |
(x 39) | |
mingw32 | |
(x 39) | |
pry | |
(x 39) | |
u | |
(x 39) | |
q | |
(x 38) | |
0 queued | |
(x 38) | |
- | |
(x 38) | |
/Users/chris/src/projects/github/classroom/vendor/assets/bower_components | |
(x 38) | |
0 processed | |
(x 37) | |
I | |
(x 37) | |
new | |
(x 37) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/actionpack-4.2.5.2/lib/action_dispatch/middleware/cookies.rb | |
(x 36) | |
/Users/chris/src/projects/github/classroom/app/assets/images | |
(x 36) | |
4.2.5.2-ruby | |
(x 36) | |
simplecov | |
(x 36) | |
rspec-support | |
(x 36) | |
h | |
(x 36) | |
string | |
(x 36) | |
rails-dom-testing | |
(x 36) | |
text/css | |
(x 35) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/binding_of_caller-0.7.2/lib/binding_of_caller/mri2.rb | |
(x 35) | |
windows-1252 | |
(x 35) | |
actionview | |
(x 35) | |
C | |
(x 35) | |
sass | |
(x 35) | |
rack-test | |
(x 35) | |
LICENSE.txt | |
(x 34) | |
/Users/chris/src/projects/github/classroom | |
(x 34) | |
activemodel | |
(x 34) | |
Uwe_Rauschenbach | |
(x 34) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/extensions/x86_64-darwin-14/2.3.0-static | |
(x 34) | |
nokogiri | |
(x 34) | |
_ | |
(x 34) | |
4.2.5.1-ruby | |
(x 34) | |
? | |
(x 34) | |
U | |
(x 34) | |
(x 33) | |
redis | |
(x 33) | |
--main | |
(x 33) | |
1.2.0-ruby | |
(x 32) | |
show | |
(x 32) | |
omniauth | |
(x 32) | |
d | |
(x 32) | |
class | |
(x 32) | |
app/chewy | |
(x 32) | |
x | |
(x 32) | |
puma | |
(x 32) | |
(x 32) | |
E | |
(x 32) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/addressable-2.4.0/lib/addressable/template.rb | |
(x 32) | |
S | |
(x 31) | |
GET | |
(x 31) | |
1.2.1-ruby | |
(x 31) | |
Z | |
(x 31) | |
k | |
(x 31) | |
erubis | |
(x 31) | |
faraday | |
(x 31) | |
L | |
(x 31) | |
date | |
(x 31) | |
HEAD | |
(x 30) | |
; | |
(x 30) | |
O | |
(x 30) | |
organization | |
(x 30) | |
\1 | |
(x 30) | |
text/plain | |
(x 30) | |
z | |
(x 30) | |
organization_id | |
(x 30) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activerecord-4.2.5.2/lib/active_record/relation/query_methods.rb | |
(x 30) | |
g | |
(x 29) | |
iso-8859-6 | |
(x 29) | |
M | |
(x 29) | |
amount | |
(x 29) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/x86_64-darwin14 | |
(x 29) | |
( | |
(x 29) | |
tr | |
(x 29) | |
index | |
(x 29) | |
groups | |
(x 29) | |
Manifest.txt | |
(x 29) | |
concurrent-ruby | |
(x 29) | |
] | |
(x 28) | |
doc | |
(x 28) | |
sprockets | |
(x 28) | |
integer | |
(x 28) | |
& | |
(x 28) | |
stafftools | |
(x 28) | |
H | |
(x 28) | |
POST | |
(x 28) | |
width | |
(x 28) | |
R | |
(x 28) | |
multi_json | |
(x 28) | |
) | |
(x 28) | |
coffee-rails | |
(x 28) | |
m | |
(x 27) | |
activerecord-4.2.5.2 | |
(x 27) | |
users | |
(x 27) | |
activejob | |
(x 27) | |
_3GPP | |
(x 27) | |
y | |
(x 27) | |
rubocop | |
(x 27) | |
j | |
(x 27) | |
f | |
(x 27) | |
execjs | |
(x 27) | |
flipper | |
(x 27) | |
N | |
(x 27) | |
3 | |
(x 27) | |
} | |
(x 26) | |
K | |
(x 26) | |
Michael_A_Dolan | |
(x 26) | |
A | |
(x 26) | |
w | |
(x 26) | |
no | |
(x 26) | |
v | |
(x 26) | |
dir | |
(x 26) | |
rfc4856 | |
(x 26) | |
:organization_id | |
(x 26) | |
rainbow | |
(x 26) | |
4 | |
(x 26) | |
\ | |
(x 26) | |
rack-timeout | |
(x 26) | |
example | |
(x 26) | |
quiet_assets | |
(x 25) | |
CHANGELOG.md | |
(x 25) | |
rfc6381 | |
(x 25) | |
Aliases | |
(x 25) | |
false | |
(x 25) | |
**/*.rb | |
(x 25) | |
xml | |
(x 25) | |
1.0.3-ruby | |
(x 25) | |
sub | |
(x 25) | |
repo_accesses | |
(x 25) | |
iso-8859-7 | |
(x 25) | |
! | |
(x 25) | |
addressable | |
(x 25) | |
**/*.rake | |
(x 25) | |
rails-deprecated_sanitizer | |
(x 25) | |
rspec-mocks | |
(x 25) | |
type | |
(x 25) | |
$ | |
(x 25) | |
6 | |
(x 25) | |
actionpack-4.2.5.2 | |
(x 25) | |
@ | |
(x 25) | |
end | |
(x 25) | |
thor | |
(x 25) | |
{ | |
(x 24) | |
*.{rb,yml} | |
(x 24) | |
F | |
(x 24) | |
development.rb | |
(x 24) | |
coderay | |
(x 24) | |
D | |
(x 24) | |
webmock | |
(x 24) | |
edit | |
(x 24) | |
Peter_Siebert | |
(x 24) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/lib/peek.rb | |
(x 24) | |
tzinfo | |
(x 24) | |
activerecord | |
(x 24) | |
application/octet-stream | |
(x 23) | |
[ | |
(x 23) | |
4.2.5.2 | |
(x 23) | |
builder | |
(x 23) | |
uri | |
(x 23) | |
chemical | |
(x 23) | |
mp4 | |
(x 23) | |
app/controllers/concerns | |
(x 23) | |
T | |
(x 23) | |
iso-8859-8 | |
(x 23) | |
tilt | |
(x 23) | |
peek-sidekiq | |
(x 23) | |
diff-lcs | |
(x 23) | |
rfc3555 | |
(x 23) | |
src | |
(x 23) | |
Nokia | |
(x 23) | |
boolean | |
(x 23) | |
hashie | |
(x 23) | |
true | |
(x 23) | |
~ | |
(x 23) | |
History.rdoc | |
(x 23) | |
assignments | |
(x 23) | |
group_assignments | |
(x 23) | |
omniauth-github | |
(x 23) | |
actionmailer | |
(x 22) | |
rtf | |
(x 22) | |
redis-namespace | |
(x 22) | |
x86_64 | |
(x 22) | |
rack-canonical-host | |
(x 22) | |
(x 22) | |
ast | |
(x 22) | |
for | |
(x 22) | |
rspec-rails | |
(x 22) | |
David Heinemeier Hansson | |
(x 22) | |
kaminari | |
(x 22) | |
application/vnd.visionary | |
(x 22) | |
coffee-script-source | |
(x 22) | |
text/troff | |
(x 22) | |
height | |
(x 22) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rack-timeout-0.3.2/lib/rack/timeout/core.rb | |
(x 22) | |
W | |
(x 22) | |
image/png | |
(x 22) | |
byebug | |
(x 22) | |
5 | |
(x 22) | |
application/vnd.wordperfect | |
(x 22) | |
pry-rails | |
(x 22) | |
Q | |
(x 22) | |
rack-tracker | |
(x 22) | |
OMA | |
(x 22) | |
video/mp4 | |
(x 21) | |
9 | |
(x 21) | |
G | |
(x 21) | |
rack-mini-profiler | |
(x 21) | |
Y | |
(x 21) | |
div | |
(x 21) | |
blue | |
(x 21) | |
text/html | |
(x 21) | |
path | |
(x 21) | |
rspec-expectations | |
(x 21) | |
value | |
(x 21) | |
slop | |
(x 21) | |
J | |
(x 21) | |
sprockets-rails | |
(x 21) | |
puma_worker_killer | |
(x 21) | |
user | |
(x 21) | |
in | |
(x 21) | |
dot | |
(x 21) | |
V | |
(x 21) | |
form | |
(x 21) | |
jwt | |
(x 21) | |
sawyer | |
(x 21) | |
pry-byebug | |
(x 21) | |
image/bmp | |
(x 21) | |
iso-8859-3 | |
(x 21) | |
group-assignments | |
(x 21) | |
Bruce_Martin | |
(x 21) | |
map | |
(x 21) | |
dl | |
(x 21) | |
mime-types | |
(x 21) | |
elasticsearch | |
(x 21) | |
cc | |
(x 21) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0 | |
(x 21) | |
bmp | |
(x 20) | |
varchar | |
(x 20) | |
rtx | |
(x 20) | |
P | |
(x 20) | |
David_Petersen | |
(x 20) | |
update | |
(x 20) | |
jbuilder | |
(x 20) | |
[email protected] | |
(x 20) | |
% | |
(x 20) | |
label | |
(x 20) | |
@close_on_empty_response | |
(x 20) | |
separator | |
(x 20) | |
B | |
(x 20) | |
http://www.rubyonrails.org | |
(x 20) | |
_fragment_name_with_digest | |
(x 20) | |
Steve_Hattersley | |
(x 20) | |
X | |
(x 20) | |
frame | |
(x 20) | |
block in load_schema_if_pending! | |
(x 20) | |
` | |
(x 20) | |
/Users/chris/.rbenv/versions/2.3.0/share/doc/ruby | |
(x 20) | |
block in lookup_response | |
(x 20) | |
ogg | |
(x 20) | |
draft | |
(x 20) | |
atomic | |
(x 20) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activerecord-4.2.5.2/lib/active_record/relation.rb | |
(x 19) | |
" | |
(x 19) | |
1.0 | |
(x 19) | |
1d-interleaved-parityfec | |
(x 19) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar | |
(x 19) | |
^ | |
(x 19) | |
rails-html-sanitizer | |
(x 19) | |
Chris_Rae | |
(x 19) | |
key | |
(x 19) | |
.. | |
(x 19) | |
1.0.0-ruby | |
(x 19) | |
audio/mpeg | |
(x 19) | |
Henrik_Andersson | |
(x 19) | |
2.1.0-ruby | |
(x 19) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/coffee-rails-4.1.1/lib/assets/javascripts | |
(x 19) | |
get_line | |
(x 19) | |
center | |
(x 19) | |
val | |
(x 19) | |
pinglish | |
(x 19) | |
| | |
(x 19) | |
notes | |
(x 19) | |
turbolinks | |
(x 19) | |
title | |
(x 19) | |
/usr/local/Cellar/rbenv-gem-rehash/1.0.0 | |
(x 19) | |
ActionDispatch::Journey::Nodes::Binary | |
(x 19) | |
iso-8859-2 | |
(x 19) | |
OMA_Push_to_Talk_over_Cellular_POC_Working_Group | |
(x 19) | |
Context | |
(x 19) | |
LICENSE | |
(x 19) | |
/Users/chris/.rbenv/versions/2.3.0 | |
(x 19) | |
local_time | |
(x 19) | |
pre | |
(x 19) | |
iso-8859-4 | |
(x 19) | |
Mark_Patton | |
(x 19) | |
method | |
(x 18) | |
uglifier | |
(x 18) | |
concurrent-ruby-ext | |
(x 18) | |
red | |
(x 18) | |
rack-protection | |
(x 18) | |
x86 | |
(x 18) | |
columnize | |
(x 18) | |
8 | |
(x 18) | |
1.1.0-ruby | |
(x 18) | |
parser | |
(x 18) | |
elasticsearch-transport | |
(x 18) | |
action | |
(x 18) | |
7 | |
(x 18) | |
text/rtf | |
(x 18) | |
size | |
(x 18) | |
airbrake-ruby | |
(x 18) | |
delete_all | |
(x 18) | |
rfc5707 | |
(x 18) | |
block in serialize_entry | |
(x 18) | |
' | |
(x 18) | |
processors:type=application/javascript&file_type=application/javascript&engines=.coffee&pipeline=self | |
(x 18) | |
content-type | |
(x 18) | |
jpm | |
(x 18) | |
application/ogg | |
(x 18) | |
airbrake | |
(x 18) | |
Hao_Wang | |
(x 18) | |
coffee-script | |
(x 18) | |
0.7.4-ruby | |
(x 18) | |
application/json | |
(x 18) | |
application/vnd.ms-excel | |
(x 18) | |
database_cleaner | |
(x 18) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/scss_lint-0.41.0.gemspec | |
(x 18) | |
trace | |
(x 18) | |
hoe | |
(x 18) | |
symbol | |
(x 18) | |
yard | |
(x 18) | |
application/font-woff | |
(x 18) | |
_time_zone_conversion | |
(x 17) | |
autoprefixer-rails | |
(x 17) | |
method_source | |
(x 17) | |
image/gif | |
(x 17) | |
application/rtf | |
(x 17) | |
bool | |
(x 17) | |
link | |
(x 17) | |
text/vcard | |
(x 17) | |
OMA-DM_Work_Group | |
(x 17) | |
omniauth-oauth2 | |
(x 17) | |
align | |
(x 17) | |
activesupport-4.2.5.2 | |
(x 17) | |
self | |
(x 17) | |
1.6 | |
(x 17) | |
rspec-core | |
(x 17) | |
� | |
(x 17) | |
log | |
(x 17) | |
retry | |
(x 17) | |
cite | |
(x 17) | |
http | |
(x 17) | |
peek-pg | |
(x 17) | |
from | |
(x 17) | |
iso-8859-5 | |
(x 17) | |
octokit | |
(x 17) | |
peek-performance_bar | |
(x 17) | |
java | |
(x 17) | |
ulpfec | |
(x 17) | |
sass-rails | |
(x 17) | |
li | |
(x 17) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts | |
(x 17) | |
audio/midi | |
(x 17) | |
# | |
(x 17) | |
css | |
(x 17) | |
/Users/chris/src/projects/github/classroom/public | |
(x 17) | |
href | |
(x 17) | |
oauth2 | |
(x 17) | |
ruby-progressbar | |
(x 17) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/vendor_ruby | |
(x 17) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/vendor_ruby/2.3.0/x86_64-darwin14 | |
(x 17) | |
awesome_print | |
(x 17) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/vendor_ruby/2.3.0 | |
(x 17) | |
i18n | |
(x 17) | |
unicode-display_width | |
(x 17) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/site_ruby | |
(x 17) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/site_ruby/2.3.0/x86_64-darwin14 | |
(x 17) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/site_ruby/2.3.0 | |
(x 17) | |
peek-gc | |
(x 17) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/bundler-1.11.2/lib | |
(x 17) | |
arel | |
(x 17) | |
application/vnd.nokia.radio-presets | |
(x 17) | |
next | |
(x 17) | |
group_assignment_invitation | |
(x 17) | |
2.3.0 | |
(x 17) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets | |
(x 17) | |
peek-dalli | |
(x 17) | |
_optimistic_locking | |
(x 17) | |
uniform_notifier | |
(x 17) | |
flipper-ui | |
(x 17) | |
application/vnd.lotus-1-2-3 | |
(x 17) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts | |
(x 16) | |
Michael_Lagally | |
(x 16) | |
thread_safe | |
(x 16) | |
https | |
(x 16) | |
reverse | |
(x 16) | |
connection_pool | |
(x 16) | |
chewy | |
(x 16) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138 | |
(x 16) | |
0.8.2-ruby | |
(x 16) | |
rfc5934 | |
(x 16) | |
begin | |
(x 16) | |
Robin_Berjon | |
(x 16) | |
nil | |
(x 16) | |
(x 16) | |
application/atom+xml | |
(x 16) | |
dwf | |
(x 16) | |
jpeg | |
(x 16) | |
zscore | |
(x 16) | |
deleted_at | |
(x 16) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/sass-rails-5.0.4.gemspec | |
(x 16) | |
application/vnd.kodak-descriptor | |
(x 16) | |
group_assignment | |
(x 16) | |
� | |
(x 16) | |
elasticsearch-api | |
(x 16) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-dalli-1.1.3/app/assets/javascripts | |
(x 16) | |
application/xml | |
(x 16) | |
rtploopback | |
(x 16) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets | |
(x 16) | |
application/vnd.visio | |
(x 16) | |
accept | |
(x 16) | |
--charset=UTF-8 | |
(x 16) | |
x64 | |
(x 16) | |
application/vnd.immervision-ivu | |
(x 16) | |
application/vnd.ibm.secure-container | |
(x 16) | |
foreman | |
(x 16) | |
/usr/local/bin/ginstall -c | |
(x 16) | |
layouts | |
(x 16) | |
request_store | |
(x 16) | |
apple | |
(x 16) | |
or | |
(x 16) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/lib | |
(x 16) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images | |
(x 16) | |
powerpack | |
(x 16) | |
7bit | |
(x 16) | |
image/vnd.fujixerox.edmics-rlc | |
(x 16) | |
application/vnd.recordare.musicxml | |
(x 16) | |
application/vnd.ibm.rights-management | |
(x 16) | |
peek-git | |
(x 16) | |
parityfec | |
(x 16) | |
[email protected] | |
(x 16) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/lib | |
(x 16) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/quiet_assets-1.1.0/lib | |
(x 16) | |
group | |
(x 16) | |
Exception | |
(x 16) | |
image/jpeg | |
(x 16) | |
image/vnd.fujixerox.edmics-mmr | |
(x 15) | |
text/tab-separated-values | |
(x 15) | |
file-digest:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components | |
(x 15) | |
application/postscript | |
(x 15) | |
1ms | |
(x 15) | |
application/vnd.ms-cab-compressed | |
(x 15) | |
audio/vnd.dts.hd | |
(x 15) | |
application/xv+xml | |
(x 15) | |
iso-8859-10 | |
(x 15) | |
faker | |
(x 15) | |
int2 | |
(x 15) | |
text/csv | |
(x 15) | |
float | |
(x 15) | |
break | |
(x 15) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/puma-2.14.0/bin/puma | |
(x 15) | |
create | |
(x 15) | |
hash | |
(x 15) | |
� | |
(x 15) | |
application/vnd.immervision-ivp | |
(x 15) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images | |
(x 15) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts | |
(x 15) | |
Michael Bleigh | |
(x 15) | |
/Users/chris/src/projects/github/classroom/app/assets/images/[email protected] | |
(x 15) | |
b58c5df76373ee6151c797d0a71c93073f8d075d62160ea92efa2f13b529e050 | |
(x 15) | |
Input and Output | |
(x 15) | |
yaml | |
(x 15) | |
memory_profiler | |
(x 15) | |
(x 15) | |
text/vnd.graphviz | |
(x 15) | |
green | |
(x 15) | |
jquery-turbolinks | |
(x 15) | |
text/vnd.sun.j2me.app-descriptor | |
(x 15) | |
@sidekiq_retries_exhausted_block | |
(x 15) | |
video/3gpp | |
(x 15) | |
arel-6.0.3 | |
(x 15) | |
application/msword | |
(x 15) | |
development | |
(x 15) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/thread_safe-0.3.5/lib/thread_safe/synchronized_delegator.rb | |
(x 15) | |
3gpp | |
(x 15) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views | |
(x 15) | |
file-digest:///Users/chris/src/projects/github/classroom/app/assets/images/peek/views/performance_bar | |
(x 15) | |
file-digest:///Users/chris/src/projects/github/classroom/app/assets/javascripts/peek/views/performance_bar | |
(x 15) | |
alt | |
(x 15) | |
file-digest:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/peek/views/performance_bar | |
(x 15) | |
file-digest:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/peek/views/performance_bar | |
(x 15) | |
file-digest:///Users/chris/src/projects/github/classroom/vendor/assets/javascripts/peek/views/performance_bar | |
(x 15) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/peek/views/performance_bar | |
(x 15) | |
span | |
(x 15) | |
Navigating Pry | |
(x 15) | |
spring | |
(x 15) | |
destroy | |
(x 15) | |
/Users/chris/src/projects/github/classroom/app/assets/stylesheets | |
(x 15) | |
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8 | |
(x 15) | |
most locations | |
(x 15) | |
scss_lint | |
(x 15) | |
application/wspolicy+xml | |
(x 15) | |
image/cmu-raster | |
(x 15) | |
address | |
(x 15) | |
application/x-www-form-urlencoded | |
(x 15) | |
Rack::Lock | |
(x 15) | |
Byebug | |
(x 15) | |
Shicheng_Hu | |
(x 15) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/byebug-5.0.0/lib/byebug/settings/autosave.rb | |
(x 15) | |
application/vnd.nokia.radio-preset | |
(x 15) | |
faraday-http-cache-1.2.2 | |
(x 15) | |
bullet | |
(x 15) | |
html | |
(x 15) | |
vcr | |
(x 15) | |
OMA_Data_Synchronization_Working_Group | |
(x 15) | |
image/tiff | |
(x 15) | |
multi_xml | |
(x 15) | |
application/scvp-vp-request | |
(x 15) | |
application/vnd.yamaha.smaf-phrase | |
(x 15) | |
application/smil+xml | |
(x 15) | |
application/vnd.solent.sdkm+xml | |
(x 15) | |
file-digest:///Users/chris/src/projects/github/classroom/app/assets/images | |
(x 15) | |
application/scvp-cv-response | |
(x 15) | |
application/scvp-cv-request | |
(x 15) | |
file-digest:///Users/chris/src/projects/github/classroom/app/assets/javascripts | |
(x 15) | |
application/vnd.yamaha.smaf-audio | |
(x 15) | |
application/rss+xml | |
(x 15) | |
dotenv-rails | |
(x 14) | |
input | |
(x 14) | |
newrelic_rpm | |
(x 14) | |
script | |
(x 14) | |
sinatra | |
(x 14) | |
application/vnd.vidsoft.vidconference | |
(x 14) | |
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60 | |
(x 14) | |
loofah | |
(x 14) | |
application/vnd.chemdraw+xml | |
(x 14) | |
while | |
(x 14) | |
assignment_repos | |
(x 14) | |
SPECIFICITY_BASE | |
(x 14) | |
select | |
(x 14) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek/vendor | |
(x 14) | |
application/vnd.iccprofile | |
(x 14) | |
gray | |
(x 14) | |
del | |
(x 14) | |
br | |
(x 14) | |
audio/vnd.dolby.heaac.1 | |
(x 14) | |
rubygems.org | |
(x 14) | |
image/jpm | |
(x 14) | |
EpiloguePart | |
(x 14) | |
file-digest:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/peek/views | |
(x 14) | |
application/conference-info+xml | |
(x 14) | |
Justin_Hutchings | |
(x 14) | |
dotenv | |
(x 14) | |
group-assignment-invitations | |
(x 14) | |
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e | |
(x 14) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/vendor | |
(x 14) | |
application/vnd.criticaltools.wbs+xml | |
(x 14) | |
text/vnd.net2phone.commcenter.command | |
(x 14) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views | |
(x 14) | |
table | |
(x 14) | |
model/vnd.flatland.3dml | |
(x 14) | |
code | |
(x 14) | |
audio_tag | |
(x 14) | |
rails_12factor | |
(x 14) | |
sgml | |
(x 14) | |
video/3gpp-tt | |
(x 14) | |
raptorfec | |
(x 14) | |
style | |
(x 14) | |
multipart/form-data | |
(x 14) | |
and | |
(x 14) | |
block in vary_matches? | |
(x 14) | |
audio/vnd.ms-playready.media.pya | |
(x 14) | |
js | |
(x 14) | |
multipart-post | |
(x 14) | |
application/vnd.unity | |
(x 14) | |
4.1.1-ruby | |
(x 14) | |
parent_objects | |
(x 14) | |
application/java-archive | |
(x 14) | |
file-digest:///Users/chris/src/projects/github/classroom/app/assets/javascripts/peek/vendor | |
(x 14) | |
safe_join | |
(x 14) | |
application/vnd.ibm.modcap | |
(x 14) | |
application/vnd.chipnuts.karaoke-mmd | |
(x 14) | |
factory_girl_rails | |
(x 14) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/arel-6.0.3/lib/arel/table.rb | |
(x 14) | |
hr | |
(x 14) | |
mini_portile2 | |
(x 14) | |
feed | |
(x 14) | |
Miguel_Angel_Reina_Ortega | |
(x 14) | |
none | |
(x 14) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/sawyer-0.7.0.gemspec | |
(x 14) | |
Sean_Kelley | |
(x 14) | |
video/mpeg | |
(x 14) | |
application/vnd.panoply | |
(x 14) | |
file-digest:///Users/chris/src/projects/github/classroom/app/assets/javascripts/peek/views | |
(x 14) | |
Parent | |
(x 14) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts | |
(x 14) | |
video/vnd.ms-playready.media.pyv | |
(x 14) | |
csv | |
(x 14) | |
2.0.0-ruby | |
(x 14) | |
cucumber | |
(x 14) | |
application/ssml+xml | |
(x 14) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-gc-0.0.2/lib | |
(x 14) | |
file-digest:///Users/chris/src/projects/github/classroom/vendor/assets/javascripts | |
(x 14) | |
text/vnd.si.uricatalogue | |
(x 14) | |
audio/vnd.dvb.file | |
(x 14) | |
dd | |
(x 14) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets | |
(x 14) | |
file-digest:///Users/chris/src/projects/github/classroom/app/assets/images/peek/views | |
(x 14) | |
application/vnd.cups-ppd | |
(x 14) | |
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c | |
(x 14) | |
file:///Users/chris/src/projects/github/classroom/app/assets/images/octocat-spinner-128.gif?type=image/gif&id=c2eb6063b438f1789d0651e51650eadcd2f665662cee5d1ce12bf4efe70447f4 | |
(x 14) | |
audio/basic | |
(x 14) | |
file-digest:///Users/chris/src/projects/github/classroom/app/assets/stylesheets | |
(x 14) | |
1.2.2-ruby | |
(x 14) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek | |
(x 14) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/helpers | |
(x 14) | |
application/vnd.ctc-posml | |
(x 14) | |
application/vnd.koan | |
(x 14) | |
datetime | |
(x 14) | |
better_errors | |
(x 14) | |
Ivan_Herman | |
(x 14) | |
text/vnd.ms-mediapackage | |
(x 14) | |
application/vnd.data-vision.rdz | |
(x 14) | |
text/vnd.radisys.msml-basic-layout | |
(x 14) | |
exe | |
(x 14) | |
application/vnd.ms-powerpoint | |
(x 14) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-pg-1.2.0/lib | |
(x 14) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib | |
(x 14) | |
rfc4735 | |
(x 14) | |
[email protected] | |
(x 14) | |
audio/vnd.dlna.adts | |
(x 14) | |
text/vnd.motorola.reflex | |
(x 14) | |
black | |
(x 14) | |
ns_check_state? | |
(x 14) | |
euc-kr | |
(x 13) | |
application/vnd.lotus-wordpro | |
(x 13) | |
dns | |
(x 13) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-dalli-1.1.3/app/assets/javascripts/peek/vendor | |
(x 13) | |
th | |
(x 13) | |
User | |
(x 13) | |
extname | |
(x 13) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/vendor | |
(x 13) | |
file-digest:///Users/chris/src/projects/github/classroom/app/assets/images/peek | |
(x 13) | |
int8 | |
(x 13) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/airbrake-5.1.0.gemspec | |
(x 13) | |
application/vnd.yamaha.hv-voice | |
(x 13) | |
model/vnd.gtw | |
(x 13) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss | |
(x 13) | |
file-digest:///Users/chris/src/projects/github/classroom/app/assets/javascripts/peek | |
(x 13) | |
application/vnd.cinderella | |
(x 13) | |
application/pls+xml | |
(x 13) | |
zip | |
(x 13) | |
ext/extconf.rb | |
(x 13) | |
getlocal | |
(x 13) | |
file:///Users/chris/src/projects/github/classroom/app/assets/images/octocat-spinner-32.gif?type=image/gif&id=52788374f7fb17ef0def5cb85ccef2835c9d68f23b1258b93c8d734d765f208e | |
(x 13) | |
\A([^"\\]*(?:""[^"\\]*|\\.[^"\\]*)*)" | |
(x 13) | |
file-digest:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/peek | |
(x 13) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/peek | |
(x 13) | |
globalid | |
(x 13) | |
application/vnd.yamaha.hv-dic | |
(x 13) | |
file:///Users/chris/src/projects/github/classroom/app/assets/images/admin-yellowhatch.png?type=image/png&id=11f486860a9dcc75fa6ee31a6d9266ecd941b6f76e8829c9aec5ebfa7dda9f82 | |
(x 13) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek | |
(x 13) | |
application/vnd.framemaker | |
(x 13) | |
controller | |
(x 13) | |
int4 | |
(x 13) | |
audio/vnd.nuera.ecelp4800 | |
(x 13) | |
application/vnd.motorola.flexsuite.ttc | |
(x 13) | |
application/vnd.lotus-screencam | |
(x 13) | |
gl | |
(x 13) | |
list2 | |
(x 13) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek | |
(x 13) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-dalli-1.1.3/app/assets/javascripts/peek | |
(x 13) | |
application/vnd.macports.portpkg | |
(x 13) | |
application/vnd.hydrostatix.sof-data | |
(x 13) | |
mswin32 | |
(x 13) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek | |
(x 13) | |
text/csv-schema | |
(x 13) | |
mpeg | |
(x 13) | |
application/vnd.triscape.mxs | |
(x 13) | |
text/vnd.in3d.spot | |
(x 13) | |
4.5.0-ruby | |
(x 13) | |
Contributing.rdoc | |
(x 13) | |
encaprtp | |
(x 13) | |
application/vnd.mozilla.xul+xml | |
(x 13) | |
geo_pattern | |
(x 13) | |
char | |
(x 13) | |
application/vnd.motorola.flexsuite.wem | |
(x 13) | |
drawing/dwf | |
(x 13) | |
file-digest:///Users/chris/src/projects/github/classroom/app/assets/images/jquery-readyselector/jquery.readyselector | |
(x 13) | |
public | |
(x 13) | |
text/xml | |
(x 13) | |
safe_yaml | |
(x 13) | |
video/webm | |
(x 13) | |
text/uri-list | |
(x 13) | |
application/voicexml+xml | |
(x 13) | |
shared | |
(x 13) | |
� | |
(x 13) | |
model/vnd.mts | |
(x 13) | |
application/vnd.oasis.opendocument.text-web | |
(x 13) | |
1.2.0 | |
(x 13) | |
groupings | |
(x 13) | |
vnd.radisys.msml-basic-layout | |
(x 13) | |
file-digest:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/peek/views | |
(x 13) | |
application/sbml+xml | |
(x 13) | |
file-digest:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/peek/vendor | |
(x 13) | |
sender | |
(x 13) | |
application/vnd.uoml+xml | |
(x 13) | |
yes | |
(x 13) | |
application/vnd.ufdl | |
(x 13) | |
application/vnd.omaloc-supl-init | |
(x 13) | |
1.4.0-ruby | |
(x 13) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/activerecord-4.2.5.2.gemspec | |
(x 13) | |
windows-874 | |
(x 13) | |
body | |
(x 13) | |
file-digest:///Users/chris/src/projects/github/classroom/vendor/assets/javascripts/peek/views | |
(x 13) | |
asc | |
(x 13) | |
file-digest:///Users/chris/src/projects/github/classroom/app/assets/images/peek/vendor | |
(x 13) | |
application/vnd.jcp.javame.midlet-rms | |
(x 13) | |
rfc4337 | |
(x 13) | |
application/vnd.3gpp2.tcap | |
(x 13) | |
mocha | |
(x 13) | |
application/vnd.trueapp | |
(x 13) | |
file-digest:///Users/chris/src/projects/github/classroom/vendor/assets/javascripts/peek | |
(x 13) | |
� | |
(x 13) | |
charset | |
(x 13) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/kaminari-0.16.3/lib | |
(x 13) | |
min | |
(x 13) | |
outdated_and_latest_version | |
(x 13) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/vendor | |
(x 13) | |
vnd.ibm.rights-management | |
(x 13) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/airbrake-ruby-1.2.0.gemspec | |
(x 13) | |
application/vnd.yamaha.hv-script | |
(x 13) | |
faraday-http-cache | |
(x 13) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/bundler/gems/peek-sidekiq-261c857578ae/app/views | |
(x 13) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/peek/vendor | |
(x 13) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rack-timeout-0.3.2/lib/rack/timeout/support/scheduler.rb | |
(x 13) | |
javascript | |
(x 13) | |
video/ogg | |
(x 13) | |
delete | |
(x 13) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/peek/views | |
(x 13) | |
image/svg+xml | |
(x 13) | |
application/vnd.yellowriver-custom-menu | |
(x 13) | |
application/coap-group+json | |
(x 13) | |
application/vnd.sus-calendar | |
(x 13) | |
video/quicktime | |
(x 13) | |
application/commonground | |
(x 13) | |
iso-8859-15 | |
(x 13) | |
file-digest:///Users/chris/src/projects/github/classroom/vendor/assets/javascripts/peek/vendor | |
(x 13) | |
0.2.0-ruby | |
(x 13) | |
Paul_Lindner | |
(x 13) | |
application/scvp-vp-response | |
(x 13) | |
clear | |
(x 13) | |
application/vnd.lotus-organizer | |
(x 13) | |
application/pgp-signature | |
(x 13) | |
file-digest:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/peek | |
(x 13) | |
image/vnd.adobe.photoshop | |
(x 13) | |
1.3.1-ruby | |
(x 13) | |
iges | |
(x 13) | |
fieldset | |
(x 13) | |
view | |
(x 13) | |
flipper-redis | |
(x 13) | |
default | |
(x 13) | |
dt | |
(x 13) | |
application/vnd.ms-works | |
(x 13) | |
assignment_invitations | |
(x 13) | |
gsub | |
(x 13) | |
audio/vnd.digital-winds | |
(x 13) | |
ms | |
(x 13) | |
application/pics-rules | |
(x 13) | |
application/vnd.hzn-3d-crossword | |
(x 13) | |
file-digest:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/peek/vendor | |
(x 13) | |
| |
(x 13) | |
application/bleeper | |
(x 13) | |
model/iges | |
(x 13) | |
application/vnd.oma.dd2+xml | |
(x 13) | |
� | |
(x 13) | |
application/pkixcmp | |
(x 13) | |
windows-1254 | |
(x 13) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-pg-1.2.0/app/views | |
(x 13) | |
... | |
(x 12) | |
version | |
(x 12) | |
settings | |
(x 12) | |
subject | |
(x 12) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/diff-lcs-1.2.5.gemspec | |
(x 12) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/tzinfo-1.2.2.gemspec | |
(x 12) | |
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee | |
(x 12) | |
error | |
(x 12) | |
GroupAssignment | |
(x 12) | |
PATCH | |
(x 12) | |
vnd.vidsoft.vidconference | |
(x 12) | |
summary | |
(x 12) | |
oid | |
(x 12) | |
Todd_Joseph | |
(x 12) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts | |
(x 12) | |
application/vnd.ms-asf | |
(x 12) | |
else | |
(x 12) | |
application/set-registration-initiation | |
(x 12) | |
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | |
(x 12) | |
application/set-payment-initiation | |
(x 12) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/local_time-1.0.3/app/assets/javascripts | |
(x 12) | |
step | |
(x 12) | |
image/vnd.xiff | |
(x 12) | |
audio/t38 | |
(x 12) | |
2.5.4 | |
(x 12) | |
to | |
(x 12) | |
message/global-delivery-status | |
(x 12) | |
text/calendar | |
(x 12) | |
Claire_DEsclercs | |
(x 12) | |
application/vnd.intu.qbo | |
(x 12) | |
tabindex | |
(x 12) | |
application/vnd.pocketlearn | |
(x 12) | |
text/sgml | |
(x 12) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-dalli-1.1.3/app/assets/javascripts | |
(x 12) | |
application/vnd.oasis.opendocument.formula-template | |
(x 12) | |
rfc7285 | |
(x 12) | |
vnd.fujixerox.edmics-mmr | |
(x 12) | |
def | |
(x 12) | |
img | |
(x 12) | |
� | |
(x 12) | |
png | |
(x 12) | |
application/vnd.llamagraphics.life-balance.desktop | |
(x 12) | |
sdiff | |
(x 12) | |
array | |
(x 12) | |
file | |
(x 12) | |
1.1.0 | |
(x 12) | |
float4 | |
(x 12) | |
rel | |
(x 12) | |
multipart/signed | |
(x 12) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets | |
(x 12) | |
application/vnd.llamagraphics.life-balance.exchange+xml | |
(x 12) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts | |
(x 12) | |
multipart/voice-message | |
(x 12) | |
disabled | |
(x 12) | |
application/vnd.intercon.formnet | |
(x 12) | |
audio/vnd.lucent.voice | |
(x 12) | |
text/vnd.fmi.flexstor | |
(x 12) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rack-1.6.4/lib/rack/etag.rb | |
(x 12) | |
2.5 | |
(x 12) | |
Rational | |
(x 12) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/default/json-1.8.3.gemspec | |
(x 12) | |
video/dl | |
(x 12) | |
application/vnd.intu.qfx | |
(x 12) | |
text/vnd.flatland.3dml | |
(x 12) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/draper-2.1.0.gemspec | |
(x 12) | |
� | |
(x 12) | |
file-digest:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-readyselector/jquery.readyselector.js | |
(x 12) | |
text/vnd.in3d.3dml | |
(x 12) | |
accesskey | |
(x 12) | |
text/dns | |
(x 12) | |
text/vnd.fly | |
(x 12) | |
application/vnd.igloader | |
(x 12) | |
4.2.0.beta | |
(x 12) | |
application/vnd.syncml.dmtnds+wbxml | |
(x 12) | |
application/xhtml+xml | |
(x 12) | |
application/cnrp+xml | |
(x 12) | |
appraisal | |
(x 12) | |
[]= | |
(x 12) | |
application/cellml+xml | |
(x 12) | |
/usr/local/bin/gmkdir -p | |
(x 12) | |
audio/vnd.3gpp.iufp | |
(x 12) | |
application/vnd.accpac.simply.imp | |
(x 12) | |
audio/mp4 | |
(x 12) | |
application/pkcs7-signature | |
(x 12) | |
application/vnd.oasis.opendocument.chart-template | |
(x 12) | |
blockquote | |
(x 12) | |
factory_girl | |
(x 12) | |
text/vnd.trolltech.linguist | |
(x 12) | |
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/faraday-0.9.2/lib/faraday/options.rb | |
(x 12) | |
@sidekiq_options_hash | |
(x 12) | |
application/vnd.ipunplugged.rcprofile | |
(x 12) | |
abbr | |
(x 12) | |
application/vnd.microsoft.portable-executable | |
(x 12) | |
dump | |
(x 12) | |
Symbol | |
(x 12) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment