text
stringlengths
2
9.79k
meta
dict
sentences_perturbed
int64
0
2
doc_stats
dict
.row-split { .col-content { margin-top: 20px; } @media (min-width: @media-xs) { display: flex; flex-direction: row; .col-side { width: 360px; } .col-content { flex-grow: 1; margin-top: 0; } } } .palette-preview { .rs-panel { position: relative; height: ...
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...
# minimatch A minimal matching utility. [![Build Status](https://secure.travis-ci.org/isaacs/minimatch.png)](http://travis-ci.org/isaacs/minimatch) This is the matching library used internally by npm. Eventually, it will replace the C binding in node-glob. It works by converting glob expressions into JavaScript `...
null
2
{ "advantage_score_max": 9.76777172088623, "advantage_score_mean": 4.490182399749756, "advantage_score_min": 1.1020574569702148, "advantage_score_std": 2.298189163208008, "advantage_scores": [ 9.76777172088623, 9.313493728637695, 9.000971794128418, 8.533378601074219, 8.255284309387207, ...
/* Copyright 2016 The Kubernetes 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 http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
null
1
{ "advantage_score_max": 8.73311710357666, "advantage_score_mean": 4.089177131652832, "advantage_score_min": 1.2726507186889648, "advantage_score_std": 3.101435422897339, "advantage_scores": [ 8.73311710357666, 6.8597331047058105, 2.2078492641448975, 1.372536063194275, 1.2726507186889648 ...
nelmio_cors: defaults: origin_regex: true allow_origin: ['%env(CORS_ALLOW_ORIGIN)%'] allow_methods: ['GET', 'OPTIONS', 'POST', 'PUT', 'PATCH', 'DELETE'] allow_headers: ['Content-Type', 'Authorization', 'Preload', 'Fields'] expose_headers: ['Link'] max_age: 3600 pa...
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 { run } from '@ember/runloop'; import { module, test } from 'qunit'; import { setupRenderingTest } from 'ember-qunit'; import { render } from '@ember/test-helpers'; import setupStyles from '../helpers/render-with-styles'; module('Integration | Changing local classes', function(hooks) { setupRenderingTest(hook...
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...
form=词 tags= 放扁舟、万山环处, 平铺碧浪千顷。 仙人怜我征尘久, 借与梦游清枕。 风乍静。 望两岸群峰, 倒浸玻璃影。 楼台相映。 更日薄烟轻, 荷花似醉, 飞鸟堕寒镜。 中都内, 罗绮千街万井。 天教此地幽胜。 仇池仙伯今何在, 堤柳几眠还醒。 君试问。 □此意、只今更有何人领。 功名未竟。 待学取鸱夷, 仍携西子, 来动五湖兴。
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...
{ "gender": "female", "species": "ostrich", "birthday": "7-31", "games": { "afe+": { "personality": "snooty", "clothes": "red-aloha-shirt", "song": "K.K. Sonata" }, "nl": { "personality": "snooty", "clothes": "purple-tie-dye-tee", "song": "K.K. Sonata", "phr...
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 1.7604621648788452, "baseline_truncated": false, "doc_advantage_score": 2.477328062057495, "length_change_ratio": 1, "net_length_change_chars": 0, ...
fileFormatVersion: 2 guid: 91035448860ba4e708919485c73f7edc timeCreated: 1442945121 licenseType: Pro NativeFormatImporter: userData: assetBundleName: assetBundleVariant:
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 QEMU_SMBIOS_H #define QEMU_SMBIOS_H /* * SMBIOS Support * * Copyright (C) 2009 Hewlett-Packard Development Company, L.P. * * Authors: * Alex Williamson <alex.williamson@hp.com> * * This work is licensed under the terms of the GNU GPL, version 2. See * the COPYING file in the top-level directory. Th...
null
1
{ "advantage_score_max": 1.3109654188156128, "advantage_score_mean": 1.3109654188156128, "advantage_score_min": 1.3109654188156128, "advantage_score_std": 0, "advantage_scores": [ 1.3109654188156128 ], "baseline_doc_loss": 0.7013522982597351, "baseline_truncated": false, "doc_advantage_score": 1.0...
import astf_path class ErrorLogger(): def __init__(self, name, allowed_errors): self.iteration_counter = 0 self.name = name self.client_allowed_errors = set(allowed_errors['client']) self.server_allowed_errors = set(allowed_errors['server']) self.iteration_to_mult_map = {} ...
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) 2018 The LevelDB Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. See the AUTHORS file for names of contributors. // Prevent Windows headers from defining min/max macros and instead // use STL. #ifndef NOMINMAX #defin...
null
1
{ "advantage_score_max": 2.4635837078094482, "advantage_score_mean": 1.831251859664917, "advantage_score_min": 1.443847417831421, "advantage_score_std": 0.3886794149875641, "advantage_scores": [ 2.4635837078094482, 1.8191657066345215, 1.5984108448028564, 1.443847417831421 ], "baseline_doc_...
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2011, Oracle and/or its affiliates. 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 abo...
null
1
{ "advantage_score_max": 8.071859359741211, "advantage_score_mean": 2.8331973552703857, "advantage_score_min": 1.1622018814086914, "advantage_score_std": 2.3998465538024902, "advantage_scores": [ 8.071859359741211, 2.703993797302246, 2.0399932861328125, 1.8065519332885742, 1.21458315849304...
# computed by luarocks/buildroot sha256 01211bb80dab92f87cece6e31854d73ae4a2ce06af7c48423a54313d72adf9fb wsapi-xavante-1.7-1.src.rock sha256 6aa14e3febf7a9e810ce672b015f5a5514241ce5d1c3a6a48f921f089d270159 wsapi/doc/us/license.html sha256 c7bf3061d00a96d10cb9dbc3a737d0af22594e2ef8f788842d7ab92eeaa864f2 wsapi/doc/us/...
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...
# Dropbox JavaScript SDK Examples To run the examples in your development environment: 1. Clone this repo 2. Install dependencies with npm. From the root of your repository, start the development server with `npm start`. 4. Point your browser to <http://0.0.0.0:8080/> ## Code flow exDownload this repository.is re...
null
2
{ "advantage_score_max": 5.969040393829346, "advantage_score_mean": 2.7755985260009766, "advantage_score_min": 1.338158130645752, "advantage_score_std": 1.8657742738723755, "advantage_scores": [ 5.969040393829346, 2.1408865451812744, 1.6543097496032715, 1.338158130645752 ], "baseline_doc_l...
echo "Starting eosiodev service ..." if [ "$(ls -A $DATA_DIR)" ]; then /opt/eosio/bin/nodeos --config-dir $CONFIG_DIR --data-dir $DATA_DIR -e --hard-replay else /opt/eosio/bin/nodeos --config-dir $CONFIG_DIR --data-dir $DATA_DIR -e #--delete-all-blocks fi
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...
--TEST-- "set" tag block capture --TEMPLATE-- {% set foo %}f<br />o<br />o{% endset %} {{ foo }} --DATA-- return [] --EXPECT-- f<br />o<br />o
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 pytest from utils.urls import assert_valid_url from .map_301 import ( DEFAULT_SAMPLES_URLS, FIREFOX_ACCOUNTS_URLS, GITHUB_IO_URLS, LEGACY_URLS, MARIONETTE_URLS, MOZILLADEMOS_URLS, REDIRECT_URLS, SCL3_REDIRECT_URLS, WEBEXT_URLS, ZONE_REDIRECT_URLS, ) # while these test m...
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...
ace.define("ace/mode/sh_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) { "use strict"; var oop = require("../lib/oop"); var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules; var reservedKeywords = exports.reser...
null
0
{ "advantage_score_max": 6.488787651062012, "advantage_score_mean": 3.424644708633423, "advantage_score_min": 1.5186243057250977, "advantage_score_std": 1.6765013933181763, "advantage_scores": [ 6.488787651062012, 6.041384696960449, 5.038093090057373, 3.7606112957000732, 3.5815539360046387...
--- id: documenting-fields title: Documenting Schema --- Since Javadocs are not available at runtime for introspection, `graphql-kotlin-schema-generator` includes an annotation class `@GraphQLDescription` that can be used to add schema descriptions to *any* GraphQL schema element. The string value can be in the Markdo...
null
0
{ "advantage_score_max": 1.126062273979187, "advantage_score_mean": 1.126062273979187, "advantage_score_min": 1.126062273979187, "advantage_score_std": 0, "advantage_scores": [ 1.126062273979187 ], "baseline_doc_loss": 1.5432665348052979, "baseline_truncated": false, "doc_advantage_score": 1.03576...
// +build !ignore_autogenerated /* Copyright The Kubernetes 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 http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable l...
null
2
{ "advantage_score_max": 7.969837665557861, "advantage_score_mean": 3.2640676498413086, "advantage_score_min": 1.2901989221572876, "advantage_score_std": 2.1704564094543457, "advantage_scores": [ 7.969837665557861, 6.350855350494385, 2.863101005554199, 2.7443928718566895, 2.519232988357544...
/** * Gets the value at `key` of `object`. Retrieves the value of a specified property from an object. * @param {string} key The key of the property to get. * @* @returns {*} The value of the specified property./ function getValue(object, key) { return object == null ? undefined : object[key]; } export default g...
null
2
{ "advantage_score_max": 7.898534774780273, "advantage_score_mean": 6.19400691986084, "advantage_score_min": 4.4894795417785645, "advantage_score_std": 1.7045276165008545, "advantage_scores": [ 7.898534774780273, 4.4894795417785645 ], "baseline_doc_loss": 0.4500052034854889, "baseline_truncated"...
The game quantum minigolf is nearly the same as the game minigolf - except that the ball obeys the laws of quantum mechanics. Such a ball can be at several places at once. It can diffract around obstacles and interfere with itself. Apart from that, the rules are the same: You can play on various tracks involving vario...
null
1
{ "advantage_score_max": 1.1886314153671265, "advantage_score_mean": 1.1886314153671265, "advantage_score_min": 1.1886314153671265, "advantage_score_std": 0, "advantage_scores": [ 1.1886314153671265 ], "baseline_doc_loss": 2.0033180713653564, "baseline_truncated": false, "doc_advantage_score": 0.9...
/** * @license * Copyright (c) 2018 The Polymer Project Authors. All rights reserved. * This code may only be used under the BSD style license found at * http://polymer.github.io/LICENSE.txt * The complete set of authors may be found at * http://polymer.github.io/AUTHORS.txt * The complete set of contributors ma...
null
1
{ "advantage_score_max": 1.5722752809524536, "advantage_score_mean": 1.5722752809524536, "advantage_score_min": 1.5722752809524536, "advantage_score_std": 0, "advantage_scores": [ 1.5722752809524536 ], "baseline_doc_loss": 1.008137822151184, "baseline_truncated": false, "doc_advantage_score": 0.98...
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright © 2009 Intel Corporation */ #include <linux/delay.h> #include <linux/i2c.h> #include <linux/pm_runtime.h> #include <drm/drm_fourcc.h> #include "framebuffer.h" #include "gma_display.h" #include "power.h" #include "psb_drv.h" #include "psb_intel_drv.h" #include...
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 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
1
{ "advantage_score_max": 6.958122253417969, "advantage_score_mean": 4.841618061065674, "advantage_score_min": 1.7993220090866089, "advantage_score_std": 2.1938116550445557, "advantage_scores": [ 6.958122253417969, 6.899433612823486, 3.7095937728881836, 1.7993220090866089 ], "baseline_doc_l...
define(function() { /** * cssToDOM takes a kebab-case string and converts it to camelCase * e.g. box-sizing -> boxSizing * * @access private * @function cssToDOM * @param {string} name - String name of kebab-case prop we want to convert * @returns {string} The camelCase version of the supplied na...
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...
% Datasets for `Pattern Recognition and Neural Networks' by B.D. Ripley % ===================================================================== % % Cambridge University Press (1996) ISBN 0-521-46086-7 % % The background to the datasets is described in section 1.4; this file % relates the computer-readable files to ...
null
1
{ "advantage_score_max": 1.5062146186828613, "advantage_score_mean": 1.3010417222976685, "advantage_score_min": 1.1254243850708008, "advantage_score_std": 0.12886467576026917, "advantage_scores": [ 1.5062146186828613, 1.443682312965393, 1.346303939819336, 1.2738118171691895, 1.238142132759...
<?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/container" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MainActivity" />
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) 2016, NVIDIA CORPORATION. All rights reserved. from __future__ import absolute_import from .data import DataIngestion __all__ = ['DataIngestion']
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 1.3569585084915161, "baseline_truncated": false, "doc_advantage_score": 1.057565689086914, "length_change_ratio": 1, "net_length_change_chars": 0, ...
# Copyright (C) 2006-2020 Istituto Italiano di Tecnologia (IIT) # All rights reserved. # # This software may be modified and distributed under the terms of the # BSD-3-Clause license. See the accompanying LICENSE file for details. # FIXME All API should use a YARP_manager_API for __declspec(dllimport/dllexport) # For ...
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 0.771331787109375, "baseline_truncated": false, "doc_advantage_score": 1.3968857526779175, "length_change_ratio": 1, "net_length_change_chars": 0, ...
using System; using Waher.Security; namespace Waher.Networking.CoAP.Options { /// <summary> /// Base class for all opaque CoAP options. /// </summary> public abstract class CoapOptionOpaque : CoapOption { private byte[] value; /// <summary> /// Base class for all opaque CoAP options. /// Initializes a n...
null
2
{ "advantage_score_max": 1.7338204383850098, "advantage_score_mean": 1.6160086393356323, "advantage_score_min": 1.4981968402862549, "advantage_score_std": 0.11781179904937744, "advantage_scores": [ 1.7338204383850098, 1.4981968402862549 ], "baseline_doc_loss": 0.7297735810279846, "baseline_trunc...
! RUN: %S/test_errors.sh %s %t %f18 ! Extended derived types module m1 type :: t1 integer :: x !ERROR: Component 'x' is already declared in this derived type real :: x end type end module m2 type :: t1 integer :: i end type type, extends(t1) :: t2 !ERROR: Component 'i' is already declare...
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 0.61080002784729, "baseline_truncated": false, "doc_advantage_score": 0.775028645992279, "length_change_ratio": 1, "net_length_change_chars": 0, "...
require 'puppet' require 'tempfile' describe Puppet::Type.type(:file_line) do let :file_line do Puppet::Type.type(:file_line).new(:name => 'foo', :line => 'line', :path => '/tmp/path') end it 'should accept a line and path' do file_line[:line] = 'my_line' file_line[:line].should == 'my_line' file_...
null
0
{ "advantage_score_max": 1.136160969734192, "advantage_score_mean": 1.136160969734192, "advantage_score_min": 1.136160969734192, "advantage_score_std": 0, "advantage_scores": [ 1.136160969734192 ], "baseline_doc_loss": 0.6667425036430359, "baseline_truncated": false, "doc_advantage_score": 0.91360...
import { createElement as h } from 'react' import { AppRegistry } from 'react-native' import { BrowserRouter } from 'react-router-dom' import { APP_ID, DATA_KEY } from '@roguejs/app/constants' import App from './App' AppRegistry.registerComponent('App', () => { return props => h(BrowserRouter, {}, h(App, props)) }) ...
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.apache.commons.math3.distribution.HypergeometricDistribution
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 class HTMLPurifier_AttrDef_TextTest extends HTMLPurifier_AttrDefHarness { public function test() { $this->def = new HTMLPurifier_AttrDef_Text(); $this->assertDef('This is spiffy text!'); $this->assertDef(" Casual\tCDATA parse\ncheck. ", 'Casual CDATA parse check.'); } } /...
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 1.5915409326553345, "baseline_truncated": false, "doc_advantage_score": 1.3961074352264404, "length_change_ratio": 1, "net_length_change_chars": 0, ...
// // UIControl+ActionBlocks.m // iOS-Categories (https://github.com/shaojiankui/iOS-Categories) // // Created by Jakey on 15/5/23. // Copyright (c) 2015年 www.skyfox.org. All rights reserved. // #import "UIControl+ActionBlocks.h" #import <objc/runtime.h> static const void *UIControlActionBlockArray = &UIControlAc...
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 0.6069673299789429, "baseline_truncated": false, "doc_advantage_score": 1.3353168964385986, "length_change_ratio": 1, "net_length_change_chars": 0, ...
/* * << * Davinci * == * Copyright (C) 2016 - 2019 EDP * == * 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 requi...
null
0
{ "advantage_score_max": 1.7182815074920654, "advantage_score_mean": 1.7182815074920654, "advantage_score_min": 1.7182815074920654, "advantage_score_std": 0, "advantage_scores": [ 1.7182815074920654 ], "baseline_doc_loss": 0.8791409134864807, "baseline_truncated": false, "doc_advantage_score": 1.3...
import mxnet as mx import numpy as np import os, time, logging, argparse, shutil from mxnet import gluon, image, init, nd from mxnet import autograd as ag from mxnet.gluon import nn from mxnet.gluon.data.vision import transforms import gluoncv as gcv gcv.utils.check_version('0.6.0') from gluoncv.utils import makedirs ...
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...
{ "created_at": "2015-02-27T22:27:51.555394", "description": "Simple 1-room web chat", "fork": false, "full_name": "rick446/Chatterbox", "language": "Python", "updated_at": "2015-02-27T23:41:55.318953" }
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...
people = [{first_name = "Bruce", last_name = "Springsteen"}, {first_name = "Eric", last_name = "Clapton"}, {first_name = "Bob", last_name = "Seger"}]
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...
// TR1 cfloat -*- C++ -*- // Copyright (C) 2006 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library 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 ver...
null
1
{ "advantage_score_max": 9.044803619384766, "advantage_score_mean": 5.0872015953063965, "advantage_score_min": 2.1141183376312256, "advantage_score_std": 2.4143009185791016, "advantage_scores": [ 9.044803619384766, 6.445281028747559, 4.0804290771484375, 3.7513747215270996, 2.11411833763122...
/** * This file is part of Tales of Zestiria "Fix". * * Tales of Zestiria "Fix" 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 3 of * the License, or (at your option) any later version....
null
2
{ "advantage_score_max": 2.0327565670013428, "advantage_score_mean": 1.7126940488815308, "advantage_score_min": 1.2228089570999146, "advantage_score_std": 0.35178932547569275, "advantage_scores": [ 2.0327565670013428, 1.8825167417526245, 1.2228089570999146 ], "baseline_doc_loss": 1.47150826454...
/* * Copyright (C) 2013-2018 yvolk (Yuri Volkov), http://yurivolkov.com * * 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...
null
1
{ "advantage_score_max": 2.9499871730804443, "advantage_score_mean": 2.0640041828155518, "advantage_score_min": 1.1780211925506592, "advantage_score_std": 0.8859829902648926, "advantage_scores": [ 2.9499871730804443, 1.1780211925506592 ], "baseline_doc_loss": 0.8822131156921387, "baseline_trunca...
/* * Copyright (C) 2014, 2015 Apple Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are satisfied:. RedistribuRedistributions of source code must include the above copyright notice, this list of conditions,...
null
2
{ "advantage_score_max": 3.126042604446411, "advantage_score_mean": 1.9975221157073975, "advantage_score_min": 1.4478249549865723, "advantage_score_std": 0.6675246953964233, "advantage_scores": [ 3.126042604446411, 1.8479557037353516, 1.568265438079834, 1.4478249549865723 ], "baseline_doc_...
/* Copyright (C) 1991, 1992, 1993, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2005, 2007, 2009, 2010 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as publis...
null
1
{ "advantage_score_max": 4.274733066558838, "advantage_score_mean": 2.3540632724761963, "advantage_score_min": 1.1990134716033936, "advantage_score_std": 0.976905345916748, "advantage_scores": [ 4.274733066558838, 3.191819190979004, 2.6885428428649902, 2.527592182159424, 2.044645309448242,...
module.exports = { urls: ['/add'], routers: { get: function (req, res) { var username = "username" + new Date().getTime(); var password = "password" + new Date().getTime(); var User = req.models.User; User.create({ username: username, password: password }).then(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...
[net] # Testing batch=1 subdivisions=1 # Training # batch=64 # subdivisions=8 width=224 height=224 channels=3 momentum=0.9 decay=0.0005 angle=0 saturation = 1.5 exposure = 1.5 hue=.1 learning_rate=0.001 burn_in=1000 max_batches = 500200 policy=steps steps=400000,450000 scales=.1,.1 [convolutional] batch_normalize=1 f...
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 pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="project"> <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> <longdescription> A new all Haskell "tagged" DFA regex engine, inspired by libtre ...
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) Microsoft Corporation. All rights reserved. // Licensed under the Apache 2.0 License. See LICENSE in the project root for license information. using System; using System.Collections; using System.Collections.Generic; using FluentAssertions.Equivalency; using Microsoft.R.ExecutionTracing; using Micros...
null
1
{ "advantage_score_max": 1.3794466257095337, "advantage_score_mean": 1.3794466257095337, "advantage_score_min": 1.3794466257095337, "advantage_score_std": 0, "advantage_scores": [ 1.3794466257095337 ], "baseline_doc_loss": 0.6220981478691101, "baseline_truncated": false, "doc_advantage_score": 1.0...
<?php /* Template Name: Page No Title */ get_header(); ?> <?php if( have_posts() ): while( have_posts() ): the_post(); ?> <h1>This is my Static Title</h1> <small>Posted on: <?php the_time('F j, Y'); ?> at <?php the_time('g:i a'); ?>, in <?php the_category(); ?></small> <p><?php the...
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...
-----BEGIN CERTIFICATE----- MIICQzCCAemgAwIBAgIQadOYD65Y3ytwRxqobjm2OTAKBggqhkjOPQQDAjBzMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEZMBcGA1UEChMQb3JnNS5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu b3JnNS5leGFtcGxlLmNvbTAeFw0xODA0MTcwMTI2NDFaFw0yODA0MTQwMTI2NDFa MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQI...
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...
<html> <head> <link href="PLUGINS_ROOT/org.robotframework.ide.eclipse.main.plugin.doc.user/help/style.css" rel="stylesheet" type="text/css"/> </head> <body> <a href="RED/../../../../../help/index.html">RED - Robot Editor User Guide</a> &gt; <a href="RED/../../../../../help/user_guide/user_guide.html">User guide</a> &gt...
null
2
{ "advantage_score_max": 2.5002970695495605, "advantage_score_mean": 1.6105520725250244, "advantage_score_min": 1.2039554119110107, "advantage_score_std": 0.47002533078193665, "advantage_scores": [ 2.5002970695495605, 1.5593928098678589, 1.555378794670105, 1.2337355613708496, 1.20395541191...
import Common._ import Unfiltered._ import Dependencies._ import ReleaseTransformations._ Common.settings enablePlugins(ScalaUnidocPlugin) // unidoc publish settings name := "unfiltered-all" artifacts := Classpaths.artifactDefs(Seq(packageDoc in Compile)).value packagedArtifacts := Classpaths.packaged(Seq(packageDoc...
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...
require 'spec_helper' describe "SignoutStories" do let(:member) { FactoryBot.create(:member, password: 'mala', password_confirmation: 'mala') } context "when sign in as a member" do before { login_as(member) } it { click_on 'Sign Out' expect(current_path).to be == '/login' } end e...
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 2018 The WebRTC 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 in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributing ...
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 0.7563880681991577, "baseline_truncated": false, "doc_advantage_score": 1.2161221504211426, "length_change_ratio": 1, "net_length_change_chars": 0, ...
<?xml version="1.0" encoding="utf-8"?> <configuration> <appSettings> <add key="webPages:Enabled" value="false" /> <add key="ViewCache:Enabled" value="false" /> <add key="ViewPath:Value" value="Views" /> <add key="ViewRecursiveDiscovery:Enabled" value="true" /> </appSettings> </configuration>
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 'VICMAIN_FOR' SUBROUTINE MAIN44 C PROGRAM QPLOT2 C 10 JUL 95 ...CRS (CRI) MST S/W CONVERSION (VICAR PORTING) C 22 AUG 85 ...JHR... CONVERTED TO VICAR2, RENAMED QPLOT2 C 22 APR 82 ...JHR... INITIAL RELEASE C E,QPLOT2,IN,*,,PARAMS C THIS PROGRAM PLOTS LINES OF DN V...
null
1
{ "advantage_score_max": 3.0526576042175293, "advantage_score_mean": 1.7128747701644897, "advantage_score_min": 1.1029783487319946, "advantage_score_std": 0.7910914421081543, "advantage_scores": [ 3.0526576042175293, 1.5349396467208862, 1.1609236001968384, 1.1029783487319946 ], "baseline_d...
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license a...
null
1
{ "advantage_score_max": 3.350543975830078, "advantage_score_mean": 3.0717997550964355, "advantage_score_min": 2.793055534362793, "advantage_score_std": 0.2787442207336426, "advantage_scores": [ 3.350543975830078, 2.793055534362793 ], "baseline_doc_loss": 0.31101012229919434, "baseline_truncated...
/* Update alert message: A new version of {APP NAME} is available. Please update to version {NEW VERSION} now.*/ "A new version of %@ is available. لطفا نسخه %@ را همین حالا نصب کنید."="نسخه جدید %@ در دسترس اسلطفا همین حالا به نسخه %@ به‌روزرسانی نمایید.ید."; /* Update alert title */ "Update Available"="بروزرسانی در ...
null
2
{ "advantage_score_max": 1.9463794231414795, "advantage_score_mean": 1.5848381519317627, "advantage_score_min": 1.2232969999313354, "advantage_score_std": 0.361541211605072, "advantage_scores": [ 1.9463794231414795, 1.2232969999313354 ], "baseline_doc_loss": 1.5807684659957886, "baseline_truncat...
// Container widths // // Set the container width, and override it for fixed navbars in media queries. @if $enable-grid-classes { .container { @include make-container(); @include make-container-max-widths(); } } // Fluid container // // Utilizes the mixin meant for fixed width containers, but with 100% wi...
null
2
{ "advantage_score_max": 5.889421463012695, "advantage_score_mean": 5.566007137298584, "advantage_score_min": 5.242592811584473, "advantage_score_std": 0.32341432571411133, "advantage_scores": [ 5.889421463012695, 5.242592811584473 ], "baseline_doc_loss": 0.9363270998001099, "baseline_truncated"...
// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. Please refer to the NOTICE file included with this work for further details about copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may not use...
null
2
{ "advantage_score_max": 2.787637948989868, "advantage_score_mean": 1.6123332977294922, "advantage_score_min": 1.1743810176849365, "advantage_score_std": 0.5156757831573486, "advantage_scores": [ 2.787637948989868, 2.211341381072998, 1.8467931747436523, 1.752156376838684, 1.495328903198242...
/***************************************************************************/ /* */ /* ftgasp.c */ /* */ /* Ac...
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 0.7935776710510254, "baseline_truncated": false, "doc_advantage_score": 4.612734317779541, "length_change_ratio": 1, "net_length_change_chars": 0, ...
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. // Package eks provides the client and types for making API // requests to Amazon Elastic Kubernetes Service. // // Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that // makes it easy for you to run Kubernetes on AWS without nee...
null
1
{ "advantage_score_max": 9.969873428344727, "advantage_score_mean": 9.917716979980469, "advantage_score_min": 9.865560531616211, "advantage_score_std": 0.05215644836425781, "advantage_scores": [ 9.969873428344727, 9.865560531616211 ], "baseline_doc_loss": 0.550983726978302, "baseline_truncated":...
/* * Copyright (C) 2016 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
null
1
{ "advantage_score_max": 9.80928897857666, "advantage_score_mean": 5.553228378295898, "advantage_score_min": 1.2971677780151367, "advantage_score_std": 4.256060600280762, "advantage_scores": [ 9.80928897857666, 1.2971677780151367 ], "baseline_doc_loss": 0.8552321195602417, "baseline_truncated": ...
<?xml version="1.0" encoding="UTF-8"?> <!-- DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. Copyright (c) 1997-2017 Oracle and/or its affiliates. All rights reserved. The contents of this file are subject to the terms of either the GNU General Public License Version 2 only ("GPL") or the Com...
null
1
{ "advantage_score_max": 9.856797218322754, "advantage_score_mean": 4.700817584991455, "advantage_score_min": 2.3653597831726074, "advantage_score_std": 2.361922264099121, "advantage_scores": [ 9.856797218322754, 5.652721405029297, 5.07697868347168, 3.698474168777466, 3.200226068496704, ...
These are the functions which can be called on a minecraft:effects_changed criteria trigger. addEffect: Arguments: String Usage: potion type Notes: Adds a PotionEffectData for the provided potion type and returns it so functions can be called on it.
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...
; RUN: opt -strip -S < %s | FileCheck %s ; PR10286 @main_addrs = constant [2 x i8*] [i8* blockaddress(@f, %FOO), i8* blockaddress(@f, %BAR)] ; CHECK: @main_addrs = constant [2 x i8*] [i8* blockaddress(@f, %2), i8* blockaddress(@f, %3)] declare void @foo() nounwind declare void @bar() nounwind define void @f(i8* %ind...
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 FWCore.ParameterSet.Config as cms from Configuration.StandardSequences.Eras import eras process = cms.Process('TEST', eras.Run2_2018) # minimum of logs process.MessageLogger = cms.Service("MessageLogger", statistics = cms.untracked.vstring(), destinations = cms.untracked.vstring("cout"), cout = cms.untra...
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...
#pragma once #include <ostream> #include_next <unordered_map> #include <elle/print-fwd.hh> namespace std { template <typename... Args> std::ostream& operator <<(ostream& out, unordered_map<Args...> const& s) { auto const format = is_fixed(out) ? "%s%f: %f" : "%s%s: %s"; out << '{'; ...
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...
/* __ *\ ** ________ ___ / / ___ Scala API ** ** / __/ __// _ | / / / _ | (c) 2002-2011, LAMP/EPFL ** ** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ ** ** /____/\___/_/ |_/...
null
2
{ "advantage_score_max": 1.595219373703003, "advantage_score_mean": 1.4605792760849, "advantage_score_min": 1.3259391784667969, "advantage_score_std": 0.13464009761810303, "advantage_scores": [ 1.595219373703003, 1.3259391784667969 ], "baseline_doc_loss": 0.25853508710861206, "baseline_truncated...
/** * Update: 15-5-11 * Editor: qihongye */ var fs = require('fs'); var path = require('path'); var fis = require('../lib/fis.js'); var _ = fis.file; var defaultSettings = (require('../lib/config.js')).DEFALUT_SETTINGS; var expect = require('chai').expect; var u = fis.util; var config = null; describe('config: co...
null
1
{ "advantage_score_max": 3.534634828567505, "advantage_score_mean": 3.534634828567505, "advantage_score_min": 3.534634828567505, "advantage_score_std": 0, "advantage_scores": [ 3.534634828567505 ], "baseline_doc_loss": 0.9373102188110352, "baseline_truncated": false, "doc_advantage_score": 1.11015...
/** * ValueIterator.cpp * * Implementation of the value iterator * * @author Emiel Bruijntjes <emiel.bruijntjes@copernica.com> * @copyright 2014 Copernica BV */ #include "includes.h" /** * Set up namespace */ namespace Php { /** * Constructor * @param impl Implementation iterator */ ValueIt...
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...
/* * reserved comment block * DO NOT REMOVE OR ALTER! */ /* * 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 ...
null
1
{ "advantage_score_max": 3.5693373680114746, "advantage_score_mean": 2.4313223361968994, "advantage_score_min": 1.7093931436538696, "advantage_score_std": 0.7059810757637024, "advantage_scores": [ 3.5693373680114746, 2.933824300765991, 1.9982564449310303, 1.945799708366394, 1.7093931436538...
client dev tun proto tcp remote sg.mullvad.net 80 cipher AES-256-CBC resolv-retry infinite nobind persist-key persist-tun verb 3 remote-cert-tls server ping 10 ping-restart 60 sndbuf 524288 rcvbuf 524288 auth-user-pass /config/openvpn-credentials.txt ca /etc/openvpn/mullvad/ca.crt tun-ipv6 script-security...
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 2016 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
null
1
{ "advantage_score_max": 1.8191981315612793, "advantage_score_mean": 1.8191981315612793, "advantage_score_min": 1.8191981315612793, "advantage_score_std": 0, "advantage_scores": [ 1.8191981315612793 ], "baseline_doc_loss": 0.7455950379371643, "baseline_truncated": false, "doc_advantage_score": 1.2...
""" Components for "My playlists" page. """ import urwid from clay.gp import gp from clay.songlist import SongListBox from clay.notifications import notification_area from clay.pages.page import AbstractPage from clay.hotkeys import hotkey_manager class MyPlaylistListItem(urwid.Columns): """ One playlist in ...
null
1
{ "advantage_score_max": 3.7791528701782227, "advantage_score_mean": 2.5436594486236572, "advantage_score_min": 1.3081659078598022, "advantage_score_std": 1.235493540763855, "advantage_scores": [ 3.7791528701782227, 1.3081659078598022 ], "baseline_doc_loss": 1.1050740480422974, "baseline_truncat...
// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that is included in the LICENSE file. package tea import ( "bytes" "testing" ) // A sample test key for when we just want to initialize a cipher var testKey = []byte{0x00, 0x11, 0x22, 0x33, 0x44, 0x...
null
2
{ "advantage_score_max": 9.226533889770508, "advantage_score_mean": 6.869481563568115, "advantage_score_min": 5.496561050415039, "advantage_score_std": 1.6742286682128906, "advantage_scores": [ 9.226533889770508, 5.885348320007324, 5.496561050415039 ], "baseline_doc_loss": 0.5406837463378906, ...
// Copyright (C) 2013 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_PARALLEL_FoR_ABSTRACT_Hh_ #ifdef DLIB_PARALLEL_FoR_ABSTRACT_Hh_ #include "thread_pool_extension_abstract.h" #include "async_abstract.h" namespace dlib { // -------------------...
null
1
{ "advantage_score_max": 7.02161169052124, "advantage_score_mean": 3.134573221206665, "advantage_score_min": 1.100450873374939, "advantage_score_std": 2.3265774250030518, "advantage_scores": [ 7.02161169052124, 6.098988056182861, 5.027755260467529, 1.9942456483840942, 1.4243637323379517, ...
import asyncio import random from typing import Optional, Callable import aiojobs import bili_statistics from user.user import User from tasks.base_class import TaskType, UniqueType, How2Call from printer import info as print class Users: __slots__ = ('_users', '_global_task_control', '_global_task_arrangement'...
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...
/* Firefox Quantum userChrome.css tweaks ************************************************/ /* Github: https://github.com/aris-t2/customcssforfx ************************************/ /****************************************************************************************/ @import "./addonlists_compact.css"; #addons-p...
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 to the Apache Software Foundation (ASF) under one * or more contributor license agreements. Refer to the NOTICE file included with this work for further details about copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use thi...
null
1
{ "advantage_score_max": 5.987884998321533, "advantage_score_mean": 4.222344398498535, "advantage_score_min": 2.456803798675537, "advantage_score_std": 1.765540599822998, "advantage_scores": [ 5.987884998321533, 2.456803798675537 ], "baseline_doc_loss": 0.7547426819801331, "baseline_truncated": ...
Alternative delimiters for [link definitions][link1] are allowed -- as of Markdown 1.0.2, I think. Hence, [this link][link2] and [this link][link3] work too. [link1]: http://daringfireball.net/projects/markdown/syntax#link "link syntax" [link2]: http://daringfireball.net/projects/markdown/syntax#link 'link syntax' [li...
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 1.3524823188781738, "baseline_truncated": false, "doc_advantage_score": 0.8744617700576782, "length_change_ratio": 1, "net_length_change_chars": 0, ...
/**************************************************************************** * Driver for Solarflare network controllers and boards * Copyright 2005-2006 Fen Systems Ltd. * Copyright 2005-2013 Solarflare Communications Inc. * * This program is free software; you can redistribute it and/or modify it * under the t...
null
1
{ "advantage_score_max": 1.4013645648956299, "advantage_score_mean": 1.3228007555007935, "advantage_score_min": 1.2245193719863892, "advantage_score_std": 0.0649544969201088, "advantage_scores": [ 1.4013645648956299, 1.3532805442810059, 1.3120384216308594, 1.2245193719863892 ], "baseline_d...
# Contributor: Oleg Titov <oleg.titov@gmail.com> # Maintainer: Oleg Titov <oleg.titov@gmail.com> pkgname=py3-catalogue pkgver=2.0.1 pkgrel=0 pkgdesc="Super lightweight function registries for your library" url="https://github.com/explosion/catalogue" arch="noarch" license="MIT" depends="py3-importlib-metadata" makedepe...
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 to the Apache Software Foundation (ASF) under one * or more contributor license agreements. Refer to the NOTICE file included with this work for further details about copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use thi...
null
1
{ "advantage_score_max": 5.340699195861816, "advantage_score_mean": 5.340699195861816, "advantage_score_min": 5.340699195861816, "advantage_score_std": 0, "advantage_scores": [ 5.340699195861816 ], "baseline_doc_loss": 0.7892012596130371, "baseline_truncated": false, "doc_advantage_score": 1.17672...
# will_pop_scope_demo 检测页面是否被弹出的demo。 收录于MTechViral的youtube视频https://www.youtube.com/watch?v=fYBCzgBRkb4&list=PLR2qQy0Zxs_Wot7YfLeeKdMlJ9838C_w0&index=2 ## 样例 ![](../../../image/will_pop.png) ![](../../../image/will_pop_form.png) ## Getting Started For help getting started with Flutter, view our online [documentati...
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 2.9769299030303955, "baseline_truncated": false, "doc_advantage_score": 1.111621379852295, "length_change_ratio": 1, "net_length_change_chars": 0, ...
using System.Collections.Generic; using Volo.Abp.AspNetCore.Mvc.UI.Bundling; namespace Volo.CmsKit.Public.Web.Pages.CmsKit.Shared.Components.ReactionSelection { public class ReactionSelectionStyleBundleContributor : BundleContributor { public override void ConfigureBundle(BundleConfigurationContext co...
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...
'Go on with the next verse,' the Gryphon repeated impatiently: 'it begins "I passed by his garden."' Alice did not dare to disobey, though she felt sure it would all come wrong, and she went on in a trembling voice:--
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"?> <doc xml:lang="en"> <assembly> <name>Microsoft.AI.WindowsServer</name> </assembly> <members> <member name="T:Microsoft.ApplicationInsights.WindowsServer.AzureWebAppRoleEnvironmentTelemetryInitializer"> <summary> A telemetry initializer that will ...
null
1
{ "advantage_score_max": 2.3550703525543213, "advantage_score_mean": 1.5281760692596436, "advantage_score_min": 1.180964708328247, "advantage_score_std": 0.4434550106525421, "advantage_scores": [ 2.3550703525543213, 2.3269481658935547, 1.4844211339950562, 1.3871128559112549, 1.319385528564...
/* * Copyright 2011 Harald Wellmann. * * 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...
null
1
{ "advantage_score_max": 2.3282687664031982, "advantage_score_mean": 2.3282687664031982, "advantage_score_min": 2.3282687664031982, "advantage_score_std": 0, "advantage_scores": [ 2.3282687664031982 ], "baseline_doc_loss": 0.568061888217926, "baseline_truncated": false, "doc_advantage_score": 0.98...
/*============================================================================= Copyright (c) 2001-2011 Joel de Guzman 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) =========================================...
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 0.4851265549659729, "baseline_truncated": false, "doc_advantage_score": 5.441184043884277, "length_change_ratio": 1, "net_length_change_chars": 0, ...
[[_security]] == Security This session discusses the security features of the Bayeux Protocol and the relationship with common attacks and how you can configure CometD to tighten your application. === Security of the CometD session id The Bayeux Protocol identifies a particular session (formerly known as "client") ...
null
1
{ "advantage_score_max": 5.270728588104248, "advantage_score_mean": 2.0680010318756104, "advantage_score_min": 1.2043421268463135, "advantage_score_std": 1.263743281364441, "advantage_scores": [ 5.270728588104248, 4.671213626861572, 1.9443906545639038, 1.8487061262130737, 1.758752584457397...
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Customer\Test\Unit\Model\Address\Config; class ReaderTest extends \PHPUnit\Framework\TestCase { /** * @var \Magento\Customer\Model\Address\Config\Reader */ protected $_model; ...
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 0.492989182472229, "baseline_truncated": false, "doc_advantage_score": 1.153102993965149, "length_change_ratio": 1, "net_length_change_chars": 0, ...
/*============================================================================= Copyright (c) 2001-2011 Joel de Guzman Copyright (c) 2001-2011 Hartmut Kaiser 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...
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...
# Acknowledgements This application makes use of the following third party libraries: ## WHUCalendar Copyright (c) 2016 tiger8888 <seekarmor@139.com> 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 Softw...
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 0.5591805577278137, "baseline_truncated": false, "doc_advantage_score": 1.2582087516784668, "length_change_ratio": 1, "net_length_change_chars": 0, ...
// Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) // Test case found by fuzzing class A{class d<T where f:A{var b{typealias e=a.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...
/* SPDX-License-Identifier: GPL-2.0 */ /* * From coreboot file of same name * * Copyright (C) 2014 Google, Inc */ #ifndef _ARCH_ASM_LAPIC_H #define _ARCH_ASM_LAPIC_H #define LAPIC_DEFAULT_BASE 0xfee00000 #define LAPIC_ID 0x020 #define LAPIC_LVR 0x030 #define LAPIC_TASKPRI 0x080 #define LAPIC_TPRI_MASK ...
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 {barFraction, barEnd} from "../constants"; export default function barWidth(array) { const n = array.length; if (n === 0) return 0; if (n === 1) return barFraction; return (barFraction - barEnd * (n - 1)) / n; }
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...
{ "kind": "FUNCTION_DEFINITION", "children": [ { "kind": "LIST", "children": [] }, { "kind": "FUNCTION_KEYWORD", "trailingMinutiae": [ { "kind": "WHITESPACE_MINUTIAE", "value": " " } ] }, { "kind": "IDENTIFIER_TOKEN", ...
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...