text stringlengths 2 1.04M | meta dict |
|---|---|
Delete a restore
### Synopsis
Delete a restore
```
ark restore delete NAME [flags]
```
### Options
```
-h, --help help for delete
```
### Options inherited from parent commands
```
--alsologtostderr log to standard error as well as files
--kubeconfig string Path t... | {
"content_hash": "e21a24584726dd24922d97f111f3f4ff",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 199,
"avg_line_length": 35.14705882352941,
"alnum_prop": 0.6326359832635984,
"repo_name": "heptio/ark",
"id": "bb5f614ecb8ad17b28d77cecb5ffa53f27a9477b",
"size": "1218",
... |
chrome.test.runTests([
function nocompileFunc() {
chrome.test.assertEq("function", typeof(chrome.idltest.nocompileFunc));
chrome.test.succeed();
}
]);
| {
"content_hash": "d5d00e24a5eaea420bf388da5c958767",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 75,
"avg_line_length": 20.625,
"alnum_prop": 0.6909090909090909,
"repo_name": "Samsung/ChromiumGStreamerBackend",
"id": "c7aa3441937e3fada077cc18a79d01ba26780d93",
"size": "... |
package router
import (
"context"
"encoding/json"
"errors"
"fmt"
"net/http"
"strings"
"time"
"github.com/skygeario/skygear-server/pkg/server/skyerr"
"github.com/skygeario/skygear-server/pkg/server/skyversion"
)
// commonRouter implements the HandlerFunc interface that is common
// to Router and Gateway.
typ... | {
"content_hash": "48321d0f4bf80bf2cb805fb31e9484af",
"timestamp": "",
"source": "github",
"line_count": 151,
"max_line_length": 120,
"avg_line_length": 23.94701986754967,
"alnum_prop": 0.6988384955752213,
"repo_name": "rickmak/skygear-server",
"id": "9db2e91297af68aa9368cf56b8b55e4132e84ea2",
"size... |
package rtl;
public class Store {
private int addr;
private RtlType type;
private int val;
public Store (int addr, RtlType type, int val){
this.type = type;
this.addr = addr;
this.val = val;
}
public RtlType getType (){
return type;
}
public int getAdd... | {
"content_hash": "3a60a30695b74e3959bb616c1e0fb123",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 66,
"avg_line_length": 18.366666666666667,
"alnum_prop": 0.5263157894736842,
"repo_name": "margnus1/micro-c",
"id": "fe1921202f01933e1ec8947632688617c99f5722",
"size": "551... |
package org.mockitousage.annotation;
import org.assertj.core.api.Assertions;
import org.junit.Test;
import org.mockito.*;
import org.mockito.exceptions.base.MockitoException;
import org.mockitoutil.TestBase;
import java.util.List;
import static org.junit.Assert.fail;
public class WrongSetOfAnnotationsTest extends ... | {
"content_hash": "3b97d627931f8ea7b3f28ab31bf2b3cd",
"timestamp": "",
"source": "github",
"line_count": 70,
"max_line_length": 91,
"avg_line_length": 30.7,
"alnum_prop": 0.6486738017682643,
"repo_name": "szpak/mockito",
"id": "05cf4f8252f8d78c9329f24956784958263c28d6",
"size": "2268",
"binary": f... |
<div class="commune_descr limited">
<p>
Saint-Jeoire est
une commune située dans le département de Haute-Savoie en Rhône-Alpes. On dénombrait 3 080 habitants en 2008.</p>
<p>À coté de Saint-Jeoire sont situées les communes de
<a href="{{VLROOT}}/immobilier/saint-jean-de-tholome_74240/">Saint-Jean-de-Tholom... | {
"content_hash": "aaf46ba53c7a28f4dfc415a0e6a89e6a",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 264,
"avg_line_length": 92.69565217391305,
"alnum_prop": 0.7485928705440901,
"repo_name": "donaldinou/frontend",
"id": "a68d5eb060b95c794eeb2364b09998a07489dfd0",
"size": "... |
namespace nova::renderer::rhi {
RX_LOG("VulkanUtil", logger);
vk::ImageLayout to_vk_image_layout(const ResourceState layout) {
switch(layout) {
case ResourceState::Common:
return VK_IMAGE_LAYOUT_GENERAL;
case ResourceState::CopySource:
return VK_... | {
"content_hash": "c475c4693952f935867e2b1283c9c154",
"timestamp": "",
"source": "github",
"line_count": 626,
"max_line_length": 138,
"avg_line_length": 38.37220447284345,
"alnum_prop": 0.5729569959618667,
"repo_name": "DethRaid/nova-renderer",
"id": "d4d5d6c96628e8c939dd305297892d4876bc7d83",
"size... |
module.exports = function() {
if (this.options.debug && console) {
if (typeof console.log === "function") {
console.log.apply(console, arguments);
}
// ie is weird
else if (console.log) {
console.log(arguments);
}
}
}
| {
"content_hash": "d70031950308542adde91c46656c8ec1",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 44,
"avg_line_length": 23.09090909090909,
"alnum_prop": 0.5787401574803149,
"repo_name": "DanielHirunrusme/wp",
"id": "a2d80067f29f1abc155690ea0f9510c93eac622e",
"size": "2... |
package org.apache.rya.indexing.pcj.fluo.app.observers;
import static java.util.Objects.requireNonNull;
import org.apache.fluo.api.client.TransactionBase;
import org.apache.fluo.api.data.Bytes;
import org.apache.rya.indexing.pcj.fluo.app.BindingSetRow;
import org.apache.rya.indexing.pcj.fluo.app.query.FluoQueryColum... | {
"content_hash": "84ab86345f1d0f3a891158a51572d8c9",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 107,
"avg_line_length": 42.212765957446805,
"alnum_prop": 0.7686491935483871,
"repo_name": "meiercaleb/incubator-rya",
"id": "607267a041d13f5b19bc4e1bf28c885d408436c4",
"si... |
Content for number 2 | {
"content_hash": "f53e1d7e9da82fb9bcb503a2bba9f547",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 20,
"avg_line_length": 20,
"alnum_prop": 0.85,
"repo_name": "balexand/markup_model",
"id": "6a0ffdbf7d0f11b92d62f27ddf0f580190d2c406",
"size": "28",
"binary": false,
"co... |
require 'spec_helper'
describe Minfraud::Resolver do
let(:context) { Object.new }
describe '.assign' do
it 'raises ArgumentError when params are missing' do
expect { described_class.assign }.to raise_error(ArgumentError)
end
it 'raises RequestFormatError with unpermitted params' do
expect... | {
"content_hash": "8e5cc7a1f629e8fc579b3dca0847bb18",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 111,
"avg_line_length": 32.1,
"alnum_prop": 0.6947040498442367,
"repo_name": "kushniryb/minfraud-api-v2",
"id": "9f9958647f988180d7e58177f3705ce8fcfd69fe",
"size": "994",
... |
namespace base {
namespace {
void ExpectSetFlagDeath(AtomicFlag* flag) {
ASSERT_TRUE(flag);
EXPECT_DCHECK_DEATH(flag->Set());
}
// Busy waits (to explicitly avoid using synchronization constructs that would
// defeat the purpose of testing atomics) until |tested_flag| is set and then
// verifies that non-atomic ... | {
"content_hash": "720e366bf38db67d0d7a094604212e83",
"timestamp": "",
"source": "github",
"line_count": 119,
"max_line_length": 80,
"avg_line_length": 34.924369747899156,
"alnum_prop": 0.6989894128970163,
"repo_name": "youtube/cobalt",
"id": "f7daafa502678cb5462d0795ccab66954480b2f9",
"size": "4708... |
require 'spec_helper_puppet'
describe 'jboss::internal::lenses', :type => :class do
defaults = {
:version => '9.0.2.Final',
:product => 'wildfly'
}
shared_examples 'completly working define jboss::internal::lenses' do
it { is_expected.to contain_class 'jboss::internal::lenses' }
it { is_expected... | {
"content_hash": "09ae1898539701f1b7329dc3fe2d10de",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 79,
"avg_line_length": 29.235294117647058,
"alnum_prop": 0.5821596244131455,
"repo_name": "coi-gov-pl/puppet-jboss",
"id": "026290a712e24530f9942180c8cd29f8281aaa0d",
"size... |
<?php
/**
* Used to create an .ics doc for an ICalendar event
* RFC 2446 http://tools.ietf.org/html/rfc2446
*
* Tested with entouage, outlook, mail.app, owa, android, iphone, and blackbery
*
* <code>
* $event = new \sb\ICalendar\Event();
* $event->location = '901 Washington #3';
* $event->summary = 'Ride for ... | {
"content_hash": "4c0a20998fe63a3182d73b7f03f83365",
"timestamp": "",
"source": "github",
"line_count": 258,
"max_line_length": 100,
"avg_line_length": 27.930232558139537,
"alnum_prop": 0.5563419372744934,
"repo_name": "surebert/surebert-framework",
"id": "07a34dbdb53f782120b9284543e9e05cbbcc0011",
... |
<?php
session_start();
include('connectionclass/connect.php');
include('connectionclass/function.php');
$db=new MyConnection();
$db->connect();
mysql_query("SET NAMES 'UTF8'");
$LoginDate = $_SESSION['startDate'];
$UserID = $_SESSION['UserID'];
$date = new DateTime('now', new DateTimeZone('ICT'));
$_SESSION['LogoutN... | {
"content_hash": "20a4b1b7df25ecade0e6c4707f795f10",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 144,
"avg_line_length": 26.28,
"alnum_prop": 0.6742770167427702,
"repo_name": "khbuoyrupppiseth7/WebShop",
"id": "bc7bcea7a0ec320ac6f846946003503ff20ad2a1",
"size": "657",
... |
When you run a command-line program, you need to check the $lastexitcode PowerShell variable to determine if the command-line program failed. If the $lastexitcode is non-zero that usually indicates a failure condition and you should throw a PowerShell exception so that your build script will fail appropriately.
Her... | {
"content_hash": "9165fba21a6ed0c2206597393d1177f5",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 313,
"avg_line_length": 27.482142857142858,
"alnum_prop": 0.6491228070175439,
"repo_name": "kellypleahy/psake",
"id": "14af2128efb332462e1af8b2ee7cb04fa32301bb",
"size": "1... |
require 'test_helper'
class FeedbackMessagesControllerTest < ActionController::TestCase
test "should create new message" do
lesson = lessons(:superhero_lesson_1)
valid_params = {
feedback_message: {
body: 'This is a great piece of feedback! Much usefulness!',
sender: 'bloop@doop.edu',
... | {
"content_hash": "947d1f83683ead5767998d98974b032b",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 68,
"avg_line_length": 24.7,
"alnum_prop": 0.6619433198380567,
"repo_name": "doodlesacademy/doodles",
"id": "1cbcadc62e8ee78fd09f8a5b33e76b09850b3644",
"size": "494",
"bi... |
The EntityLivingSpawn Event is fired whenever an entity tries to join or leave a world.
It has one subclass, the EntityLivingExtendedSpawnEvent that also contains an [IMobSpawnerBaseLogic](/Vanilla/TileEntity/IMobSpawnerBaseLogic) reference.
## Event Class
You will need to cast the event in the function header as t... | {
"content_hash": "00277f73d9343ab9411f3ecbec822b20",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 153,
"avg_line_length": 52.473684210526315,
"alnum_prop": 0.4954864593781344,
"repo_name": "jaredlll08/CraftTweaker-Documentation",
"id": "fd50ad754f9a72b39137be89ace6ad03482... |
<?php
/**
* @file
* Contains \Drupal\filter\Access\FormatDisableCheck.
*/
namespace Drupal\filter\Access;
use Drupal\Core\Access\StaticAccessCheckInterface;
use Symfony\Component\Routing\Route;
use Symfony\Component\HttpFoundation\Request;
/**
* Checks access for disabling text formats.
*/
class FormatDisableC... | {
"content_hash": "db6dca046acb5a645acc09b6407cd210",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 84,
"avg_line_length": 21.323529411764707,
"alnum_prop": 0.6951724137931035,
"repo_name": "nickopris/musicapp",
"id": "368aa9798c520cf0140a9aaeb3779431383567fa",
"size": "7... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_0) on Wed Jul 21 15:54:31 PDT 2010 -->
<TITLE>
com.google.template.soy.data (Soy Complete)
</TITLE>
<META NAME="date" CONTENT="2010-07-21">
<LINK R... | {
"content_hash": "ce6882e0edc8de875cda1064bb7334fc",
"timestamp": "",
"source": "github",
"line_count": 209,
"max_line_length": 170,
"avg_line_length": 39.17224880382775,
"alnum_prop": 0.6092585806766826,
"repo_name": "prop/closure-templates",
"id": "d87df9c02b71aef6022f44d204129d4c37a0a8d6",
"size... |
<?php
namespace Ddeboer\DataImport\Reader;
use Ddeboer\DataImport\Exception\DuplicateHeadersException;
/**
* Reads a CSV file, using as little memory as possible
*
* @author David de Boer <david@ddeboer.nl>
*/
class CsvReader implements ReaderInterface, \SeekableIterator
{
const DUPLICATE_HEADERS_INCREMENT =... | {
"content_hash": "d395bff942aa9474e72402e310cc13f7",
"timestamp": "",
"source": "github",
"line_count": 422,
"max_line_length": 115,
"avg_line_length": 24.376777251184834,
"alnum_prop": 0.5086030912802566,
"repo_name": "greg0ire/data-import",
"id": "08af73f074423202fcdee1c3f01bd17e3f2f13b7",
"size"... |
namespace cc {
namespace {
float diagonal(float width, float height) {
return std::sqrt(width * width + height * height);
}
class LayerTreeSettingsForAnimationBoundsTest : public LayerTreeSettings {
public:
LayerTreeSettingsForAnimationBoundsTest() {
use_compositor_animation_timelines = true;
}
};
class L... | {
"content_hash": "dc86505a9b150415f5343d4ca142ff98",
"timestamp": "",
"source": "github",
"line_count": 316,
"max_line_length": 80,
"avg_line_length": 34.53164556962025,
"alnum_prop": 0.6602822580645161,
"repo_name": "joone/chromium-crosswalk",
"id": "607b06cb9d0f9a3a0ecb6ed196c58acb89de91d8",
"siz... |
package io.reactivex.single;
import org.junit.Test;
import io.reactivex.Single;
import io.reactivex.exceptions.TestException;
import io.reactivex.observers.TestObserver;
import io.reactivex.subjects.PublishSubject;
import io.reactivex.subscribers.TestSubscriber;
public class SingleCacheTest {
@Test
public... | {
"content_hash": "39662656606b91147af27cec682837b6",
"timestamp": "",
"source": "github",
"line_count": 125,
"max_line_length": 74,
"avg_line_length": 24.248,
"alnum_prop": 0.5905641702408446,
"repo_name": "AttwellBrian/RxJava",
"id": "acdf75679ae9cd8ab109d03c9eefcd0f2c800d0d",
"size": "3635",
"b... |
<?php
namespace Enhavo\Bundle\ShopBundle\Document\PDFHelper;
use Enhavo\Bundle\ShopBundle\Document\PDF;
class FurtherPageHelper implements PDFHelperInterface
{
use PDFHelperTrait;
public function __construct(
private $label
)
{
}
public function render(PDF $pdf, $options = [])
{... | {
"content_hash": "b3e8ee096062e4fcf401071ec0f74784",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 123,
"avg_line_length": 21.133333333333333,
"alnum_prop": 0.5962145110410094,
"repo_name": "enhavo/enhavo",
"id": "7e62fc997821b64be143e2d4f79382cfa3a26d70",
"size": "634",... |
<?php
/**
* AllConsoleTest class
*
* This test group will run all console classes.
*
* @package Cake.Test.Case
*/
class AllConsoleTest extends PHPUnit_Framework_TestSuite {
/**
* suite method, defines tests for this suite.
*
* @return void
*/
public static function suite() {
$suite = new CakeTestS... | {
"content_hash": "aa24036f374cf24871b401505919e107",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 58,
"avg_line_length": 20.785714285714285,
"alnum_prop": 0.6666666666666666,
"repo_name": "nickpack/Methadone",
"id": "dba466320266b1606f6a8ab7ab3b36553a69abe0",
"size": "1... |
<?xml version="1.0" encoding="UTF-8"?>
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="SampledData"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<table border="0" cellpadding="0" cellspacing="0" style="border: 0px; font-size: 11px; font-family: verdana;... | {
"content_hash": "331ccb8b3b83f3be88a1cd728bf5e909",
"timestamp": "",
"source": "github",
"line_count": 457,
"max_line_length": 429,
"avg_line_length": 59.88840262582057,
"alnum_prop": 0.6471190032518543,
"repo_name": "Nodstuff/hapi-fhir",
"id": "edbab5f9f65ba37e2b9e4dceb6a8b646a638dfe9",
"size": "... |
/* eslint-disable */
'use strict';
/*::
import type { ConcreteRequest } from 'relay-runtime';
type RelayModernEnvironmentExecuteWithStreamTestFeedbackFragment$ref = any;
export type RelayModernEnvironmentExecuteWithStreamTestFeedbackQueryVariables = {|
id: string,
enableStream: boolean,
|};
export type RelayMod... | {
"content_hash": "7e48eb2b808a05ead65f669cb737435e",
"timestamp": "",
"source": "github",
"line_count": 171,
"max_line_length": 519,
"avg_line_length": 28.444444444444443,
"alnum_prop": 0.5074013157894737,
"repo_name": "atxwebs/relay",
"id": "a4edb7a91c233741fd0359ba924fee209776bf9e",
"size": "5164... |
function [hpreflow,hprefhigh] = localwfs_findhpref(X,phi,xs,src,conf)
%LOCALWFS_FINDHPREF frequency limits for the WFS pre-equalization filter
%
% Usage: [hpreflow, hprefhigh] = localwfs_findhpref(X,phi,xs,src,conf)
%
% Input parameters:
% X - listener position / m
% phi - listener direction [... | {
"content_hash": "46066d2ef71e22ddb896c5a1d97204c4",
"timestamp": "",
"source": "github",
"line_count": 120,
"max_line_length": 78,
"avg_line_length": 43.275,
"alnum_prop": 0.5422684382823031,
"repo_name": "sfstoolbox/sfs",
"id": "7ab5a8c45fe3d5ba4ef273a9e72822a1438fcd86",
"size": "5193",
"binary... |
/* eslint-disable no-console */
import './bootstrap';
import Benchmark from 'benchmark';
import React from 'react';
import ReactDOMServer from 'react-dom/server';
import styledComponents, { ServerStyleSheet } from 'styled-components';
import styledEmotion from '@emotion/styled';
import { css } from '@emotion/core';
im... | {
"content_hash": "d28d1f68ca816e66d59d961819d508dc",
"timestamp": "",
"source": "github",
"line_count": 225,
"max_line_length": 92,
"avg_line_length": 28.92888888888889,
"alnum_prop": 0.6248271623905362,
"repo_name": "Kagami/material-ui",
"id": "2af43c40c5c8ea955c8943135bd3b395cfbfdd51",
"size": "6... |
layout: Piscina
--- | {
"content_hash": "7dfd119db2bdff9be1574781f8377559",
"timestamp": "",
"source": "github",
"line_count": 2,
"max_line_length": 15,
"avg_line_length": 9.5,
"alnum_prop": 0.6842105263157895,
"repo_name": "lafincaperfecta/lafincaperfecta.github.io",
"id": "9805d447f76396627705245a9191dc36223bbf2a",
"si... |
layout: post
title: "Wednesday 08.08.18 - CrossFit"
teaser: "A. Snatch Grip Deadlift + Hang Snatch High Pull + Hang Snatch 8 x 1<br/> B. 18 minute EMOM of Toes to Bars and Rowing"
date: 2018-08-08 00:00:00
categories: wodup
tags: wods wednesday
header: no
---
<h3>A. Snatch Grip Deadlift + Hang Snatch High Pull + ... | {
"content_hash": "9708c127774d6aa0e4c132d5d0d31b66",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 232,
"avg_line_length": 43.666666666666664,
"alnum_prop": 0.6924754634678298,
"repo_name": "ohjho/asphodel2018",
"id": "4ff248b08ce351d4796a58fcdb374ca94a121379",
"size": "... |
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : Function Reference: testsubmitempty()</title>
<link rel="stylesheet" href="../sample.css" type="text/css">
<link rel="stylesheet" href="../sample-... | {
"content_hash": "b42b98c83db0bd3030df3a88ada9ef8a",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 301,
"avg_line_length": 49.82105263157895,
"alnum_prop": 0.671244453834777,
"repo_name": "inputx/code-ref-doc",
"id": "4c9fe9771773c698361ed6249f49509f83577f55",
"size": "4... |
/**
* PolicyViolationErrorPart.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Mar 02, 2009 (07:08:06 PST) WSDL2Java emitter.
*/
package com.google.api.ads.adwords.axis.v201402.cm;
/**
* Points to a substring within an ad field or criterion.
*/
public class PolicyViolationErrorPart i... | {
"content_hash": "5db495a9b4a72184ac696d79daea77a5",
"timestamp": "",
"source": "github",
"line_count": 166,
"max_line_length": 141,
"avg_line_length": 31.89156626506024,
"alnum_prop": 0.6146581035134114,
"repo_name": "nafae/developer",
"id": "d46d002da8babf5ebb49ca4aca97ce5af3bb76d6",
"size": "529... |
<?php
namespace Payum\Core\Model;
/**
* @deprecated
*/
interface PaymentConfigInterface
{
/**
* @return string
*/
public function getPaymentName();
/**
* @param string $paymentName
*/
public function setPaymentName($paymentName);
/**
* @return string
*/
public ... | {
"content_hash": "3ef45c3aa265b3257ca2f16bf1c5a4d0",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 49,
"avg_line_length": 15.710526315789474,
"alnum_prop": 0.5678391959798995,
"repo_name": "ASKozienko/Payum",
"id": "f9b399d97d06adebc94af31fff28f7f6021c1140",
"size": "597... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>zsearch-trees: 19 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" re... | {
"content_hash": "e53d31bf023dcd5cbcba348ca724083c",
"timestamp": "",
"source": "github",
"line_count": 168,
"max_line_length": 159,
"avg_line_length": 43.54761904761905,
"alnum_prop": 0.5481137233460908,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "c3795e6dadb64c656fd7efdd0122380eb33f443f",
... |
This gem is a thin wrapper around the [Rollout](https://github.com/fetlife/rollout) gem.
It provides a base class to enable easy conditional feature flags within environment variables.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'rick_rollout'
```
And then execute:
$ bundle instal... | {
"content_hash": "423e220db38c5d879404751223eca8a8",
"timestamp": "",
"source": "github",
"line_count": 82,
"max_line_length": 324,
"avg_line_length": 33.69512195121951,
"alnum_prop": 0.750271444082519,
"repo_name": "DynamoMTL/RickRollout",
"id": "5670d259a1b382f2c9ce2057f1beffc3b95c4af6",
"size": ... |
package start
import (
"errors"
"fmt"
"io"
"io/ioutil"
"net"
"os"
"path"
"path/filepath"
legacyconfigv1 "github.com/openshift/api/legacyconfig/v1"
"github.com/coreos/go-systemd/daemon"
"github.com/golang/glog"
"github.com/openshift/origin/pkg/cmd/openshift-controller-manager"
"github.com/spf13/cobra"
... | {
"content_hash": "08ec5617fbe08b5735bbfea1f667fe7a",
"timestamp": "",
"source": "github",
"line_count": 562,
"max_line_length": 214,
"avg_line_length": 33.895017793594306,
"alnum_prop": 0.7376765184524122,
"repo_name": "imcsk8/origin",
"id": "66a5886af236b507814e39c6468477a2df54a99d",
"size": "1904... |
Rails.application.routes.draw do
resources :posts
root to: 'welcome#index'
get '/auth/twitter/callback', to: 'sessions#create', as: 'callback'
get '/auth/failure', to: 'sessions#error', as: 'failure'
get '/profile', to: 'sessions#show', as: 'show'
delete '/signout', to: 'sessions#destroy', as: 'signout'
g... | {
"content_hash": "53f9f0c4726be16c45fa59efa2d68c03",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 69,
"avg_line_length": 40.888888888888886,
"alnum_prop": 0.6657608695652174,
"repo_name": "gpiks/mentionapp",
"id": "c299380902bc40f72446250cc2136c04d8223745",
"size": "368"... |
<?php
namespace Prado\Rackspace\DNS\Storage;
class NullStorageAdapter implements StorageInterface
{
/**
* @see Prado\Rackspace\DNS\Storage.StorageInterface::retrieve()
* @return NULL
*/
public function retrieve($key)
{
return NULL;
}
/**
* @see Prado\Rackspace\DNS\... | {
"content_hash": "8cc1031486b05d0b76d0518c85324bc3",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 68,
"avg_line_length": 19.083333333333332,
"alnum_prop": 0.6026200873362445,
"repo_name": "cowlby/php-rackspace-dns-bindings",
"id": "ae9cb113032ae99efe31f30e3628fe987eac60f1... |
'use strict';
angular.module('sfchecks.project', ['ui.bootstrap', 'sgw.ui.breadcrumb', 'coreModule',
'sfchecks.services', 'palaso.ui.listview', 'palaso.ui.typeahead', 'palaso.ui.notice',
'palaso.ui.textdrop', 'palaso.ui.jqte', 'ngFileUpload', 'ngRoute'])
.controller('ProjectCtrl', ['$scope', 'textService', 'sess... | {
"content_hash": "08dd514c87e2b48aac533dc4da38e01a",
"timestamp": "",
"source": "github",
"line_count": 212,
"max_line_length": 100,
"avg_line_length": 32.339622641509436,
"alnum_prop": 0.5907234539089848,
"repo_name": "sillsdev/web-cat",
"id": "3987a8a4acc16946c1d943e575f55771b4bd02f8",
"size": "6... |
import { Injectable } from '@angular/core';
@Injectable()
export class Service567Service {
constructor() { }
}
| {
"content_hash": "077e47ae5ac70d649b31318326d2cdad",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 43,
"avg_line_length": 11.8,
"alnum_prop": 0.6779661016949152,
"repo_name": "angular/angular-cli-stress-test",
"id": "39b896331831e5580437af163900cf6cec7d612b",
"size": "32... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.IO;
using System.Text;
using Cake.Common.Tests.Fixtures;
using Cake.Common.Tests.Propert... | {
"content_hash": "59d98347f5f31991cc799ae55b4e5ff1",
"timestamp": "",
"source": "github",
"line_count": 303,
"max_line_length": 229,
"avg_line_length": 36.92739273927393,
"alnum_prop": 0.48181249441415674,
"repo_name": "robgha01/cake",
"id": "c1546604bc69a17d89e1b7b3937f47d207e30e64",
"size": "1119... |
package de.kaiserpfalzedv.iam.access.client.users;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.UUID;
import javax.validation.constraints.... | {
"content_hash": "b5ff14e70536c02a6d147d4d7640251c",
"timestamp": "",
"source": "github",
"line_count": 230,
"max_line_length": 149,
"avg_line_length": 26.786956521739132,
"alnum_prop": 0.6166206784612888,
"repo_name": "klenkes74/kp-office",
"id": "50ceac6ac8c0b5ff3363500f37a5a03b101c2624",
"size":... |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>AdminLTE 2 | UI Sliders</title>
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
<!-- Bootstrap 3.3.4 -->
<link href="../../../dist/plugins/bootstrap/css/bootstrap.min.css" rel="style... | {
"content_hash": "0e06a5dbb21f14c19a1d9365545ffb6f",
"timestamp": "",
"source": "github",
"line_count": 799,
"max_line_length": 294,
"avg_line_length": 48.84856070087609,
"alnum_prop": 0.4404048168075839,
"repo_name": "cherrylabs/arx",
"id": "c7ff30b6017b6baffd205e83fd04fb97a2ec842f",
"size": "3903... |
import { FunctionComponent } from 'react';
import { FormattedHtml } from '@waldur/core/FormattedHtml';
import { translate } from '@waldur/i18n';
import { CloseDialogButton } from '@waldur/modal/CloseDialogButton';
import { ModalDialog } from '@waldur/modal/ModalDialog';
interface TermsOfServiceDialogProps {
resolve... | {
"content_hash": "1d5c3b038031a51e551f09306809867f",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 83,
"avg_line_length": 26.956521739130434,
"alnum_prop": 0.7193548387096774,
"repo_name": "opennode/waldur-homeport",
"id": "b2f24eae9a1210b19c8283fd978d1b57a5fb8277",
"siz... |
var electron = require('electron');
var dbus = require('dbus-native');
var sessionBus = dbus.sessionBus();
var app = electron.app; // Module to control application life.
var BrowserWindow = electron.BrowserWindow; // Module to create native browser window.
var globalShortcut = electron.globalShortcut;
const flashLoad... | {
"content_hash": "88511dbab4e915ad358faab9f1d41855",
"timestamp": "",
"source": "github",
"line_count": 84,
"max_line_length": 182,
"avg_line_length": 31.892857142857142,
"alnum_prop": 0.6778648749533408,
"repo_name": "Bunkerbewohner/tidal-music-linux",
"id": "b880676b30b17675e28b7fcab1268b320c3dfd4c... |
<?xml version="1.0" encoding="utf-8"?>
<PRONOM-Report xmlns="http://pronom.nationalarchives.gov.uk">
<report_format_detail>
<FileFormat>
<FormatID>1381</FormatID>
<FormatName>Windows Media Playlist</FormatName>
<FormatVersion>
</FormatVersion>
<FormatAliases>
</FormatA... | {
"content_hash": "d669443d64cf8c5a3d194f7027426501",
"timestamp": "",
"source": "github",
"line_count": 85,
"max_line_length": 211,
"avg_line_length": 39.37647058823529,
"alnum_prop": 0.66029279952196,
"repo_name": "exponential-decay/the-format-registry",
"id": "101658f0f259e5a831396fafdc10e660b124da... |
import sys
import gi
import time
gi.require_version("Tcam", "1.0")
gi.require_version("Gst", "1.0")
gi.require_version("GLib", "2.0")
from gi.repository import Tcam, Gst, GLib
def main():
Gst.init(sys.argv) # init gstreamer
# this line sets the gstreamer default logging level
# it can be removed in n... | {
"content_hash": "5c8020274f9f5561e1193021f5aab36f",
"timestamp": "",
"source": "github",
"line_count": 69,
"max_line_length": 100,
"avg_line_length": 28.608695652173914,
"alnum_prop": 0.6312056737588653,
"repo_name": "TheImagingSource/tiscamera",
"id": "187b67a41409888872ce14c76b3e5150493d6f20",
"... |
import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.Stream;
class A {
B next() {return null;}
int x;
}
class B extends A {}
public class Main {
public static int find(List<List<String>> list) {
String sb = Stream.iterate(new A(), A::next).filter(a -> a.x % 100 == 0).map(a ... | {
"content_hash": "63711dca09a0350c2a1a7f612ee8c714",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 139,
"avg_line_length": 22.352941176470587,
"alnum_prop": 0.6605263157894737,
"repo_name": "mglukhikh/intellij-community",
"id": "2d9dccfbd3d65d26946868f298f5681eabb4128a",
... |
require("firecast.lua");
local __o_rrpgObjs = require("rrpgObjs.lua");
require("rrpgGUI.lua");
require("rrpgDialogs.lua");
require("rrpgLFM.lua");
require("ndb.lua");
require("locale.lua");
local __o_Utils = require("utils.lua");
local function constructNew_OpcaoDaComboboxFalsa()
local obj = GUI.fromHandle(_obj_ne... | {
"content_hash": "03a66cd9dc3e6458674939b40984f4a7",
"timestamp": "",
"source": "github",
"line_count": 136,
"max_line_length": 93,
"avg_line_length": 31.294117647058822,
"alnum_prop": 0.6466165413533834,
"repo_name": "rrpgfirecast/firecast",
"id": "d74d6ac6a1ddc6ba5892bd12eb65663e13eddef1",
"size"... |
<?php
declare(strict_types=1);
namespace OAuth2Framework\SecurityBundle;
use OAuth2Framework\SecurityBundle\DependencyInjection\Compiler\AccessTokenHandlerCompilerPass;
use OAuth2Framework\SecurityBundle\DependencyInjection\Compiler\SecurityAnnotationCheckerCompilerPass;
use OAuth2Framework\SecurityBundle\Dependen... | {
"content_hash": "35ec0d93fad41d89176ebc849fdd7ad4",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 102,
"avg_line_length": 40.857142857142854,
"alnum_prop": 0.7925407925407926,
"repo_name": "OAuth2-Framework/oauth2-framework",
"id": "44bcb4fd8cb2f20d1ac20177cf94c800d37aadb... |
% DEMOILFGPLVM3 Oil data with deterministic training conditional.
%
% Description:
%
% Fix seeds
randn('seed', 1e5);
rand('seed', 1e5);
dataSetName = 'oil';
experimentNo = 3;
% load data
[Y, lbls] = lvmLoadData(dataSetName);
% Set up model
options = fgplvmOptions('dtc');
options.optimiser = 'scg';
latentDim = 2;
d... | {
"content_hash": "5db8c909e6086773c90fd4927b0c43dd",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 66,
"avg_line_length": 20.714285714285715,
"alnum_prop": 0.7344827586206897,
"repo_name": "lawrennd/GPmat",
"id": "85d596c0fe7f53ffcddd07340f72a4cbf9827674",
"size": "871",... |
#include <unordered_map>
#include "nodes/pprint.h"
#include "nodes/execnodes.h"
#include "utils/rel.h"
#include "utils/lsyscache.h"
#include "parser/parsetree.h"
#include "backend/bridge/dml/tuple/tuple_transformer.h"
#include "backend/bridge/dml/expr/pg_func_map.h"
#include "backend/bridge/dml/expr/expr_transforme... | {
"content_hash": "f109ae43cbc3cf1e72856b72ccc39156",
"timestamp": "",
"source": "github",
"line_count": 590,
"max_line_length": 80,
"avg_line_length": 31.21186440677966,
"alnum_prop": 0.6655443931577518,
"repo_name": "Ghatage/peloton",
"id": "0238722aae7be3130879860a0b6d46995bcfc7b7",
"size": "1864... |
from django.contrib.admin.templatetags.admin_static import static
from django.contrib.admin.widgets import FilteredSelectMultiple
from django.utils.safestring import mark_safe
from .settings import WIDGET_STORAGE_ID
class OrderedFilteredSelectMultiple(FilteredSelectMultiple):
@property
def media(self):
... | {
"content_hash": "cac1f263a8cc3142c5c27e597f22b960",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 87,
"avg_line_length": 31.955555555555556,
"alnum_prop": 0.5403337969401947,
"repo_name": "jnovinger/django-ordered-m2m",
"id": "6dea7be73d2e0090fb4f1483818aca47fddb1daf",
... |
tejeswinijayaramareddy.github.io
My personal webpage hosted on github pages.
| {
"content_hash": "2f85a24fa01fa5534c9f4131026e2c50",
"timestamp": "",
"source": "github",
"line_count": 2,
"max_line_length": 43,
"avg_line_length": 38.5,
"alnum_prop": 0.8571428571428571,
"repo_name": "tejeswinijayaramareddy/tejeswinijayaramareddy.github.io",
"id": "2ca1b2bdf98379b143c136cc55aca315d... |
package com.android.dx;
import com.android.dx.rop.code.Rop;
import com.android.dx.rop.code.Rops;
import com.android.dx.rop.type.TypeList;
/**
* A comparison between two values of the same type.
*/
public enum Comparison {
/** {@code a < b}. Supports int only. */
LT() {
@Override Rop rop(TypeList ... | {
"content_hash": "42d424205879f0a6fa937fd6d9c1b3a6",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 60,
"avg_line_length": 21.842105263157894,
"alnum_prop": 0.5204819277108433,
"repo_name": "sawrus/dexmaker",
"id": "44f62c027137a4ae1f9d7e6998f90f8f46fe397a",
"size": "1864... |
<?php include('funcs.php'); ?>
<html>
<head>
<meta content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0" name="viewport">
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta name="robots" content="none" />
<meta http-equiv="Cache-control" content="public" /... | {
"content_hash": "c27612b0fb2edfe24f91958a34aa3581",
"timestamp": "",
"source": "github",
"line_count": 177,
"max_line_length": 249,
"avg_line_length": 41.13559322033898,
"alnum_prop": 0.4669688229638786,
"repo_name": "julnegre/diapoo",
"id": "c3d81315fb7026c02f9fc876610b791d9aeb0339",
"size": "728... |
require 'forwardable'
require_relative 'bar'
class Cryptobroker::Chart
class Simple
extend Forwardable
def_delegators :@bars, :size, :each, :map, :[]
def_delegator :@bars, :dup, :to_a
attr_reader :timeframe
def initialize(beginning, timeframe)
@bars = []
@timeframe = timeframe
... | {
"content_hash": "cd0c8033ba72f635e88ea39ec1601039",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 99,
"avg_line_length": 21.618181818181817,
"alnum_prop": 0.6257359125315392,
"repo_name": "pienkowskip/cryptobroker",
"id": "efa2916efc4fbd3ec62cfa2d36ba36e11b4c637c",
"siz... |
http = require('http');
fs = require('fs');
url = require('url')
var BOMB_SECS = 40;
var PORT = 3000;
// Keep all users in in-memory cache
// This'll work for now, but should be moved to mongo or something if popular
var users = {};
var username_to_steamid = {};
server = http.createServer( function(req, res) {
... | {
"content_hash": "46d9e5290fd840c69002d5eb1fd46846",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 88,
"avg_line_length": 29.210526315789473,
"alnum_prop": 0.5293693693693694,
"repo_name": "farragar/bomb-timer",
"id": "ba434fc545acca467d97264c8521bc44c122ee4f",
"size": "... |
package rapture.kernel.pipeline;
import java.util.Map;
import org.apache.log4j.Logger;
import rapture.common.RapturePipelineTask;
import rapture.common.mime.MimeReflexScriptResume;
import rapture.kernel.ContextFactory;
import reflex.IReflexSuspendHandler;
import reflex.suspend.SuspendContext;
public class Pipeline... | {
"content_hash": "f92f7cb648c4e31ababa2715d5f2ee2d",
"timestamp": "",
"source": "github",
"line_count": 108,
"max_line_length": 122,
"avg_line_length": 31.824074074074073,
"alnum_prop": 0.6913005528076811,
"repo_name": "scarabus/Rapture",
"id": "efa5243092b4258248707142e99f8605de155d4a",
"size": "4... |
package com.huawei.esdk.demo.gen;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for AudioParam complex type.
*
* <p>The following schema fragment specifi... | {
"content_hash": "1d83a50c3576aacce9150cfaf728b61b",
"timestamp": "",
"source": "github",
"line_count": 214,
"max_line_length": 95,
"avg_line_length": 21.97196261682243,
"alnum_prop": 0.5631646108039132,
"repo_name": "eSDK/esdk_ivs_native_java",
"id": "23e7153a6b67b4edc4c0e8555ba4e8c487ca487c",
"si... |
from django.conf import settings
class InvalidRevision(Exception):
pass
class VCS(object):
'''
Defines the public API for all subclasses
'''
repo_clone_dir = settings.REPO_CLONE_DIR
def __init__(self, project):
self.project = project
self.checkout_dir = project.get_checkout... | {
"content_hash": "2f704ef48a9bc4df5723c832ecd1c96a",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 60,
"avg_line_length": 19.615384615384617,
"alnum_prop": 0.6568627450980392,
"repo_name": "joealcorn/berth.cc",
"id": "f3aef6c3ca3a19fa17e96acd950cceb901d81588",
"size": "5... |
template<size_t num_fields, char sep = ','>
class lazycsv
{
public:
lazycsv() {}
lazycsv(const std::string& line) : line(line) { update_starts(); }
// Get the value of the t'th field, converted to type T.
template<typename T>
inline T at(size_t t) const
{
size_t len = (starts[t+1] - 1) - starts[t]; // ... | {
"content_hash": "b46a81f2cf82738aa33d62dc2a1061ee",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 86,
"avg_line_length": 26.491803278688526,
"alnum_prop": 0.5693069306930693,
"repo_name": "fmaguire/BayeHem",
"id": "95dbeeb08c8462998eab6a46f7f9faaee5fc3f5e",
"size": "246... |
namespace Fluent.Localization.Languages
{
[RibbonLocalization("Bulgarian", "bg")]
public class Bulgarian : RibbonLocalizationBase
{
public override string Automatic { get; } = "Автоматично";
public override string BackstageButtonKeyTip { get; } = "Ф";
public override string Backstage... | {
"content_hash": "de30643e29560e2dd1d41d34791bbc21",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 156,
"avg_line_length": 84.88235294117646,
"alnum_prop": 0.7210672210672211,
"repo_name": "punker76/Fluent.Ribbon",
"id": "d9273eb060b8c15a47d9ebb149a0825786efe2f1",
"size"... |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.code.maven-... | {
"content_hash": "a2922a6216ce6b54450c25d1fa5cfad4",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 201,
"avg_line_length": 38.638297872340424,
"alnum_prop": 0.5027533039647577,
"repo_name": "google-code-export/maven-svn-revision-number-plugin",
"id": "4a07ea0d8808152cfd9eb... |
#region Usings
using System;
using System.Collections;
using System.Globalization;
using System.Web.UI;
using System.Web.UI.WebControls;
using DotNetNuke.Common;
using DotNetNuke.Common.Lists;
using DotNetNuke.Common.Utilities;
using DotNetNuke.Entities.Modules;
using DotNetNuke.Entities.Modules.Actions... | {
"content_hash": "05a2af755990a36a9db35f73381cec4b",
"timestamp": "",
"source": "github",
"line_count": 304,
"max_line_length": 211,
"avg_line_length": 35.516447368421055,
"alnum_prop": 0.5217189960174122,
"repo_name": "JoshuaBradley/Dnn.Platform",
"id": "50235317e38c0b402ed4d9d2249ac931aaf60a87",
... |
#include <inviwo/core/interaction/events/eventhandler.h>
namespace inviwo {
EventHandler::EventHandler() : eventListeners_() {}
EventHandler::~EventHandler() {}
void EventHandler::broadcast(Event* event) const {
for (auto& elem : eventListeners_) elem->invokeEvent(event);
}
bool EventHandler::addEventListene... | {
"content_hash": "006a3751dcec5c94f71fe95e1d4ae0c8",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 76,
"avg_line_length": 23.974358974358974,
"alnum_prop": 0.6716577540106952,
"repo_name": "sarbi127/inviwo",
"id": "94a48fbe796c52987dfbb9e345b13e641625f215",
"size": "2519... |
<div itemscope itemtype="http://schema.org/Dataset">
<div itemscope itemprop="includedInDataCatalog" itemtype="http://schema.org/DataCatalog">
<meta itemprop="name" content="TensorFlow Datasets" />
</div>
<meta itemprop="name" content="openbookqa" />
<meta itemprop="description" content="The dataset contain... | {
"content_hash": "63025c90bf0f2032ebcb8a023373ec7c",
"timestamp": "",
"source": "github",
"line_count": 146,
"max_line_length": 769,
"avg_line_length": 41.28767123287671,
"alnum_prop": 0.6481420039814201,
"repo_name": "tensorflow/datasets",
"id": "bdbb1f29ca4d4b47120f60bce3713918b8c8f998",
"size": ... |
//-CRE-
using System;
namespace Glass.Mapper.Pipelines.ObjectConstruction
{
/// <summary>
/// Interface IObjectConstructionTask
/// </summary>
public abstract class AbstractObjectConstructionTask : AbstractPipelineTask<ObjectConstructionArgs>
{
}
}
| {
"content_hash": "e3a1f915be55624552bb824c8397b762",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 103,
"avg_line_length": 16.22222222222222,
"alnum_prop": 0.678082191780822,
"repo_name": "pbustamante/Glass.Mapper",
"id": "d8e1688076b17ac5e430a69095a077207eef59d4",
"size... |
To use this plugin you will need to make sure you've registered your Facebook app with Facebook and have an `APP_ID` [https://developers.facebook.com/apps](https://developers.facebook.com/apps).
If you plan on rolling this out on iOS, please note that you will need to ensure that you have properly set up your Native i... | {
"content_hash": "070d30806c0ecf95a42fdf886a7ff22a",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 381,
"avg_line_length": 49.827586206896555,
"alnum_prop": 0.7709342560553634,
"repo_name": "padala/ReaderApp",
"id": "620fec102d8f0db7ba0dc15219e271ef891ad2a7",
"size": "14... |
A C++ parser for Tiled maps stored in JSON format.
| {
"content_hash": "3773306e8b0790fdfd6078fdd0e333af",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 50,
"avg_line_length": 51,
"alnum_prop": 0.7450980392156863,
"repo_name": "henriquegemignani/tiled-reader",
"id": "d6ea0b9d418d727feb0be393817892d0dba6dd30",
"size": "66",
... |
package com.orientechnologies.orient.core.record.impl;
import static org.testng.Assert.assertEquals;
import static org.testng.AssertJUnit.assertNotNull;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.testng.annotations.AfterMethod;... | {
"content_hash": "82a81e25abff48dde373944717b55554",
"timestamp": "",
"source": "github",
"line_count": 337,
"max_line_length": 128,
"avg_line_length": 42.83086053412463,
"alnum_prop": 0.7097131772204517,
"repo_name": "DiceHoldingsInc/orientdb",
"id": "0f048a97500d1eb1e0acacbccedf702c7238bd5d",
"si... |
using System;
using System.IO;
using System.Globalization;
#if HAVE_BIG_INTEGER
using System.Numerics;
#endif
using Newtonsoft.Json.Linq;
using Newtonsoft.Json.Utilities;
using System.Xml;
using Newtonsoft.Json.Converters;
using Newtonsoft.Json.Serialization;
using System.Text;
using System.Diagnostics;
using System.Ru... | {
"content_hash": "938e3f4ae55c77b4c13d2492232c6d4b",
"timestamp": "",
"source": "github",
"line_count": 1060,
"max_line_length": 194,
"avg_line_length": 46,
"alnum_prop": 0.6112797374897457,
"repo_name": "PKRoma/Newtonsoft.Json",
"id": "95019e2b72c0cad0587c0b0782cace9536ec7553",
"size": "49912",
... |
#pragma once
#include <string>
#include <vector>
#include "mongo/base/disallow_copying.h"
#include "mongo/base/initializer_context.h"
#include "mongo/base/initializer_dependency_graph.h"
#include "mongo/base/status.h"
#include "mongo/client/export_macros.h"
namespace mongo {
/**
* Class representing an initializ... | {
"content_hash": "2f7250f12b854a12e3eff19b5755b4e3",
"timestamp": "",
"source": "github",
"line_count": 71,
"max_line_length": 96,
"avg_line_length": 32.436619718309856,
"alnum_prop": 0.7316543638732088,
"repo_name": "sanathkumarv/RestAPIWt",
"id": "822947b0fb86e2c78ff640d931c2fc08d94f86ce",
"size"... |
<?php
namespace Cmf\Component\Grid\Table\Row;
/**
* @author Vital Leshchyk <vitalleshchyk@gmail.com>
*/
class Exception extends \Cmf\System\Exception
{
}
| {
"content_hash": "816aa19e0cede0e78dbd704b9dd42fd2",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 51,
"avg_line_length": 14.454545454545455,
"alnum_prop": 0.7232704402515723,
"repo_name": "itcreator/custom-cmf",
"id": "78771aa97556ea3bd68a4b5012b0f40696ccb393",
"size": ... |
from __future__ import unicode_literals
from django.db import models, migrations
import django.db.models.deletion
import django.utils.timezone
class Migration(migrations.Migration):
dependencies = [
('layout_page', '0001_initial'),
]
operations = [
migrations.AddField(
model... | {
"content_hash": "06efa213a6f88294c0554a8b0864d337",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 174,
"avg_line_length": 33.58974358974359,
"alnum_prop": 0.6160305343511451,
"repo_name": "ic-labs/django-icekit",
"id": "7a7cdc7a2d93ee858655b7f4f9dfeacb2df5c681",
"size":... |
// Copyright (C) 2013 Vicente Botet
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <boost/detail/lightweight_test.hpp>
#if defined(WIN32)
#include <tchar.h>
#endif
#include <cstdlib>
#i... | {
"content_hash": "9b4b9eb06e565ccb89df21a2bcea3a03",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 80,
"avg_line_length": 19.382978723404257,
"alnum_prop": 0.5993413830954994,
"repo_name": "zjutjsj1004/third",
"id": "05e72538f6e47933a07cbd673bc1cb720c29d87f",
"size": "91... |
+++
author = "Asha Wadher"
categories = []
date = "2016-03-12T00:00:00Z"
description = ""
featured = "Financial-Advisor-Dont-Become-Victim.jpg"
featuredalt = ""
featuredpath = "date"
linktitle = ""
title = "How NOT to become a victim to your financial advisor with Tigran"
+++
<audio src="https://s3.amazonaws.com/twizt... | {
"content_hash": "0095b29b18308019b41b66497f15c78a",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 447,
"avg_line_length": 67.76470588235294,
"alnum_prop": 0.7348090277777778,
"repo_name": "twiztedmyrtle/twiztedmyrtle.github.io",
"id": "6b1afc99f5c9fc814008ce83e3bf28be10fb... |
Receive Zulip notifications for your Taiga projects!
1. {!create-stream.md!}
1. {!create-bot-construct-url.md!}
Make sure to specify the topic in the URL above. Otherwise, the
default topic `General` will be used.
1. Go to your **Projects Dashboard** on Taiga, and select the project you'd like to
receive... | {
"content_hash": "bcd233d12bdae7864b70cd64fda16f4a",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 83,
"avg_line_length": 33.8,
"alnum_prop": 0.6952662721893491,
"repo_name": "zulip/zulip",
"id": "187d8cbebf3fa0e4100e920ddde8f3db84834e38",
"size": "676",
"binary": fals... |
/**
* @file mem/DefaultAllocator.h
* @author Tomas Polasek
* @brief Default allocator for memory structures.
*/
#ifndef MEM_DEFAULTALLOCATOR_H
#define MEM_DEFAULTALLOCATOR_H
#include "util/Types.h"
namespace mem
{
template <typename T>
class DefaultAllocator
{
public:
using pointer ... | {
"content_hash": "4147670453853b51ce26e8c0c13027fa",
"timestamp": "",
"source": "github",
"line_count": 128,
"max_line_length": 84,
"avg_line_length": 30.1484375,
"alnum_prop": 0.5630992485099767,
"repo_name": "T0mt0mp/Entropy",
"id": "b28813d4aea171679bc690cc3523c394404ccc63",
"size": "3859",
"b... |
var PhoneCallTrap = {
onCall: function(successCallback, errorCallback) {
errorCallback = errorCallback || this.errorCallback;
cordova.exec(successCallback, errorCallback, 'PhoneCallTrap', 'onCall', []);
},
errorCallback: function() {
console.log("WARNING: PhoneCallTrap errorCallback... | {
"content_hash": "3a6348e36b0fcbd2534c2543f700c823",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 84,
"avg_line_length": 31.833333333333332,
"alnum_prop": 0.6884816753926701,
"repo_name": "renanoliveira/cordova-phone-call-trap",
"id": "39cb7969abce39ad8cb541cfd95566d15632... |
<?php
/**
* This file has been @generated by a phing task by {@link BuildMetadataPHPFromXml}.
* See [README.md](README.md#generating-data) for more information.
*
* Pull requests changing data in these files will not be accepted. See the
* [FAQ in the README](README.md#problems-with-invalid-numbers] on how to make... | {
"content_hash": "ed715f69d5692370bcca9a30752b2d18",
"timestamp": "",
"source": "github",
"line_count": 111,
"max_line_length": 84,
"avg_line_length": 18.675675675675677,
"alnum_prop": 0.5383502170767004,
"repo_name": "giggsey/libphonenumber-for-php",
"id": "8a789adc14d5a65f513e6d281366ea2b19454e19",... |
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in
// the Software without restriction, including without limitation the rights to
// use, copy, modify, merge, publish, distribute, sublicense, and/o... | {
"content_hash": "439a6fd2f429f4d4855dc16aadc624d5",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 103,
"avg_line_length": 39.73684210526316,
"alnum_prop": 0.7607064017660045,
"repo_name": "modesttree/Projeny",
"id": "f88381cd59dc6e0c6a3cb9315bdfa45544eb3c75",
"size": "2... |
package org.gridkit.nanoparser;
class Whitespace implements TokenMatcher {
@Override
public CharSet firstCharacter() {
return new CharSet(' ');
}
@Override
public int match(CharSequence cs, int offset) {
if (Character.isWhitespace(cs.charAt(offset))) {
return 1;
... | {
"content_hash": "80f6f4d73fcfe4d218c06a3d03560348",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 56,
"avg_line_length": 18.833333333333332,
"alnum_prop": 0.5508849557522124,
"repo_name": "aragozin/nanoparser",
"id": "c713d5b32f5220a42613faf9b8966c7179f5f7ff",
"size": "... |
'use strict';
const common = require('../common');
const zlib = require('zlib');
let outerVar = 'outer variable';
exports.holder = {};
function closure() {
function Class() {
this.x = 1;
this.y = 123.456;
this.hashmap = {};
}
Class.prototype.method = function method() {
throw new Error('Un... | {
"content_hash": "0fd931feca2a611d856f3cda01a6c404",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 65,
"avg_line_length": 20.884615384615383,
"alnum_prop": 0.6114180478821363,
"repo_name": "hhellyer/llnode",
"id": "62ddeb97a802cd69a984718c5a73a5dd58b545dd",
"size": "1086... |
* IonIconView 基于所提供的ionicons.com真棒图标ioniconview
源码地址:[IonIconView](https://github.com/MarsVard/IonIconView) 文档:[doc](https://github.com/MarsVard/IonIconView/blob/master/README.md)
* material-icon-lib 含有超过1500矢量素材图标可以方便使用中或作为一个独立的视角下的图书馆。
源码地址:[material-icon-lib](https://github.com/code-mc/material-icon-lib) 文档:[do... | {
"content_hash": "fb3e4fe9aedbf04cf47ad3ff35fd932a",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 147,
"avg_line_length": 67.9090909090909,
"alnum_prop": 0.785809906291834,
"repo_name": "goluck-top/AndroidLibrary",
"id": "31e8adeedfe73d47433162a81594ba742e7ebc51",
"size... |
UPGRADE FROM 3.x to 4.0
=======================
## Deprecations
All the deprecated code introduced on 3.x is removed on 4.0.
Please read [3.x](https://github.com/sonata-project/SonataUserBundle/tree/3.x) upgrade guides for more information.
See also the [diff code](https://github.com/sonata-project/SonataUserBundle... | {
"content_hash": "a10147cfd0982516ec47de5adc10de3c",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 115,
"avg_line_length": 33.285714285714285,
"alnum_prop": 0.723175965665236,
"repo_name": "morille/SonataUserBundle",
"id": "a5d8d4eff64ad400be02aacec199d2889a0a3e74",
"siz... |
export TESTTMP=${PWD}
killall josh-proxy &> /dev/null
killall josh-test-server &> /dev/null
git init --bare ${TESTTMP}/remote/real_repo.git/ &> /dev/null
git config -f ${TESTTMP}/remote/real_repo.git/config http.receivepack true
git init --bare ${TESTTMP}/remote/real_repo2.git/ &> /dev/null
git config -f ${TESTTMP}/rem... | {
"content_hash": "f332a2b5d9d36d9decbdfea504b02ed8",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 75,
"avg_line_length": 29.566666666666666,
"alnum_prop": 0.6741826381059752,
"repo_name": "esrlabs/centralgithook",
"id": "e643392b5e6635645332d8839f2f554b78599884",
"size"... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Parmelia ceruchis Ach.
### Remarks
null | {
"content_hash": "7a74da1a6ee7074b9681e5a609db76f8",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 22,
"avg_line_length": 9.76923076923077,
"alnum_prop": 0.7007874015748031,
"repo_name": "mdoering/backbone",
"id": "b54ce26dd94c35640acd20210305ee684d014d16",
"size": "180"... |
from ethereum import blocks
from ethereum.db import DB
from ethereum.config import Env
from pyethapp.utils import merge_dict
from pyethapp.utils import update_config_from_genesis_json
import pyethapp.config as konfig
from pyethapp.profiles import PROFILES
def test_genesis():
for profile in ['frontier']: # fixme ... | {
"content_hash": "e9af9af9793518872658c33bba0dc8de",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 93,
"avg_line_length": 30.428571428571427,
"alnum_prop": 0.6497652582159624,
"repo_name": "vaporry/pyethapp",
"id": "da7791a6ed38f7c4f335f54f2016e46a849dca46",
"size": "106... |
package com.microsoft.azure.management.mediaservices.v2015_10_01;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* The properties of a storage account associated with this resource.
*/
public class StorageAccount {
/**
* The id of the storage account resource. Media Services relies on tables
... | {
"content_hash": "75ffaf910d007a024835d711b9cb701d",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 322,
"avg_line_length": 37.5,
"alnum_prop": 0.6945098039215686,
"repo_name": "hovsepm/azure-sdk-for-java",
"id": "65d285f89dc16aecbc2a3f68ef890dbcb10ae6fa",
"size": "2780",... |
package env
import (
"encoding/json"
"fmt"
"io"
"io/ioutil"
"log"
"net/http"
"os"
"os/exec"
"path/filepath"
"strings"
"time"
"github.com/google/stenographer/base"
"github.com/google/stenographer/certs"
"github.com/google/stenographer/config"
"github.com/google/stenographer/filecache"
"github.com/googl... | {
"content_hash": "b5ed2004d59ef41d49dd9a4c93ad23a3",
"timestamp": "",
"source": "github",
"line_count": 371,
"max_line_length": 107,
"avg_line_length": 28.7088948787062,
"alnum_prop": 0.6864144211811097,
"repo_name": "google/stenographer",
"id": "b89acb09d0b562291168922a68e5e6fdd0eb9c8e",
"size": "... |
LuCI - Lua Configuration Interface
Copyright 2008 Steven Barth <steven@midlink.org>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
$Id$
]]--
require(... | {
"content_hash": "b6c5451bb1124e6ee033591ddc254481",
"timestamp": "",
"source": "github",
"line_count": 85,
"max_line_length": 88,
"avg_line_length": 25.31764705882353,
"alnum_prop": 0.6733271375464684,
"repo_name": "hackpascal/luci",
"id": "fc6ffa43633d37c711b50074e20677cf6ec3c62f",
"size": "2157"... |
package com.cross.mobile.help;
import android.support.annotation.NonNull;
import com.cross.mobile.NativeObject;
import com.cross.mobile.component.NodectBuilder;
import com.cross.mobile.component.adapter.List;
/**
* Created by Dawid Drozd aka Gelldur on 8/10/16.
*/
public class NativeList {
public NativeList(@Non... | {
"content_hash": "5a4f9cd48e9bf45011eb1e46c18037cd",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 64,
"avg_line_length": 23.066666666666666,
"alnum_prop": 0.7427745664739884,
"repo_name": "gelldur/DexodeEngine",
"id": "1a2c237908f10b581c0910aa4de8e355a3fbd984",
"size": ... |
package log
import (
"os"
"github.com/sirupsen/logrus"
)
type Level = logrus.Level
type Fields = logrus.Fields
const (
PanicLevel Level = logrus.PanicLevel
FatalLevel = logrus.FatalLevel
ErrorLevel = logrus.ErrorLevel
WarningLevel = logrus.WarnLevel
InfoLevel = logrus.InfoLev... | {
"content_hash": "779d6978f20ba1bf0852971eab928f52",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 65,
"avg_line_length": 18.74736842105263,
"alnum_prop": 0.6642335766423357,
"repo_name": "clcert/mercury",
"id": "c857d808d640790dc81afc9e4115997483195b63",
"size": "1781",... |
namespace net {
namespace test {
class HybridSlowStartTest : public ::testing::Test {
protected:
HybridSlowStartTest()
: one_ms_(QuicTime::Delta::FromMilliseconds(1)),
rtt_(QuicTime::Delta::FromMilliseconds(60)) {
}
void SetUp() override { slow_start_.reset(new HybridSlowStart(&clock_)); }
const Q... | {
"content_hash": "f3287b96aff7fc092d4655a56eeec143",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 79,
"avg_line_length": 36.208955223880594,
"alnum_prop": 0.7102225886232482,
"repo_name": "yury-s/v8-inspector",
"id": "1b34ad5bed97b780f8b67b547c1197a2e2b31c98",
"size": "... |
import {
registerServiceBuilder,
registerServiceBuilderForDoc,
getService,
} from '../service';
import {getMode} from '../mode';
import {dev} from '../log';
import {dict, map} from '../utils/object';
import {Services} from '../services';
/** @private @const {string} */
const TAG_ = 'History';
/** @private @co... | {
"content_hash": "b89340e5cd39457ae7c187f6305ce0a7",
"timestamp": "",
"source": "github",
"line_count": 842,
"max_line_length": 85,
"avg_line_length": 26.850356294536816,
"alnum_prop": 0.6038570417551309,
"repo_name": "adiant/amphtml",
"id": "be1aeab9b659faa1908ac097352cc870aba87338",
"size": "2323... |
package actors;
import akka.actor.UntypedActor;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.lang.reflect.Field;
import java.net.UnknownHostException;
import java.util.Properties;
import java.util.concurrent.TimeUnit;
import models.daos.EtlJobDao;
import msgs.EtlJobMessage;
import play... | {
"content_hash": "d37587471c56c0898b1afc420a3b55a0",
"timestamp": "",
"source": "github",
"line_count": 171,
"max_line_length": 117,
"avg_line_length": 37.953216374269005,
"alnum_prop": 0.6462249614791987,
"repo_name": "ShridharSattur/WhereHows",
"id": "39ef60b48db48e2a61164bcb5c03624944cdcd71",
"s... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<!-- Style Sheets -->
<link rel="stylesheet" href="web/css/newstyle.css" type="text/css">
<title>Robotics IDE Login</title>
</head... | {
"content_hash": "a2ae6d2887d894a995400d6beb5fab1a",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 68,
"avg_line_length": 24.954545454545453,
"alnum_prop": 0.6703096539162113,
"repo_name": "jmorse/cyanide",
"id": "d3d855c69ecf7177399a43890eb8ac205f12c32f",
"size": "549",... |
package org.apache.flink;
import org.apache.flink.annotation.Public;
import java.util.Arrays;
import java.util.LinkedHashSet;
import java.util.Map;
import java.util.Optional;
import java.util.Set;
import java.util.function.Function;
import java.util.stream.Collectors;
import java.util.stream.Stream;
/**
* Enumera... | {
"content_hash": "56c1fc340db5da0d436bebb20886282f",
"timestamp": "",
"source": "github",
"line_count": 75,
"max_line_length": 92,
"avg_line_length": 27.653333333333332,
"alnum_prop": 0.6412729026036644,
"repo_name": "twalthr/flink",
"id": "c7a9be7b0adadf7805135e120151b9cb04877681",
"size": "2879",... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.