text stringlengths 2 9.79k | meta dict | sentences_perturbed int64 0 2 ⌀ | doc_stats dict |
|---|---|---|---|
<?php
/*
* $Id$
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* OWNER OR CO... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.46718916296958923,
"baseline_truncated": false,
"doc_advantage_score": 1.3292490243911743,
"length_change_ratio": 1,
"net_length_change_chars": 0,... |
// Copyright (C) 2009 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 not use this file except in compliance with the License. You may obtain a copy of the License at
//
// http://www.apa... | null | 1 | {
"advantage_score_max": 3.737931728363037,
"advantage_score_mean": 3.737931728363037,
"advantage_score_min": 3.737931728363037,
"advantage_score_std": 0,
"advantage_scores": [
3.737931728363037
],
"baseline_doc_loss": 0.4790566861629486,
"baseline_truncated": false,
"doc_advantage_score": 1.65885... |
<?php
/**
* UserEventApiTest
* PHP version 5
*
* @category Class
* @package Swagger\Client
* @author Swagger Codegen team
* @link https://github.com/swagger-api/swagger-codegen
*/
/**
* BitMEX API
*
* ## REST API for the BitMEX Trading Platform [View Changelog](/app/apiChangelog) - #### Getting St... | null | 1 | {
"advantage_score_max": 5.442096710205078,
"advantage_score_mean": 5.442096710205078,
"advantage_score_min": 5.442096710205078,
"advantage_score_std": 0,
"advantage_scores": [
5.442096710205078
],
"baseline_doc_loss": 1.1824350357055664,
"baseline_truncated": false,
"doc_advantage_score": 8.35346... |
#ifndef __WON_ROUTINGGROUPNAMECHANGEDOP_H__
#define __WON_ROUTINGGROUPNAMECHANGEDOP_H__
#include "WONShared.h"
#include "RoutingOp.h"
#include <string>
namespace WONAPI
{
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
//
// PersonCard.swift
//
// Generated by swagger-codegen
// https://github.com/swagger-api/swagger-codegen
//
import Foundation
/** This is an card object for a Person derived from BaseCard. */
public struct PersonCard: Codable {
public var cardType: String
public var firstName: String?
public var las... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.8261669278144836,
"baseline_truncated": false,
"doc_advantage_score": 1.1773416996002197,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
/*
This code demonstrates how to use the SPI master half duplex mode to read/write a AT932C46D
EEPROM (8-bit mode).
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing, this
software is distributed on an "AS IS" BASIS,... | null | 1 | {
"advantage_score_max": 8.493030548095703,
"advantage_score_mean": 3.1984403133392334,
"advantage_score_min": 1.436245322227478,
"advantage_score_std": 2.235635995864868,
"advantage_scores": [
8.493030548095703,
4.010409355163574,
3.849717855453491,
3.0097365379333496,
1.689133882522583,
... |
# probabilistic_robotics
I am working on detailed solutions of exercises of the book "probabilistic robotics". This is ongoing work, any constructive feedback is appreciated.
I also deployed the fastslam nodejs/c++ app on google cloud [here](http://35.242.140.13:8080) (server running from 0000 to 0800 UTC).
![alt tex... | null | 1 | {
"advantage_score_max": 1.1871672868728638,
"advantage_score_mean": 1.1871672868728638,
"advantage_score_min": 1.1871672868728638,
"advantage_score_std": 0,
"advantage_scores": [
1.1871672868728638
],
"baseline_doc_loss": 2.3073058128356934,
"baseline_truncated": false,
"doc_advantage_score": 0.9... |
#ifndef HOOKS_H
#define HOOKS_H
#include <stdint.h>
enum __parsec_benchmark {
__parsec_blackscholes,
};
uint64_t start, stop, res;
inline double ticks_to_sec(uint64_t ticks);
inline uint64_t rdtsc(void);
inline void __parsec_bench_begin(enum __parsec_benchmark __bench) {};
inline void __parsec_bench_end() {};
... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
from django.urls import reverse
from wakawaka.tests.base import BaseTestCase
class RevisionsTestCase(BaseTestCase):
"""
The Revisions view displays the list of revisions of a given page.
"""
def test_revision_list(self):
"""
Accessing the revision list view without a slug shows all
revis... | null | 1 | {
"advantage_score_max": 1.435526728630066,
"advantage_score_mean": 1.435526728630066,
"advantage_score_min": 1.435526728630066,
"advantage_score_std": 0,
"advantage_scores": [
1.435526728630066
],
"baseline_doc_loss": 0.8668060898780823,
"baseline_truncated": false,
"doc_advantage_score": 1.06591... |
from celery.utils import uuid
from celery.events import Event
from html.parser import HTMLParser
import xml.etree.ElementTree as ET
class HtmlTableParser(HTMLParser):
def __init__(self, *args, **kwargs):
HTMLParser.__init__(self, *args, **kwargs)
self.table = ''
self.inTable = False
... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
// Copyright 2010 Chris Patterson
//
// 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 applicable law or agreed to in wr... | null | 1 | {
"advantage_score_max": 4.795573711395264,
"advantage_score_mean": 4.795573711395264,
"advantage_score_min": 4.795573711395264,
"advantage_score_std": 0,
"advantage_scores": [
4.795573711395264
],
"baseline_doc_loss": 0.9777195453643799,
"baseline_truncated": false,
"doc_advantage_score": 1.66961... |
# Copyright 2020 the V8 project authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# 0x00 (module
# 0x08 [type]
# (type $type0 (func (param i32 i32) (result i32)))
# 0x11 [function]
# 0x15 (export "mul" (func $func0))
# 0x1e ... | null | 1 | {
"advantage_score_max": 4.62592887878418,
"advantage_score_mean": 4.62592887878418,
"advantage_score_min": 4.62592887878418,
"advantage_score_std": 0,
"advantage_scores": [
4.62592887878418
],
"baseline_doc_loss": 1.2170958518981934,
"baseline_truncated": false,
"doc_advantage_score": 1.022241234... |
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9,00"
Name="libogg_static"
ProjectGUID="{15CBFEFF-7965-41F5-B4E2-21E8795C9159}"
RootNamespace="libogg"
Keyword="Win32Proj"
TargetFrameworkVersion="0"
>
<Platforms>
<Platform
Name="Win32"
/>
... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
// Generated by CoffeeScript 1.9.1
(function() {
var XMLComment, XMLNode, create,
extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); c... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.46673783659935,
"baseline_truncated": false,
"doc_advantage_score": 3.7410848140716553,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
<testcase>
<info>
<keywords>
TELNET
UPLOAD
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
<server>
http
</server>
<features>
telnet
</features>
<name>
TELNET check of upload with stdout redirected
</name>
<stdin>
GET /ignore/for/1327 HTTP/1.0
</stdin>
<file name="log/1327.txt">
GET... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
<?xml version="1.0" encoding="UTF-8"?>
<!-- Written by Eclipse BIRT 2.0 -->
<report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.20">
<page-setup>
<graphic-master-page name="My Page">
<contents>
<data/>
</contents>
</graphic-master-... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
package cvm
import (
"context"
"fmt"
"github.com/hashicorp/packer/helper/multistep"
vpc "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/vpc/v20170312"
)
type stepConfigVPC struct {
VpcId string
CidrBlock string
VpcName string
isCreate bool
}
func (s *stepConfigVPC) Run(ctx context.Context, ... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.5147171020507812,
"baseline_truncated": false,
"doc_advantage_score": 0.9228124022483826,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
#include <ctype.h>
#include <locale.h>
#include <stdio.h>
#include <stdlib.h>
static int do_test (locale_t l);
int
main (void)
{
locale_t l;
locale_t l2;
int result;
l = newlocale (1 << LC_ALL, "de_DE.ISO-8859-1", NULL);
if (l == NULL)
{
printf ("newlocale failed: %m\n");
exit (EXIT_FAILUR... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
#ifndef __CURL_CURLRULES_H
#define __CURL_CURLRULES_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| ... | null | 2 | {
"advantage_score_max": 9.630476951599121,
"advantage_score_mean": 4.19891357421875,
"advantage_score_min": 1.266996145248413,
"advantage_score_std": 2.411472797393799,
"advantage_scores": [
9.630476951599121,
8.350653648376465,
6.458780288696289,
6.431619167327881,
5.626368522644043,
... |
---
title: 把时间当作朋友
date: '2011-03-13'
slug: let-time-be-a-friend
---
现在是夜里1点半了,显然我没把时间当朋友,尽管我刚花了五个小时读了《把时间当作朋友》。这本书写得比较踏实,是我还比较喜欢看的,因为感觉有不少真实经历在里面。不过我看完第一遍的感受是,这本书的别名可以是《如何作自我反省》,因为它谈的并不全是管理时间,而是自己扯下自己的面具,或用反省的方式让自己的劣性没有藏身之处,或学习控制自己。本小子一定程度上有同感,这也是本小子需要修炼的。
| null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
/// <reference path="../bower_components/jquery/dist/jquery.js" />
/*
jquery-resizable
Version 0.27 - 1/10/2018
© 2015-2017 Rick Strahl, West Wind Technologies
www.west-wind.com
Licensed under MIT License
*/
(function(factory, undefined) {
if (typeof define === 'function' && define.amd) {
// AMD
define(['jquery'],... | null | 0 | {
"advantage_score_max": 1.8824599981307983,
"advantage_score_mean": 1.8824599981307983,
"advantage_score_min": 1.8824599981307983,
"advantage_score_std": 0,
"advantage_scores": [
1.8824599981307983
],
"baseline_doc_loss": 0.9038378596305847,
"baseline_truncated": false,
"doc_advantage_score": 1.0... |
rule j3f9_05a6e1ed1ee31132
{
meta:
copyright="Copyright (c) 2014-2018 Support Intelligence Inc, All Rights Reserved."
engine="saphire/1.3.1 divinorum/0.998 icewater/0.4"
viz_url="http://icewater.io/en/cluster/query?h64=j3f9.05a6e1ed1ee31132"
cluster="j3f9.05a6e1ed1ee31132"
cluster_size="4"... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
/**
*/
package net.opengis.gml311;
import org.eclipse.emf.ecore.EObject;
import org.w3.xlink.ActuateType;
import org.w3.xlink.ShowType;
import org.w3.xlink.TypeType;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Engineering CRS Ref Type</b></em>'.
* <!-- end-user-doc -->
*
* <!--... | null | 2 | {
"advantage_score_max": 4.822409152984619,
"advantage_score_mean": 3.240602731704712,
"advantage_score_min": 1.5379470586776733,
"advantage_score_std": 1.3435962200164795,
"advantage_scores": [
4.822409152984619,
3.361452579498291,
1.5379470586776733
],
"baseline_doc_loss": 0.0966345220804214... |
#include <stdio.h>
#include <string.h>
int main(void) {
char *all = "안녕하세요";
char buf[16];
buf[0] = all[3];
buf[1] = all[4];
buf[2] = all[5];
buf[3] = '\0';
printf("%s\n", all);
printf("length= %d\n", strlen(all)); //5?
printf("all[3]= %c\n", all[3]);
printf("all[3][4][5]= %c%c%c\n", all[3], all[4], all[5]);... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
**This airport has been automatically generated**
We have no information about DRRP[*] airport other than its name, ICAO and location (NE).
This airport will have to be done from scratch, which includes adding runways, taxiways, parking locations, boundaries...
Good luck if you decide to do this airport! | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
#include <linux/types.h>
#include "event.h"
#include "debug.h"
#include "sort.h"
#include "string.h"
#include "strlist.h"
#include "thread.h"
#include "thread_map.h"
static const char *perf_event__names[] = {
[0] = "TOTAL",
[PERF_RECORD_MMAP] = "MMAP",
[PERF_RECORD_LOST] = "LOST",
[PERF_RECORD_COMM] = "C... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
org/bukkit/entity/Damageable _INVALID_damage (I)V damage
org/bukkit/entity/Damageable _INVALID_damage (ILorg/bukkit/entity/Entity;)V damage
org/bukkit/entity/Damageable _INVALID_getHealth ()I getHealth
org/bukkit/entity/Damageable _INVALID_setHealth (I)V setHealth
org/bukkit/entity/Damageable _INVALID_getMaxHealth ()I ... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
/*
* Copyright 2002-2018 the original author or authors.
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | null | 1 | {
"advantage_score_max": 3.758362293243408,
"advantage_score_mean": 2.353113889694214,
"advantage_score_min": 1.1745270490646362,
"advantage_score_std": 1.012607455253601,
"advantage_scores": [
3.758362293243408,
2.8364481925964355,
1.6431183815002441,
1.1745270490646362
],
"baseline_doc_l... |
out vec4 FragColor;
uniform sampler2D strokeColor;
uniform sampler2D strokeDepth;
uniform float amplitude;
uniform float period;
uniform float phase;
uniform int orientation;
uniform vec2 wsize;
#define M_PI 3.1415926535897932384626433832795
#define HORIZONTAL 0
#define VERTICAL 1
void main()
{
vec4 outcolor;
... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
// https://codeforces.com/contest/1199/problem/C
#include <bits/stdc++.h>
using namespace std;
using mii = map<int, int>;
int main() {
int n, I, x;
cin >> n >> I;
mii m;
for (int i = 0; i < n; i++) {
cin >> x;
m[x]++;
}
int k = (8 * I) / n;
int K = 1;
for (int i = 0; i < k; i++) {
K *= 2;
... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
#
# MSILO usage example
#
# $ID: daniel $
#
udp_workers=2
check_via=no # (cmd. line: -v)
dns=off # (cmd. (cmd. line: -r). line: -R)
# ------------------ module loading ----------------------------------
#set module path
mpath="/usr/local/lib/opensips/modules/"
loadmodule "textops.so"
loadmodule "sl.... | null | 1 | {
"advantage_score_max": 2.764648914337158,
"advantage_score_mean": 2.764648914337158,
"advantage_score_min": 2.764648914337158,
"advantage_score_std": 0,
"advantage_scores": [
2.764648914337158
],
"baseline_doc_loss": 1.4138857126235962,
"baseline_truncated": false,
"doc_advantage_score": 0.86380... |
/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU ... | null | 1 | {
"advantage_score_max": 5.346730709075928,
"advantage_score_mean": 5.346730709075928,
"advantage_score_min": 5.346730709075928,
"advantage_score_std": 0,
"advantage_scores": [
5.346730709075928
],
"baseline_doc_loss": 0.7472689747810364,
"baseline_truncated": false,
"doc_advantage_score": 1.65862... |
package com.mashibing.controller.base;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.stereotype.Controller;
/**
* <p>
* 自定义类型 前端控制器
* </p>
*
* @author lian
* @since 2020-04-18
*/
@Controller
@RequestMapping("/tblCustomType")
public class TblCustomTypeController {
... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
// 26.1.3 Reflect.defineProperty(target, propertyKey, attributes)
var dP = require('./_object-dp');
var $export = require('./_export');
var anObject = require('./_an-object');
var toPrimitive = require('./_to-primitive');
// MS Edge has broken Reflect.defineProperty - throwing instead of returning false
$export($expor... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
# Blender v2.78 (sub 0) OBJ File: ''
# www.blender.org
o collision_mesh_Cube
v 1.670722 -0.127512 -28.506155
v 1.160390 -0.022079 -28.506147
v 1.160390 -0.022079 -29.095850
v 1.670722 -0.127512 -31.214417
v 7.181986 -0.294439 -16.803648
v 4.320757 -3.384111 -17.799223
v 2.375209 -0.294435 -28.506155
v 4.320757 3.466504... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | null | 1 | {
"advantage_score_max": 1.7519395351409912,
"advantage_score_mean": 1.6465507745742798,
"advantage_score_min": 1.4756964445114136,
"advantage_score_std": 0.12190670520067215,
"advantage_scores": [
1.7519395351409912,
1.7120163440704346,
1.4756964445114136
],
"baseline_doc_loss": 0.86401736736... |
module.exports = {
'camelCase': require('./string/camelCase'),
'capitalize': require('./string/capitalize'),
'deburr': require('./string/deburr'),
'endsWith': require('./string/endsWith'),
'escape': require('./string/escape'),
'escapeRegExp': require('./string/escapeRegExp'),
'kebabCase': require('./strin... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
import _ from 'lodash';
import PropTypes from 'prop-types';
import React, { Component } from 'react';
import { inputTypes } from 'Helpers/Props';
import Button from 'Components/Link/Button';
import Form from 'Components/Form/Form';
import FormGroup from 'Components/Form/FormGroup';
import FormLabel from 'Components/For... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
using cloudscribe.Multitenancy;
namespace Microsoft.AspNetCore.Http
{
/// <summary>
/// Multitenant extensions for <see cref="HttpContext"/>.
/// </summary>
public static class MultitenancyHttpContextExtensions
{
private const string TenantContextKey = "cloudscribe.TenantContext";
pu... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
# -*- encoding : utf-8 -*-
# ClientSideValidations Initializer
# Uncomment to disable uniqueness validator, possible security issue
# ClientSideValidations::Config.disabled_validators = [:uniqueness]
# Uncomment to validate number format with current I18n locale
# ClientSideValidations::Config.number_format_with_loca... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
<?xml version="1.0" encoding="UTF-8" ?>
<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
---
title: 保護された Web API アプリを構成する |Microsoft
titleSuffix: Microsoft identity platform
description: 保護された Web API をビルドして、アプリケーションのコードを構成する方法について学習します。
services: active-directory
author: jmprieur
manager: CelesteDG
ms.service: active-directory
ms.subservice: develop
ms.topic: conceptual
ms.workload: identity
ms.date: 07/... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 1.2982057332992554,
"baseline_truncated": false,
"doc_advantage_score": 1.102348804473877,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
/* If you are missing that file, acquire a complete release at teeworlds.com. */
#ifndef ENGINE_CLIENT_INPUT_H
#define ENGINE_CLIENT_INPUT_H
class CInput : public IEngineInput
{
IEngineGraphics *m_pGraphics;... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 1.539028525352478,
"baseline_truncated": false,
"doc_advantage_score": 1.0929239988327026,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
<!DOCTYPE html>
html(lang="en")
head
meta(charset="UTF-8")
meta(name="viewport", content="width=device-width, initial-scale=1.0")
meta(http-equiv="X-UA-Compatible", content="ie=edge")
title Document
body
h1 Pug
| null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
<?php
namespace Ushahidi\App\Http\Controllers\API\Posts;
/**
* Ushahidi API Posts Revisions Controller
*
* @author Ushahidi Team <team@ushahidi.com>
* @package Ushahidi\Application\Controllers
* @copyright 2013 Ushahidi
* @license https://www.gnu.org/licenses/agpl-3.0.html GNU Affero General Public L... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
#ifndef BOOST_MPL_POP_BACK_FWD_HPP_INCLUDED
#define BOOST_MPL_POP_BACK_FWD_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// See http://www.boost.or... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.28191232681274414,
"baseline_truncated": false,
"doc_advantage_score": 2.883352518081665,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
15
46
30 82
90 56 17
95 15 48 26
4 58 71 79 92
60 12 21 63 47 19
41 90 85 14 9 52 71
79 16 81 51 95 93 34 10
79 95 61 92 89 88 66 64 92
63 66 64 39 51 27 0 95 12 8
66 47 42 74 69 89 83 66 41 90 78
65 79 90 33 53 29 85 22 33 37 36 68
60 58 36 60 42 42 67 15 16 18 56 79 8
59 61 97 55 81 75 40 90 1 37 35 43 67 12
11 33 93... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
(ns prosemirror.commands
(:require [prosemirror.core :as pm]
["prosemirror-state" :as state]
["prosemirror-history" :as history]
["prosemirror-commands" :as commands]
["prosemirror-inputrules" :as input-rules]
[applied-science.js-interop :as j]))
(def chain... | null | 1 | {
"advantage_score_max": 3.403102159500122,
"advantage_score_mean": 1.752114176750183,
"advantage_score_min": 1.1321369409561157,
"advantage_score_std": 0.7233579158782959,
"advantage_scores": [
3.403102159500122,
2.2642135620117188,
1.9298350811004639,
1.4944641590118408,
1.29886639118194... |
import os
from glob import glob
import cv2
import numpy as np
from tqdm import tqdm
def main():
img_size = 96
paths = glob('inputs/data-science-bowl-2018/stage1_train/*')
os.makedirs('inputs/dsb2018_%d/images' % img_size, exist_ok=True)
os.makedirs('inputs/dsb2018_%d/masks/0' % img_size, exist_ok=T... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
{
"comments": {
// symbol used for single line comment. Remove this entry if your language does not support line comments
"lineComment": "//",
// symbols used for start and end a block comment. Remove this entry if your language does not support block comments
"blockComment": [
"/*",
"*/"
]
},
// sym... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.7541741728782654,
"baseline_truncated": false,
"doc_advantage_score": 0.8985044956207275,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
/*
* Copyright 2011 The WebRTC Project Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that is included in the LICENSE file at the root of the source tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors... | null | 1 | {
"advantage_score_max": 6.9408111572265625,
"advantage_score_mean": 3.2826931476593018,
"advantage_score_min": 1.2856745719909668,
"advantage_score_std": 2.590312957763672,
"advantage_scores": [
6.9408111572265625,
1.6215931177139282,
1.2856745719909668
],
"baseline_doc_loss": 0.5119389295578... |
<?php
/*
* This file is part of Respect/Validation.
This file is part of Respect/Validation.
(c) Alexandre Gomes Gaigalas <alexandre@gaigalas.net>
For complete copyright and licensing details, please refer to the LICENSE file included with this source code.
*/
declare(strict_types=1);
namespace Respect\Validation... | null | 1 | {
"advantage_score_max": 3.7893683910369873,
"advantage_score_mean": 3.7893683910369873,
"advantage_score_min": 3.7893683910369873,
"advantage_score_std": 0,
"advantage_scores": [
3.7893683910369873
],
"baseline_doc_loss": 0.8037207722663879,
"baseline_truncated": false,
"doc_advantage_score": 2.0... |
var convert = require('./convert'),
func = convert('curryRight', require('../curryRight'));
func.placeholder = require('./placeholder');
module.exports = func;
| null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
/*
Copyright (C) 2003-2008 Fons Adriaensen <fons@kokkinizita.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
... | null | 1 | {
"advantage_score_max": 6.45944881439209,
"advantage_score_mean": 6.45944881439209,
"advantage_score_min": 6.45944881439209,
"advantage_score_std": 0,
"advantage_scores": [
6.45944881439209
],
"baseline_doc_loss": 0.44018837809562683,
"baseline_truncated": false,
"doc_advantage_score": 0.91788971... |
---
kind: Template
apiVersion: v1
metadata:
annotations:
iconClass: icon-jboss
tags: rhdm,decisionserver,jboss,kieserver
version: "7.6"
openshift.io/display-name: Red Hat Decision Manager 7.6 managed KIE Server
openshift.io/provider-display-name: Red Hat, Inc.
description: Application template... | null | 2 | {
"advantage_score_max": 8.546918869018555,
"advantage_score_mean": 2.7775607109069824,
"advantage_score_min": 1.2875986099243164,
"advantage_score_std": 1.7672523260116577,
"advantage_scores": [
8.546918869018555,
6.20745849609375,
5.097733020782471,
3.401390314102173,
3.243130922317505,
... |
/*
* Copyright 2019. Google LLC
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.5150347948074341,
"baseline_truncated": false,
"doc_advantage_score": 1.1565202474594116,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |

[](http://cocoadocs.org/docsets/DynamicColor/) [](http://cocoadocs.org/docsets/Dyn... | null | 1 | {
"advantage_score_max": 5.955490589141846,
"advantage_score_mean": 2.4962809085845947,
"advantage_score_min": 1.135482668876648,
"advantage_score_std": 1.6107267141342163,
"advantage_scores": [
5.955490589141846,
3.5042529106140137,
2.530764102935791,
1.5771952867507935,
1.466352939605713... |
/*
Copyright (C) 2006 StrmnNrmn
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that i... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.90822833776474,
"baseline_truncated": false,
"doc_advantage_score": 1.1977444887161255,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
#ifndef BOOST_METAPARSE_V1_STRING_TAG_HPP
#define BOOST_METAPARSE_V1_STRING_TAG_HPP
// Copyright Abel Sinkovics (abel@sinkovics.hu) 2013.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
nam... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.37533509731292725,
"baseline_truncated": false,
"doc_advantage_score": 1.9165164232254028,
"length_change_ratio": 1,
"net_length_change_chars": 0,... |
/*
Copyright (c) 2012, Broadcom Europe Ltd
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of conditions and the f... | null | 1 | {
"advantage_score_max": 8.257489204406738,
"advantage_score_mean": 6.852943420410156,
"advantage_score_min": 5.448397636413574,
"advantage_score_std": 1.404545783996582,
"advantage_scores": [
8.257489204406738,
5.448397636413574
],
"baseline_doc_loss": 0.8138479590415955,
"baseline_truncated": ... |
0.preset.3=eNrTNbQO8ffSNgvQDkksSk8tsTazNgDDtMSc4lQoaW1oam1obWYAlTI2sDY0BAqUFJWmYiUguiwNrE1RjEEmweoMDTBswlRpgKzDzAAATE06Sg==
0.preset.2=eNrTNbT2K83JKcjPzczL13bMydEOLsjMszazNgDDtMSc4lQoaW1oam1obWYAlTI2sDY0tDayLikqTcVKQHQZWhhYm6KYAyER6gwNgCYha8Gi2gAsDwAI4zoF
0.preset.1=eNrTNbR2yslPzk7Kr7A2szYAw7TEnOJUKGltaGptaG1mAJUyNrA... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
#!/usr/bin/env python
from __future__ import division, print_function
import os
def configuration(parent_package='', top_path=None):
from numpy.distutils.misc_util import Configuration
config = Configuration('matrixlib', parent_package, top_path)
config.add_data_dir('tests')
return config
if __name__... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
- hosts: localhost
roles:
- role: create-afs-token
# CentOS
- role: release-afs-volume
afs_volume: mirror.wheel.cent7x64
- role: release-afs-volume
afs_volume: mirror.wheel.cent8x64
- role: release-afs-volume
afs_volume: mirror.wheel.cent8a64
# Debian
- role: release-a... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
/*
* Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
*
* This file is part of Jam - see jam.c for Copyright information.
*/
#ifndef JAM_BUILTINS_H
# define JAM_BUILTINS_H
# include "frames.h"
/*
* builtins.h - compile parsed jam statements
*/
void load_builtins();
void init_set();
void ini... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Author</key>
<string>Lectorius, Inc.</string>
<key>Builder Version</key>
<string>534.57.2</string>
<key>CFBundleDisplayName</key>
<string>... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
Fix a bug that reading and writing on the same file may cause race on multiple processes.
| null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
/*
* Copyright (c) 2004 Apple Computer, Inc. All rights reserved.
This file contains Original Code and/or Modified Versions of Original Code as defined in, and subject to, the Apple Public Source License Version 2.0 (the 'License'). You may not use this file except in
* compliance with the License. Please obtain a c... | null | 1 | {
"advantage_score_max": 9.731136322021484,
"advantage_score_mean": 9.731136322021484,
"advantage_score_min": 9.731136322021484,
"advantage_score_std": 0,
"advantage_scores": [
9.731136322021484
],
"baseline_doc_loss": 1.0082576274871826,
"baseline_truncated": false,
"doc_advantage_score": 1.12804... |
/*
* Copyright (c) 2010 Jiri Svoboda
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* - Redistributions of source code must retain the above copyright
* notice, this list of condit... | null | 1 | {
"advantage_score_max": 5.131557464599609,
"advantage_score_mean": 5.131557464599609,
"advantage_score_min": 5.131557464599609,
"advantage_score_std": 0,
"advantage_scores": [
5.131557464599609
],
"baseline_doc_loss": 0.41111090779304504,
"baseline_truncated": false,
"doc_advantage_score": 1.3711... |
ruby:
ext: ['.rb', '.rake']
after: ['^#!', '^#.*encoding:']
comment:
open: '#\n'
close: '#\n'
prefix: '# '
perl:
ext: ['.pl']
after: ['^#!', '^#.*encoding:']
comment:
open: '#\n'
close: '#\n'
prefix: '# '
# Support PEP 0263 comments:
# coding=<encoding name>
# -*- coding: <en... | null | 0 | {
"advantage_score_max": 1.3535975217819214,
"advantage_score_mean": 1.3535975217819214,
"advantage_score_min": 1.3535975217819214,
"advantage_score_std": 0,
"advantage_scores": [
1.3535975217819214
],
"baseline_doc_loss": 0.7403275966644287,
"baseline_truncated": false,
"doc_advantage_score": 1.0... |
/*
Copyright 2018 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in accordance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | null | 1 | {
"advantage_score_max": 9.122137069702148,
"advantage_score_mean": 9.122137069702148,
"advantage_score_min": 9.122137069702148,
"advantage_score_std": 0,
"advantage_scores": [
9.122137069702148
],
"baseline_doc_loss": 0.539696991443634,
"baseline_truncated": false,
"doc_advantage_score": 3.833093... |
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(
<path d="M21 5v14h2V5h-2zm-4 14h2V5h-2v14zM15 5H1v14h14V5zM8 7.75c1.24 0 2.25 1.01 2.25 2.25S9.24 12.25 8 12.25 5.75 11.24 5.75 10 6.76 7.75 8 7.75zM12.5 17h-9v-.75c0-1.5 3-2.25 4.5-2.25s4.5.75 4.5 2.25V1... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
/* Copyright (c) 2009 M. J. D. Powell (mjdp@cam.ac.uk)
* Modifications Copyright (c) 2010 Massachusetts Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without ... | null | 1 | {
"advantage_score_max": 1.332992672920227,
"advantage_score_mean": 1.332992672920227,
"advantage_score_min": 1.332992672920227,
"advantage_score_std": 0,
"advantage_scores": [
1.332992672920227
],
"baseline_doc_loss": 0.3172184228897095,
"baseline_truncated": false,
"doc_advantage_score": 1.10995... |
syntax = "proto3";
package envoy.service.discovery.v4alpha;
import "envoy/service/discovery/v4alpha/discovery.proto";
import "udpa/annotations/status.proto";
import "udpa/annotations/versioning.proto";
option java_package = "io.envoyproxy.envoy.service.discovery.v4alpha";
option java_outer_classname = "AdsProto";
o... | null | 1 | {
"advantage_score_max": 1.491606593132019,
"advantage_score_mean": 1.4877839088439941,
"advantage_score_min": 1.4839612245559692,
"advantage_score_std": 0.0038226842880249023,
"advantage_scores": [
1.491606593132019,
1.4839612245559692
],
"baseline_doc_loss": 1.7244162559509277,
"baseline_trunc... |
// Helper for combining css classes inside components
export type IClassName = string | string[] | IClassNameMap;
export type IClassNameMap = {
[className: string]: boolean | any;
};
export function cssNames(...args: IClassName[]): string {
const map: IClassNameMap = {};
args.forEach(className => {
if (type... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
{
"info" : {
"version" : 1,
"author" : "xcode"
}
} | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the Lic... | null | 2 | {
"advantage_score_max": 6.274986267089844,
"advantage_score_mean": 3.182976722717285,
"advantage_score_min": 1.321423888206482,
"advantage_score_std": 2.2015089988708496,
"advantage_scores": [
6.274986267089844,
1.9525200128555298,
1.321423888206482
],
"baseline_doc_loss": 0.5445730090141296,... |
/* Copyright 2019 The TensorFlow Authors. All Rights Reserved.
Distributed under the Apache License, Version 2.0 (the "License"); you may not use this file except in accordance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law o... | null | 1 | {
"advantage_score_max": 1.1174087524414062,
"advantage_score_mean": 1.1174087524414062,
"advantage_score_min": 1.1174087524414062,
"advantage_score_std": 0,
"advantage_scores": [
1.1174087524414062
],
"baseline_doc_loss": 0.6274374723434448,
"baseline_truncated": false,
"doc_advantage_score": 1.0... |
############## mysql-test\t\concurrent_insert_basic.test #######################
# #
# Variable Name: concurrent_insert #
# Scope: GLOBAL ... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
/*
* 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 applicable law or agreed to in writing, software distributed under t... | null | 1 | {
"advantage_score_max": 6.853161811828613,
"advantage_score_mean": 4.114860534667969,
"advantage_score_min": 1.2798821926116943,
"advantage_score_std": 2.170536994934082,
"advantage_scores": [
6.853161811828613,
5.74515438079834,
4.794929027557373,
1.9011738300323486,
1.2798821926116943
... |
using Nancy.Metadata.Module;
using Nancy.Swagger;
namespace OmniSharp.CodeActions.Metadata
{
public class GetCodeActionsMetadataModule : MetadataModule<SwaggerRouteData>
{
public GetCodeActionsMetadataModule()
{
Describe["GetCodeActions"] = desc => desc.AsSwagger(builder => builde... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
#include "unp.h"
void
tv_sub(struct timeval *out, struct timeval *in)
{
if ( (out->tv_usec -= in->tv_usec) < 0) { /* out -= in */
--out->tv_sec;
out->tv_usec += 1000000;
}
out->tv_sec -= in->tv_sec;
}
| null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
/*!
@file
Defines operators for Iterables.
@copyright Louis Dionne 2013-2017
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_HANA_DETAIL_OPERATORS_ITERABLE_HPP
#define BOOST_HANA_DETAIL_OPERATORS_ITERABLE_HPP
... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.421371728181839,
"baseline_truncated": false,
"doc_advantage_score": 1.937912940979004,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
# created by tools/tclZIC.tcl - do not edit
set TZData(:Asia/Taipei) {
{-9223372036854775808 29160 0 LMT}
{-2335248360 28800 0 CST}
{-1017820800 32400 0 JST}
{-766224000 28800 0 CST}
{-745833600 32400 1 CDT}
{-733827600 28800 0 CST}
{-716889600 32400 1 CDT}
{-699613200 28800 0 CST}
... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
# frozen_string_literal: true
class Fakes::EndProductStore < Fakes::PersistentStore
class << self
def redis_ns
"end_product_records_#{Rails.env}"
end
end
class Contention < OpenStruct; end
class BgsContention < OpenStruct; end
# we call it a "child" because even though Redis has only key:valu... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.9001461267471313,
"baseline_truncated": false,
"doc_advantage_score": 1.0318095684051514,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
/*----------------------------------------------------------------------------*/
/**
* This confidential and proprietary software may be used only as
* authorised by a licensing agreement from ARM Limited
* (C) COPYRIGHT 2011-2012 ARM Limited
* ALL RIGHTS RESERVED
*
* The entire notice above must be reproduced on... | null | 0 | {
"advantage_score_max": 1.4744579792022705,
"advantage_score_mean": 1.4035471677780151,
"advantage_score_min": 1.2924118041992188,
"advantage_score_std": 0.07957685738801956,
"advantage_scores": [
1.4744579792022705,
1.4437717199325562,
1.2924118041992188
],
"baseline_doc_loss": 0.82431417703... |
# Copyright 2018 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/buildflag_header.gni")
import("//chromecast/chromecast.gni")
import("//third_party/protobuf/proto_library.gni")
buildflag_header("buildflags... | null | 1 | {
"advantage_score_max": 8.733637809753418,
"advantage_score_mean": 8.733637809753418,
"advantage_score_min": 8.733637809753418,
"advantage_score_std": 0,
"advantage_scores": [
8.733637809753418
],
"baseline_doc_loss": 0.7989594340324402,
"baseline_truncated": false,
"doc_advantage_score": 1.59785... |
fileFormatVersion: 2
guid: e85a3776f5266b144a8e170c88e08647
timeCreated: 1493210307
licenseType: Free
TextureImporter:
fileIDToRecycleName:
8900000: generatedCubemap
serializedVersion: 4
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2016, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this softw... | null | 0 | {
"advantage_score_max": 1.9642952680587769,
"advantage_score_mean": 1.9642952680587769,
"advantage_score_min": 1.9642952680587769,
"advantage_score_std": 0,
"advantage_scores": [
1.9642952680587769
],
"baseline_doc_loss": 0.3103798031806946,
"baseline_truncated": false,
"doc_advantage_score": 8.0... |
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
please see the LICENSE file that came with this source code for full copyright and lic... | null | 1 | {
"advantage_score_max": 1.8012832403182983,
"advantage_score_mean": 1.8012832403182983,
"advantage_score_min": 1.8012832403182983,
"advantage_score_std": 0,
"advantage_scores": [
1.8012832403182983
],
"baseline_doc_loss": 0.8225657939910889,
"baseline_truncated": false,
"doc_advantage_score": 1.0... |
<?php
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* You can also find it online at:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and cannot
... | null | 1 | {
"advantage_score_max": 6.54868221282959,
"advantage_score_mean": 3.9379029273986816,
"advantage_score_min": 1.3271236419677734,
"advantage_score_std": 2.610779285430908,
"advantage_scores": [
6.54868221282959,
1.3271236419677734
],
"baseline_doc_loss": 0.5721317529678345,
"baseline_truncated":... |
'use strict';
var isImplemented = require('../../../string/from-code-point/is-implemented');
module.exports = function (a) { a(isImplemented(), true); };
| null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
/* NOLINT(build/header_guard) */
/* Copyright 2016 Google Inc. All Rights Reserved.
Distributed under MIT license.
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
/* template parameters: FN, BUCKET_BITS, NUM_BANKS, BANK_BITS,
NUM_LAST_DISTANCES_TO_CHECK */
... | null | 0 | {
"advantage_score_max": 1.8405728340148926,
"advantage_score_mean": 1.5278948545455933,
"advantage_score_min": 1.1374938488006592,
"advantage_score_std": 0.24394991993904114,
"advantage_scores": [
1.8405728340148926,
1.742243766784668,
1.6818987131118774,
1.6072698831558228,
1.44773936271... |
# -*- mode: ruby -*-
# vi: set ft=ruby :
# Provisioning script to install the reference policy
$install_refpolicy = <<-SHELL
# fail as soon as a command failed
set -e
# we set to permissive to allow loading and working with reference policy as opposed to fedora's fork
echo "Setting SELinux to Permissive Mode.... | null | 1 | {
"advantage_score_max": 9.378886222839355,
"advantage_score_mean": 4.583438396453857,
"advantage_score_min": 1.1674615144729614,
"advantage_score_std": 3.093735456466675,
"advantage_scores": [
9.378886222839355,
7.887746810913086,
4.7354841232299805,
2.418318271636963,
1.912734866142273,
... |
13
0 0 0 0 0 0 0 1 0 1 1 1 0
0 0 0 1 1 0 0 1 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0
0 1 0 0 0 1 0 0 0 0 0 0 0
0 1 0 0 0 0 0 0 0 0 0 0 0
0 0 0 1 0 0 0 0 0 0 0 1 1
0 0 0 0 0 0 0 0 0 0 0 0 0
1 1 0 0 0 0 0 0 1 0 0 0 0
0 0 0 0 0 0 0 1 0 0 0 1 0
1 0 0 0 0 0 0 0 0 0 0 0 0
1 0 0 0 0 0 0 0 0 0 0 0 0
1 0 0 0 0 1 0 0 1 0 0 0 0
0 0 0... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
package com.huantansheng.easyphotos.models.ad;
import android.view.View;
/**
* 广告实体
* Created by huan on 2017/10/24.
*/
public class AdEntity {
public View adView;
public int lineIndex;
public AdEntity(View adView, int lineIndex) {
this.adView = adView;
this.lineIndex = lineIndex;
... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
<?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">
<parent>
<groupId>org.opencoweb</groupId>
<artifactId>c... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
CONFIG_RCU_REF_SCALE_TEST=y
CONFIG_PRINTK_TIME=y
| null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
namespace SortingDemo
{
class Program
{
static void Main()
{
string[] names = {"Alabama", "Texas", "Washington",
"Virginia", "Wisconsin", "Wyoming",
... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
<?xml version="1.0"?>
<configuration>
<system.webServer>
<handlers>
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" />
</handlers>
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdo... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
#!/usr/bin/env bash
#
# test of qemu-img convert -n - convert without creation
#
# Copyright (C) 2009 Red Hat, Inc.
# Copyright (C) 2013 Alex Bligh (alex@alex.org.uk)
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Fre... | null | 2 | {
"advantage_score_max": 8.145907402038574,
"advantage_score_mean": 3.1097028255462646,
"advantage_score_min": 1.2087445259094238,
"advantage_score_std": 2.499289035797119,
"advantage_scores": [
8.145907402038574,
5.591965198516846,
2.4050769805908203,
1.5856231451034546,
1.527510762214660... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.