text stringlengths 2 1.04M | meta dict |
|---|---|
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package rms.models.management;
import rms.models.DBTable;
/**
*
* @author squeekyclean
*/
public class BranchDBTable extends DBTable{
public static final String TABLE_NAME = "branches";
pub... | {
"content_hash": "455ed603b2103f0729adec511e4a8782",
"timestamp": "",
"source": "github",
"line_count": 85,
"max_line_length": 103,
"avg_line_length": 26.776470588235295,
"alnum_prop": 0.6401581722319859,
"repo_name": "greenlover1991/rms",
"id": "6f8a072955d432c12f1d25bd7e29b43b5f9ba810",
"size": "... |
set -e
# Install gflags development files if not already present.
[ -d /usr/include/gflags/ ] || sudo apt -y install libgflags-dev
# For travis: libomp.so is not found otherwise.
export LD_LIBRARY_PATH=/usr/local/clang/lib:$LD_LIBRARY_PATH
cd "$(readlink -f "$(dirname "$0")")"
echo "Compiling..."
./compile.sh
ech... | {
"content_hash": "efdef649cc0cf048b21513490e657586",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 97,
"avg_line_length": 27.04,
"alnum_prop": 0.7514792899408284,
"repo_name": "google-research/google-research",
"id": "536255e8b026696ec6965db9f19bd8d419d92689",
"size": "1... |
ACCEPTED
#### According to
NUB Generator [autonym]
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "2941d4533410d06bcfc3769b51f422af",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 23,
"avg_line_length": 9.076923076923077,
"alnum_prop": 0.6779661016949152,
"repo_name": "mdoering/backbone",
"id": "49837dca45a310bcfc2e2d0404cbaa512563162d",
"size": "181... |
package com.king.applib.util;
import android.content.Context;
import android.graphics.Color;
import androidx.annotation.ColorRes;
import androidx.annotation.DimenRes;
import androidx.core.content.ContextCompat;
import android.text.Spannable;
import android.text.SpannableString;
import android.text.SpannableStringBuild... | {
"content_hash": "491c3caf38eebc68450f1bd1f199a80f",
"timestamp": "",
"source": "github",
"line_count": 334,
"max_line_length": 180,
"avg_line_length": 32.91317365269461,
"alnum_prop": 0.5914672973710543,
"repo_name": "hubme/WorkHelperApp",
"id": "0a3c6fb80f1faa14cd5bdb8622bdb73476ae115a",
"size": ... |
VERSION_MAJOR = 0
VERSION_MINOR = 8
VERSION_BUILD = 1
VERSION_INFO = (VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD)
VERSION_STRING = "%d.%d.%d" % VERSION_INFO
__version__ = VERSION_INFO
| {
"content_hash": "bbb013654dfb6125c36d3d6ccc1f7283",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 60,
"avg_line_length": 26.571428571428573,
"alnum_prop": 0.7043010752688172,
"repo_name": "Jumpscale/web",
"id": "2b6f9eaea56c598ef566b42f1d37d5126f65b809",
"size": "974",
... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>equations: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.c... | {
"content_hash": "5d911a948b06408e927a55e97d3c0bb7",
"timestamp": "",
"source": "github",
"line_count": 182,
"max_line_length": 159,
"avg_line_length": 40.73076923076923,
"alnum_prop": 0.5591528396060974,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "61eb1e8674be8278c4e0a1c2dc30c17ae7dfeec4",
... |
#include "../sae.h"
#include "strangeattractors.h"
#include "cohandle.h"
#include "system/file.h"
#include "math/intersections.h"
#include "math/splines.h"
#include "core/sort.h"
void SAUtils::IterateStrangeAttractorPoint(StrangeAttractor& attractor, AttractorSeedParams const& seed_params, AttractorLineParam... | {
"content_hash": "1f9d28139d7f4b74f32321d9b1d1732d",
"timestamp": "",
"source": "github",
"line_count": 2756,
"max_line_length": 312,
"avg_line_length": 41.65856313497823,
"alnum_prop": 0.5187133637020843,
"repo_name": "nsweb/sae",
"id": "53680396089af743ef06772a9ec72cfb9bcab6f5",
"size": "114811",... |
#region About and License
//=======================================================================
// Copyright Andrew Szot 2015.
// Distributed under the MIT License.
// (See accompanying file LICENSE.txt)
//=======================================================================
#endregion
using System;
using Syst... | {
"content_hash": "4bc031b73514d4b1569d7d9af58a44c8",
"timestamp": "",
"source": "github",
"line_count": 133,
"max_line_length": 149,
"avg_line_length": 37.68421052631579,
"alnum_prop": 0.5804070231444534,
"repo_name": "ASzot/Wumpus-XNA-Game-Engine",
"id": "2dde73f1ce9e8d84d106aa77dbe908377a4796f3",
... |
package com.tinkerpop.blueprints.util.wrappers.partition;
import com.tinkerpop.blueprints.Direction;
import com.tinkerpop.blueprints.Edge;
import com.tinkerpop.blueprints.Vertex;
/**
* @author Marko A. Rodriguez (http://markorodriguez.com)
*/
@SuppressWarnings({ "rawtypes" })
public class PartitionEdge extends Part... | {
"content_hash": "a82de44e40e39d94453dfb1ed27702f0",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 122,
"avg_line_length": 32.172413793103445,
"alnum_prop": 0.722400857449089,
"repo_name": "mariusj/org.openntf.domino",
"id": "c281b92c26e7b1c5ee165f5aa26569a2edc97c5c",
"s... |
function _defineProperties(target, props) {
for (var i = 0; i < props.length; i++) {
var descriptor = props[i];
descriptor.enumerable = descriptor.enumerable || false;
descriptor.configurable = true;
if ("value" in descriptor) descriptor.writable = true;
Object.defineProperty(target, descriptor.... | {
"content_hash": "4bcc16f440f780020ed90de18bff29ec",
"timestamp": "",
"source": "github",
"line_count": 9675,
"max_line_length": 254,
"avg_line_length": 29.948113695090438,
"alnum_prop": 0.6287014923312672,
"repo_name": "cdnjs/cdnjs",
"id": "be686e59d11da815462bb4816e6f5c907d65e389",
"size": "29001... |
layout : blocks/working-session
title : Security Monitoring Playbooks
type : workshop
track : Security Playbooks
technology :
related-to :
status : need-working materials
when-day : Wed
when-time : PM-3
location : Room-5
organizers :
participants : Johan Peeters
---
#... | {
"content_hash": "e3d83c7f69d89b63119a34d36bf80f8b",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 269,
"avg_line_length": 34.05084745762712,
"alnum_prop": 0.7590841214534594,
"repo_name": "mkasmani/owasp-devseccon-summit",
"id": "59bb156352f50bff3d0da682dee2c14707b96eb7",... |
package org.apache.sshd.client.config.hosts;
import java.io.IOException;
import java.net.SocketAddress;
import java.nio.file.LinkOption;
import java.nio.file.Path;
import java.util.Collection;
import java.util.List;
import java.util.Objects;
import java.util.concurrent.atomic.AtomicReference;
import org.apache.sshd... | {
"content_hash": "1e2fb13281d51b2da1fa3ff5a660072e",
"timestamp": "",
"source": "github",
"line_count": 93,
"max_line_length": 137,
"avg_line_length": 39.924731182795696,
"alnum_prop": 0.6404524643145705,
"repo_name": "lgoldstein/mina-sshd",
"id": "fe40b7326c67ef26f825ce3870bd2e41344fffc1",
"size":... |
<?xml version="1.0" ?><!DOCTYPE TS><TS language="fa_IR" version="2.1">
<context>
<name>AboutDialog</name>
<message>
<location filename="../forms/aboutdialog.ui" line="+14"/>
<source>About MillionBitcoinCash</source>
<translation type="unfinished"/>
</message>
<message>
<l... | {
"content_hash": "d33daae4a3107f40143f38ae84155b8a",
"timestamp": "",
"source": "github",
"line_count": 3278,
"max_line_length": 394,
"avg_line_length": 33.977425259304454,
"alnum_prop": 0.5938156547971771,
"repo_name": "MillionBitcoincash/millionbitcoincash",
"id": "da33cbe9e206ff013bebf65521d5470bd... |
/**
* @depends {3rdparty/jquery-2.1.0.js}
* @depends {3rdparty/bootstrap.js}
* @depends {3rdparty/big.js}
* @depends {3rdparty/jsbn.js}
* @depends {3rdparty/jsbn2.js}
* @depends {3rdparty/pako.js}
* @depends {3rdparty/webdb.js}
* @depends {3rdparty/ajaxmultiqueue.js}
* @depends {3rdparty/growl.js}
* @depends ... | {
"content_hash": "ab6d9151b771f28f460080e16f0ef1af",
"timestamp": "",
"source": "github",
"line_count": 1250,
"max_line_length": 281,
"avg_line_length": 29.8072,
"alnum_prop": 0.6130062535226388,
"repo_name": "giannisKonst/blockchain",
"id": "a97ddbc80b37dfd90c81432b5acebb90b35731ab",
"size": "3726... |
@media print{#searchAd,#searchUser,.navbar{display:none!important}} | {
"content_hash": "d3555c8479799763d55a8bd0df647eeb",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 67,
"avg_line_length": 67,
"alnum_prop": 0.8059701492537313,
"repo_name": "meseven/easyad",
"id": "9d85062e7d989926e964c70a4a1c1cb523f2e043",
"size": "67",
"binary": false... |
===================================
Rule ``no_useless_concat_operator``
===================================
There should not be useless concat operations.
Configuration
-------------
``juggle_simple_strings``
~~~~~~~~~~~~~~~~~~~~~~~~~
Allow for simple string quote juggling if it results in more concat-operations
me... | {
"content_hash": "9240c30d178039e31d12a7279ee1c106",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 146,
"avg_line_length": 18.82758620689655,
"alnum_prop": 0.5668498168498168,
"repo_name": "FriendsOfPHP/PHP-CS-Fixer",
"id": "b438f673818a6a02cf28181a3453fc45006bb03f",
"si... |
package org.apache.bookkeeper.stream.storage.impl.metadata;
import com.google.common.collect.Maps;
import java.util.Map;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.ScheduledExecutorService;
import lombok.extern.slf4j.Slf4j;
import org.apache.bookkeeper.clients.impl.internal.api.Storag... | {
"content_hash": "840fbb4aafbbc37f126fbb4b4e8c86b0",
"timestamp": "",
"source": "github",
"line_count": 125,
"max_line_length": 108,
"avg_line_length": 42.584,
"alnum_prop": 0.6300958106331016,
"repo_name": "apache/bookkeeper",
"id": "b64d3205f71a8fb9548c524032571f379a5d35ef",
"size": "6129",
"bi... |
package com.netflix.spinnaker.clouddriver.ecs.provider.view;
import static com.netflix.spinnaker.clouddriver.core.provider.agent.Namespace.TARGET_GROUPS;
import com.amazonaws.services.ecs.model.LoadBalancer;
import com.google.common.collect.Sets;
import com.netflix.spinnaker.clouddriver.aws.AmazonCloudProvider;
imp... | {
"content_hash": "543a5eafce1c4424447fef74d1231b59",
"timestamp": "",
"source": "github",
"line_count": 207,
"max_line_length": 98,
"avg_line_length": 42.35748792270532,
"alnum_prop": 0.7309534671532847,
"repo_name": "ajordens/clouddriver",
"id": "24b0e6d384eb592445359923912a274ecb6a2fda",
"size": ... |
source $HELPER_SCRIPTS/install.sh
source $HELPER_SCRIPTS/etc-environment.sh
# Install GraalVM
GRAALVM_ROOT=/usr/local/graalvm
export GRAALVM_11_ROOT=$GRAALVM_ROOT/graalvm-ce-java11*
downloadUrl=$(get_github_package_download_url "graalvm/graalvm-ce-builds" "contains(\"graalvm-ce-java11-linux-amd64\") and endswith(\"ta... | {
"content_hash": "68e28b81797b60d0fa7d69819b5e5b3b",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 145,
"avg_line_length": 35.89473684210526,
"alnum_prop": 0.7756598240469208,
"repo_name": "mattgwagner/New-Machine",
"id": "6a79032b50c2b956cb59766d91bfdbf823bbc735",
"size... |
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true">
<android.support.design.widget.AppBarLayout
... | {
"content_hash": "4ecd73f05f08237010330bf995dab02a",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 62,
"avg_line_length": 29.77777777777778,
"alnum_prop": 0.6791044776119403,
"repo_name": "denisura/mordor",
"id": "87963e21fef4e854e2a998af3abe30a812ba32e4",
"size": "804",... |
.scripts-pause-on-exceptions-status-bar-item .glyph {
-webkit-mask-position: -256px 0;
}
.scripts-pause-on-exceptions-status-bar-item.toggled-on .glyph {
background-color: rgb(66, 129, 235);
}
.evaluate-snippet-status-bar-item .glyph {
-webkit-mask-position: -64px -48px;
}
.evaluate-snippet-status-bar-... | {
"content_hash": "94c917a14499044dd656e0273cc02e9b",
"timestamp": "",
"source": "github",
"line_count": 197,
"max_line_length": 113,
"avg_line_length": 19.593908629441625,
"alnum_prop": 0.6585492227979275,
"repo_name": "danieldanciu/schoggi",
"id": "6416333ce5b8f7024f4427af2765336e918910db",
"size"... |
<?php
// ------------------------------------------------------------------------
namespace O2System\ORM\Relations;
defined( 'ROOTPATH' ) || exit( 'No direct script access allowed' );
// ------------------------------------------------------------------------
use O2System\ORM;
use O2System\ORM\Factory\Relation;
us... | {
"content_hash": "fd0042cd0388600efd9c534a1577146b",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 75,
"avg_line_length": 23.710526315789473,
"alnum_prop": 0.5294117647058824,
"repo_name": "circlecreative/o2orm",
"id": "99683a5a0bb1a0bbbbfc4e17043fc719a327a96d",
"size": ... |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE log4j:configuration PUBLIC "-//APACHE//DTD LOG4J 1.2//EN" "log4j.dtd">
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
<!-- Appenders -->
<appender name="console" class="org.apache.log4j.ConsoleAppender">
<param name="Target" value="System.out" ... | {
"content_hash": "e16ac056ceb8b4fee33e78af50450d0c",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 80,
"avg_line_length": 25.975609756097562,
"alnum_prop": 0.6591549295774648,
"repo_name": "FiaDot/spring-custom-annotation",
"id": "b1dcdbb27dfae69622aa25af9a5c4d6191d732b7",... |
require 'spec_helper'
describe Milestone do
let(:milestone) { milestones(:public) }
let(:workspace) { workspaces(:public) }
let(:params) { {:name => 'cool milestone', :target_date => '2020-07-30T14:00:00-07:00'} }
let(:actor) { users(:owner) }
describe "create" do
it "updates the workspace's target date... | {
"content_hash": "02f22bd0b066596cfad3821a7ec6c703",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 94,
"avg_line_length": 29,
"alnum_prop": 0.6268199233716475,
"repo_name": "atul-alpine/chorus",
"id": "30c2222ac80b4ee8ba2680d8cb3913f82ffe5e5b",
"size": "1305",
"binary"... |
/* *
*
* X-range series module
*
* (c) 2010-2020 Torstein Honsi, Lars A. V. Cabrera
*
* License: www.highcharts.com/license
*
* !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!!
*
* */
'use strict';
import H from '../parts/Globals.js';
/* *
* @interface Highcharts.PointOptionsObjec... | {
"content_hash": "64b17d59ba1584712f16c87a895d08ce",
"timestamp": "",
"source": "github",
"line_count": 670,
"max_line_length": 597,
"avg_line_length": 34.853731343283584,
"alnum_prop": 0.5719424460431655,
"repo_name": "cdnjs/cdnjs",
"id": "9bf7809be9b51bf390ae5f3e0a2374a995167a2e",
"size": "23352"... |
using Microsoft.AspNet.Identity.EntityFramework;
namespace NfxLab.GlimpsePlugins.Test.Models
{
// You can add profile data for the user by adding more properties to your ApplicationUser class, please visit http://go.microsoft.com/fwlink/?LinkID=317594 to learn more.
public class ApplicationUser : Identit... | {
"content_hash": "25a2ced8a1b560166bd6f5b34326d408",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 175,
"avg_line_length": 31.529411764705884,
"alnum_prop": 0.6828358208955224,
"repo_name": "NicolasFatoux/GlimpsePlugins",
"id": "08e5d9886bfe973800e829f4ad4ea0fc8623d958",
... |
'''
:codeauthor: :email: `Mike Place <mp@saltstack.com>`
'''
# Import Python libs
from __future__ import absolute_import
# Import Salt Testing libs
from salttesting import TestCase
from salttesting.helpers import ensure_in_syspath
ensure_in_syspath('../')
# Import Salt libs
from salt import template
class Tem... | {
"content_hash": "7521216028084b01396eb7fe51c8fd51",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 87,
"avg_line_length": 29.547619047619047,
"alnum_prop": 0.6301369863013698,
"repo_name": "stephane-martin/salt-debian-packaging",
"id": "0bb8d05042da2824506b89b8a4f1f223e9e8... |
package org.wso2.carbon.event.input.adaptor.core;
import org.apache.log4j.Logger;
import org.wso2.carbon.event.statistics.EventStatisticsMonitor;
/**
* listener class to receive the events from the event proxy
*/
public abstract class InputEventAdaptorListener {
private static final String EVENT_TRACE_LOG... | {
"content_hash": "4199e9fed66663ae79da3d906d38cfce",
"timestamp": "",
"source": "github",
"line_count": 127,
"max_line_length": 114,
"avg_line_length": 27.62204724409449,
"alnum_prop": 0.6724629418472063,
"repo_name": "lankavitharana/carbon-event-processing",
"id": "3788f5f2c21b093680a7a358690e4b3dfb... |
from __future__ import absolute_import
# local imports
from .members import all_current_committee_chairs
from .members import all_current_members
from .members import all_current_members_by_given_constituency_id
from .members import all_current_members_by_given_party_id
from .members import all_current_members_by_surn... | {
"content_hash": "7038fc31a8d35d7bc8091f7a94b93fca",
"timestamp": "",
"source": "github",
"line_count": 73,
"max_line_length": 69,
"avg_line_length": 39.28767123287671,
"alnum_prop": 0.7681311018131102,
"repo_name": "paddycarey/niaopendata",
"id": "68d7f4fe737923224419a7ab66928ac5a4b239a9",
"size":... |
__all__ = [
'ZerigoDNSDriver'
]
import copy
import base64
import httplib
from xml.etree import ElementTree as ET
from libcloud.utils import fixxpath, findtext, findattr, findall
from libcloud.utils import merge_valid_keys, get_new_obj
from libcloud.common.base import XmlResponse, ConnectionUserAndKey
from libcl... | {
"content_hash": "954bdd41ecefc44c4fe87be2839b5ac6",
"timestamp": "",
"source": "github",
"line_count": 436,
"max_line_length": 79,
"avg_line_length": 38.440366972477065,
"alnum_prop": 0.5378281622911695,
"repo_name": "Keisuke69/libcloud",
"id": "c0dcd762f221d8a376790aeb48a8876f73cec7c1",
"size": "... |
import java.util.Arrays;
import java.util.Scanner;
public class SequenceInMatrix {
public static String[][] matrix(Scanner scanner){
String[] input = scanner.nextLine().split(" ");
int rows = Integer.parseInt(input[0]);
int cols = Integer.parseInt(input[1]);
String[][] matrix = n... | {
"content_hash": "50dc093a9a43b72fe1d74883ea6952b1",
"timestamp": "",
"source": "github",
"line_count": 153,
"max_line_length": 125,
"avg_line_length": 34.36601307189542,
"alnum_prop": 0.48649676683149484,
"repo_name": "StoyanVitanov/SoftwareUniversity",
"id": "11b8403665401d130b56ae3f32a49fe3fec3b69... |
package net.ymate.platform.cache;
import net.ymate.platform.commons.serialize.ISerializer;
import net.ymate.platform.core.beans.annotation.Ignored;
import java.io.Serializable;
import java.lang.reflect.Method;
/**
* 缓存Key生成器接口
*
* @param <T> 键类型
* @author 刘镇 (suninformation@163.com) on 15/11/3 下午1:40
*/
@Ignor... | {
"content_hash": "9dda7c66cf24abda7f8bbd6f2162a497",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 67,
"avg_line_length": 21.444444444444443,
"alnum_prop": 0.6683937823834197,
"repo_name": "suninformation/ymate-platform-v2",
"id": "111e0e23672e1f73b3b8be9f27350e8c2816212c"... |
package com.oprisnik.semdroid.feature.instance.method;
import com.oprisnik.semdroid.app.CodeElement;
import com.oprisnik.semdroid.app.DexMethod;
import com.oprisnik.semdroid.app.LocalVariable;
import com.oprisnik.semdroid.app.MethodCall;
import com.oprisnik.semdroid.app.Opcode;
import com.oprisnik.semdroid.... | {
"content_hash": "0051af1d2010af54c3cdabcf4085a80f",
"timestamp": "",
"source": "github",
"line_count": 142,
"max_line_length": 113,
"avg_line_length": 40.62676056338028,
"alnum_prop": 0.5453284798058589,
"repo_name": "oprisnik/semdroid",
"id": "dfb241333ef262fd07ca6f2f20601b70ea0e1b39",
"size": "6... |
package com.google.gwt.dev.jjs.impl;
import com.google.gwt.core.ext.linker.StatementRanges;
import com.google.gwt.core.ext.soyc.Range;
import com.google.gwt.dev.jjs.SourceInfo;
import com.google.gwt.dev.util.editdistance.GeneralEditDistance;
import com.google.gwt.dev.util.editdistance.GeneralEditDistances;
import ja... | {
"content_hash": "e084d6b1fb054995f861d3cb436c3a79",
"timestamp": "",
"source": "github",
"line_count": 230,
"max_line_length": 88,
"avg_line_length": 35.88260869565217,
"alnum_prop": 0.6871440688234581,
"repo_name": "syntelos/gwtcc",
"id": "4e61d6e517fb722abee581a397077e5b9880b066",
"size": "8846"... |
package co.mewf.minirs.internal.javax.ws.rs.ext;
import co.mewf.minirs.rs.core.Response;
/**
* Contract for a provider that maps Java exceptions to {@link co.mewf.minirs.rs.core.ws.rs.core.Response}.
* <p>
* Providers implementing {@code ExceptionMapper} contract must be either programmatically
* registered in a... | {
"content_hash": "e883a9fc79a52b35e0d5f64bd55f400e",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 107,
"avg_line_length": 38.3235294117647,
"alnum_prop": 0.7152724481964697,
"repo_name": "mewf/minirs-core",
"id": "8308928a5aab9b8cfdf391313ddbcb69c6a293f5",
"size": "3282... |
CREATE TABLE hobbies_r (
name text,
person text
);
CREATE TABLE equipment_r (
name text,
hobby text
);
CREATE TABLE onek (
unique1 int4,
unique2 int4,
two int4,
four int4,
ten int4,
twenty int4,
hundred int4,
thousand int4,
twothousand int4,
fivethous int4,
tenthous int4,
odd int4,
... | {
"content_hash": "7c2c92847bdd544f83e29160d48d8a40",
"timestamp": "",
"source": "github",
"line_count": 333,
"max_line_length": 80,
"avg_line_length": 23.264264264264263,
"alnum_prop": 0.7147282819155802,
"repo_name": "foyzur/gpdb",
"id": "0ef011c9aa4ce6981ff5ea63b0a60e2dc6ed4897",
"size": "7797",
... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "b149e9749cfc0bfdc2d46ee1e5027275",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "389b8b305cd7cbc2891eefbe3b44e05dacc308c7",
"size": "176... |
<?php
namespace NBasnet\CodeWriter;
/**
* Class CodeWriterSettings
* @package NBasnet\CodeWriter
*/
class CodeWriterSettings
{
/** @var ISyntaxGrammar $syntax_grammar */
private $syntax_grammar;
private $syntax_language;
private $indent = 1;
private $indent_space = 4;
private $blank_i... | {
"content_hash": "4b6cd21e734b9aa5ac0ac96db31f1062",
"timestamp": "",
"source": "github",
"line_count": 144,
"max_line_length": 83,
"avg_line_length": 20.38888888888889,
"alnum_prop": 0.5500681198910081,
"repo_name": "nischalbasnet/php-codewriter",
"id": "2c0f1a7c0d9ad42f90fee8b933883ebd9e91b505",
... |
Eloquent push relations is an way to quickly save your relations based on eloquent declared relations. Of course you have to follow an specific standart.
### Instalation
You can use the `composer` package manager to install. From console run:
```
$ php composer.phar require parfumix/laravel-push-relations "v1.0"
`... | {
"content_hash": "0b9da83a89d1207c0386de181bd6760d",
"timestamp": "",
"source": "github",
"line_count": 106,
"max_line_length": 154,
"avg_line_length": 25.91509433962264,
"alnum_prop": 0.6516199490353113,
"repo_name": "parfumix/laravel-push-relations",
"id": "496f3e773275f04a1e2100a2d7942ddac590450e"... |
/*global jQuery */
;(function( $ ){
"use strict";
/**
* Initialize the lifestream plug-in
* @param {Object} config Configuration object
*/
$.fn.lifestream = function( config ) {
// Make the plug-in chainable
return this.each(function() {
// The element where the lifestream is linked to... | {
"content_hash": "e6895260f2788412bd2fd8e3020735bb",
"timestamp": "",
"source": "github",
"line_count": 2779,
"max_line_length": 170,
"avg_line_length": 26.99388269161569,
"alnum_prop": 0.5365522021968646,
"repo_name": "eldabbagh/jquery-lifestream",
"id": "f1f05497e21d2a8f1036a0ff1f00a6ddc8a412c4",
... |
package ai.verta.swagger._public.uac.audit.model
import scala.util.Try
import net.liftweb.json._
import ai.verta.swagger.client.objects._
case class VersioningAuditLogPredicates (
resource_predicate: Option[VersioningResourcePredicate] = None,
timestamp_predicate: Option[VersioningRangeTimeStampPredicate] = Non... | {
"content_hash": "0942cbab7b171e2e4809aad135b51ccd",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 164,
"avg_line_length": 42.54545454545455,
"alnum_prop": 0.7115384615384616,
"repo_name": "mitdbg/modeldb",
"id": "e01e4f8ae404a1f1046b33072a2651b75638a87d",
"size": "1916"... |
<?php
/**
* Configuration template for the Redis module for simpleSAMLphp
*/
$config = [
// Predis client parameters
'parameters' => 'tcp://localhost:6379',
// Predis client options
'options' => null,
// Old host
/*
'oldHost' => [
// Predis client parameters
'parameters' ... | {
"content_hash": "678f200877d57c84e434dfc59d84dfd2",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 64,
"avg_line_length": 19.5,
"alnum_prop": 0.5567765567765568,
"repo_name": "ColourboxDevelopment/simplesamlphp-module-redis",
"id": "4d2c3b9a4637e9ea9457caf75ae6eb0b60331c69... |
Module 8
Lab: Configuring SharePoint Online
----------------------------------
Scenario
With the deployment of Office 365 now in full swing and the excitement of the Exchange Online cutover migration behind them, the management team at Lucerne Publishing is looking to implement the other services in the Office 365 p... | {
"content_hash": "bb248cd12a14536de78f30f924787ef3",
"timestamp": "",
"source": "github",
"line_count": 461,
"max_line_length": 583,
"avg_line_length": 41.03253796095445,
"alnum_prop": 0.7385282300697822,
"repo_name": "MicrosoftLearning/20346C",
"id": "5d67db582648633a548f681dcf28d0294fcc4324",
"si... |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package proj;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
impo... | {
"content_hash": "b02b4d62c7d5449e96594f471e73ec6a",
"timestamp": "",
"source": "github",
"line_count": 513,
"max_line_length": 167,
"avg_line_length": 50.96296296296296,
"alnum_prop": 0.5944002447980417,
"repo_name": "AadityaJ/time_analyzer",
"id": "471debab4dae58401a6748f30bb0ce5d8c95792e",
"size... |
define([
'spoon/View',
'jquery',
'doT',
'text!./assets/tmpl/issue_details.html',
'css!./assets/css/issue_details.css'
], function (View, $, doT, tmpl) {
'use strict';
return View.extend({
$name: 'IssueDetailsView',
_element: 'div.issue-details',
_template: doT.temp... | {
"content_hash": "53aed9fd193974430c1d4439a72a4021",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 63,
"avg_line_length": 24.068181818181817,
"alnum_prop": 0.4948064211520302,
"repo_name": "IndigoUnited/spoonjs-guide-repo-browser",
"id": "4dcfd34e0697d5b5bf78897a8551bc2e8c... |
<?php
include("./include/auth.php");
include("./include/top_header.php");
api_plugin_hook('console_before');
?>
<html>
<head>
<title>Google Chart Example: 2 Charts</title>
<style>
ul {list-style-type: none;}
</style>
<script src="https://www.google.com/jsapi"></script>
<script src="http:/... | {
"content_hash": "a73096a001441710cb0bdb98a161e510",
"timestamp": "",
"source": "github",
"line_count": 161,
"max_line_length": 130,
"avg_line_length": 30.372670807453417,
"alnum_prop": 0.5486707566462168,
"repo_name": "AtanasAtanasov/amaterasu",
"id": "96284d1cb3f7b273cf091aff5ffc8e06f8a171c9",
"s... |
/*
*
*
*
* MIT Licensed
*
*/
var app = angular.module('IdeaBoard',['akoenig.deckgrid','btford.modal','ngSanitize','ngRoute']);
app.factory('myModal', function (btfModal) {
return btfModal({
controller: 'MyModalCtrl',
controllerAs: 'modal',
templateUrl: 'ideamodal.html'
});
});
app.factory('myMo... | {
"content_hash": "a09e484a82f2ea3af6e7697936e8f54f",
"timestamp": "",
"source": "github",
"line_count": 214,
"max_line_length": 110,
"avg_line_length": 24.476635514018692,
"alnum_prop": 0.5607101947308133,
"repo_name": "tdjackey/ideahub",
"id": "3f487fe1b16d55cc8e3f622bb44abe831f572da8",
"size": "5... |
<!--docs:
title: "Ink"
layout: detail
section: components
excerpt: "The Ink component provides a radial action in the form of a visual ripple of ink expanding outward from the user's touch."
iconId: ripple
path: /catalog/ink/
api_doc_root: true
-->
# Ink
<div class="article__asset article__asset--screenshot">
<img ... | {
"content_hash": "c506a33a52cf0af0845ba87b34435f76",
"timestamp": "",
"source": "github",
"line_count": 202,
"max_line_length": 216,
"avg_line_length": 29.628712871287128,
"alnum_prop": 0.7557226399331662,
"repo_name": "Eccelor/material-components-ios",
"id": "e5a387046b5765575f31f4f6dad9a3d55b8918b4... |
@interface MKPresentationPolicyHandler : MKCallbackHandler
@property (readonly, strong, nonatomic) MKPresentationPolicy *presentationPolicy;
+ (instancetype)handlerWithPresentationPolicy:(MKPresentationPolicy *)policy;
@end
| {
"content_hash": "17c8ebec34600fd2c150742f4d4c721f",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 81,
"avg_line_length": 32.42857142857143,
"alnum_prop": 0.8458149779735683,
"repo_name": "cneuwirt/MirukenCocoa",
"id": "663e63630b6d7733daa54c361abfe86bcd4c85ac",
"size": "... |
package edu.isi.pegasus.planner.code.generator.condor.style;
import edu.isi.pegasus.common.logging.LogManager;
import edu.isi.pegasus.planner.catalog.site.classes.GridGateway;
import edu.isi.pegasus.planner.catalog.site.classes.SiteCatalogEntry;
import edu.isi.pegasus.planner.classes.Job;
import edu.isi.pegasus.plann... | {
"content_hash": "fe3209104bc135c55a3aaeb8cb5de402",
"timestamp": "",
"source": "github",
"line_count": 172,
"max_line_length": 100,
"avg_line_length": 42.45348837209303,
"alnum_prop": 0.6458504519309778,
"repo_name": "pegasus-isi/pegasus",
"id": "13afac4aa20021362386c50ade50ba41fecca53f",
"size": ... |
/* This is an include file for windows.h with the SDL build settings */
#ifndef _INCLUDED_WINDOWS_H
#define _INCLUDED_WINDOWS_H
#if defined(__WIN32__)
#define WIN32_LEAN_AND_MEAN
#define STRICT
#ifndef UNICODE
#define UNICODE 1
#endif
#undef _WIN32_WINNT
#define _WIN32_WINNT 0x501 /* Need 0x410 for AlphaBlend() ... | {
"content_hash": "7b26572c738c73aa451fd78e2ffd3d95",
"timestamp": "",
"source": "github",
"line_count": 82,
"max_line_length": 119,
"avg_line_length": 35.292682926829265,
"alnum_prop": 0.7328956461644782,
"repo_name": "Jonazan2/PatBoy",
"id": "917a8256f41a73e48076d2653fc806994b12bfdf",
"size": "383... |
<resources>
<style name="AppBaseTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!--
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here.
-->
<item... | {
"content_hash": "b96b917684b1e451542fd68291792661",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 76,
"avg_line_length": 30.73076923076923,
"alnum_prop": 0.6470588235294118,
"repo_name": "EmilyRoth/MySimpleTweets",
"id": "510fe841ac9c807ee01dc02a2d56abcc5cf1602e",
"size... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "03eac29510390c2c10be787b4d77e92e",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "6503cd5005bbb36e02974e3e3a8297e937eaf9d6",
"size": "183... |
<!--login modal-->
<div id="loginModal" class="modal show" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button>
<h1 class="t... | {
"content_hash": "9db3095354ce0d5941594a66f82295a6",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 245,
"avg_line_length": 34.857142857142854,
"alnum_prop": 0.5949453551912568,
"repo_name": "jonesnxt/jaywallet",
"id": "3867948a33fd534c81e0b30b78bf66f7be0c6114",
"size": "... |
using FluentMigrator;
namespace Azimuth.Migrations
{
[Migration(201408131104)]
public class Migration_201408131104_CreateUnauthorizedListenersTable : Migration
{
public override void Up()
{
Create.Table("UnauthorizedListeners")
.WithColumn("Id").AsInt64().NotNul... | {
"content_hash": "316b80dbdfd6d47343dafa0c92099afd",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 104,
"avg_line_length": 30.761904761904763,
"alnum_prop": 0.6114551083591331,
"repo_name": "B1naryStudio/Azimuth",
"id": "f4298e4f4e8b91552a30a2c205da3f7a3f299298",
"size":... |
/*!
* Material
*/
if (typeof jQuery === 'undefined') {
throw new Error('Material\'s JavaScript requires jQuery')
}
+function ($) {
var version = $.fn.jquery.split(' ')[0].split('.')
if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1) || (version[0] >= 4)) {
thro... | {
"content_hash": "cb8a48eb468b0058feea0c2681ef7658",
"timestamp": "",
"source": "github",
"line_count": 751,
"max_line_length": 564,
"avg_line_length": 28.55792276964048,
"alnum_prop": 0.572341119970159,
"repo_name": "moconnor-bmj/BMDL",
"id": "7e773d9b0f82c0a57753035774474af96eb09d6f",
"size": "21... |
<?php
namespace App\Auth\Permission\Exception;
use Illuminate\Database\Eloquent\ModelNotFoundException;
class PermissionNotExistsException extends ModelNotFoundException
{
} | {
"content_hash": "6c42a4c80ef9bbbcba360350b8f35c85",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 65,
"avg_line_length": 17.7,
"alnum_prop": 0.8531073446327684,
"repo_name": "tonyhhyip/ysitd-cloud-portal",
"id": "1488078effcabd0e0fc8500c79d0cb6a17e0a58f",
"size": "177",... |
echo off
set esbToolkitPath="C:\Program Files (x86)\Microsoft BizTalk ESB Toolkit\Bin"
set logFile=".\Log"
if not exist %logFile% mkdir %logFile%
echo ***
echo *** >> %logFile%
echo Import Ajax itinerary
echo Import Ajax itinerary >> %logFile%
esbimportutil /f:Ajax.xml /c:deployed >> %logFile%
echo Import done
ec... | {
"content_hash": "989bcc41b236def7d5c693e15b66aff5",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 77,
"avg_line_length": 17.545454545454547,
"alnum_prop": 0.7020725388601037,
"repo_name": "jamescorbould/Ajax.ESB.Licensing",
"id": "edf966fe0c2cd65111a4538d1f17e8be651199a8"... |
layout: compress
---
<!DOCTYPE html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"><!--<![endif]-->
<head>
... | {
"content_hash": "944dd7518e7e859c86eb1c61cb11500b",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 155,
"avg_line_length": 37.03225806451613,
"alnum_prop": 0.5252613240418118,
"repo_name": "jessica-hu/jessica-hu.github.io",
"id": "4a51233cf1bf7de9adc0895f81765070cf42b076",... |
#include "maths/formatpacking.h"
#include "maths/matrix.h"
#include "vk_core.h"
#include "vk_debug.h"
#include "vk_replay.h"
#define VULKAN 1
#include "data/glsl/glsl_ubos_cpp.h"
void VulkanReplay::CreateTexImageView(VkImage liveIm, const VulkanCreationInfo::Image &iminfo,
Comp... | {
"content_hash": "c431cf07cafd37e3f8e699f69e26e89f",
"timestamp": "",
"source": "github",
"line_count": 586,
"max_line_length": 102,
"avg_line_length": 31.428327645051194,
"alnum_prop": 0.6583048270619536,
"repo_name": "Zorro666/renderdoc",
"id": "b010e985e688f5c9ab2e962351172cc44c9e65d0",
"size": ... |
create table CP_CHARTPROVIDE_DIR
(
ID VARCHAR2(32 CHAR) not null,
NAME VARCHAR2(30 CHAR),
PARENT_ID VARCHAR2(32 CHAR)
)
tablespace $TS
pctfree 10
initrans 1
maxtrans 255
storage
(
initial 64K
next 1M
minextents 1
maxextents unlimited
);
alter table CP_CHARTPROVIDE_DIR
add... | {
"content_hash": "bf5e38a2ad988af8c7a1db4ed43094c5",
"timestamp": "",
"source": "github",
"line_count": 1241,
"max_line_length": 80,
"avg_line_length": 19.079774375503625,
"alnum_prop": 0.6383140467944928,
"repo_name": "winture/wt-studio",
"id": "cb25dc88b1ea37536a2a1d2839b682e1f09e2330",
"size": "... |
package burai.app.project.editor.input.items;
import javafx.scene.control.Slider;
import burai.input.namelist.QEValue;
import burai.input.namelist.QEValueBuffer;
public abstract class QEFXSlider extends QEFXItem<Slider> {
private QEValue defaultValue;
protected QEFXSlider(QEValueBuffer valueBu... | {
"content_hash": "a72295f43ebb031611e6193fcd9e9a6c",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 95,
"avg_line_length": 29.130434782608695,
"alnum_prop": 0.641044776119403,
"repo_name": "BURAI-team/burai",
"id": "bc1e8200d2f496a863eba9252192f71118e9255f",
"size": "1960... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License... | {
"content_hash": "e98fd6cd91df95320b7639dc33584bc0",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 306,
"avg_line_length": 64.0952380952381,
"alnum_prop": 0.7440564635958395,
"repo_name": "OpenConext/incubator-openaz-openconext",
"id": "f548caaf4ccdef9e117acccefbc3103fb471... |
<?php
require_once(__DIR__ . '/../../vendor/autoload.php');
| {
"content_hash": "95ad19311a20d778f7d61dd9b313f36f",
"timestamp": "",
"source": "github",
"line_count": 2,
"max_line_length": 53,
"avg_line_length": 30,
"alnum_prop": 0.5666666666666667,
"repo_name": "powder96/numbers.php",
"id": "9e0037c908643735a8b85eaf1a0db24b010a5718",
"size": "60",
"binary":... |
<!doctype html>
<html>
<head>
<title>
About | Afnan Ahmad
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/assets/css/syntax.css">
<!-- RSS-v2.0
<link href="/feed.xml" type="a... | {
"content_hash": "b33ccaa51e8efe3c46b058e0002c84a8",
"timestamp": "",
"source": "github",
"line_count": 130,
"max_line_length": 287,
"avg_line_length": 36.08461538461538,
"alnum_prop": 0.6459177147729696,
"repo_name": "afnanahmad/afnanahmad.github.io",
"id": "ceed7b28fe0e8d0206b2c249afa5bbc64d3279b9"... |
<?php
namespace Library\Validators;
use Library\Validator;
class FileImageNotNullValidator
extends Validator
{
protected $name;
public function __construct($errorMessage, $name)
{
parent::__construct($errorMessage);
$this->setName($name);
}
public function setName($name)
{
$this->name =... | {
"content_hash": "4972722b8e6559c44954f933b54d7d26",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 83,
"avg_line_length": 18.17142857142857,
"alnum_prop": 0.6163522012578616,
"repo_name": "ludovicroland/rolandl-php-framework",
"id": "dfb5654ea670e19b00eb51de7190e31e1f4da76... |
[Click here to get in touch](https://bytescout.zendesk.com/hc/en-us/requests/new?subject=ByteScout%20Cloud%20API%20Server%20Question)
or just send email to [support@bytescout.com](mailto:support@bytescout.com?subject=ByteScout%20Cloud%20API%20Server%20Question)
## ON-PREMISE OFFLINE SDK
[Get Your 60 Day Free Trial... | {
"content_hash": "5bf56f0fbebedc7bb76e93b8ed0ceef4",
"timestamp": "",
"source": "github",
"line_count": 125,
"max_line_length": 160,
"avg_line_length": 33.36,
"alnum_prop": 0.640767386091127,
"repo_name": "bytescout/ByteScout-SDK-SourceCode",
"id": "3200913c3d09e3d633a1d741a49a8d18f220c9db",
"size"... |
package com.sun.tools.javadoc;
import com.sun.javadoc.*;
import static com.sun.javadoc.LanguageVersion.*;
import com.sun.tools.javac.code.Symbol.ClassSymbol;
import com.sun.tools.javac.code.Type;
import com.sun.tools.javac.util.List;
/**
* Implementation of <code>WildcardType</code>, which
* represents a wild... | {
"content_hash": "a0eca86b79928bd9442f2ddc0b278f8f",
"timestamp": "",
"source": "github",
"line_count": 108,
"max_line_length": 83,
"avg_line_length": 30.166666666666668,
"alnum_prop": 0.6006752608962553,
"repo_name": "ilivoo/ilivoo",
"id": "8f92212e0bfe8cb2eee92f058d2a25af9c80b5ca",
"size": "4470"... |
source ../utils/helper.sh
check_env || exit 1
check_mvn || exit 1
check_running_cp ${CONFLUENT} || exit
check_timeout || exit 1
check_sqlite3 || exit 1
./stop.sh
mvn clean compile
echo "auto.offset.reset=earliest" >> $CONFLUENT_HOME/etc/ksqldb/ksql-server.properties
confluent-hub install --no-prompt confluentinc/ka... | {
"content_hash": "5cd063d4c3bf39dc837f54456d422d0d",
"timestamp": "",
"source": "github",
"line_count": 167,
"max_line_length": 183,
"avg_line_length": 35.35329341317365,
"alnum_prop": 0.7164634146341463,
"repo_name": "confluentinc/examples",
"id": "e30faa338b0e5ae485b80e7f08325a2ce8c6e667",
"size"... |
import _ from 'underscore'
import View from '../base'
import moment from 'moment'
import categoryProvider from '../../providers/category'
import taskProvider from '../../providers/task'
import teamProvider from '../../providers/team'
class EventBaseView extends View {
renderEvent (eventName, eventData, createdAt) {
... | {
"content_hash": "1b355755d60e982fc89d67556c135056",
"timestamp": "",
"source": "github",
"line_count": 432,
"max_line_length": 100,
"avg_line_length": 28.916666666666668,
"alnum_prop": 0.5280979827089337,
"repo_name": "aspyatkin/themis-quals-frontend",
"id": "2e711b196531dbb58421724bd79242780a7b28b0... |
.code-highlight .highlight .hll { background-color: #ffffcc }
.code-highlight .highlight .c { color: #008000 } /* Comment */
.code-highlight .highlight .err { border: 1px solid #FF0000 } /* Error */
.code-highlight .highlight .k { color: #0000ff } /* Keyword */
.code-highlight .highlight .cm { color: #008000 } /* Comme... | {
"content_hash": "78515254171c91e27be346beacae3b38",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 79,
"avg_line_length": 73.45454545454545,
"alnum_prop": 0.6856435643564357,
"repo_name": "Depado/MarkDownBlog",
"id": "e7c35bb7f5bd91acfd7e1f234ade56c4194ac9f0",
"size": "2... |
require "spec_helper"
feature "Account Creation" do
scenario "allows guest to create account" do
expect(page).to have_content I18n.t('devise.registrations.signed_up')
end
end | {
"content_hash": "f7a6e26e219ecb20aa4deb690f555198",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 73,
"avg_line_length": 26.142857142857142,
"alnum_prop": 0.7540983606557377,
"repo_name": "themoonofendor/blog",
"id": "010452e5b719c689050854886d949771e5f9561e",
"size": "1... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "bb77c5474ac1057eda17a3a6389beccc",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "480060ef3e55fdac4fe3bda0be5195f14c2ed476",
"size": "178... |
using namespace std;
using namespace boost;
//
// Global state
//
CCriticalSection cs_setpwalletRegistered;
set<CWallet*> setpwalletRegistered;
CCriticalSection cs_main;
CTxMemPool mempool;
unsigned int nTransactionsUpdated = 0;
map<uint256, CBlockIndex*> mapBlockIndex;
uint256 hashGenesisBlock("0x34bbf350c1a09bd6... | {
"content_hash": "9264fa4ee5f2f3aa5ec1194756bf5ee7",
"timestamp": "",
"source": "github",
"line_count": 3814,
"max_line_length": 280,
"avg_line_length": 33.38384897745149,
"alnum_prop": 0.5726324552722931,
"repo_name": "esmadja/digitalcoin",
"id": "6764c25822aaf70fb159633813911e1d2c9da06f",
"size":... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Gm... | {
"content_hash": "f763bbea1528ab5edb04c3e4ee30d539",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 84,
"avg_line_length": 39.138888888888886,
"alnum_prop": 0.7473385379701917,
"repo_name": "afrizyuk/gmail-auto",
"id": "2996834a26c4d63c8187de29e3c773ae97bfc311",
"size": "... |
import poplib
import email
import time
class MailHelper:
def __init__(self, app):
self.app = app
def get_mail(self, username, password, subject):
for i in range(10):
pop = poplib.POP3(self.app.config['james']['host'])
pop.user(username)
pop.pass_(password)... | {
"content_hash": "33dee81a746d39d4958fc3777ff766f6",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 83,
"avg_line_length": 27.580645161290324,
"alnum_prop": 0.45964912280701753,
"repo_name": "AndreyBalabanov/python_training_mantisBT",
"id": "3930eb50bf0062d4dca6f1de471a4626... |
<?php
namespace app\controllers;
use Yii;
use yii\rest\ActiveController;
/**
* Cron controller
*/
class CronController extends ActiveController {
public $modelClass = 'app\models\Postinfo';
public function actions()
{
$actions = parent::actions();
// 注销系统自带的实现方法
unset($... | {
"content_hash": "4fc524ac5fb057f472671f6b2a2e2f06",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 253,
"avg_line_length": 28.27659574468085,
"alnum_prop": 0.5191873589164786,
"repo_name": "njkfei/yii2-basic",
"id": "97ec80d0754dad0964396d3bd792546fac6819e9",
"size": "13... |
var buttons = require('sdk/ui/button/action');
var tabs = require('sdk/tabs');
var button = buttons.ActionButton({
id:'facebook',
label:'Visit FB',
icon:{
"16":"./fb.png"
},
onClick: handleClick
});
var button1 = buttons.ActionButton({
id:'gmail',
label:'Visit Gmail',
ic... | {
"content_hash": "3338e0c2d0d51478f32b1fc1f1bd376e",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 46,
"avg_line_length": 17.612903225806452,
"alnum_prop": 0.5604395604395604,
"repo_name": "mohsalsaleem/FBGMail",
"id": "a1965f2cb6fd17077432a090f6275b2d957686c2",
"size": ... |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="%PUBLIC_URL%/../favicon.ico">
<!--
Notice the use of %PUBLIC_URL% in the tag above.
It will be replaced with the URL of the `p... | {
"content_hash": "564422b49f6c030e9998249ffe8c0633",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 79,
"avg_line_length": 36.774193548387096,
"alnum_prop": 0.6473684210526316,
"repo_name": "alexfigtree/CoreID",
"id": "6233f6e288a657ef656537560ca60b3fd6a87530",
"size": "1... |
% PURPOSE: An example of using mess() on a small dataset
% matrix exponential spatial specification
%
%---------------------------------------------------
% USAGE: mess_d
%---------------------------------------------------
% load Anselin (1988) Columbus neighborhood crime data
l... | {
"content_hash": "13ca8a92396d2160893ca0a498b2e6e7",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 56,
"avg_line_length": 24.192307692307693,
"alnum_prop": 0.5930047694753577,
"repo_name": "pradlanka/malini",
"id": "46ccc6088b7356ee95c72ea8abe3728bc5eea84b",
"size": "125... |
/*******************************************************************************
* rc_balance.c
*
* Reference solution for balancing EduMiP
*******************************************************************************/
#include "../../libraries/rc_usefulincludes.h"
#include "../../libraries/roboticscape.h"
#include... | {
"content_hash": "a3d719a726da5100a74e8f2f5fd02995",
"timestamp": "",
"source": "github",
"line_count": 617,
"max_line_length": 80,
"avg_line_length": 33.246353322528364,
"alnum_prop": 0.5613025886023497,
"repo_name": "Andrewiski/Robotics_Cape_Installer",
"id": "419b9df0d06499abb99d44fb7583f44d8694d4... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"content_hash": "747f7115c98fab44288c017d0c20a9b1",
"timestamp": "",
"source": "github",
"line_count": 80,
"max_line_length": 302,
"avg_line_length": 40.175,
"alnum_prop": 0.6907280647168638,
"repo_name": "will-iam/Variant",
"id": "2cff9bcc886add53e71cdbb9a80f3317841b136b",
"size": "3214",
"bina... |
'use strict';
let angular = require('angular');
module.exports = angular.module('spinnaker.core.serverGroup.configure.common.service', [
require('exports?"restangular"!imports?_=lodash!restangular'),
require('../../../cache/deckCacheFactory.js'),
require('../../../cloudProvider/serviceDelegate.service.js'),
r... | {
"content_hash": "48301d792b5cb2dff43da0a5fe5835c2",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 130,
"avg_line_length": 41.44444444444444,
"alnum_prop": 0.767828418230563,
"repo_name": "zanthrash/deck-old",
"id": "eb6232bc2dc47510b07a52b928c43eaed37909fa",
"size": "18... |
<table>
<tr>
<td>Package</td><td>react-responsive</td>
</tr>
<tr>
<td>Description</td>
<td>Media queries in react for responsive design</td>
</tr>
<tr>
<td>Browser Version</td>
<td>>= IE6*</td>
</tr>
</tr>
<tr>
<td colspan="2"><a href="http://contra.io/react-responsive/">Demo</a></td>
</tr>
</table>
The best supported... | {
"content_hash": "73d86e1011c945f41df8cf7940148e2d",
"timestamp": "",
"source": "github",
"line_count": 270,
"max_line_length": 511,
"avg_line_length": 27.32962962962963,
"alnum_prop": 0.6480552920449926,
"repo_name": "geng890518/editor-ui",
"id": "8861555e01b0d94d527105bcb5746212205c8885",
"size":... |
#ifndef _DISK_H_
#define _DISK_H_
#include <unistd.h>
#define DISK_BLOCKS 8192 /* number of blocks on the disk */
#define BLOCK_SIZE 4096 /* block size on "disk" */
#define MAX_FILE_COUNT 64
/**
* @brief The file control block struct
*/
struct fcb {
char ... | {
"content_hash": "a370fd95e89e1d28b910aa2ecd7aca01",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 90,
"avg_line_length": 27.925925925925927,
"alnum_prop": 0.626657824933687,
"repo_name": "moreka/os-prj3",
"id": "84c9c06b48bab49358626aac0548012e90528c28",
"size": "1508",... |
using System.Collections.Generic;
using System.Linq;
namespace Yaclops.Parsing.Configuration
{
internal class ParserConfiguration
{
private readonly List<ParserCommand> _commands = new List<ParserCommand>();
private readonly List<ParserNamedParameter> _namedParameters = new List<ParserNamedPar... | {
"content_hash": "202ced6bb831d34d26f13d774fa9bb1c",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 107,
"avg_line_length": 29.651162790697676,
"alnum_prop": 0.6345098039215686,
"repo_name": "dswisher/yaclops",
"id": "741c45c18b8ef6b38d5502374819b6d54a14c353",
"size": "12... |
import grpc
from . import (
engine_pb2 as google_dot_cloud_dot_quantum__v1alpha1_dot_proto_dot_engine__pb2,
)
from . import (
quantum_pb2 as google_dot_cloud_dot_quantum__v1alpha1_dot_proto_dot_quantum__pb2,
)
from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
class QuantumEngineServ... | {
"content_hash": "e306d2bfdca526a757c05ac19c38a3d8",
"timestamp": "",
"source": "github",
"line_count": 487,
"max_line_length": 155,
"avg_line_length": 62.997946611909654,
"alnum_prop": 0.7247392438070405,
"repo_name": "balopat/Cirq",
"id": "902292f9ca20d353ec8a00c972ec3a95dd0474eb",
"size": "30750... |
<?php
namespace TwigJs;
interface TestCompilerInterface
{
function getName();
function compile(JsCompiler $compiler, \Twig_Node_Expression_Test $node);
} | {
"content_hash": "55bf57eb9e12065420003375bac98a67",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 77,
"avg_line_length": 15,
"alnum_prop": 0.7393939393939394,
"repo_name": "hostnet/twig.js",
"id": "f8a01edabfa0b1dce6ea795d1cc61d99a794a79c",
"size": "786",
"binary": fa... |
FOUNDATION_EXPORT double Pods_Konex_ExampleVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_Konex_ExampleVersionString[];
| {
"content_hash": "c55c48f2a7df3d687d73c7e1312dbddd",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 72,
"avg_line_length": 44,
"alnum_prop": 0.8560606060606061,
"repo_name": "fmo91/Konex",
"id": "308d2202fe5a1e11c8a81d9cf29622a19ae1578c",
"size": "181",
"binary": false,
... |
namespace ash {
FakeUserImageFileSelector::FakeUserImageFileSelector(content::WebUI* web_ui)
: UserImageFileSelector(web_ui) {}
FakeUserImageFileSelector::~FakeUserImageFileSelector() {}
void FakeUserImageFileSelector::SelectFile(
base::OnceCallback<void(const base::FilePath&)> selected_cb,
base::OnceCal... | {
"content_hash": "751b5bcb4e3ef9c6cbbe9d8939e9a742",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 78,
"avg_line_length": 29.22222222222222,
"alnum_prop": 0.752851711026616,
"repo_name": "scheib/chromium",
"id": "fa37d8d69544486cc4c18cbe082edaeabce863e8",
"size": "774",
... |
@interface LocationCell : WLCustomCell
@property (weak, nonatomic) IBOutlet UILabel *addressLab;
@property (weak, nonatomic) IBOutlet UILabel *locLab;
@property (weak, nonatomic) IBOutlet UILabel *timeLab;
@end
| {
"content_hash": "d689263641234166f58e2c22493e50eb",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 57,
"avg_line_length": 23.88888888888889,
"alnum_prop": 0.7767441860465116,
"repo_name": "SummerHenry/Tool_General",
"id": "c85252f9c6d0e22c5e31c9273f343a926cd24ca8",
"size"... |
type: post121
title: Querying the Space
categories: XAP121NET, PRM
parent: none
weight: 600
---
This section explains the various mechanisms offered by GigaSpaces XAP to query the space for data, as well as related topics, such as how to use indexing to boost query performance and how the space can be iterated to... | {
"content_hash": "3081e01db4154047eb1f024b3bdbdcc7",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 250,
"avg_line_length": 33.08695652173913,
"alnum_prop": 0.7496714848883048,
"repo_name": "croffler/documentation",
"id": "a8347f222ff8f3262bcc59b91646d8fb766a541a",
"size"... |
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The Android Open Source Project
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/license... | {
"content_hash": "de041e3d61342bf7efc0474838de17ed",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 81,
"avg_line_length": 33.86046511627907,
"alnum_prop": 0.6758241758241759,
"repo_name": "luisibanez/gdk-line-sample",
"id": "f89db0abd5814dd5e5051f81643d654e947f5aba",
"si... |
<?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.d... | {
"content_hash": "36aa26c14398ee784fae725f71b0634e",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 108,
"avg_line_length": 35.83157894736842,
"alnum_prop": 0.5769682726204466,
"repo_name": "fmarchioni/mastertheboss",
"id": "6dee9f26efe32afcd15b35107ef2d5fee0eba204",
"siz... |
@interface AppDelegate ()
@end
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Override point for customization after application launch.
return YES;
}
- (void)applicationWillResignActive:(UIApplication *)applicat... | {
"content_hash": "6a94114268219561fec9205a9a9264c0",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 281,
"avg_line_length": 53.48571428571429,
"alnum_prop": 0.7863247863247863,
"repo_name": "i36lib/DBGuestureLock",
"id": "cc2be3b6aa6b21222ff211b058f8e752068ffb38",
"size":... |
<!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_03) on Mon Nov 19 21:41:16 CET 2007 -->
<TITLE>
Uses of Interface org.springframework.beans.factory.support.AutowireCandidateResolver (Spring Framewo... | {
"content_hash": "1f90fe63b71a4dc7c66b9795a522e541",
"timestamp": "",
"source": "github",
"line_count": 245,
"max_line_length": 516,
"avg_line_length": 57.412244897959184,
"alnum_prop": 0.6829233612967439,
"repo_name": "mattxia/spring-2.5-analysis",
"id": "bd9576be0c466020df94766a1192388c3e5dd26c",
... |
---
description: Enabling AppArmor in Docker
keywords: AppArmor, security, docker, documentation
title: AppArmor security profiles for Docker
---
AppArmor (Application Armor) is a Linux security module that protects an
operating system and its applications from security threats. To use it, a system
administrator assoc... | {
"content_hash": "15d9236afa32497d38096596b000941f",
"timestamp": "",
"source": "github",
"line_count": 290,
"max_line_length": 248,
"avg_line_length": 30.19655172413793,
"alnum_prop": 0.7174831563320772,
"repo_name": "sanscontext/docker.github.io",
"id": "202a7702ca26601fbecb87292aead8393025d55b",
... |
/*jshint node:true*/
/* global require, module */
var EmberApp = require('ember-cli/lib/broccoli/ember-app');
module.exports = function(defaults) {
var app = new EmberApp(defaults, {
fingerprint: {
prepend: 'https://totally-sick-cdn.example.com/',
assetMapPath: 'totally-customized-asset-map.json'
... | {
"content_hash": "37b115a129524eae3d3aec4525f7bb3d",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 59,
"avg_line_length": 25.428571428571427,
"alnum_prop": 0.6601123595505618,
"repo_name": "GetBlimp/ember-cli-fastboot",
"id": "2a9d796910edb025627dd24243b3e678907ade96",
"... |
`npm install -d`
## Lancer un serveur de dev :
`npm run dev`
| {
"content_hash": "9cd20a14b919ea088bbf928baf2fe29b",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 29,
"avg_line_length": 12.6,
"alnum_prop": 0.6349206349206349,
"repo_name": "bastienfaulconnier/drunkgame",
"id": "8ed759a7d64b8c48da70107be4ad8538fe84f4ad",
"size": "130",
... |
This is a site where you can practice chess openings. You select an opening from the list and then attempt to play it on the board. You are supposed to always respond with the most commonly played continuation. If you do not the move will be taken back and you try again. See the site here: http://cabanachess.com/
## P... | {
"content_hash": "a28d22a5ad98373069f045f632a7b60f",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 314,
"avg_line_length": 47.08695652173913,
"alnum_prop": 0.7746999076638966,
"repo_name": "philleski/cabana",
"id": "0e163f5b7fc41ca393d7d16268eb04f070703ee0",
"size": "109... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.