text stringlengths 2 1.04M | meta dict |
|---|---|
import React from 'react';
import ReactDOM from 'react-dom';
import PropTypes from 'prop-types';;
function rootClick(e) {
if (this.props.disableScrim || ReactDOM.findDOMNode(this).contains(e.target)) return;
this.scrimClick(e);
}
const privates = new WeakMap();
export default ParentClass => {
return class Scri... | {
"content_hash": "f26ed730d4b806ec5965257a9d25cea2",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 114,
"avg_line_length": 31.57894736842105,
"alnum_prop": 0.6891666666666667,
"repo_name": "sjolicoeur/pivotal-ui",
"id": "962e39a835c4f25fec00160da2abf43c4b82ce44",
"size":... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Wed Jul 27 21:23:59 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Package net.sourcef... | {
"content_hash": "9e8145a4978221e30164ba350096f202",
"timestamp": "",
"source": "github",
"line_count": 126,
"max_line_length": 153,
"avg_line_length": 35.96031746031746,
"alnum_prop": 0.6036195100419334,
"repo_name": "jasonwee/videoOnCloud",
"id": "18f48c7c1c27b6d3018eb1891867caf11a659a4f",
"size"... |
require 'spec_helper'
describe Datagrid::Ordering do
let!(:third) { Entry.create!(:name => "cc")}
let!(:second) { Entry.create!(:name => "bb")}
let!(:first) { Entry.create!(:name => "aa")}
it "should support order" do
expect(test_report(:order => "name") do
scope do
Entry
end
... | {
"content_hash": "9571483534ab73756f8e8fddc9fa19b8",
"timestamp": "",
"source": "github",
"line_count": 150,
"max_line_length": 85,
"avg_line_length": 27.493333333333332,
"alnum_prop": 0.6188166828322017,
"repo_name": "bogdan/datagrid",
"id": "8dea7969d7f1dc58bd07a54c0f05ead12dc43238",
"size": "412... |
"""Statistical metrics for Calibrator routines
"""
import numpy as np
from sklearn.metrics import r2_score
def filter_nan(s, o):
"""
this functions removed the data from simulated and observed data
wherever the observed data contains nan
this is used by all other functions, otherwise they will produ... | {
"content_hash": "21b6d0d03b8cfa8c26f043570b14593c",
"timestamp": "",
"source": "github",
"line_count": 212,
"max_line_length": 75,
"avg_line_length": 19.35377358490566,
"alnum_prop": 0.5303436509870826,
"repo_name": "biogeochemistry/PorousMediaLab",
"id": "10932ff3509f35456a50b8503dd54fdbe0777bd4",
... |
<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: google/ads/googleads/v11/errors/change_status_error.proto
namespace Google\Ads\GoogleAds\V11\Errors\ChangeStatusErrorEnum;
use UnexpectedValueException;
/**
* Enum describing possible change status errors.
*
* Protobuf type <code>google.ad... | {
"content_hash": "907f46db60c52d106808439dfce50893",
"timestamp": "",
"source": "github",
"line_count": 96,
"max_line_length": 119,
"avg_line_length": 33.270833333333336,
"alnum_prop": 0.6343143393863494,
"repo_name": "googleads/google-ads-php",
"id": "30d2fb58ca5eea4b81cd57dab1638542fb315d3c",
"si... |
using namespace arangodb;
using namespace arangodb::aql;
using namespace arangodb::tests;
using namespace arangodb::tests::aql;
WaitingExecutionBlockMock::WaitingExecutionBlockMock(ExecutionEngine* engine,
ExecutionNode const* node,
... | {
"content_hash": "712d19e468f4700a157952fa2f4fdf35",
"timestamp": "",
"source": "github",
"line_count": 82,
"max_line_length": 115,
"avg_line_length": 29.51219512195122,
"alnum_prop": 0.6582644628099174,
"repo_name": "fceller/arangodb",
"id": "4706dd4f4d4825ecdaec897b83e27f873da63ef7",
"size": "359... |
import * as vscode from 'vscode';
export function name(filename: string): Promise<string | undefined> {
return vscode.window.showInputBox({
placeHolder: 'Enter the new path for the duplicate.',
value: filename.split('.').map((el, i) => i === 0 ? `${el}-copy` : el).join('.')
}) as Promise<string | undefined>;
}
... | {
"content_hash": "76eb287a2e51d9da2b806cbdf3e7675e",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 103,
"avg_line_length": 37.77777777777778,
"alnum_prop": 0.7044117647058824,
"repo_name": "mrmlnc/vscode-duplicate",
"id": "2ec98ba4ed091dd6cd6e382ba23d8a6bddc9b6d2",
"size... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using Mono.Cecil;
using Mono.Cecil.Cil;
using ModClient.Attributes;
using ModClient.Methods;
namespace ModdingFramework.Patcher
{
class MainClass
{
private static readonly ... | {
"content_hash": "d1019b750f48713aef5f3cbf6565025c",
"timestamp": "",
"source": "github",
"line_count": 136,
"max_line_length": 119,
"avg_line_length": 40.720588235294116,
"alnum_prop": 0.5455037919826652,
"repo_name": "msmith57/7dtd-mods",
"id": "8f4aad35b87a95c6b923932101c79beed1bf7de1",
"size": ... |
using VideoList.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;
using System.Data.SqlClient;
using System.Web.Script.Serialization;
namespace VideoList.Controllers
{
public class VideosController : ApiController
{
... | {
"content_hash": "1bedfb986a7a9ce60dea1693b4b069eb",
"timestamp": "",
"source": "github",
"line_count": 87,
"max_line_length": 123,
"avg_line_length": 35.18390804597701,
"alnum_prop": 0.5311989545900032,
"repo_name": "irenesmith/psychic-palm-tree",
"id": "682f87e344691b3ec0dcc3bdd17792afe3b4aaa9",
... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
com.google.template.soy.sharedpasses.render (Soy Complete)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="... | {
"content_hash": "daa30d008b91859b1cde97a42dbbc86c",
"timestamp": "",
"source": "github",
"line_count": 214,
"max_line_length": 243,
"avg_line_length": 43.71028037383178,
"alnum_prop": 0.6281804575582638,
"repo_name": "lightbody/closure-templates",
"id": "4c2115810c3dd611803002ec6d36a35b8c97df60",
... |
using System;
using DotNetNuke.Common;
using DotNetNuke.Entities.Tabs;
using DotNetNuke.Services.Localization;
using DotNetNuke.Common.Utilities;
using System.Globalization;
#endregion
namespace DotNetNuke.UI.Skins.Controls
{
/// -----------------------------------------------------------------------------
/... | {
"content_hash": "3327d46a0d1e9f3a7f9fe5b10fe23611",
"timestamp": "",
"source": "github",
"line_count": 152,
"max_line_length": 133,
"avg_line_length": 34.203947368421055,
"alnum_prop": 0.4727832275437584,
"repo_name": "raphael-m/Dnn.Platform",
"id": "12ee54275af046eba47eeb758565dcd68bcb3f73",
"siz... |
//
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
//
// Arjuna Technologies Ltd.,
// Newcastle upon Tyne,
// Tyne and Wear,
// UK.
//
package org.jboss.jbossts.qa.RawResources02Clients3;
/*
* Copyright (C) 1999-2001 by HP Bluestone Software, Inc. All rights Reserved.
*
* HP Arjuna Labs,
* Newcastle upon Tyn... | {
"content_hash": "c3f3f23038d64e8f543b1ad86535c881",
"timestamp": "",
"source": "github",
"line_count": 144,
"max_line_length": 148,
"avg_line_length": 33.423611111111114,
"alnum_prop": 0.747974236442967,
"repo_name": "nmcl/wfswarm-example-arjuna-old",
"id": "35bbbe9c465ff49fc6105ffcf69a4c6a66a576e5"... |
<?xml version="1.0" encoding="utf-8"?><!--
Copyright 2015 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by ... | {
"content_hash": "74ac36698802d90f32d2521d9e9786ff",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 74,
"avg_line_length": 45.333333333333336,
"alnum_prop": 0.7509191176470589,
"repo_name": "ykrank/S1-Next",
"id": "5110913770eb88c80cbeb03ffecb31e6e6340e10",
"size": "1088"... |
from test import *
MONGO_HOST = 'localhost'
| {
"content_hash": "0319dbb2b354c0ac3cbeae679d7d559d",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 24,
"avg_line_length": 15,
"alnum_prop": 0.7111111111111111,
"repo_name": "raccoongang/socraticqs2",
"id": "3d7ca2efd5a056c4596c4bee1a07be682669af7a",
"size": "61",
"binar... |
import { Component, Input, OnChanges } from '@angular/core';
import { TrackInfo } from './model/trackinfo';
import * as myGlobals from '../globals';
@Component({
selector: 'tnt-event-data',
templateUrl: './tnt-event-data.component.html',
styleUrls: ['./tnt-event-data.component.css']
})
expor... | {
"content_hash": "6e8dad117d9b0548a1db98df76176e20",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 127,
"avg_line_length": 36.79661016949152,
"alnum_prop": 0.6126209120221097,
"repo_name": "nimble-platform/frontend-service",
"id": "97069606e38f3a434e7ec472958f45c076d71468"... |
var fs = require('fs-extra');
var http = require('http'); // http protocol
var https = require('https'); // https protocol
var Mongo = require('mongodb').MongoClient;
var express = require('express'); // web server
var expressValidator = require('express-validator');
var cookieParser = require('coo... | {
"content_hash": "adb23ed2afd1c6af0e5cf71daf6232aa",
"timestamp": "",
"source": "github",
"line_count": 337,
"max_line_length": 223,
"avg_line_length": 27.958456973293767,
"alnum_prop": 0.6308639354701762,
"repo_name": "4ked/TRNZT",
"id": "af5ab79d081c4a69c4041995778d148d4763105a",
"size": "9422",
... |
<?php
/**
* Subclass for representing a row from the 'author' table.
*
*
*
* @package lib.model
*/
class Author extends BaseAuthor
{
/**
* Initializes internal state of Author object.
* @see parent::__construct()
*/
public function __construct()
{
// Make sure that parent const... | {
"content_hash": "fb94a1b35a4b25a8437f826f6ed72e1c",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 68,
"avg_line_length": 18.75,
"alnum_prop": 0.6076190476190476,
"repo_name": "hybmg57/jobeet",
"id": "ac96be3d311b87731b73c612e35b84af471da02d",
"size": "525",
"binary": ... |
#include "EqualityConditionNSL.hpp"
EqualityConditionNSL::EqualityConditionNSL(unsigned int size): NonSmoothLaw(size)
{}
EqualityConditionNSL::~EqualityConditionNSL()
{}
| {
"content_hash": "8423c0eb4207428559b9da01fd8f0bdb",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 81,
"avg_line_length": 17.5,
"alnum_prop": 0.8057142857142857,
"repo_name": "siconos/siconos",
"id": "b3634acb40b42a7ffd48a9d31ade8ebd31711546",
"size": "865",
"binary": ... |
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src#" full="V8JsException" namespace="" name="V8JsException">
<extends name="Exception" full="Exception"/>
<member name="JsFileName" static="false" visibility="protected">
<default>null</default>
<docblock>
<description compac... | {
"content_hash": "fa71f2bad889d33cb49a5a04bc497577",
"timestamp": "",
"source": "github",
"line_count": 134,
"max_line_length": 99,
"avg_line_length": 33.007462686567166,
"alnum_prop": 0.6389328510061044,
"repo_name": "rxz135cc/yii2webApp",
"id": "2e4264df35d4313fa518a6f562bde377013dbf44",
"size": ... |
FROM balenalib/artik520-debian:buster-run
ENV Logging__Console__FormatterName=Json
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
... | {
"content_hash": "cd7255e16d54f5814bfeab5f21824262",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 679,
"avg_line_length": 54.172413793103445,
"alnum_prop": 0.7154678548695098,
"repo_name": "resin-io-library/base-images",
"id": "a9e18a00f8fa02a940f5c1da99a2327ed12ef00a",
... |
@extends('spark::layouts.app')
@section('scripts')
<script src="https://js.braintreegateway.com/v2/braintree.js"></script>
@endsection
@section('content')
<spark-register-braintree inline-template>
<div>
<div class="spark-screen container">
<!-- Common Register Form Contents -->
... | {
"content_hash": "18ed39a17053fa349cb4b11f2a250c62",
"timestamp": "",
"source": "github",
"line_count": 86,
"max_line_length": 134,
"avg_line_length": 52.08139534883721,
"alnum_prop": 0.3795490064746595,
"repo_name": "nikolayru011/spark",
"id": "0dcecb320e5024ecdab9b2e0b38767488b6b495f",
"size": "4... |
package main.java.GarageAssistantApp.RepositoriesPackage;
import main.java.GarageAssistantApp.EntityPackage.Account;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import java.util.List;
/**
* Created by Mati on 2016-11-05.
*/
@Repository
public interfa... | {
"content_hash": "57b2cb1109b22b41891d8866a5009e8d",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 74,
"avg_line_length": 28.176470588235293,
"alnum_prop": 0.8100208768267223,
"repo_name": "mati29/GarageAssistant",
"id": "2ba2224b44593f8997704a0fdbe9d7070b2c4329",
"size"... |
// Copyright (c) Dapplo and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Dapplo.Windows.Input.Enums;
using Dapplo.Windows.Input.Structs;
namespace Dapplo.Windows.Input.Keyboard;
/// <summary>
/// This is a utility c... | {
"content_hash": "fb7de08d74012db27e6a65a93ac8a170",
"timestamp": "",
"source": "github",
"line_count": 83,
"max_line_length": 101,
"avg_line_length": 36.46987951807229,
"alnum_prop": 0.6564255037991411,
"repo_name": "dapplo/Dapplo.Windows",
"id": "b8d994bae2d14a69efd1c32c64c16b260092cf7f",
"size":... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace PollSystem.Web
{
public partial class Login : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
} | {
"content_hash": "bfc3d860f67b7318308f45280c6e790c",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 60,
"avg_line_length": 18.529411764705884,
"alnum_prop": 0.6825396825396826,
"repo_name": "YaneYosifov/TelerikAcademy",
"id": "b7e08e96609a2a9b75f7c622c0a92d53717a4222",
"s... |
package org.apache.ignite.internal.processors.query.h2.sql;
import java.util.*;
/**
* Query parameter.
*/
public class GridSqlParameter extends GridSqlElement implements GridSqlValue {
/** Index. */
private int idx;
/**
* @param idx Index.
*/
public GridSqlParameter(int idx) {
s... | {
"content_hash": "eb33f45f2746b3daa212d9921604c82a",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 78,
"avg_line_length": 17.121951219512194,
"alnum_prop": 0.5455840455840456,
"repo_name": "louishust/incubator-ignite",
"id": "fc716592cc4517fffea4ab9b8924f143fa9d7cdc",
"s... |
package org.springframework.boot.actuate.autoconfigure.cloudfoundry;
import java.util.Arrays;
import java.util.LinkedHashSet;
import java.util.Set;
import org.springframework.boot.actuate.autoconfigure.endpoint.EndpointWebMvcAutoConfiguration;
import org.springframework.boot.actuate.cloudfoundry.CloudFoundryEndpoin... | {
"content_hash": "4e1f270f9e0df3020a7132398659610c",
"timestamp": "",
"source": "github",
"line_count": 118,
"max_line_length": 99,
"avg_line_length": 43.55084745762712,
"alnum_prop": 0.8375170266588831,
"repo_name": "bjornlindstrom/spring-boot",
"id": "2cc70cdce81ffa713df37d7281c0d14ef8dc1ffd",
"s... |
import * as moment from 'moment';
import * as _ from 'lodash';
import { PickerColumn } from 'ionic-angular';
import { MultiPickerType, IMomentObject } from '../../../src/components/multi-picker/multi-picker-types';
export interface IMomentFakeObject extends IMomentObject {
fakeMinutes?: number,
fakeHours?: number... | {
"content_hash": "8caba65bca0e7e11712b509d8c4081dd",
"timestamp": "",
"source": "github",
"line_count": 131,
"max_line_length": 105,
"avg_line_length": 34.42748091603053,
"alnum_prop": 0.6341463414634146,
"repo_name": "byzg/ion2-datetime-picker",
"id": "f6eb2193f0dafc7fefc6fadfc326479a2e9849aa",
"s... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "bc12ce4b509aad90b19ba0f69285c1a2",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "2b8a4a11f3f6dbed46c09ac2cb5f6050ad3569bf",
"size": "194... |
using System;
using NClang.Natives;
using System.Linq;
using System.Runtime.InteropServices;
using SystemLongLong = System.Int64;
using SystemULongLong = System.UInt64;
using CXString = NClang.ClangString;
namespace NClang
{
public class ClangComment
{
CXComment source;
internal ClangComment (CXComment source... | {
"content_hash": "978e8a4dc6ba9e6b4fe952139c8bbdd4",
"timestamp": "",
"source": "github",
"line_count": 163,
"max_line_length": 94,
"avg_line_length": 29.085889570552148,
"alnum_prop": 0.7466779160514659,
"repo_name": "atsushieno/nclang",
"id": "11e0ef898468c4ef27ab336613836b2027d6b6a0",
"size": "4... |
namespace LmpCommon.Message.Types
{
public enum LockMessageType
{
ListRequest = 0,
ListReply = 1,
Acquire = 2,
Release = 3
}
} | {
"content_hash": "cc2d57edc34c78e70467f206fc25a6b0",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 34,
"avg_line_length": 17.1,
"alnum_prop": 0.543859649122807,
"repo_name": "gavazquez/LunaMultiPlayer",
"id": "cf4d4dfa868440358bd3c20a81883e161a980f66",
"size": "173",
"... |
id: RHEL-07-030523
status: implemented
tag: auditd
---
The tasks add a rule to auditd that logs each time a user manages the
configuration files for ``sudo``.
Deployers can opt-out of this change by setting an Ansible variable:
.. code-block:: yaml
security_rhel7_audit_sudo_config_changes: no
| {
"content_hash": "0ecde0d54df6df539e0173180ce6a964",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 69,
"avg_line_length": 23.23076923076923,
"alnum_prop": 0.7483443708609272,
"repo_name": "major/openstack-ansible-security",
"id": "1d2c32ffc2b9b11364e1a4a95f00413574200710",... |
from src.base.test_cases import TestCases
class SortCharByFreqTestCases(TestCases):
def __init__(self):
super(SortCharByFreqTestCases, self).__init__()
self.__add_test_case__('Test 1', 'tree', ['eetr', 'eert'])
self.__add_test_case__('Test 2', 'cccaaa', ['cccaaa', 'aaaccc'])
self.... | {
"content_hash": "8e15238db396ed95c2bad5496fae3286",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 72,
"avg_line_length": 39.54545454545455,
"alnum_prop": 0.5770114942528736,
"repo_name": "hychrisli/PyAlgorithms",
"id": "a300c5e6eed2eea909643e47a031632441615955",
"size":... |
<?php
namespace Craft;
class GuestEntriesEmailPlugin extends BasePlugin
{
//private $_customLinks;
public function init()
{
craft()->on('guestEntries.onSuccess', function(GuestEntriesEvent $event) {
// get entry object
$entryModel = $event->params['entry'];
$sectionId = $entryModel['attrib... | {
"content_hash": "c53a42c421315ae0ebf16ba4cac23c3e",
"timestamp": "",
"source": "github",
"line_count": 161,
"max_line_length": 108,
"avg_line_length": 31.52173913043478,
"alnum_prop": 0.5499507389162561,
"repo_name": "Sprokets/Craft-Guest-Entries-Email-Notification",
"id": "a46251797a6952cc587d981a7... |
require 'pact_broker/domain/webhook_request'
module PactBroker
module Webhooks
class HttpRequestWithRedactedHeaders < SimpleDelegator
def to_hash
__getobj__().to_hash.each_with_object({}) do | (key, values), new_hash |
new_hash[key] = redact?(key) ? ["**********"] : values
end
... | {
"content_hash": "af99caee1c677348c8ffa9b711e3ffb0",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 97,
"avg_line_length": 25.38095238095238,
"alnum_prop": 0.5928705440900562,
"repo_name": "tancnle/pact_broker",
"id": "a6fd468aed167f4823be4f47bcda90098a930616",
"size": "5... |
// mitk includes
#include <mitkImage.h>
#include <mitkImageDataItem.h>
#include <mitkImageCast.h>
#include "mitkItkImageFileReader.h"
#include <mitkTestingMacros.h>
#include <mitkImageStatisticsHolder.h>
#include "mitkImageGenerator.h"
#include "mitkImageReadAccessor.h"
#include "mitkException.h"
// itk includes
#in... | {
"content_hash": "8bc96ae09e5aa3ab7ace981655038765",
"timestamp": "",
"source": "github",
"line_count": 483,
"max_line_length": 216,
"avg_line_length": 43.29606625258799,
"alnum_prop": 0.6996939556235654,
"repo_name": "nocnokneo/MITK",
"id": "5e6f003e50eaebebebfc8e22aecfc580c838e221",
"size": "2141... |
<?php
namespace UserBundle\Forms;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\Form\Extension\Core\Type\PasswordType;
use Symfony\Component\Form\Extension\Core\Type\RepeatedType;
use Symfony\Component\Form\Extension\Core\Type\TextType;
use Symfony\Com... | {
"content_hash": "4b8164a8f8f449d0d6217728ecea64f5",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 76,
"avg_line_length": 28.61111111111111,
"alnum_prop": 0.6883495145631068,
"repo_name": "inoGiot/ino",
"id": "2dff3d3cf7f394f37762cf5ea5b4bfbc9704ac2b",
"size": "1030",
... |
#pragma once
#include "../system.h"
#include "../Template/Common.h"
#include "../memory/MemoryOps.h"
#include "../memory/Pointer.h"
namespace Everest
{
template <class _Tree>
class TreeIterator
{
//typedefs
typedef TreeIterator<_Tree> _MyT;
typedef typename _Tree::ValueType ValueType;
typedef typename ... | {
"content_hash": "e67d621aad152a827dd06ae21b23a822",
"timestamp": "",
"source": "github",
"line_count": 1093,
"max_line_length": 95,
"avg_line_length": 19.7035681610247,
"alnum_prop": 0.5709509658246656,
"repo_name": "everest3d/boxyto",
"id": "ece2e6f28b664f4578d1348368bbaf303015b427",
"size": "227... |
<!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_27) on Sat Oct 06 03:04:46 EDT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
Uses of Class org.apache.solr.upd... | {
"content_hash": "b304cf29486e9e61099845564a9e0b1b",
"timestamp": "",
"source": "github",
"line_count": 159,
"max_line_length": 225,
"avg_line_length": 40.25157232704402,
"alnum_prop": 0.604375,
"repo_name": "BibAlex/bhl_rails_solr",
"id": "66669ffded2903cd1bd4b63581c7d329bc70f2d9",
"size": "6400",... |
title: State Geographic Information Database (SGID) Data Sharing Agreement
layout: page_nocrumb
author:
display_name: UGRC Office
email: ugrc@utah.gov
tags:
- license
- policy
categories: []
date: 2021-07-14 17:00:00 -0700
---
## Applicability
{: .text-left}
The following Data Sharing Agreement applies to all... | {
"content_hash": "80f0b0bad34aacb53f167ec8e30320a3",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 554,
"avg_line_length": 67.11864406779661,
"alnum_prop": 0.7823232323232323,
"repo_name": "agrc/agrc.github.io",
"id": "534e05607ba308d142357d2c133f3ce43338b794",
"size": "... |
package org.apache.jackrabbit.oak.scalability.benchmarks.search;
import java.util.Calendar;
import java.util.TimeZone;
import javax.annotation.Nonnull;
import javax.jcr.Node;
import javax.jcr.Property;
import javax.jcr.RepositoryException;
import javax.jcr.query.Query;
import javax.jcr.query.QueryManager;
import jav... | {
"content_hash": "623a3328091747d5b26d53a07735f8ac",
"timestamp": "",
"source": "github",
"line_count": 84,
"max_line_length": 94,
"avg_line_length": 32.92857142857143,
"alnum_prop": 0.6529284164859002,
"repo_name": "FlakyTestDetection/jackrabbit-oak",
"id": "d16925c1bbf080a58f285ffc762d7018eca392fd"... |
{% extends "base.html" %}
{% load i18n %}
{% block h_title %}Clan-panel plans and pricing{% endblock %}
{% block content %}
<h2>Clan-panel pricing</h2>
<p>
Clan-panel is completely free to start. But for those who need more, the Base and Premium plans delivers more features at a great value.
</p>
<div class="table... | {
"content_hash": "b60dc7f7565068064b97f22306cd00e8",
"timestamp": "",
"source": "github",
"line_count": 80,
"max_line_length": 137,
"avg_line_length": 27.4625,
"alnum_prop": 0.6426945835229859,
"repo_name": "vb64/clan.panel.i18n",
"id": "76dcd9767315fa4de8cf2e24b85754f1473d7597",
"size": "2197",
... |
using System.Collections.Generic;
using System.Collections.ObjectModel;
namespace Raml.Parser.Expressions
{
public class RamlDocument
{
private readonly IDictionary<string, object> dynamicRaml;
public RamlDocument()
{
Resources = new Collection<Resource>();
Documentation = new Collection<DocumentationI... | {
"content_hash": "c22edb481867956b539fed65f8ef4c46",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 87,
"avg_line_length": 30.80701754385965,
"alnum_prop": 0.7306378132118451,
"repo_name": "giserh/raml-dotnet-parser",
"id": "42058dcbca5aa53283326ce9ddd77ef2af490df9",
"siz... |
package com.vladmihalcea.book.hpjp.hibernate.inheritance.discriminator.description;
import java.util.Date;
import jakarta.persistence.DiscriminatorValue;
import jakarta.persistence.Entity;
import jakarta.persistence.Table;
import jakarta.persistence.Temporal;
import jakarta.persistence.TemporalType;
/**
* @author Vl... | {
"content_hash": "a010647c119a0e3dc53fe3e3f3dbc965",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 83,
"avg_line_length": 22.964285714285715,
"alnum_prop": 0.7931570762052877,
"repo_name": "vladmihalcea/high-performance-java-persistence",
"id": "594cb6d4b622b4123085d355699... |
from __future__ import print_function
import os
from . import py3k_compat as pickle
import numpy as np
def pickle_results(filename=None, verbose=True):
"""Generator for decorator which allows pickling the results of a funcion
Pickle is python's built-in object serialization. This decorator, when
used o... | {
"content_hash": "8afd6c4a65d0ad2afd33d6ed0c508a2a",
"timestamp": "",
"source": "github",
"line_count": 101,
"max_line_length": 77,
"avg_line_length": 37.05940594059406,
"alnum_prop": 0.5153620090836227,
"repo_name": "kcavagnolo/astroML",
"id": "7dc0a239a6eeb818130d51aedb2f3ad7c2034908",
"size": "3... |
#ifndef _DT_BINDINGS_THERMAL_THERMAL_H
#define _DT_BINDINGS_THERMAL_THERMAL_H
/* On cooling devices upper and lower limits */
#define THERMAL_NO_LIMIT (~0)
#endif
| {
"content_hash": "120e94517ca732d70072e1a421e3d078",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 47,
"avg_line_length": 16.9,
"alnum_prop": 0.727810650887574,
"repo_name": "jrobhoward/SCADAbase",
"id": "b5e6b0069ac7703b927a0c040ffcbd764c1afd89",
"size": "342",
"binar... |
[xxaxxelxx/xx_account](https://index.docker.io/u/xxaxxelxx/xx_account/)
## Synopsis
This repo is the base for an [automated docker build](https://hub.docker.com/r/xxaxxelxx/xx_account/) and is part of a dockerized distributed streaming system consisting of following elements:
* [xxaxxelxx/xx_account](https://github.co... | {
"content_hash": "29c43b5e50131066f647f31e6082a1b9",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 192,
"avg_line_length": 60.31428571428572,
"alnum_prop": 0.7759355755566082,
"repo_name": "xxaxxelxx/xx_sshdepot",
"id": "a5d82b547ee59898a95aab63adb4fbc5f62986bb",
"size":... |
package com.ttdevs.superimageview;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
... | {
"content_hash": "510463034b77d022b4d40ace7e493939",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 93,
"avg_line_length": 27.384615384615383,
"alnum_prop": 0.7528089887640449,
"repo_name": "b2b2244424/SuperImageView",
"id": "83f0bd7e078c3777b61ebe6971f3e63586c1819a",
"si... |
/// Copyright (c) 2012 Ecma International. All rights reserved.
/// Ecma International makes this code available under the terms and conditions set
/// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// "Use Terms"). Any redistribution of this code must retain the above
/// copyrigh... | {
"content_hash": "77199abcb394e11b512973aa31dcd09d",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 114,
"avg_line_length": 31.542857142857144,
"alnum_prop": 0.5788043478260869,
"repo_name": "hippich/typescript",
"id": "f2869ff6d63209c2be9344234cd851e1853e6b6b",
"size": "... |
module.exports = function(config){
config.set({
basePath : './',
files : [
'demo/client/app/bower_components/angular/angular.js',
'demo/client/app/bower_components/angular-route/angular-route.js',
'demo/client/app/bower_components/angular-aria/angular-aria.js',
'demo/client/app/bower... | {
"content_hash": "e2a3cc66367135cfc0cba95ef12d7992",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 78,
"avg_line_length": 25.228571428571428,
"alnum_prop": 0.5922989807474519,
"repo_name": "christianacca/angular-cc-servercaches",
"id": "f8570ece7d0d52d17d103614cb7c5b60f084... |
/**
* @license AngularJS v1.0.6
* (c) 2010-2012 Google, Inc. http://angularjs.org
* License: MIT
*/
(function(window, document, undefined) {
'use strict';
////////////////////////////////////
/**
* @ngdoc function
* @name angular.lowercase
* @function
*
* @description Converts... | {
"content_hash": "42a3c06fd481ef80a8849634b5ce3c3b",
"timestamp": "",
"source": "github",
"line_count": 15523,
"max_line_length": 170,
"avg_line_length": 38.73806609547124,
"alnum_prop": 0.4828754878760616,
"repo_name": "diesire/mood",
"id": "9337ba711feb06406263838d8529a5ee083cddcf",
"size": "6015... |
<?php
/**
* Generates human readable output from an PHP_CodeCoverage object.
*
* The output gets put into a text file our written to the CLI.
*
* @since Class available since Release 1.1.0
*/
class PHP_CodeCoverage_Report_Text
{
protected $lowUpperBound;
protected $highLowerBound;
protected $showUnc... | {
"content_hash": "9d984e493d75e1335c09f7a065c84aca",
"timestamp": "",
"source": "github",
"line_count": 239,
"max_line_length": 164,
"avg_line_length": 34.82426778242678,
"alnum_prop": 0.4928511354079058,
"repo_name": "StephaneTrebel/iadv",
"id": "72b7a71c072615aa5042cd01e32888f607001842",
"size": ... |
#pragma once
#include <aws/guardduty/GuardDuty_EXPORTS.h>
#include <aws/guardduty/model/PermissionConfiguration.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
namespace Aws
{
namespace Utils
{
namespace Json
{
class JsonValue;
class JsonView;
} // namespace Json
} // namespace Utils
name... | {
"content_hash": "1d51cc4c2f8309aacd7cf65e1fe98bb9",
"timestamp": "",
"source": "github",
"line_count": 135,
"max_line_length": 169,
"avg_line_length": 34.407407407407405,
"alnum_prop": 0.7080731969860065,
"repo_name": "awslabs/aws-sdk-cpp",
"id": "0295a68b62a080455783c067d109e06f39352f76",
"size":... |
ACCEPTED
#### According to
NUB Generator [autonym]
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "fd311f47c71f5fafb8d5ec85a635ee31",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 23,
"avg_line_length": 9.076923076923077,
"alnum_prop": 0.6779661016949152,
"repo_name": "mdoering/backbone",
"id": "8343ea579899155368ba870b3de656e81c0cf2e1",
"size": "172... |
The calculator can be checked [here](https://codepen.io/rkpattnaik780/full/QgLMJa/) | {
"content_hash": "d4231c71ffa80a998504feb332ebb890",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 83,
"avg_line_length": 83,
"alnum_prop": 0.7951807228915663,
"repo_name": "vansjyo/Hacktoberfest-2k17",
"id": "55ca77853da721dc33cc3b42733c9a34508496a3",
"size": "147",
"b... |
using System;
using NUnit.Framework.Internal;
namespace NUnit.Framework.Constraints
{
public abstract class ConstraintTestBaseNoData
{
protected Constraint TheConstraint;
protected string ExpectedDescription = "<NOT SET>";
protected string StringRepresentation = "<NOT SET>";
[T... | {
"content_hash": "6312afa30b111669297f3fa885690ec4",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 84,
"avg_line_length": 33.370370370370374,
"alnum_prop": 0.6276359600443951,
"repo_name": "JustinRChou/nunit",
"id": "bbcddc6167394fe3ef69c22c456e96f6ea34da90",
"size": "30... |
package com.adobe.internal.fxg.dom;
import com.adobe.fxg.dom.FXGNode;
/**
* A marker interface to denote that an FXG node represents a type of transform.
*/
public interface TransformNode extends FXGNode
{
/**
* An id attribute provides a well defined name to a transform node.
* @return the node id... | {
"content_hash": "87645d354489c8bfa087d3fb16240563",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 81,
"avg_line_length": 21.08695652173913,
"alnum_prop": 0.6453608247422681,
"repo_name": "adufilie/flex-sdk",
"id": "797036fb4009b5e5b2be89ae7d147039828b16c1",
"size": "130... |
<!doctype html>
<html>
<head>
<link rel="shortcut icon" href="static/images/favicon.ico" type="image/x-icon">
<title>Separator (Closure Library API Documentation - JavaScript)</title>
<link rel="stylesheet" href="static/css/base.css">
<link rel="stylesheet" href="static/css/doc.css">
<link rel="stylesheet" ... | {
"content_hash": "3064f473a2a1047067edfb371d864f3e",
"timestamp": "",
"source": "github",
"line_count": 7837,
"max_line_length": 504,
"avg_line_length": 24.064437922674493,
"alnum_prop": 0.608511450584062,
"repo_name": "yesudeep/puppy",
"id": "aaf1fdeb038221830698bd8ed6a5a0d5eeaed1b3",
"size": "188... |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../includes/main.css" type="text/css">
<l... | {
"content_hash": "c3649682cf6f7943150647e39a83653a",
"timestamp": "",
"source": "github",
"line_count": 187,
"max_line_length": 320,
"avg_line_length": 41.63101604278075,
"alnum_prop": 0.6742453436095055,
"repo_name": "terbolous/cloudstack-www",
"id": "68e5daec49460382d01b061836111f9affe4cc75",
"si... |
FROM rocker/verse:3.3.1
RUN apt-get update && apt-get -y install --no-install-recommends jekyll ruby-rouge
WORKDIR /home/rstudio
EXPOSE 4000
ENV SERVE TRUE
CMD Rscript -e "dirs = c('.', 'readings', 'assignments', 'lectures'); servr::jekyll('website', serve=$SERVE, input = dirs, output = dirs, host = '0.0.0.0', port=... | {
"content_hash": "964e95f40ec565caf82dac0f72203582",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 167,
"avg_line_length": 32.9375,
"alnum_prop": 0.6888045540796964,
"repo_name": "ds421/rcds",
"id": "2ddab82a8672a7966b744cb00a3e860d46f990f5",
"size": "527",
"binary": f... |
<?php
namespace Werkspot\Bundle\StatsdBundle\Event;
use Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher;
use Symfony\Component\EventDispatcher\Event;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Werkspot\Bundle\Stat... | {
"content_hash": "b7901682d947fabfbbffcde1b1a60a23",
"timestamp": "",
"source": "github",
"line_count": 115,
"max_line_length": 88,
"avg_line_length": 26.252173913043478,
"alnum_prop": 0.6608148393507784,
"repo_name": "Werkspot/statsd-bundle",
"id": "47e83b2dcaaf9e01f3d0ec553c729d19d963396c",
"size... |
import collections
from .. import scalartypes as scalars
from .. import ir
def allocateRequiredConstants(pool, long_irs):
# see comments in writebytecode.finishCodeAttrs
# We allocate the constants pretty much greedily. This is far from optimal,
# but it shouldn't be a big deal since this code is almost n... | {
"content_hash": "eeab938778b87f2b586c361f657397f6",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 85,
"avg_line_length": 39.70967741935484,
"alnum_prop": 0.5934199837530463,
"repo_name": "tp7309/AndroidOneKeyDecompiler",
"id": "60f77e73a6cf2d6eace32d6124a394e63d7a0477",
... |
ACCEPTED
#### According to
World Register of Marine Species
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "33cb5edf44fb825af55aa14759ddf8f3",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 32,
"avg_line_length": 9.76923076923077,
"alnum_prop": 0.7007874015748031,
"repo_name": "mdoering/backbone",
"id": "f257cbc09bbb280ba51300b3492afeeac032aed6",
"size": "178"... |
package com.intellij.xdebugger.impl.evaluate.quick.common;
import com.intellij.codeInsight.hint.HintManager;
import com.intellij.codeInsight.hint.HintManagerImpl;
import com.intellij.codeInsight.hint.HintUtil;
import com.intellij.codeInsight.navigation.NavigationUtil;
import com.intellij.openapi.diagnostic.Logger;
im... | {
"content_hash": "99e083ea9c5b083c45077d5adff31c5c",
"timestamp": "",
"source": "github",
"line_count": 246,
"max_line_length": 138,
"avg_line_length": 34.146341463414636,
"alnum_prop": 0.6953571428571429,
"repo_name": "ernestp/consulo",
"id": "c24ce74df1c66b34cf21486f23f3b0f18e719c9c",
"size": "90... |
<?php
namespace app\controllers;
use Yii;
use yii\filters\AccessControl;
use yii\web\Controller;
use yii\filters\VerbFilter;
use app\models\LoginForm;
use app\models\ContactForm;
class SiteController extends Controller
{
/**
* @inheritdoc
*/
public function behaviors()
{
return [
... | {
"content_hash": "97ec031fdc7cdbea86891b6d2887ccdb",
"timestamp": "",
"source": "github",
"line_count": 188,
"max_line_length": 107,
"avg_line_length": 22.069148936170212,
"alnum_prop": 0.4485418173053748,
"repo_name": "zickkeen/KopApp",
"id": "8f89f99de3f1a5b35ff85ad9338eecb40b042491",
"size": "41... |
// Copyright (c) 2022, WNProject Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// clang-format off
#include "ElementTextSelection.h"
#include "WidgetTextInput.h"
namespace Rocket {
namespace Controls {
ElementTextSelection::El... | {
"content_hash": "693b5acac6cea6c29d243212278ffffc",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 80,
"avg_line_length": 27.837209302325583,
"alnum_prop": 0.7293233082706767,
"repo_name": "WNProject/WNFramework",
"id": "30eab42ce851576ae556e2ddc349fc886d994e6a",
"size":... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "a8c04294f95474a1e490d93408b9757f",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "5c4e160617670322a368be5a63218a7963594fe2",
"size": "18... |
namespace Cosmos.Assembler {
public class Label : Instruction {
public string Comment
{
get
{
return mComment;
}
}
private readonly string mComment;
public Label(string aName, bool isGlobal = false)
: this(aName, string.Em... | {
"content_hash": "173a2c2c6ebcdf31fc66066001e2149e",
"timestamp": "",
"source": "github",
"line_count": 92,
"max_line_length": 105,
"avg_line_length": 26.01086956521739,
"alnum_prop": 0.5390722941913916,
"repo_name": "Cyber4/Cosmos",
"id": "8c4f9372f33963c3d48aed1b88dc69e3def4e856",
"size": "2395",... |
title: Make Links Navigatable with HTML Access Keys
localeTitle: Сделать ссылки навигационными с ключами доступа к HTML
---
## Сделать ссылки навигационными с ключами доступа к HTML
Следуя инструкциям: Добавьте атрибут accesskey к обоим ссылкам и установите первый для «g» (для Гарфилда), а второй - «c» (для Chuck Norr... | {
"content_hash": "37f0f81e4d2fdb2c020e3b8d9342ccdc",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 166,
"avg_line_length": 43.4375,
"alnum_prop": 0.7410071942446043,
"repo_name": "otavioarc/freeCodeCamp",
"id": "7f6a3e1feb6cf0c36e8b90831532336a5de3da91",
"size": "1010",
... |
import ctypes
import windows.generated_def as gdef
from ..apiproxy import ApiProxy, NeededParameter
from ..error import fail_on_zero, no_error_check
class User32Proxy(ApiProxy):
APIDLL = "user32"
default_error_check = staticmethod(fail_on_zero)
# Window
@User32Proxy()
def EnumWindows(lpEnumFunc, lParam):
... | {
"content_hash": "a9d87bae10ed15063317c9c845be8aec",
"timestamp": "",
"source": "github",
"line_count": 119,
"max_line_length": 105,
"avg_line_length": 31.57983193277311,
"alnum_prop": 0.7783395423097392,
"repo_name": "hakril/PythonForWindows",
"id": "98b16bc037d03c527f48a224565465096739ed6e",
"siz... |
C AUTHORS: MIKE MYERS AND LUCIA SPAGNUOLO
C DATE: MAY 8, 1989
C Variables:
C SCORE -> an array of test scores
C SUM -> sum of the test scores
C COUNT -> counter of scores read in
C I -> loop counter
REAL FUNCTION COMPAV(SCORE,C... | {
"content_hash": "c7c9de8d4bef2b393b683f2654b8b4c3",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 56,
"avg_line_length": 27.295454545454547,
"alnum_prop": 0.4687760199833472,
"repo_name": "OS2World/DEV-FORTRAN-UTIL-ftnchek",
"id": "4defec6da4d6e15452c7cebebf8d5364d2ecd9d7... |
//
// ActivityDetailViewController.m
// iZJU
//
// Created by 爱机 on 12-9-9.
// Copyright (c) 2012年 __MyCompanyName__. All rights reserved.
//
#import "ActivityDetail.h"
#import "ActivityDetailCell.h"
#import "SVProgressHUD.h"
@interface ActivityDetail ()
@end
@implementation ActivityDetail
@synthesize tableView... | {
"content_hash": "68e37c2c17315fc69f2c960d6f8b9868",
"timestamp": "",
"source": "github",
"line_count": 192,
"max_line_length": 105,
"avg_line_length": 26.84375,
"alnum_prop": 0.6255335661622041,
"repo_name": "iOS-Applications/iZJU",
"id": "dbc1d2d71dab199f65129f044c84ecf2c2b3418a",
"size": "5238",... |
//
// AppController.m
// b-music
//
// Created by Sergey P on 01.10.13.
// Copyright (c) 2013 Sergey P. All rights reserved.
//
// 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 witho... | {
"content_hash": "990e3ac0e40eb0d2f77a4c0ffca48bbb",
"timestamp": "",
"source": "github",
"line_count": 979,
"max_line_length": 161,
"avg_line_length": 37.36772216547497,
"alnum_prop": 0.6384932892327038,
"repo_name": "Serjip/b-music",
"id": "7b53070f4998ca8ab5bf9d439b96e23387113b77",
"size": "3658... |
require 'spec_helper'
describe 'apache::mod::dev', :type => :class do
[
['RedHat', '6'],
['Debian', '6'],
['FreeBSD', '9'],
].each do |osfamily, operatingsystemrelease|
if osfamily == 'FreeBSD'
let :pre_condition do
'include apache::package'
end
end
context "on a #{osfa... | {
"content_hash": "81d37ad0a51e6cae22e79009e719d648",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 60,
"avg_line_length": 24.26086956521739,
"alnum_prop": 0.53584229390681,
"repo_name": "HTML24/FoosLeader",
"id": "eee0bb1fa608dd78c3f367aed96c39a1ce71f604",
"size": "558",... |
//
// NSDictionary+Additions.h
#import <Foundation/Foundation.h>
@interface NSDictionary (Additions)
- (id)lastObject;
@end
| {
"content_hash": "d41164d7829fdf76abd7f627de991ff9",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 35,
"avg_line_length": 11.818181818181818,
"alnum_prop": 0.7230769230769231,
"repo_name": "AlexandrKurochkin/iOSTools",
"id": "87dff4e0b58fc1f1d5b5ee9247eea7b21054c598",
"s... |
$(document).ready(function() {
console.log('jQuery is loaded');
}); | {
"content_hash": "118a83b02dbef558b8e8e6c7adc038f5",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 36,
"avg_line_length": 23.666666666666668,
"alnum_prop": 0.6338028169014085,
"repo_name": "gianpaj/pomodoro",
"id": "4c24363fe2ed990a3afe080b36f8f90d254a3ece",
"size": "71",... |
"""
core.configs
"""
__author__ = 'Rnd495'
__all__ = ['Configs', 'ConfigsError']
import os
import json
# check "config/now.conf"
# if not exists, create by copying "config/default.conf" to "config/now.conf"
ROOT_PATH = os.path.split(os.path.split(__file__)[0])[0]
CONFIG_PATH_NOW = os.path.join(ROOT_PATH, "config/now... | {
"content_hash": "3ddd8fcd283098c9368306493dc797be",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 97,
"avg_line_length": 32.60526315789474,
"alnum_prop": 0.5585149313962873,
"repo_name": "SakuraSa/TenhouLoggerX",
"id": "fb8d38a9d4279160b1b528e866dd9747833490dc",
"size":... |
package de.codecentric.ebss.model;
public class Recipient {
private String firstName;
private String lastName;
private Address invoiceAdress;
private Address deliveryAdress;
public Recipient(String firstName, String lastName, Address invoiceAdress, Address deliveryAdress) {
this.firstName = firstName;
this... | {
"content_hash": "8244beb6a0a22bda78d6f9121df3fb1f",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 101,
"avg_line_length": 24.75609756097561,
"alnum_prop": 0.7684729064039408,
"repo_name": "codecentric/event-based-shopping-system",
"id": "25225dc55ae2978d1b5b56016d1ef73501... |
<?php
namespace Stripe\Exception\OAuth;
/**
* InvalidGrantException is thrown when a specified code doesn't exist, is
* expired, has been used, or doesn't belong to you; a refresh token doesn't
* exist, or doesn't belong to you; or if an API key's mode (live or test)
* doesn't match the mode of a code or refresh ... | {
"content_hash": "e42656f6fb127f03a1416f40f9acf17d",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 76,
"avg_line_length": 30.076923076923077,
"alnum_prop": 0.7416879795396419,
"repo_name": "unaio/una",
"id": "898b3a77618525c9d322c71e82435605f4bf8433",
"size": "391",
"b... |
package prediction
// Copyright (c) Microsoft and contributors. All rights reserved.
//
// 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
//
// ... | {
"content_hash": "bf50a04503e39e6b4ee89aab06e0e26e",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 84,
"avg_line_length": 33.36363636363637,
"alnum_prop": 0.7068119891008174,
"repo_name": "sferich888/origin",
"id": "2f0051cfe5f59d74d686ebefd006e37a78b3b4cf",
"size": "183... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Wed Jul 17 13:50:51 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wildf... | {
"content_hash": "4dbd841db29de4c24f56cd5ddba39027",
"timestamp": "",
"source": "github",
"line_count": 227,
"max_line_length": 667,
"avg_line_length": 59.22907488986784,
"alnum_prop": 0.665823726292302,
"repo_name": "wildfly-swarm/wildfly-swarm-javadocs",
"id": "888633c32216ff9d3623945beaa17c3455472... |
import os.path
import sys
import logging
from typing import List
import pygame
from .scenes.loginscene import LoginScene
from .config import config
class Game:
def __init__(self):
self.logger = logging.getLogger(__name__)
pygame.init()
self._clock = pygame.time.Clock()
# TODO: ... | {
"content_hash": "0558f1cde2e644919a73a6264788249d",
"timestamp": "",
"source": "github",
"line_count": 90,
"max_line_length": 109,
"avg_line_length": 30.81111111111111,
"alnum_prop": 0.5106382978723404,
"repo_name": "XenGi/hacc",
"id": "df0793c7ab21c90dcbab1bf106f2de3783bd54a7",
"size": "2773",
... |
angular.module('ui.bootstrap.datepickerPopup', ['ui.bootstrap.datepicker', 'ui.bootstrap.position'])
.value('$datepickerPopupLiteralWarning', true)
.constant('uibDatepickerPopupConfig', {
altInputFormats: [],
appendToBody: false,
clearText: 'Clear',
closeOnDateSelection: true,
closeText: 'Done',
currentTe... | {
"content_hash": "2b739972ef29076bd95ac3497e92f7f3",
"timestamp": "",
"source": "github",
"line_count": 459,
"max_line_length": 288,
"avg_line_length": 31.664488017429193,
"alnum_prop": 0.6312783817256089,
"repo_name": "jcmosqued/quatroparedes",
"id": "318a9494407713f3499b7be5cfbf795acc17f59c",
"si... |
require 'rails_helper'
describe DateNotInFutureValidator do
let(:test_model) do
Class.new do
include ActiveModel::Validations
attr_accessor :date_attr
validates :date_attr, date_not_in_future: true
end
end
subject { test_model.new }
it 'passes when attribute is a valid date' do
... | {
"content_hash": "fbf0f6074d7a3b7c1b7949ffab8a590f",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 87,
"avg_line_length": 25.458333333333332,
"alnum_prop": 0.6890343698854338,
"repo_name": "evo2013/osra",
"id": "3b68826d00e411f1801b443c03ca75678ee058d5",
"size": "1222",
... |
module Ammado
# https://api.ammado.com/#FundraiserCoverEndpoint
class FundraiserCover < ApiResource
def create
File.open(api.default_images_folder + file_name) do |file|
file_postfix = file_name.split('.').last
upload_io_file = UploadIO.new(file, AMMADO_FILE_POSTFIX_TO_TYPE[file_postfix... | {
"content_hash": "32f1f679c59658234cb084d8f6c49b31",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 156,
"avg_line_length": 33.93939393939394,
"alnum_prop": 0.675,
"repo_name": "mxrguspxrt/ammado",
"id": "ffd6b7b02e8868e71f5d8ff7446e12073851b6ed",
"size": "1120",
"binar... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_31) on Wed Dec 17 20:48:13 PST 2014 -->
<title>BasicListUI.FocusHandler (Java Platform SE 8 )</title>
<meta name="date" content="2014-12-17">
<... | {
"content_hash": "1ae634cfb21c88f0337bcbdbc82a32ae",
"timestamp": "",
"source": "github",
"line_count": 331,
"max_line_length": 767,
"avg_line_length": 44.8821752265861,
"alnum_prop": 0.6531367797522887,
"repo_name": "fbiville/annotation-processing-ftw",
"id": "395190fd90dd8a28804ade0bbd5f73c13faa043... |
using VersionOne.SDK.APIClient;
namespace VersionOne.ServerConnector.Entities {
public class Link {
public const string OnMenuProperty = "OnMenu";
public const string UrlProperty = "URL";
public string Title { get; set; }
public string Url { get; set; }
public bool OnMenu {... | {
"content_hash": "ded86f2181091a691dfb543b1d87cdfc",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 117,
"avg_line_length": 35.458333333333336,
"alnum_prop": 0.5775558166862514,
"repo_name": "KellyKey/Sigma",
"id": "212c68953c51cc92d2b08376069b928494c04bb4",
"size": "1704... |
author: slowe
comments: true
date: 2008-11-07 10:45:11+00:00
layout: post
slug: where-is-bluebear-going-with-kodiak
title: Where is Bluebear Going with Kodiak?
wordpress_id: 1014
categories: Musing
tags:
- Linux
- Macintosh
- Virtualization
- VMware
- Windows
- Xen
---
I wouldn't go so far as to say that I broke the n... | {
"content_hash": "1837acf32ccf46ab8f80929dbcd9d136",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 828,
"avg_line_length": 94.33333333333333,
"alnum_prop": 0.7796567390206967,
"repo_name": "lowescott/lowescott.github.io",
"id": "be3e92d74804ea1582f0be0bde045667e5cef5bd",
... |
'use strict';
var altProperty = require('../../util/altproperty'),
sanitize = require('../../util/sanitize');
module.exports = {
'name': 'shutdown',
'exec': function (options, callback) {
var self = this;
if (!callback && typeof options === 'function') {
callback = options;
... | {
"content_hash": "edbc3aa2a800261be39a360d1bc68e16",
"timestamp": "",
"source": "github",
"line_count": 117,
"max_line_length": 129,
"avg_line_length": 38.53846153846154,
"alnum_prop": 0.4823685961410512,
"repo_name": "benurb/node-xl-wrapper",
"id": "ce10d5097ceb48290f6ad3ed3490b3de0c123bb1",
"size... |
require 'rails/generators/active_record'
module Dallal
module Generators
class NotificationGenerator < ActiveRecord::Generators::Base
source_root File.expand_path(File.join(File.dirname(__FILE__), 'templates'))
def notifications_table_name
"#{table_name.singularize}_notifications"
end
... | {
"content_hash": "2d3e844e190e97f57173b709bd1fe931",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 93,
"avg_line_length": 23.977272727272727,
"alnum_prop": 0.6350710900473934,
"repo_name": "laertispappas/dallal",
"id": "4d267ae2770291d5c7feed0116acc2a64cbd09d3",
"size": ... |
@interface RevealDetailViewController : UIViewController <UITableViewDataSource,UITableViewDelegate>
@end
| {
"content_hash": "870f79a7975dee53e3adace378740a32",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 100,
"avg_line_length": 35.666666666666664,
"alnum_prop": 0.8785046728971962,
"repo_name": "denty/unestsDemo",
"id": "233cc255f1f85e30e5fda48e0109a535891ea808",
"size": "281... |
class CommonNameMismatchHandler;
class Profile;
namespace base {
class Clock;
}
namespace content {
class RenderViewHost;
class WebContents;
}
// This class is responsible for deciding what type of interstitial to show for
// an SSL validation error. The display of the interstitial might be delayed by
// a few secon... | {
"content_hash": "63c6f8af6bf09ab9353a1c6a61ede44c",
"timestamp": "",
"source": "github",
"line_count": 125,
"max_line_length": 80,
"avg_line_length": 39.232,
"alnum_prop": 0.7106443719412724,
"repo_name": "ltilve/ChromiumGStreamerBackend",
"id": "30dfb4f4672b051bd8358b04b1c72e510c5e7d48",
"size": ... |
use super::Tokenizer;
use super::matcher::*;
use super::token::{Token, TokenType};
use std::str::Chars;
use std::rc::Rc;
pub fn lexer(data: &mut Chars) -> Lexer {
let tokenizer = Tokenizer::new(data);
let mut lexer = Lexer::new(tokenizer);
let eol = vec!["\n"].iter().map(|&x| x.to_string()).collect()... | {
"content_hash": "0af5e1ddb3784083dbcf9b6ec0ac011f",
"timestamp": "",
"source": "github",
"line_count": 135,
"max_line_length": 86,
"avg_line_length": 26.866666666666667,
"alnum_prop": 0.5017921146953405,
"repo_name": "snail-lang/snail",
"id": "9669cae7a36ebf2484fa94fa5d88b8e7192fd90b",
"size": "36... |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using Elasticsearch.Net;
using Newtonsoft.Json;
namespace Nest
{
[JsonConverter(typeof(IndicesMultiSyntaxJsonConverter))]
[DebuggerDisplay("{DebugDisplay,nq}")]
public class Indices : Union<Indices.AllIndicesMarker, Indices... | {
"content_hash": "ce5cb3e0d6a2e00d0ba85920067e68c3",
"timestamp": "",
"source": "github",
"line_count": 109,
"max_line_length": 137,
"avg_line_length": 36.48623853211009,
"alnum_prop": 0.7060598441035957,
"repo_name": "CSGOpenSource/elasticsearch-net",
"id": "ce4e53f326a6962d44f0a45d5158df2cecb2b9b6"... |
.class public interface abstract Lorg/xml/sax/ContentHandler;
.super Ljava/lang/Object;
.source "ContentHandler.java"
# virtual methods
.method public abstract characters([CII)V
.annotation system Ldalvik/annotation/Throws;
value = {
Lorg/xml/sax/SAXException;
}
.end annotation
.en... | {
"content_hash": "6d2ae349af3c985e2615c98390becaf1",
"timestamp": "",
"source": "github",
"line_count": 88,
"max_line_length": 117,
"avg_line_length": 27.136363636363637,
"alnum_prop": 0.6758793969849246,
"repo_name": "Liberations/Flyme5_devices_base_cm",
"id": "ef158b76ce73f29990c176c4d4e68841715a98... |
package tools;
import org.capcaval.lafabrique.lafab.LaFabCommands;
import prj.DefaultProject;
public class Build {
/**
* @param args
*/
public static void main(String[] args) {
LaFabCommands c = new LaFabCommands();
DefaultProject dp = new DefaultProject();
String cr = c.build(dp.getDefaultProject().get... | {
"content_hash": "0f3a18863c369f6df132e913f96b71d8",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 62,
"avg_line_length": 17.09090909090909,
"alnum_prop": 0.6968085106382979,
"repo_name": "CapCaval/ccProjects",
"id": "36b6f4cfcc73c981b990ff393d1f75d87c3e7416",
"size": "3... |
var assert = require('assert');
var ecstasy = require('../index.js');
describe('Engine', function() {
var engine;
beforeEach(function() {
engine = new ecstasy.Engine();
});
describe('#c() (registerComponent)', function() {
it('should return bit position of new component', function() {
for(var i =... | {
"content_hash": "cb34b938565608671ef699618106094a",
"timestamp": "",
"source": "github",
"line_count": 507,
"max_line_length": 80,
"avg_line_length": 32.21696252465483,
"alnum_prop": 0.5739561650544875,
"repo_name": "yoo2001818/ecstasy",
"id": "3f380ea29b0b8a11f20767b06dfdf7f8ade040d9",
"size": "1... |
package org.moe.gradle.tasks;
import org.gradle.api.GradleException;
import org.gradle.api.file.ConfigurableFileCollection;
import org.gradle.api.tasks.Input;
import org.gradle.api.tasks.InputFile;
import org.gradle.api.tasks.InputFiles;
import org.gradle.api.tasks.Internal;
import org.gradle.api.tasks.OutputFile;
i... | {
"content_hash": "809bcac6a35a412226d2d5d617cade88",
"timestamp": "",
"source": "github",
"line_count": 372,
"max_line_length": 117,
"avg_line_length": 36.986559139784944,
"alnum_prop": 0.6048404680572717,
"repo_name": "multi-os-engine/moe-plugin-gradle",
"id": "de0393156c759413e8fd37f0d7b3e337c7a567... |
#undef TARGET_FPMATH_DEFAULT
#define TARGET_FPMATH_DEFAULT (TARGET_SSE2 ? FPMATH_SSE : FPMATH_387)
#undef TARGET_SUBTARGET32_ISA_DEFAULT
#define TARGET_SUBTARGET32_ISA_DEFAULT \
(OPTION_MASK_ISA_MMX | OPTION_MASK_ISA_SSE | OPTION_MASK_ISA_SSE2)
| {
"content_hash": "133ed82593d2dcb4ebd649ccae429e2f",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 69,
"avg_line_length": 31.375,
"alnum_prop": 0.7609561752988048,
"repo_name": "execunix/vinos",
"id": "4e4656fa0d1e55770df289b423c66cabf2a51048",
"size": "932",
"binary": ... |
<!DOCTYPE html>
<!-- This site was created in Webflow. http://www.webflow.com -->
<!-- Last Published: Wed Aug 22 2018 10:36:56 GMT+0000 (UTC) -->
<html data-wf-page="5b585594e017c37b31b35b32" data-wf-site="5b584d6c929c5a13cdce1830">
<head>
<meta charset="utf-8">
<title>Not Found</title>
<meta content="Domeni... | {
"content_hash": "0fb7053e95447c4b654f45c972598616",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 509,
"avg_line_length": 95.3529411764706,
"alnum_prop": 0.7196175200493522,
"repo_name": "domenicosolazzo/domenicosolazzo.github.io",
"id": "be5d7a4081ac4b78c84e5f6e7081bedf6... |
package org.pentaho.di.trans.steps.getfilesrowscount;
import java.util.List;
import java.util.Map;
import org.apache.commons.vfs2.FileObject;
import org.pentaho.di.core.CheckResult;
import org.pentaho.di.core.CheckResultInterface;
import org.pentaho.di.core.Const;
import org.pentaho.di.core.util.Utils;
import org.p... | {
"content_hash": "86a9197f1b68846bb62816341387590e",
"timestamp": "",
"source": "github",
"line_count": 669,
"max_line_length": 134,
"avg_line_length": 34.60388639760837,
"alnum_prop": 0.6792656587473002,
"repo_name": "denisprotopopov/pentaho-kettle",
"id": "3fc9ca9fdd9388a43124ddf2ee385f9366cb3835",... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.