text stringlengths 2 9.79k | meta dict | sentences_perturbed int64 0 2 ⌀ | doc_stats dict |
|---|---|---|---|
<?php
class NamespaceCoveragePublicTest extends PHPUnit_Framework_TestCase
{
/**
* @covers Foo\CoveredClass::<public>
*/
public function testSomething()
{
$o = new Foo\CoveredClass;
$o->publicMethod();
}
}
| 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 XPROTOSTRUCTS_H
#define XPROTOSTRUCTS_H
/***********************************************************
Copyright 1987, 1998 The Open Group
Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright ... | null | 2 | {
"advantage_score_max": 4.8657426834106445,
"advantage_score_mean": 3.6703672409057617,
"advantage_score_min": 2.1835625171661377,
"advantage_score_std": 1.001555323600769,
"advantage_scores": [
4.8657426834106445,
4.22257661819458,
3.4095871448516846,
2.1835625171661377
],
"baseline_doc_... |
module.exports = [
'M3 8 A3 3 0 0 0 9 8 A3 3 0 0 0 3 8 M12 6 L28 6 L28 10 L12 10z M3 16 A3 3 0 0 0 9 16 A3 3 0 0 0 3 16 M12 14 L28 14 L28 18 L12 18z M3 24 A3 3 0 0 0 9 24 A3 3 0 0 0 3 24 M12 22 L28 22 L28 26 L12 26z'
].join(' ');
| 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 android.app.servertransaction;
import android.app.ClientTransactionHandler;
import android.os.IBinder;
public interface IClientTransactionItem {
void execute(ClientTransactionHandler clientTransactionHandler, IBinder iBinder, PendingTransactionActions pendingTransactionActions);
}
| 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;
#if !SILVERLIGHT
using System.Collections.Concurrent;
#else
using TvdP.Collections;
#endif
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Reflection.Emit;
namespace Gimela.Data.Mapping
{
internal delegat... | 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 RuntimeBrowser
Image: /System/Library/PrivateFrameworks/ClassroomKit.framework/ClassroomKit
*/
@interface CRKImage : UIImage
+ (id)imageWithContentsOfFile:(id)arg1;
@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... |
import removeEventListener from "./removeEventListener";
export default function removeArrayEvent<T>(elm: HTMLElement & T, events?: string[], func = () => {}) {
for (const event of events) {
removeEventListener(elm, event, 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... |
v -52.310524 146.512344 18.468866
v -52.006882 149.668945 18.804028
v -52.693462 149.540131 19.772520
v -53.003380 146.178970 19.359447
v -58.391552 150.017441 19.800699
v -58.696220 146.687164 19.347227
v -59.182240 141.540771 9.640217
v -59.098911 142.438126 10.494978
v -53.922932 141.976852 10.509547
v -53.391281 14... | 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... |
<script>
import classnames from './utils';
let className = '';
export { className as class };
export let type = 'border';
export let size = '';
export let color = '';
$: classes = classnames(
className,
size ? `spinner-${type}-${size}` : null? `text-${color}` : false
);
</script>
<div {...$$r... | null | 1 | {
"advantage_score_max": 1.2376192808151245,
"advantage_score_mean": 1.2376192808151245,
"advantage_score_min": 1.2376192808151245,
"advantage_score_std": 0,
"advantage_scores": [
1.2376192808151245
],
"baseline_doc_loss": 1.5862324237823486,
"baseline_truncated": false,
"doc_advantage_score": 1.4... |
#pragma once
#include <ATen/ATen.h>
#include <ATen/cuda/CUDAContext.h>
#include <THC/THC.h>
#include <c10/util/Optional.h>
#include <nccl.h>
#include <cstddef>
#include <vector>
namespace torch {
namespace cuda {
namespace nccl {
// NOTE: this is exposed only so that python_nccl.cpp can some of these helpers.
// D... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.9139573574066162,
"baseline_truncated": false,
"doc_advantage_score": 1.0032994747161865,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
primOpHasSideEffects NewArrayOp = True
primOpHasSideEffects ReadArrayOp = True
primOpHasSideEffects WriteArrayOp = True
primOpHasSideEffects UnsafeFreezeArrayOp = True
primOpHasSideEffects UnsafeThawArrayOp = True
primOpHasSideEffects CopyArrayOp = True
primOpHasSideEffects CopyMutableArrayOp = True
primOpHasSideEffect... | 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... |
<h2><%= I18n.t('title', {:scope => 'devise.registration'}) %></h2>
<%= google_authenticator_qrcode(resource) %>
<%= form_for(resource, :as => resource_name, :url => [:refresh, resource_name, :displayqr], :html => {:method => :post}) do |f|%>
<p><%= f.submit I18n.t('newtoken', {:scope => 'devise.registration'}) %></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... |
// Copyright (c) Sandeep Mistry. All rights reserved.
// Licensed under the MIT license. Refer to the LICENSE file located in the project root directory for details.
#ifndef _BLE_DEVICE_H_
#define _BLE_DEVICE_H_
#include "BLEBondStore.h"
#include "BLECharacteristic.h"
#include "BLELocalAttribute.h"
#include "BLERemot... | null | 1 | {
"advantage_score_max": 5.902350425720215,
"advantage_score_mean": 4.474083423614502,
"advantage_score_min": 1.8901373147964478,
"advantage_score_std": 1.830511450767517,
"advantage_scores": [
5.902350425720215,
5.629761219024658,
1.8901373147964478
],
"baseline_doc_loss": 0.6424469351768494,... |
// Copyright 2017 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
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | null | 1 | {
"advantage_score_max": 1.1864579916000366,
"advantage_score_mean": 1.1864579916000366,
"advantage_score_min": 1.1864579916000366,
"advantage_score_std": 0,
"advantage_scores": [
1.1864579916000366
],
"baseline_doc_loss": 0.5737242698669434,
"baseline_truncated": false,
"doc_advantage_score": 1.1... |
// Code generated by linux/mkall.go generatePtracePair(arm, arm64). DO NOT EDIT.
// Copyright (c) by The Go Authors. Code generated by mkall.go; DO NOT EDIT. For Linux on ARM and ARM64 platforms.
type PtraceRegsArm struct {
Uregs [18]uint32
}
// PtraceGetRegsArm fetches the registers used by arm binaries.
func Ptrac... | null | 1 | {
"advantage_score_max": 7.068495750427246,
"advantage_score_mean": 7.068495750427246,
"advantage_score_min": 7.068495750427246,
"advantage_score_std": 0,
"advantage_scores": [
7.068495750427246
],
"baseline_doc_loss": 0.6904349327087402,
"baseline_truncated": false,
"doc_advantage_score": 10.1489... |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Generated from FHIR 4.0.0-a53ec6ee1b on 2019-05-07.
# 2019, SMART Health IT.
import os
import io
import unittest
import json
from . import detectedissue. import detectedissue
from .fhirdate import FHIRDate
class DetectedIssueTests(unittest.TestCase):
def insta... | null | 1 | {
"advantage_score_max": 2.354670524597168,
"advantage_score_mean": 1.81296968460083,
"advantage_score_min": 1.2712688446044922,
"advantage_score_std": 0.5417008399963379,
"advantage_scores": [
2.354670524597168,
1.2712688446044922
],
"baseline_doc_loss": 0.32919245958328247,
"baseline_truncated... |
import KsApi
import Library
import Prelude
import UIKit
internal final class PaymentMethodsViewController: UIViewController, MessageBannerViewControllerPresenting {
private let dataSource = PaymentMethodsDataSource()
private let viewModel: PaymentMethodsViewModelType = PaymentMethodsViewModel()
@IBOutlet privat... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.7792773842811584,
"baseline_truncated": false,
"doc_advantage_score": 0.9895853400230408,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2018 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/... | null | 0 | {
"advantage_score_max": 3.800602912902832,
"advantage_score_mean": 2.456934928894043,
"advantage_score_min": 1.5936248302459717,
"advantage_score_std": 0.9628934860229492,
"advantage_scores": [
3.800602912902832,
1.9765772819519043,
1.5936248302459717
],
"baseline_doc_loss": 1.544588685035705... |
/* Copyright 2015-2016 MongoDB 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 writi... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.528801441192627,
"baseline_truncated": false,
"doc_advantage_score": 1.6543077230453491,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
%YAML:1.0
#--------------------------------------------------------------------------------------------
# Info / Statistics / Debug
#--------------------------------------------------------------------------------------------
Stats.WriteKFsToFile: 1
#------------------------------------------------------------------... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 1.4481061697006226,
"baseline_truncated": false,
"doc_advantage_score": 1.0014517307281494,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
/* -*- mode: c++; -*-
*-----------------------------------------------------------------------------
* $RCSfile: String.h,v $
*
* See Copyright for the status of this software.
*
* The OpenSOAP Project
* http://opensoap.jp/
*-----------------------------------------------------------------------------
*/
#ifnd... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.5416415929794312,
"baseline_truncated": false,
"doc_advantage_score": 1.2013723850250244,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{ce7c6af2-7ab8-4a7a-976d-352a433c88f3}</UniqueIdentifier>
<Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat</Exten... | 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... |
//
// MJRefreshGifHeader.m
// MJRefreshExample
//
// Created by MJ Lee on 15/4/24.
// Copyright (c) 2015年 小码哥. All rights reserved.
//
#import "MJRefreshGifHeader.h"
@interface MJRefreshGifHeader()
{
__unsafe_unretained UIImageView *_gifView;
}
/** 所有状态对应的动画图片 */
@property (strong, nonatomic) NSMutableDiction... | null | 1 | {
"advantage_score_max": 4.142658710479736,
"advantage_score_mean": 4.142658710479736,
"advantage_score_min": 4.142658710479736,
"advantage_score_std": 0,
"advantage_scores": [
4.142658710479736
],
"baseline_doc_loss": 0.47661882638931274,
"baseline_truncated": false,
"doc_advantage_score": 9.9732... |
<%--
Copyright (c) 2010, 2018 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made avail... | null | 1 | {
"advantage_score_max": 2.6863913536071777,
"advantage_score_mean": 2.6863913536071777,
"advantage_score_min": 2.6863913536071777,
"advantage_score_std": 0,
"advantage_scores": [
2.6863913536071777
],
"baseline_doc_loss": 0.21015004813671112,
"baseline_truncated": false,
"doc_advantage_score": 1.... |
// Copyright (c) 2012 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.
#ifndef MEDIA_AUDIO_MAC_AUDIO_DEVICE_LISTENER_MAC_H_
#define MEDIA_AUDIO_MAC_AUDIO_DEVICE_LISTENER_MAC_H_
#include <CoreAudio/AudioHardware.h>
#incl... | null | 2 | {
"advantage_score_max": 1.4206126928329468,
"advantage_score_mean": 1.2702436447143555,
"advantage_score_min": 1.1198745965957642,
"advantage_score_std": 0.1503690481185913,
"advantage_scores": [
1.4206126928329468,
1.1198745965957642
],
"baseline_doc_loss": 0.9577934145927429,
"baseline_trunca... |
@inherits LayoutComponentBase
@implements IDisposable
<DemoScriptLoader @ref="@scrollHelperFuncLoader"
Code="function scrollToElementTop(element) {
if (element.scroll)
element.scroll(0, 0);
else {
... | 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 org.ovirt.engine.core.bll;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.verifyNoMoreInteractions;
import static org.mockito.Mockito.when;
import java.util.Collections;
import org.j... | 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 xmlutil
import (
"encoding/xml"
"strings"
)
type xmlAttrSlice []xml.Attr
func (x xmlAttrSlice) Len() int {
return len(x)
}
func (x xmlAttrSlice) Less(i, j int) bool {
spaceI, spaceJ := x[i].Name.Space, x[j].Name.Space
localI, localJ := x[i].Name.Local, x[j].Name.Local
valueI, valueJ := x[i].Value, x[j... | 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
header('Access-Control-Allow-Origin: *');
header('Content-type: application/json');
require_once('TwitterAPIExchange.php'); //get it from https://github.com/J7mbo/twitter-api-php
/** Set access tokens here - see: https://dev.twitter.com/apps/ **/
$settings = array(
'oauth_access_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... |
diff -urN rrdtool-1.0.50/configure rrdtool-1.0.50.new/configure
--- rrdtool-1.0.50/configure 2005-04-25 22:48:09.000000000 +0200
+++ rrdtool-1.0.50.new/configure 2009-03-09 17:25:38.000000000 +0100
@@ -24873,17 +24873,12 @@
echo "${ECHO_T}and out again" >&6
echo $ECHO_N "ordering CD from http://people.ee.ethz.ch/~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... |
<script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.11.1/jquery.validate.min.js"></script>
<script src="https://ajax.aspnetcdn.com/ajax/mvc/5.2.3/jquery.validate.unobtrusive.min.js"></script>
| 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 <bccio/chain/name.hpp>
#include <fc/variant.hpp>
#include <boost/algorithm/string.hpp>
#include <fc/exception/exception.hpp>
#include <bccio/chain/exceptions.hpp>
namespace bccio { namespace chain {
void name::set( const char* str ) {
const auto len = strnlen(str, 14);
BCC_ASSERT(len <= 13, n... | null | 0 | {
"advantage_score_max": 1.2263623476028442,
"advantage_score_mean": 1.2263623476028442,
"advantage_score_min": 1.2263623476028442,
"advantage_score_std": 0,
"advantage_scores": [
1.2263623476028442
],
"baseline_doc_loss": 1.1297723054885864,
"baseline_truncated": false,
"doc_advantage_score": 0.8... |
from helpers.settings import Settings
from helpers.logging import Logging
from helpers.es import ES
# Settings
settings = Settings()
# Logging
logging = Logging("outliers")
logging.add_stdout_handler()
# Initialize ES
es = ES(settings, logging)
| 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 solidity 0.5.17;
import './interfaces/IPublicLock.sol';
import '@openzeppelin/upgrades/contracts/Initializable.sol';
import '@openzeppelin/contracts-ethereum-package/contracts/introspection/ERC165.sol';
import './mixins/MixinDisable.sol';
import './mixins/MixinERC721Enumerable.sol';
import './mixins/MixinFunds... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.9870529174804688,
"baseline_truncated": false,
"doc_advantage_score": 0.862013578414917,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
android:layout_height="match_parent" android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRig... | 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
/*
* This file is part of the Assetic package, an OpenSky project.
This file is part of the Assetic package, an OpenSky project.
(c) 2010-2014 OpenSky Project Inc.
For license and copyright details, see the LICENSE file included with this source code.
*/
namespace Assetic\Factory\Resource;
/**
* A resourc... | null | 1 | {
"advantage_score_max": 9.217144966125488,
"advantage_score_mean": 5.864792823791504,
"advantage_score_min": 2.5124404430389404,
"advantage_score_std": 3.3523523807525635,
"advantage_scores": [
9.217144966125488,
2.5124404430389404
],
"baseline_doc_loss": 0.6461629271507263,
"baseline_truncated... |
protoc.exe --java_out=. SocketProtocol.proto
@pause | 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... |
#### 谈谈热修复的原理
##### 参考答案
我们知道Java虚拟机 —— JVM 是加载类的class文件的,而Android虚拟机——Dalvik/ART VM 是加载类的dex文件,
而他们加载类的时候都需要ClassLoader,ClassLoader有一个子类BaseDexClassLoader,而BaseDexClassLoader下有一个数组——DexPathList,是用来存放dex文件,当BaseDexClassLoader通过调用findClass方法时,实际上就是遍历数组,找到相应的dex文件,找到,则直接将它return。而热修复的解决方法就是将新的dex添加到该集合中,并且是在旧的dex的前面,所以... | 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... |
wordwrap
========
Wrap your words.
example
=======
made out of meat
----------------
meat.js
var wrap = require('wordwrap')(15);
console.log(wrap('You and your whole family are made out of meat.'));
output:
You and your
whole family
are made out
of meat.
centered
--------
center.js
... | null | 2 | {
"advantage_score_max": 5.963284015655518,
"advantage_score_mean": 3.695770740509033,
"advantage_score_min": 1.182531476020813,
"advantage_score_std": 1.6280477046966553,
"advantage_scores": [
5.963284015655518,
5.461666584014893,
4.584120273590088,
3.65289568901062,
2.95355224609375,
... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_121) on Fri Apr 06 15:23:29 CEST 2018 -->
<title>ExpressionData</title>
<meta name="date" content="2018-04-06">
<link rel="stylesheet" type="te... | 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 JS Foundation and other contributors, http://js.foundation
*
* 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 r... | null | 1 | {
"advantage_score_max": 2.4972550868988037,
"advantage_score_mean": 2.4972550868988037,
"advantage_score_min": 2.4972550868988037,
"advantage_score_std": 0,
"advantage_scores": [
2.4972550868988037
],
"baseline_doc_loss": 0.598908543586731,
"baseline_truncated": false,
"doc_advantage_score": 1.08... |
package com.ng.nguilib
import android.animation.Animator
import android.animation.AnimatorListenerAdapter
import android.animation.AnimatorSet
import android.animation.ValueAnimator
import android.annotation.TargetApi
import android.content.Context
import android.graphics.*
import android.os.Build
import android.util.... | null | 0 | {
"advantage_score_max": 1.6226507425308228,
"advantage_score_mean": 1.6226507425308228,
"advantage_score_min": 1.6226507425308228,
"advantage_score_std": 0,
"advantage_scores": [
1.6226507425308228
],
"baseline_doc_loss": 0.5359524488449097,
"baseline_truncated": false,
"doc_advantage_score": 0.9... |
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation. Oracle designates this
* particular file as subject to th... | null | 1 | {
"advantage_score_max": 8.4139404296875,
"advantage_score_mean": 3.264042615890503,
"advantage_score_min": 1.1314679384231567,
"advantage_score_std": 2.407346487045288,
"advantage_scores": [
8.4139404296875,
6.5119853019714355,
5.162998676300049,
2.9816176891326904,
2.1050305366516113,
... |
;;; gh-issues-tests.el --- tests fir gh-issues.el
;; Copyright (C) 2012 Yann Hodique
;; Author: Yann Hodique <yann.hodique@gmail.com>
;; Keywords:
;; This file 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 Foundat... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.9533401131629944,
"baseline_truncated": false,
"doc_advantage_score": 0.9766873121261597,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
const {
Module,
Component,
Template,
Entity,
Mixin,
Filter,
Directive,
Locale,
Shortcut,
Utils,
ApiService,
EntityDefinition,
WorkerNotification,
DataDeprecated,
Data,
Classes,
Helper
} = Shopware;
describe('core/common.js', () => {
it('should con... | 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... |
{
"children":[{
"children":[{
"children":[{
"children":[{
"children":[{
"children":[{
"id":59,
"name":"E_BONE_C_SKULL",
"orgVecs":[0,0,1,0,0,1,0,0,1,0,0,0,0.125,0.0949999392032623,0.11499997228384,0,0.125,0.0200000368058681,0.0249999910... | 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 NumFOCUS
*
* 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.or... | null | 0 | {
"advantage_score_max": 1.3233674764633179,
"advantage_score_mean": 1.3233674764633179,
"advantage_score_min": 1.3233674764633179,
"advantage_score_std": 0,
"advantage_scores": [
1.3233674764633179
],
"baseline_doc_loss": 0.6611428260803223,
"baseline_truncated": false,
"doc_advantage_score": 0.9... |
{
"activePlaceCount": 0,
"birth": {
"place": {
"name": "B\u00fcren an der Aare, Schweiz",
"placeName": "B\u00fcren an der Aare",
"placeType": "inhabited_place"
},
"time": {
"startYear": 1941
}
},
"birthYear": 1941,
"date": "born 1941",
"fc": "Markus Raetz",
... | 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... |
/*
* AAC defines
*
* This file is part of FFmpeg.
FFmpeg is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your discretion) any later version.
*
* FFmpeg is dis... | null | 1 | {
"advantage_score_max": 6.382290363311768,
"advantage_score_mean": 3.9898760318756104,
"advantage_score_min": 1.5974618196487427,
"advantage_score_std": 2.392414093017578,
"advantage_scores": [
6.382290363311768,
1.5974618196487427
],
"baseline_doc_loss": 0.5531573295593262,
"baseline_truncated... |
/*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted under the BSD license found in the LICENSE file located at the root of the source tree. An additional intellectual property rights grant can be found... | null | 1 | {
"advantage_score_max": 7.8333420753479,
"advantage_score_mean": 5.90385103225708,
"advantage_score_min": 4.407881259918213,
"advantage_score_std": 1.4316426515579224,
"advantage_scores": [
7.8333420753479,
5.470330238342285,
4.407881259918213
],
"baseline_doc_loss": 1.0472049713134766,
"ba... |
/*
* Copyright (c) 2016 Intel Corporation
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
* the above copyright notice appear in all copies and that both that copyright
* notice and this permission notice ... | null | 1 | {
"advantage_score_max": 4.629463195800781,
"advantage_score_mean": 2.4870717525482178,
"advantage_score_min": 1.130265235900879,
"advantage_score_std": 1.117225170135498,
"advantage_scores": [
4.629463195800781,
2.958915948867798,
2.5210978984832764,
1.8595434427261353,
1.8231436014175415... |
<?php
/**
* Slim Framework (https://slimframework.com)
*
* @link https://github.com/slimphp/Slim
* @copyright Copyright (c) 2011-2017 Josh Lockhart
* @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License)
*/
namespace Slim;
use ArrayIterator;
use Slim\Interfaces\CollectionInterface;
/... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.4486604928970337,
"baseline_truncated": false,
"doc_advantage_score": 1.1114847660064697,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
/**
* @file webpack config for swan
* @author houyu(houyu01@baidu.com)
*/
const CopyWebpackPlugin = require('copy-webpack-plugin');
const webpack = require('webpack');
const baseWebpackConfig = require('./webpack.base.conf.js');
const merge = require('webpack-merge');
module.exports = merge(
baseWebpackConfig,... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.8981876373291016,
"baseline_truncated": false,
"doc_advantage_score": 0.9966527819633484,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
'use strict'
module.exports = function objFilter (original, filter) {
const obj = {}
filter = filter || ((k, v) => true)
Object.keys(original || {}).forEach((key) => {
if (filter(key, original[key])) {
obj[key] = original[key]
}
})
return obj
}
| 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... |
use crate::transport::smtp::{client::SmtpConnection, error::Error, SmtpClient};
use r2d2::ManageConnection;
impl ManageConnection for SmtpClient {
type Connection = SmtpConnection;
type Error = Error;
fn connect(&self) -> Result<Self::Connection, Error> {
self.connection()
}
fn is_valid(&... | 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... |
//
// main.m
// JLPermissionsExample
//
// Created by Joseph Laws on 4/19/14.
// Copyright (c) 2014 Joe Laws. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "JLAppDelegate.h"
int main(int argc, char *argv[]) {
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([JL... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.8922715187072754,
"baseline_truncated": false,
"doc_advantage_score": 1.6228188276290894,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
[
{
"id": "uncraft_book",
"type": "requirement",
"//": "Result of disassembling books, magazines and similar items",
"components": [ [ [ "paper", 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... |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform... | 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... |
polygon
1
1.212293E+01 4.584069E+01
1.212411E+01 4.584132E+01
1.212464E+01 4.584170E+01
1.213381E+01 4.584707E+01
1.213445E+01 4.584626E+01
1.213556E+01 4.584478E+01
1.213641E+01 4.584361E+01
1.213688E+01 4.584304E+01
1.213667E+01 4.584231E+01
1.213662E+01 4.584076E+01
1.213661E+01 4.584015E+01
1.213660E+01... | 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
// OpenProject is an open source project management software.
// Copyright (C) 2012-2020 the OpenProject GmbH
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License version 3.
//
// OpenProject is a fork of ChiliProject, which i... | null | 1 | {
"advantage_score_max": 4.4354119300842285,
"advantage_score_mean": 4.4354119300842285,
"advantage_score_min": 4.4354119300842285,
"advantage_score_std": 0,
"advantage_scores": [
4.4354119300842285
],
"baseline_doc_loss": 0.8220881819725037,
"baseline_truncated": false,
"doc_advantage_score": 1.1... |
/*
* Copyright (c) 2000-2012 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this file ex... | null | 1 | {
"advantage_score_max": 2.908113718032837,
"advantage_score_mean": 1.8888964653015137,
"advantage_score_min": 1.2645026445388794,
"advantage_score_std": 0.7267637848854065,
"advantage_scores": [
2.908113718032837,
1.4940732717514038,
1.2645026445388794
],
"baseline_doc_loss": 1.09163272380828... |
'use strict';
const root = '../../../..';
const mockrequire = require('mock-require');
const should = require('should');
const sinon = require('sinon');
const _ = require('lodash');
const { Client: ESClient } = require('@elastic/elasticsearch');
const {
Request,
KuzzleError,
UnauthorizedError,
TooManyRequests... | 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 <stdio.h>
int main(void)
{
int a, b, d;
int result;
a = 0x100;
b = 0x100;
result = 0x200;
__asm
("l.add %0, %0, %1\n\t"
: "+r"(a)
: "r"(b)
);
if (a != result) {
printf("add error\n");
return -1;
}
a = 0xffff;
b = 0x1;
result = 0x1... | 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... |
/*
* JBoss, Home of Professional Open Source.
Copyright 2014 Red Hat, Inc. and others as listed in the @author annotations.
*
* Licensed underthe GNU Lesser General Public License, Version 2.1 (the "License"); you may not use this file except in compliance with the License.a copy of the License at
*
* http://... | null | 2 | {
"advantage_score_max": 2.9036121368408203,
"advantage_score_mean": 2.355181932449341,
"advantage_score_min": 1.8067516088485718,
"advantage_score_std": 0.5484302639961243,
"advantage_scores": [
2.9036121368408203,
1.8067516088485718
],
"baseline_doc_loss": 0.4710748791694641,
"baseline_truncat... |
{
"properties": {
"marathon-lb": {
"properties": {
"auto-assign-service-ports": {
"default": false,
"description": "Auto assign service ports for tasks which use IP-per-task. See https://github.com/mesosphere/marathon-lb#mesos-with-ip-per-task-support for details.",
"ty... | null | 1 | {
"advantage_score_max": 2.2083985805511475,
"advantage_score_mean": 1.7256500720977783,
"advantage_score_min": 1.1014652252197266,
"advantage_score_std": 0.3614654242992401,
"advantage_scores": [
2.2083985805511475,
2.1312825679779053,
1.8919731378555298,
1.7061731815338135,
1.60641419887... |
/*
* jpeglib.h
*
* Copyright (C) 1991-1998, Thomas G. Lane.
* Modified 2002-2012 by Guido Vollbeding.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
* This file defines the application interface for the JPEG library.
*... | null | 1 | {
"advantage_score_max": 8.865792274475098,
"advantage_score_mean": 2.686469554901123,
"advantage_score_min": 1.1075727939605713,
"advantage_score_std": 1.7394641637802124,
"advantage_scores": [
8.865792274475098,
5.562474727630615,
5.370905876159668,
3.9324791431427,
2.847517490386963,
... |
/*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
The code included in this file is provided under the terms o... | null | 1 | {
"advantage_score_max": 7.950424671173096,
"advantage_score_mean": 3.08609938621521,
"advantage_score_min": 1.110298991203308,
"advantage_score_std": 2.1634671688079834,
"advantage_scores": [
7.950424671173096,
7.114711284637451,
3.8554041385650635,
3.7109720706939697,
2.8786561489105225,... |
<?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>lihaoyun6</string>
<key>Description</key>
<string>mac_default2</string>
<key>Theme</key>
<dict>
<key>Anime</key>
... | 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 ApiService from './ApiService'
const ImageService = {
/**
* Search for images by keyword.
Search for images using a keyword or phrase. This function queries the image database and returns results that match the provided search criteria.
* SSR-called
*/
getImageDetail(params) {
if (!params.id... | null | 1 | {
"advantage_score_max": 1.2849794626235962,
"advantage_score_mean": 1.2849794626235962,
"advantage_score_min": 1.2849794626235962,
"advantage_score_std": 0,
"advantage_scores": [
1.2849794626235962
],
"baseline_doc_loss": 1.3010759353637695,
"baseline_truncated": false,
"doc_advantage_score": 1.2... |
{
"activePlaceCount": 0,
"birth": {
"place": {
"name": "Chester, United Kingdom",
"placeName": "Chester",
"placeType": "inhabited_place"
},
"time": {
"startYear": 1911
}
},
"birthYear": 1911,
"date": "1911\u20131997",
"death": {
"time": {
"startYear":... | 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... |
var github = (function(){
function escapeHtml(str) {
return $('<div/>').text(str).html();
}
function render(target, repos){
var i = 0, fragment = '', t = $(target)[0];
fragment += '<ul class="list-group" id="github">';
for(i = 0; i < repos.length; i++) {
fragment += '<li class="list-group-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.8895903825759888,
"baseline_truncated": false,
"doc_advantage_score": 1.0851624011993408,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
// go run mksyscall.go -l32 -openbsd -arm -tags openbsd,arm syscall_bsd.go syscall_openbsd.go syscall_openbsd_arm.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build openbsd,arm
package unix
import (
"syscall"
"unsafe"
)
var _ syscall.Errno
// THIS FILE IS GENERATED BY THE COMMAND AT... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.2343054562807083,
"baseline_truncated": false,
"doc_advantage_score": 26.888572692871094,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
/**
* Copyright 2016 IBM Corp.
*
* 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 agr... | null | 1 | {
"advantage_score_max": 3.4042911529541016,
"advantage_score_mean": 1.9447120428085327,
"advantage_score_min": 1.1478034257888794,
"advantage_score_std": 1.0335322618484497,
"advantage_scores": [
3.4042911529541016,
1.2820414304733276,
1.1478034257888794
],
"baseline_doc_loss": 0.676657557487... |
name=Gauntlets of Chaos
image=https://magiccards.info/scans/en/5e/373.jpg
value=2.909
rarity=R
type=Artifact
cost={5}
ability={5}, Sacrifice SN: Exchange control of target artifact, creature, or land you control and target permanent an opponent controls that shares one of those types with it. If those permanents are ex... | null | 1 | {
"advantage_score_max": 2.8960180282592773,
"advantage_score_mean": 2.8960180282592773,
"advantage_score_min": 2.8960180282592773,
"advantage_score_std": 0,
"advantage_scores": [
2.8960180282592773
],
"baseline_doc_loss": 1.8098978996276855,
"baseline_truncated": false,
"doc_advantage_score": 1.8... |
/**************************************************************************\
* Copyright (c) Kongsberg Oil & Gas Technologies AS
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* Red... | null | 2 | {
"advantage_score_max": 2.71401047706604,
"advantage_score_mean": 1.8242689371109009,
"advantage_score_min": 1.3371552228927612,
"advantage_score_std": 0.6300870180130005,
"advantage_scores": [
2.71401047706604,
1.4216411113739014,
1.3371552228927612
],
"baseline_doc_loss": 1.081352710723877,... |
<?php
/**
* PHPCI - Continuous Integration for PHP
*
* @copyright Copyright 2014, Block 8 Limited.
* @license https://github.com/Block8/PHPCI/blob/master/LICENSE.md
* @link https://www.phptesting.org/
*/
namespace PHPCI\Helper;
/**
* User Helper - Provides access to logged in user information i... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 1.4179421663284302,
"baseline_truncated": false,
"doc_advantage_score": 1.5835189819335938,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
# Default values for node projects.
# This is a YAML-formatted file.
# Define values to be used in your Helm templates.
replicaCount: 1
image:
repository: draft
tag: dev
pullPolicy: IfNotPresent
service:
name: activiti-modeling-app
type: ClusterIP
externalPort: 80
internalPort: 8080
annotations:
fab... | null | 1 | {
"advantage_score_max": 6.586218357086182,
"advantage_score_mean": 6.586218357086182,
"advantage_score_min": 6.586218357086182,
"advantage_score_std": 0,
"advantage_scores": [
6.586218357086182
],
"baseline_doc_loss": 0.7945240139961243,
"baseline_truncated": false,
"doc_advantage_score": 0.88431... |
/* SPDX-License-Identifier: GPL-2.0 */
/*
* rt1016.h -- RT1016 ALSA SoC audio amplifier driver
*
* Copyright 2020 Realtek Semiconductor Corp.
* Author: Oder Chiou <oder_chiou@realtek.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Lic... | 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... |
[@scale < 3000] {
mark: symbol(circle);
:mark {
fill: gray;
size: 5;
};
[type = 'important'] {
mark: symbol(triangle);
:mark {
fill: red;
stroke: yellow;
}
}
} | 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... |
context("Machine Learning Random Forest Clustering")
options <- jasptools::analysisOptions("mlClusteringRandomForest")
options$addClusters <- FALSE
options$clusterColumn <- ""
options$clusterEvaluationMetrics <- TRUE
options$importanceTable <- TRUE
options$modelOpt <- "validationOptimized"
options$plot2dCluster <- TRU... | 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... |
# Startup Demo
This demo shows how to load a texture, ask the engine to tell us when all textures have loaded into memory, create a
scene, viewport and a custom entity class that is defined in the gameClasses/Rotator.js class which we use to make a
couple of fairy entities from.
This demo is a client-side only demo. L... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 3.500990867614746,
"baseline_truncated": false,
"doc_advantage_score": 1.022085428237915,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
# Add project specific ProGuard rules here.
# You can specify which configuration files are used by setting the proguardFiles property in your build.gra# You can specify which configuration files are used by setting the proguardFiles property in your build.gradle file. For more information, see the documentation at htt... | null | 2 | {
"advantage_score_max": 8.8709077835083,
"advantage_score_mean": 5.140430450439453,
"advantage_score_min": 1.4099531173706055,
"advantage_score_std": 3.7304773330688477,
"advantage_scores": [
8.8709077835083,
1.4099531173706055
],
"baseline_doc_loss": 0.4064798951148987,
"baseline_truncated": f... |
// Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package bidirule
import (
"testing"
"golang.org/x/text/internal/testtext"
)
var benchData = []struct{ name, data string }{
{"ascii", "Scheveningen"},
{"a... | null | 1 | {
"advantage_score_max": 7.393951416015625,
"advantage_score_mean": 7.393951416015625,
"advantage_score_min": 7.393951416015625,
"advantage_score_std": 0,
"advantage_scores": [
7.393951416015625
],
"baseline_doc_loss": 0.7502166628837585,
"baseline_truncated": false,
"doc_advantage_score": 9.42541... |
/* -*- Mode: js; js-indent-level: 2; -*- */
/*
* Copyright 2011 Mozilla Foundation and contributors
* Licensed under the New BSD license. See LICENSE or:
* http://opensource.org/licenses/BSD-3-Clause
*/
var intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split('');
/**
* Encode ... | null | 0 | {
"advantage_score_max": 1.3955599069595337,
"advantage_score_mean": 1.2841143608093262,
"advantage_score_min": 1.172668695449829,
"advantage_score_std": 0.1114456057548523,
"advantage_scores": [
1.3955599069595337,
1.172668695449829
],
"baseline_doc_loss": 0.5585607290267944,
"baseline_truncate... |
/*
This file is part of the OdinMS Maple Story Server
Copyright (C) 2008 ~ 2010 Patrick Huy <patrick.huy@frz.cc>
Matthias Butz <matze@odinms.de>
Jan Christian Meyer <vimes@odinms.de>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License versio... | null | 2 | {
"advantage_score_max": 9.980451583862305,
"advantage_score_mean": 4.284478664398193,
"advantage_score_min": 1.5430259704589844,
"advantage_score_std": 3.4194507598876953,
"advantage_scores": [
9.980451583862305,
3.913182497024536,
1.7012543678283691,
1.5430259704589844
],
"baseline_doc_l... |
from __future__ import division, print_function, absolute_import
import numpy as np
from numpy.testing import assert_array_almost_equal
from scipy.sparse.csgraph import (breadth_first_tree, depth_first_tree,
csgraph_to_dense, csgraph_from_dense)
def test_graph_breadth_first():
csgraph = np.array([[0, 1, 2, 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... |
/*
* Copyright (C) 2005 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | null | 1 | {
"advantage_score_max": 2.3224077224731445,
"advantage_score_mean": 1.7784123420715332,
"advantage_score_min": 1.3989790678024292,
"advantage_score_std": 0.37554261088371277,
"advantage_scores": [
2.3224077224731445,
1.931384563446045,
1.4608781337738037,
1.3989790678024292
],
"baseline_d... |
#ifndef OPENTISSUE_CORE_CONTAINERS_T4MESH_DEFAULT_TRAITS_H
#define OPENTISSUE_CORE_CONTAINERS_T4MESH_DEFAULT_TRAITS_H
//
// OpenTissue Template Library
// - A generic toolbox for physics-based modeling and simulation.
Copyright (C) 2008 University of Copenhagen, Department of Computer Science.
//
// OTTL is licensed un... | null | 1 | {
"advantage_score_max": 8.900701522827148,
"advantage_score_mean": 8.900701522827148,
"advantage_score_min": 8.900701522827148,
"advantage_score_std": 0,
"advantage_scores": [
8.900701522827148
],
"baseline_doc_loss": 1.640578031539917,
"baseline_truncated": false,
"doc_advantage_score": 1.906265... |
| Assignables.cs:92:9:92:54 | ... = ... | Assignables.cs:92:14:92:14 | x | 0 |
| Assignables.cs:92:9:92:54 | ... = ... | Assignables.cs:92:23:92:23 | b | 1 |
| Assignables.cs:92:9:92:54 | ... = ... | Assignables.cs:92:33:92:33 | s | 2 |
| Assignables.cs:93:9:93:38 | ... = ... | Assignables.cs:92:14:92:14 | x | 0 |
| As... | 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 zerotocloud
import org.gradle.api.DefaultTask
import org.gradle.api.tasks.*
import org.gradle.initialization.layout.BuildLayout
import org.gradle.initialization.layout.BuildLayoutFactory
import org.gradle.tooling.BuildLauncher
import org.gradle.tooling.GradleConnector
import org.gradle.tooling.ProjectConnectio... | 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... |
[
["", ""],
["61", "2g"],
["626262", "a3gV"],
["636363", "aPEr"],
["73696d706c792061206c6f6e6720737472696e67", "2cFupjhnEsSn59qHXstmK2ffpLv2"],
["3a7bec98866810a858ba17654b276c539f34217e384e478ed1", "QXuEerk9BrJ8i4g6kh5hhwfMnJwcBQf7MJ"],
["516b6fcd0f", "ABnLTmg"],
["bf4f89001e670274dd", "3SEo3LWLoPntC"],
["572e4794", "... | 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... |
# -*- coding: utf-8 -*-
"""
Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community
Edition) available.
Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved.
Licensed under the MIT License (the "License"); you may not use this file except in 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.8035675287246704,
"baseline_truncated": false,
"doc_advantage_score": 1.1033782958984375,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
// Copyright 2015 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.
#include "src/compiler/node-properties.h"
#include "src/compiler/common-operator.h"
#include "src/compiler/operator-properties.h"
namespace v8 {
names... | null | 0 | {
"advantage_score_max": 1.2706602811813354,
"advantage_score_mean": 1.2004554271697998,
"advantage_score_min": 1.1302504539489746,
"advantage_score_std": 0.07020491361618042,
"advantage_scores": [
1.2706602811813354,
1.1302504539489746
],
"baseline_doc_loss": 0.5001161098480225,
"baseline_trunc... |
package code.productcollectionitem
import code.productAttributeattribute.MappedProductAttribute
import code.products.MappedProduct
import com.openbankproject.commons.model.{ProductAttribute, ProductCollectionItem}
import net.liftweb.common.Box
import net.liftweb.mapper._
import net.liftweb.util.Helpers.tryo
import 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.7930462956428528,
"baseline_truncated": false,
"doc_advantage_score": 0.7556970715522766,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
**This airport has been automatically generated**
We have no information about 48CO[*] airport other than its name, ICAO and location (US).
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... |
package com.tencent.mm.ui.base;
import android.view.View;
final class MMListPopupWindow$1
implements Runnable
{
MMListPopupWindow$1(MMListPopupWindow paramMMListPopupWindow) {}
public final void run()
{
View localView = ler.qm;
if ((localView != null) && (localView.getWindowToken() != null)) {
... | 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) 2014, Intel Corp.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are allowed provided that the following conditions are satisfied:
* Redistributions of source c... | null | 1 | {
"advantage_score_max": 5.818448543548584,
"advantage_score_mean": 5.818448543548584,
"advantage_score_min": 5.818448543548584,
"advantage_score_std": 0,
"advantage_scores": [
5.818448543548584
],
"baseline_doc_loss": 0.3307788372039795,
"baseline_truncated": false,
"doc_advantage_score": 5.05460... |
<?php
/*
* This file is part of Respect/Validation.
This file is part of Respect/Validation.
Copyright (c) Alexandre Gomes Gaigalas <alexandre@gaigalas.net>
For complete copyright and license details, please refer to the LICENSE file included with this source code.
*/
declare(strict_types=1);
namespace Respect\Va... | null | 1 | {
"advantage_score_max": 3.4390954971313477,
"advantage_score_mean": 3.4390954971313477,
"advantage_score_min": 3.4390954971313477,
"advantage_score_std": 0,
"advantage_scores": [
3.4390954971313477
],
"baseline_doc_loss": 0.8948183059692383,
"baseline_truncated": false,
"doc_advantage_score": 2.2... |
#ifndef _H8300_SIGINFO_H
#define _H8300_SIGINFO_H
#include <asm-generic/siginfo.h>
#endif
| 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... |
/**
* $Id: editor_plugin_src.js 539 2008-01-14 19:08:58Z holman $
*
* @author Campware
* @copyright Copyright 2008-2009, Campware - MDLF, All rights reserved.
*/
(function() {
tinymce.PluginManager.requireLangPack('campsiteimage');
tinymce.create('tinymce.plugins.campsiteimage', {
init : function... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.8770610690116882,
"baseline_truncated": false,
"doc_advantage_score": 1.2193971872329712,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.