text
stringlengths
2
9.79k
meta
dict
sentences_perturbed
int64
0
2
doc_stats
dict
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "mozilla/dom/SVGCircleEle...
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 0.7392759919166565, "baseline_truncated": false, "doc_advantage_score": 1.1142574548721313, "length_change_ratio": 1, "net_length_change_chars": 0, ...
<Workspace Version="1.0.1.1821" X="126.45345609826" Y="-146.195429573173" zoom="0.979089623423451" Name="Home" Description="" RunType="Manual" RunPeriod="1000" HasRunWithoutCrash="False"> <NamespaceResolutionMap /> <Elements> <CoreNodeModels.Input.DoubleSlider guid="74ddd04a-7367-4df1-b2a7-4fd38b43b91d" type="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...
SUBROUTINE BSEQGP (NORIG,ILD,JUMP) C EXTERNAL ORF INTEGER GEOM1, GEOM2, SEQGP(3), EOF(3), SUB(2), 1 TWO, ORF, OBW, OP, RD, 2 RDREW, WRT, WRTREW, REW, GRID(8), 3 Z DIMENSI...
null
1
{ "advantage_score_max": 7.853735446929932, "advantage_score_mean": 4.002770900726318, "advantage_score_min": 1.2239656448364258, "advantage_score_std": 2.761584520339966, "advantage_scores": [ 7.853735446929932, 7.555313587188721, 3.885962963104248, 2.202500581741333, 1.2951475381851196, ...
<html class="reftest-wait"> <head> <script type="text/javascript"> window.onload = function() { // Get the frame var frame = document.getElementById("testframe"); // Set margin* attributes frame.marginWidth = "30px"; frame.marginHeight = "20px"; // Trigger ...
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...
#%RAML 1.0 DataType description: | This resource type describes completed and in-progress buildrequests. Much of the contextual data for a buildrequest is associated with the buildset that contains this buildrequest. Update Methods -------------- All update methods are available as attributes of ...
null
1
{ "advantage_score_max": 2.427215099334717, "advantage_score_mean": 1.7938413619995117, "advantage_score_min": 1.423869252204895, "advantage_score_std": 0.3872995376586914, "advantage_scores": [ 2.427215099334717, 1.7789133787155151, 1.5453675985336304, 1.423869252204895 ], "baseline_doc_l...
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Theme\Model\Theme; use Magento\Framework\Filesystem; use Magento\Framework\Exception\LocalizedException; use Magento\Framework\View\Design\ThemeInterface; /** * Theme registration model class */...
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 0.6603163480758667, "baseline_truncated": false, "doc_advantage_score": 1.03741455078125, "length_change_ratio": 1, "net_length_change_chars": 0, ...
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <objc/NSObject.h> #import <RemoteTextInput/NSSecureCoding-Protocol.h> @class NSAttributedString, NSDictionary, NSMutableDicti...
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 0.664991557598114, "baseline_truncated": false, "doc_advantage_score": 1.5375137329101562, "length_change_ratio": 1, "net_length_change_chars": 0, ...
package me.leolin.shortcutbadger.impl; import android.content.AsyncQueryHandler; import android.content.ComponentName; import android.content.ContentValues; import android.content.Context; import android.content.Intent; import android.content.pm.ProviderInfo; import android.net.Uri; import android.os.Looper; import j...
null
1
{ "advantage_score_max": 1.8550515174865723, "advantage_score_mean": 1.5591185092926025, "advantage_score_min": 1.2631855010986328, "advantage_score_std": 0.2959330081939697, "advantage_scores": [ 1.8550515174865723, 1.2631855010986328 ], "baseline_doc_loss": 0.7085013389587402, "baseline_trunca...
package com.vimeo.sample.model; import com.vimeo.sample_java_model.ExternalModel1; import com.vimeo.stag.UseStag; /** * Testing adapter creation for a model class * that relies on an externally defined class. * <p> * Created by mohammad.yasir on 28/12/16. */ @UseStag public class TestExternalExample { publ...
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 2.382495641708374, "baseline_truncated": false, "doc_advantage_score": 1.2491041421890259, "length_change_ratio": 1, "net_length_change_chars": 0, ...
package pflag import "strconv" // -- uint Value type uintValue uint func newUintValue(val uint, p *uint) *uintValue { *p = val return (*uintValue)(p) } func (i *uintValue) Set(s string) error { v, err := strconv.ParseUint(s, 0, 64) *i = uintValue(v) return err } func (i *uintValue) Type() string { return "ui...
null
1
{ "advantage_score_max": 8.306136131286621, "advantage_score_mean": 5.437847137451172, "advantage_score_min": 3.0608415603637695, "advantage_score_std": 2.160374879837036, "advantage_scores": [ 8.306136131286621, 6.720433235168457, 3.6639766693115234, 3.0608415603637695 ], "baseline_doc_lo...
define("ace/mode/clojure_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 ClojureHighlightRules = funct...
null
1
{ "advantage_score_max": 5.230298042297363, "advantage_score_mean": 2.29215145111084, "advantage_score_min": 1.1083308458328247, "advantage_score_std": 1.2098106145858765, "advantage_scores": [ 5.230298042297363, 5.10647439956665, 4.250089645385742, 4.179409980773926, 3.846881151199341, ...
{ "richMenuId": "richmenu-f85ab95699420f1c9330f22bb4f489e8", "size": { "width": 2500, "height": 843 }, "selected": true, "name": "NAME", "chatBarText": "CHAT_BAR_TEXT", "areas": [ ] }
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...
{ "properties": { "displayName": "[Deprecated]: Function App should only be accessible over HTTPS", "policyType": "BuiltIn", "mode": "All", "description": "Use of HTTPS ensures server/service authentication and protects data in transit from network layer eavesdropping attacks.", "metadata": { ...
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...
################################################################################ # # Intel PRO/1000 Linux driver # Copyright(c) 1999 - 2006 Intel Corporation. # # This program is free software; you can redistribute it and/or modify it # under the terms and conditions of the GNU General Public License, # version 2, as p...
null
1
{ "advantage_score_max": 8.55085277557373, "advantage_score_mean": 6.437713623046875, "advantage_score_min": 2.585448741912842, "advantage_score_std": 2.728238344192505, "advantage_scores": [ 8.55085277557373, 8.176837921142578, 2.585448741912842 ], "baseline_doc_loss": 0.34684741497039795, ...
/* * Copyright (c) 2013-2014 BlackBerry Limited. * * 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
2
{ "advantage_score_max": 1.605210781097412, "advantage_score_mean": 1.408041000366211, "advantage_score_min": 1.2910029888153076, "advantage_score_std": 0.1402319073677063, "advantage_scores": [ 1.605210781097412, 1.327908992767334, 1.2910029888153076 ], "baseline_doc_loss": 0.9012996554374695...
--- id: version-0.55-flatlist title: FlatList original_id: flatlist --- A performant interface for rendering painless flat lists, supporting the most handy features: - Fully cross-platform. - Optional horizontal mode. - Configurable viewability callbacks. - Header support. - Footer component support. - Separator supp...
null
1
{ "advantage_score_max": 5.639411449432373, "advantage_score_mean": 2.475132942199707, "advantage_score_min": 1.1596128940582275, "advantage_score_std": 1.3511254787445068, "advantage_scores": [ 5.639411449432373, 3.862361431121826, 3.1196606159210205, 2.43403697013855, 2.338757038116455, ...
/* Gruvbox style (light) (c) Pavel Pertsev (original style at https://github.com/morhetz/gruvbox) */ .hljs { display: block; overflow-x: auto; padding: 0.5em; background: #fbf1c7; } .hljs, .hljs-subst { color: #3c3836; } /* Gruvbox Red */ .hljs-deletion, .hljs-formula, .hljs-keyword, .hljs-link, .hljs-se...
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...
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc --> <title>Uses of Class squidpony.squidmath.Arrangement.ValueCollection (squidlib-util 3.0.1)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: squidpony.squidmat...
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 0.5976455211639404, "baseline_truncated": false, "doc_advantage_score": 22.552146911621094, "length_change_ratio": 1, "net_length_change_chars": 0, ...
/* * * Copyright 2014 gRPC 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 i...
null
2
{ "advantage_score_max": 7.165688991546631, "advantage_score_mean": 2.712747812271118, "advantage_score_min": 1.1274163722991943, "advantage_score_std": 1.7536367177963257, "advantage_scores": [ 7.165688991546631, 6.8225483894348145, 4.745067119598389, 4.468469142913818, 3.60060453414917, ...
# # fontconfig/fc-lang/es.orth # # Copyright © 2002 Keith Packard # # 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 ...
null
1
{ "advantage_score_max": 2.4751503467559814, "advantage_score_mean": 2.4751503467559814, "advantage_score_min": 2.4751503467559814, "advantage_score_std": 0, "advantage_scores": [ 2.4751503467559814 ], "baseline_doc_loss": 0.4847434163093567, "baseline_truncated": false, "doc_advantage_score": 1.5...
[7DE11F53-74872F9D-C:45] Name=Wave Race 64 (U) (V1.0) Cheat0="Misses Don't Count",801C27CF 0000 Cheat1="Infinite Time Stunt Mode",801C295E 00FF Cheat2="Super Speed",801C27C7 0005,D0154051 0010,801C27C7 0020 Cheat3="99 Points",801CB0A3 0063 Cheat4="Infinite Course Out Time",801C2983 00FF Cheat5="Maximum Power\Player 1",...
null
1
{ "advantage_score_max": 1.2819589376449585, "advantage_score_mean": 1.2819589376449585, "advantage_score_min": 1.2819589376449585, "advantage_score_std": 0, "advantage_scores": [ 1.2819589376449585 ], "baseline_doc_loss": 2.292962074279785, "baseline_truncated": false, "doc_advantage_score": 1.05...
--- title: "Accessibility Checker Rule Help: WCAG20_Frame_HasTitle" --- import "../../../styles/ToolHelp.scss" import { CodeSnippet, Tag } from "carbon-components-react"; <div className="toolHelp"> <Row> <Column colLg={16} colMd={8} colSm={4} className="toolHead"> ### Inline frame does not have a title <div id="locL...
null
1
{ "advantage_score_max": 1.4604026079177856, "advantage_score_mean": 1.4604026079177856, "advantage_score_min": 1.4604026079177856, "advantage_score_std": 0, "advantage_scores": [ 1.4604026079177856 ], "baseline_doc_loss": 1.952056646347046, "baseline_truncated": false, "doc_advantage_score": 1.93...
package org.apache.helix.controller.stages; /* * 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 about copyright ownership. The ASF licenses this file * to you under the Apache License, V...
null
1
{ "advantage_score_max": 5.731715202331543, "advantage_score_mean": 2.945661783218384, "advantage_score_min": 1.175071358680725, "advantage_score_std": 1.9940117597579956, "advantage_scores": [ 5.731715202331543, 1.9301987886428833, 1.175071358680725 ], "baseline_doc_loss": 0.9748277068138123,...
// Copyright 2019 The Cockroach Authors. // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. // // As of the Change Date specified in that file, in accordance with // the Business Source License, use of this software will be governed // by the Apache License, ...
null
2
{ "advantage_score_max": 1.8230938911437988, "advantage_score_mean": 1.3413349390029907, "advantage_score_min": 1.125801920890808, "advantage_score_std": 0.2516879439353943, "advantage_scores": [ 1.8230938911437988, 1.3409466743469238, 1.2461841106414795, 1.1706478595733643, 1.125801920890...
/* * Copyright 2008 Juergen Beisert, kernel@pengutronix.de * Copyright 2009 Sascha Hauer, s.hauer@pengutronix.de * Copyright 2012 Philippe Retornaz, philippe.retornaz@epfl.ch * * Initial development of this code was funded by * Phytec Messtechnik GmbH, http://www.phytec.de * * This program is free software; you...
null
1
{ "advantage_score_max": 3.3904829025268555, "advantage_score_mean": 3.3904829025268555, "advantage_score_min": 3.3904829025268555, "advantage_score_std": 0, "advantage_scores": [ 3.3904829025268555 ], "baseline_doc_loss": 0.769297182559967, "baseline_truncated": false, "doc_advantage_score": 1.95...
openapi: 3.0.2 info: title: ... version: 0.0.0 paths: /foo: get: responses: 200: description: ... content: application/json: schema: type: array items: $ref: '#/components/schemas/Bar' components: ...
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...
method bar()java.lang.Integer in class Foo has a different result type in new version, where it is java.lang.Long rather than java.lang.Integer
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...
#-- # # Author:: Nathaniel Talbott. # Copyright:: (c) 2000-2002 Nathaniel Talbott. All rights reserved. All rights reserved. # License:: Ruby license. require 'test/unit/util/procwrapper' module Test module Unit module Util # This is a utility class that allows anything mixing # it in to notify a s...
null
2
{ "advantage_score_max": 8.054290771484375, "advantage_score_mean": 4.9311394691467285, "advantage_score_min": 1.1696248054504395, "advantage_score_std": 2.8466689586639404, "advantage_scores": [ 8.054290771484375, 5.569502830505371, 1.1696248054504395 ], "baseline_doc_loss": 1.243058562278747...
(executable (name main) (libraries num) (modes native js) (flags (:standard -linkall -w -3-7-33-35-37 -safe-string -no-strict-sequence)) ) (rule (target main.referencejs) (deps main.bc.js) (action (with-stdout-to %{target} (run node ./main.bc.js)))) (rule (targe...
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, 2019, Oracle and/or its affiliates. All rights reserved. DO NOT MODIFY OR DELETE COPYRIGHT STATEMENTS 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 Fre...
null
1
{ "advantage_score_max": 7.261046886444092, "advantage_score_mean": 3.3686699867248535, "advantage_score_min": 1.2517017126083374, "advantage_score_std": 2.3825769424438477, "advantage_scores": [ 7.261046886444092, 3.3465588092803955, 1.615373134613037, 1.2517017126083374 ], "baseline_doc_...
/**mine.wxss**/ .userinfo { display: flex; flex-direction: column; align-items: center; background-color: #fff; margin-bottom: 20rpx; } .userinfo-avatar { width: 128rpx; height: 128rpx; margin: 30rpx; border-radius: 50%; } .userinfo-nickname { margin: 20rpx; color: #300e0e...
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 2001-2019 Crytek GmbH / Crytek Group. All rights reserved. #pragma once #include <CrySerialization/yasli/Config.h> namespace yasli { class Archive; struct FileOpen { string* pathPointer; string path; string filter; string relativeToFolder; int flags; enum { STRIP_EXTENSION = 1 }; // filter...
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 1.407963752746582, "baseline_truncated": false, "doc_advantage_score": 1.29257333278656, "length_change_ratio": 1, "net_length_change_chars": 0, "...
/* * json_parser.c - JSON parser for TinyG * This file is part of the TinyG project * * Copyright (c) 2011 - 2015 Alden S. Hart, Jr. * * This file ("the software") is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2 as published by the *...
null
1
{ "advantage_score_max": 8.914192199707031, "advantage_score_mean": 3.829530715942383, "advantage_score_min": 1.2836629152297974, "advantage_score_std": 3.595399856567383, "advantage_scores": [ 8.914192199707031, 1.2907371520996094, 1.2836629152297974 ], "baseline_doc_loss": 1.7094807624816895...
// Avisynth C Interface Version 0.20 // Copyright 2003 Kevin Atkinson // 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 versio...
null
1
{ "advantage_score_max": 2.9778361320495605, "advantage_score_mean": 2.9758920669555664, "advantage_score_min": 2.9739480018615723, "advantage_score_std": 0.0019440650939941406, "advantage_scores": [ 2.9778361320495605, 2.9739480018615723 ], "baseline_doc_loss": 0.9577416181564331, "baseline_tru...
@model SimpleSSO.DTO.System.AppDTO @{ ViewBag.Title = "SimpleSSO 授权"; } <style> body { background-color: #fff; } .box-header.with-border { background-color: #51b7ec; } .box.box-primary { border-top: 5px solid #51b7ec; } div > .pull-right { font-size: 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...
# Changes to Examples This log is meant to help example authors track changes to the main C example set. You can also use the GitHub logs. ## 2012-11-09 * All "LRU" changed to "load-balancing" in comments. * bstar: changed 'master' and 'slave' to 'active' and 'passive'. identity.c: updated 'Hello' address to 'PEER2...
null
1
{ "advantage_score_max": 1.3583035469055176, "advantage_score_mean": 1.2810447216033936, "advantage_score_min": 1.20378577709198, "advantage_score_std": 0.0772588849067688, "advantage_scores": [ 1.3583035469055176, 1.20378577709198 ], "baseline_doc_loss": 2.9706320762634277, "baseline_truncated"...
MODULE := src/emucore/tia/frame-manager MODULE_OBJS := \ src/emucore/tia/frame-manager/FrameManager.o \ src/emucore/tia/frame-manager/AbstractFrameManager.o \ src/emucore/tia/frame-manager/FrameLayoutDetector.o \ src/emucore/tia/frame-manager/JitterEmulation.o MODULE_DIRS += \ src/emucore/tia/frame-manager # In...
null
0
{ "advantage_score_max": null, "advantage_score_mean": null, "advantage_score_min": null, "advantage_score_std": null, "advantage_scores": null, "baseline_doc_loss": null, "baseline_truncated": null, "doc_advantage_score": null, "length_change_ratio": null, "net_length_change_chars": null, "origin...
/** @file ikmeans.h ** @brief Integer K-Means clustering ** @author Brian Fulkerson ** @author Andrea Vedaldi **/ /* Copyright (C) 2007-12 Andrea Vedaldi and Brian Fulkerson. All rights reserved. This file is part of the VLFeat library and is made available under the terms of the BSD license (see the COPYING file...
null
1
{ "advantage_score_max": 2.8182532787323, "advantage_score_mean": 2.376110076904297, "advantage_score_min": 1.9339666366577148, "advantage_score_std": 0.4421433210372925, "advantage_scores": [ 2.8182532787323, 1.9339666366577148 ], "baseline_doc_loss": 0.6545531153678894, "baseline_truncated": f...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Smobiler.Core; using Smobiler.Core.Controls; using SMOWMS.CommLib; using SMOWMS.DTOs.Enum; using SMOWMS.DTOs.InputDTO; using SMOWMS.UI.AssetsManager; namespace SMOWMS.UI.Layout { ////ToolboxItem用于控制是否添加自定义控件到工具箱,true添加,fals...
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 0.7751379609107971, "baseline_truncated": false, "doc_advantage_score": 1.4289032220840454, "length_change_ratio": 1, "net_length_change_chars": 0, ...
{ foo:bar }
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 2006 - 2016 * Stefan Balev <stefan.balev@graphstream-project.org> * Julien Baudry <julien.baudry@graphstream-project.org> * Antoine Dutot <antoine.dutot@graphstream-project.org> * Yoann Pigné <yoann.pigne@graphstream-project.org> * Guilhelm Savin <guilhelm.savin...
null
2
{ "advantage_score_max": 3.7119736671447754, "advantage_score_mean": 2.3493738174438477, "advantage_score_min": 1.5547544956207275, "advantage_score_std": 0.9679359197616577, "advantage_scores": [ 3.7119736671447754, 1.7813935279846191, 1.5547544956207275 ], "baseline_doc_loss": 1.076564908027...
<?xml version="1.0" encoding="UTF-8" ?> <!-- eXist-db Open Source Native XML Database Copyright (C) 2001 The eXist-db Authors info@exist-db.org http://www.exist-db.org This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public ...
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 0.529310941696167, "baseline_truncated": false, "doc_advantage_score": 4.138620853424072, "length_change_ratio": 1, "net_length_change_chars": 0, ...
// (C) Copyright Edward Diener 2011-2015 // Use, modification and distribution are subject to the Boost Software License, // Version 1.0. (Refer to the included LICENSE_1_0.txt file or visit http://www.boost.org/LICENSE_1_0.txt). #if !defined(BOOST_VMD_DETAIL_IDENTIFIER_CONCAT_HPP) #define BOOST_VMD_DETAIL_I...
null
1
{ "advantage_score_max": 4.3784499168396, "advantage_score_mean": 4.3784499168396, "advantage_score_min": 4.3784499168396, "advantage_score_std": 0, "advantage_scores": [ 4.3784499168396 ], "baseline_doc_loss": 0.6276845932006836, "baseline_truncated": false, "doc_advantage_score": 2.4366497993469...
// For Komodo 6 if (ko.views.manager.currentView && ko.views.manager.currentView.scimoz) { // Set the number of completions shown in the list. ko.views.manager.currentView.scimoz.autoCMaxHeight = 10; } // For Komodo 7 if (ko.prefs) { ko.prefs.setLongPref("codeintel_autocomplete_max_rows", 10); }
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...
/* * Union to access IEEE float memory representation. */ #if !defined(DUK_FLTUNION_H_INCLUDED) #define DUK_FLTUNION_H_INCLUDED #include "duk_internal.h" union duk_float_union { float f; duk_uint32_t ui[1]; duk_uint16_t us[2]; duk_uint8_t uc[4]; }; typedef union duk_float_union duk_float_union; #if defined(...
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 directory contains scripts that will run on the target. The target uses the Ash shell so no bashisms can live in here, the scripts should be self contained and use only resources available on the target.
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) 2015, Michael Mitterer (office@mikemitterer.at), * IT-Consulting and Development Limited. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You You may obtain a copy of the License at ...
null
2
{ "advantage_score_max": 3.3375773429870605, "advantage_score_mean": 2.463845729827881, "advantage_score_min": 1.5901139974594116, "advantage_score_std": 0.8737316727638245, "advantage_scores": [ 3.3375773429870605, 1.5901139974594116 ], "baseline_doc_loss": 0.9134202599525452, "baseline_truncat...
/****************************************************************** * * Copyright 2014 Samsung Electronics All Rights Reserved. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * ...
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 0.5082430243492126, "baseline_truncated": false, "doc_advantage_score": 1.1537446975708008, "length_change_ratio": 1, "net_length_change_chars": 0, ...
### 小故事 大道理 说透人生(图) ------------------------ #### [首页](https://github.com/gfw-breaker/banned-news/blob/master/README.md) &nbsp;&nbsp;|&nbsp;&nbsp; [手把手翻墙教程](https://github.com/gfw-breaker/guides/wiki) &nbsp;&nbsp;|&nbsp;&nbsp; [禁闻聚合安卓版](https://github.com/gfw-breaker/bn-android) &nbsp;&nbsp;|&nbsp;&nbsp; [网门安卓版](https...
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...
Truck 0.00 0 -1.637672127285276 590.09 161.18 617.52 190.88 3.134235066789646 2.639767911331384 11.511453229401017 -0.69 1.80 76.16 -1.6467317533649375 0.92465276 Car 0.00 0 2.338599101701055 45.06 202.08 117.75 233.86 1.3921282741992187 1.5875245884717846 3.483428346119919 -26.64 2.95 36.43 1.7071963212290409 0.999295...
null
0
{ "advantage_score_max": null, "advantage_score_mean": null, "advantage_score_min": null, "advantage_score_std": null, "advantage_scores": null, "baseline_doc_loss": null, "baseline_truncated": null, "doc_advantage_score": null, "length_change_ratio": null, "net_length_change_chars": null, "origin...
#!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. # # Test proper accounting with an equivalent malleability clone # from test_framework.test_framework im...
null
0
{ "advantage_score_max": 1.2585498094558716, "advantage_score_mean": 1.2585498094558716, "advantage_score_min": 1.2585498094558716, "advantage_score_std": 0, "advantage_scores": [ 1.2585498094558716 ], "baseline_doc_loss": 0.9668869376182556, "baseline_truncated": false, "doc_advantage_score": 1.0...
S0001 XX 2000.00000 2000.00000 10000.00000 10000.00000 S0002 XX 3000.00000 2000.00000 10000.00000 10000.00000 S0003 XX 4000.00000 2000.00000 10000.00000 10000.00000 S0004 XX 5000.00000 200...
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"?> <!-- 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...
null
1
{ "advantage_score_max": 4.271008014678955, "advantage_score_mean": 4.271008014678955, "advantage_score_min": 4.271008014678955, "advantage_score_std": 0, "advantage_scores": [ 4.271008014678955 ], "baseline_doc_loss": 0.22085866332054138, "baseline_truncated": false, "doc_advantage_score": 1.4336...
# -*- coding: utf-8 -*- # # BitcoinLib - Python Cryptocurrency Library # Cache DataBase - SqlAlchemy database definitions for caching # © 2020 February - 1200 Web Development <http://1200wd.com/> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affe...
null
1
{ "advantage_score_max": 3.889669418334961, "advantage_score_mean": 1.76712965965271, "advantage_score_min": 1.109200119972229, "advantage_score_std": 1.0646697282791138, "advantage_scores": [ 3.889669418334961, 1.3417065143585205, 1.3131972551345825, 1.1818758249282837, 1.109200119972229 ...
******************************************************* Freescale i.MX6Q and i.MX6DL SABRESD development boards ******************************************************* This file documents the Buildroot support for the Freescale SABRE Board for Smart Devices Based on the i.MX 6 Series (SABRESD). Read the SABRESD Quick...
null
1
{ "advantage_score_max": 1.1706010103225708, "advantage_score_mean": 1.159606695175171, "advantage_score_min": 1.1486122608184814, "advantage_score_std": 0.010994374752044678, "advantage_scores": [ 1.1706010103225708, 1.1486122608184814 ], "baseline_doc_loss": 1.4594151973724365, "baseline_trunc...
require('../../modules/es6.array.fill'); module.exports = require('../../modules/_core').Array.fill;
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...
// Boost.Geometry (aka GGL, Generic Geometry Library) // Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. // Copyright (c) 2008-2012 Bruno Lalande, Paris, France. // Copyright (c) 2009-2012 Mateusz Loskot, London, UK. // Portions of Boost.Geometry are adapted from Geodan's Geographic Library (geoli...
null
1
{ "advantage_score_max": 2.047626256942749, "advantage_score_mean": 2.047626256942749, "advantage_score_min": 2.047626256942749, "advantage_score_std": 0, "advantage_scores": [ 2.047626256942749 ], "baseline_doc_loss": 0.5748519897460938, "baseline_truncated": false, "doc_advantage_score": 1.54760...
<html> <body> JSR303 Bean Validation相关工具类,当然JSR303主要实现是Hibernate Validator </body> </html>
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...
{ "name": "@datafire/wmata_rail_station", "version": "5.0.0", "main": "index.js", "description": "DataFire integration for Rail Station Information", "repository": { "type": "git", "url": "git+https://github.com/DataFire/integrations.git" }, "author": "DataFire", "license": "MIT", "bugs": { ...
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 NFine.Framework 版权所有 * Author: NFine * Description: NFine快速开发平台 * Website:http://www.nfine.cn *********************************************************************************/ using System; using System.Collections...
null
0
{ "advantage_score_max": 4.845763683319092, "advantage_score_mean": 2.0105621814727783, "advantage_score_min": 1.2239879369735718, "advantage_score_std": 1.2927826642990112, "advantage_scores": [ 4.845763683319092, 1.9572006464004517, 1.5083036422729492, 1.2865087985992432, 1.2416082620620...
/* Copyright 2017 R. Thomas * Copyright 2017 Quarkslab * * 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 appli...
null
1
{ "advantage_score_max": 3.3188257217407227, "advantage_score_mean": 3.3188257217407227, "advantage_score_min": 3.3188257217407227, "advantage_score_std": 0, "advantage_scores": [ 3.3188257217407227 ], "baseline_doc_loss": 0.728492021560669, "baseline_truncated": false, "doc_advantage_score": 1.18...
# Copyright 2007 The Apache Software Foundation # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache Li...
null
2
{ "advantage_score_max": 6.1414794921875, "advantage_score_mean": 2.2440688610076904, "advantage_score_min": 1.1203689575195312, "advantage_score_std": 1.319727897644043, "advantage_scores": [ 6.1414794921875, 3.06036376953125, 2.6732349395751953, 2.5695149898529053, 2.0184974670410156, ...
// Copyright 2009 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. // +build 386,darwin package unix import ( "syscall" ) //sys ptrace(request int, pid int, addr uintptr, data uintptr) (err error) func setTimespec(sec, nsec ...
null
1
{ "advantage_score_max": 1.6745189428329468, "advantage_score_mean": 1.535575270652771, "advantage_score_min": 1.4301646947860718, "advantage_score_std": 0.10253652930259705, "advantage_scores": [ 1.6745189428329468, 1.5020419359207153, 1.4301646947860718 ], "baseline_doc_loss": 0.822934269905...
import getLatestNewsItems from './get-latest-news-items'; describe('getLatestNewsItems', () => { const response = { items: [ { url: '/_news/news-item-1', date_modified: '2020-04-29T00:00:00.000Z', }, { url: '/_news/news-item-2', date_modified: '2020-04-28T00:00:0...
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 0.4091407060623169, "baseline_truncated": false, "doc_advantage_score": 0.9823706746101379, "length_change_ratio": 1, "net_length_change_chars": 0, ...
<!-- Copyright World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. Please see the full Copyright clause at <http://www.w3.org/Consortium/Legal/copyright-software.html> $Id: test016....
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 1.5218061208724976, "baseline_truncated": false, "doc_advantage_score": 1.8543390035629272, "length_change_ratio": 1, "net_length_change_chars": 0, ...
<!DOCTYPE html> <html> <head> <title>F.VERT.RE-Funktion</title> <meta charset="utf-8" /> <meta name="description" content="" /> <link type="text/css" rel="stylesheet" href="../editor.css" /> <script type="text/javascript" src="../callback.js"></script> <script type="text/javascript" src="../se...
null
1
{ "advantage_score_max": 1.2763583660125732, "advantage_score_mean": 1.2763583660125732, "advantage_score_min": 1.2763583660125732, "advantage_score_std": 0, "advantage_scores": [ 1.2763583660125732 ], "baseline_doc_loss": 1.0308762788772583, "baseline_truncated": false, "doc_advantage_score": 2.8...
export * from './src/public_api';
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 2007-2008 The Apache Software Foundation. // // Licensed under the Apache License, Version 2.0 (the "License"); you may not use // this file except in compliance with the License. You can view 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.343607902526855, "advantage_score_mean": 9.021097183227539, "advantage_score_min": 8.698587417602539, "advantage_score_std": 0.3225102424621582, "advantage_scores": [ 9.343607902526855, 8.698587417602539 ], "baseline_doc_loss": 0.9488983750343323, "baseline_truncated":...
// // Copyright (c) 2017-present, ViroMedia, Inc. // All rights reserved. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the ...
null
1
{ "advantage_score_max": 6.97026252746582, "advantage_score_mean": 4.070605754852295, "advantage_score_min": 2.0838863849639893, "advantage_score_std": 1.6265619993209839, "advantage_scores": [ 6.97026252746582, 4.149348258972168, 4.008090496063232, 3.141441583633423, 2.0838863849639893 ...
#!/usr/bin/env bash source="${BASH_SOURCE[0]}" # resolve $source until the file is no longer a symlink while [[ -h "$source" ]]; do scriptroot="$( cd -P "$( dirname "$source" )" && pwd )" source="$(readlink "$source")" # if $source was a relative symlink, we need to resolve it relative to the path where the # ...
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 1.0202083587646484, "baseline_truncated": false, "doc_advantage_score": 1.4265905618667603, "length_change_ratio": 1, "net_length_change_chars": 0, ...
(ns bootleg.core-test (:require [clojure.test :refer :all] [bootleg.core :refer :all] [bootleg.hiccup :refer :all] [bootleg.yaml :refer :all] [bootleg.json :refer :all])) (deftest slurp-test (testing "test slurp returns string" (is (= (slurp "test/files/simple.md...
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...
#!/bin/sh ( echo "extern const char QUEUE_DIR[]=\"$1\";" echo "extern const char CONFIG_DIR[]=\"$2\";" echo "extern const char PROTOCOLS_DIR[]=\"$3\";" echo "extern const char BIN_DIR[]=\"$4\";" echo "extern const char SBIN_DIR[]=\"$5\";" ) > defines.cc
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 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, softw...
null
0
{ "advantage_score_max": 7.628468990325928, "advantage_score_mean": 2.91965651512146, "advantage_score_min": 1.1510820388793945, "advantage_score_std": 1.8797203302383423, "advantage_scores": [ 7.628468990325928, 6.56880521774292, 4.109776020050049, 4.021982669830322, 3.829580307006836, ...
X-Account-Key: account5 X-UIDL: GmailId128877bcfcbafeb1 X-Mozilla-Status: 0000 X-Mozilla-Status2: 00000000 X-Mozilla-Keys: Delivered-To: mlsubscriber.tech@csmining.org Received: by 10.142.81.20 with SMTP id e20cs62883wfb; Tue, 11 M...
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 1.207382321357727, "baseline_truncated": false, "doc_advantage_score": 1.5999054908752441, "length_change_ratio": 1, "net_length_change_chars": 0, ...
#!/bin/sh # description: pass-case example return 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...
<?xml version="1.0" encoding="utf-8"?> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:oval="http://oval.mitre.org/XMLSchema/oval-common-5" xmlns:oval-def="http://oval.mitre.org/XMLSchema/oval-definitions-5" xmlns:aix-def="http://oval.mitre.org/XMLSchema/oval-definitions-5#aix" xmlns:sch="http://purl.ocl...
null
1
{ "advantage_score_max": 7.066845417022705, "advantage_score_mean": 3.472064256668091, "advantage_score_min": 1.1586390733718872, "advantage_score_std": 2.1248512268066406, "advantage_scores": [ 7.066845417022705, 5.916929721832275, 4.688587188720703, 4.0042405128479, 1.8661093711853027, ...
class IssuableSubscriptionClass { }
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...
echo done
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) 2002-2006 Jean-Marc Valin File: cb_search.c Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of condit...
null
1
{ "advantage_score_max": 3.537338972091675, "advantage_score_mean": 3.537338972091675, "advantage_score_min": 3.537338972091675, "advantage_score_std": 0, "advantage_scores": [ 3.537338972091675 ], "baseline_doc_loss": 0.9747958183288574, "baseline_truncated": false, "doc_advantage_score": 2.29345...
/* NOTICE: This file has been changed by Plutext Pty Ltd for use in docx4j. The package name has been modified; there may also be additional modifications. * * This notice is included to meet the condition in clause 4(b) of the License. */ /* ============================================================...
null
2
{ "advantage_score_max": 6.967311382293701, "advantage_score_mean": 4.7166748046875, "advantage_score_min": 2.466038227081299, "advantage_score_std": 2.250636577606201, "advantage_scores": [ 6.967311382293701, 2.466038227081299 ], "baseline_doc_loss": 1.086245059967041, "baseline_truncated": fal...
package main // Copyright 2019 Rancher Labs, Inc. // SPDX-License-Identifier: Apache-2.0 import ( "os" "path/filepath" "github.com/docker/docker/pkg/mount" "github.com/docker/docker/pkg/reexec" "github.com/rancher/k3os/pkg/cli/app" "github.com/rancher/k3os/pkg/enterchroot" "github.com/rancher/k3os/pkg/transfe...
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...
// // checkTimeOptionsNoConstant.H // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Foam::label startTime = 0; Foam::label endTime = Times.size(); // check -time and -latestTime options # include "checkTimeOption.H"
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 defined('C5_EXECUTE') or die("Access Denied."); class Concrete5_Controller_Dashboard_System_BackupRestore_Database extends DashboardBaseController { public function view(){ } public function export_database_schema() { if (!ENABLE_DEVELOPER_OPTIONS) { return false; } $db = Loader::db(); $ab = D...
null
1
{ "advantage_score_max": 1.4230595827102661, "advantage_score_mean": 1.4230595827102661, "advantage_score_min": 1.4230595827102661, "advantage_score_std": 0, "advantage_scores": [ 1.4230595827102661 ], "baseline_doc_loss": 1.2458640336990356, "baseline_truncated": false, "doc_advantage_score": 0.9...
define({ zh: { 'Allowed values​​:' : '允許值:', 'Compare all with predecessor': '預先比較所有', 'compare changes to:' : '比較變更:', 'compared to' : '對比', 'Default value:' : '默認值:', 'Description' : '描述', 'Fie...
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 1.6137138605117798, "baseline_truncated": false, "doc_advantage_score": 2.440206289291382, "length_change_ratio": 1, "net_length_change_chars": 0, ...
%%%============================================================================= %%% @copyright (C) 2018, Aeternity Anstalt %%% @doc %%% ADT for keeping the state of State Channels %%% @end %%%============================================================================= -module(aesc_state_tree). %% API -export([com...
null
1
{ "advantage_score_max": 4.052968502044678, "advantage_score_mean": 2.269752025604248, "advantage_score_min": 1.119759202003479, "advantage_score_std": 1.0361671447753906, "advantage_scores": [ 4.052968502044678, 3.5663366317749023, 3.2585690021514893, 2.940274238586426, 2.655569553375244,...
{ "Name": "The .NET Core ORM Cookbook", "Source": ".", "Destination": "..\\..\\docs", "IncludeSource": "Includes", "Theme": "Light", "Footer": "The ORM Cookbook. Check us out on GitHub.", "ConvertLocalLinks": "true", "Pages": { "__index": "index.md", "ORMs": { "ADO.NET": "ADO.md", "...
null
1
{ "advantage_score_max": 1.333182692527771, "advantage_score_mean": 1.333182692527771, "advantage_score_min": 1.333182692527771, "advantage_score_std": 0, "advantage_scores": [ 1.333182692527771 ], "baseline_doc_loss": 1.399414300918579, "baseline_truncated": false, "doc_advantage_score": 1.143035...
cheats = 12 cheat0_desc = "Player 1: All Stuff Available" cheat0_code = "50003802 0000+810F4230 FFFF" cheat0_enable = false cheat1_desc = "All Multiplayer Stages (Except Final 3 - You Get Those Through Solo)" cheat1_code = "810F429A 03FF+810F429C FFFF+810F429E FFFF+810F42A0 FFFF" cheat1_enable = false cheat2_desc = ...
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...
/* general.h -- defines that everybody likes to use. */ /* Copyright (C) 1993-2016 Free Software Foundation, Inc. This file belongs to GNU Bash, the Bourne Again Shell project. Bash is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by ...
null
1
{ "advantage_score_max": 2.32849383354187, "advantage_score_mean": 1.769570231437683, "advantage_score_min": 1.160276174545288, "advantage_score_std": 0.4148368835449219, "advantage_scores": [ 2.32849383354187, 2.3128342628479004, 2.089770793914795, 2.0859973430633545, 1.6443274021148682, ...
// Generated by the protocol buffer compiler. DO NOT MODIFY! // source: tensorflow/core/framework/allocation_description.proto #define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION #include "tensorflow/core/framework/allocation_description.pb.h" #include <algorithm> #include <google/protobuf/stubs/common.h> #include...
null
1
{ "advantage_score_max": 1.591346025466919, "advantage_score_mean": 1.591346025466919, "advantage_score_min": 1.591346025466919, "advantage_score_std": 0, "advantage_scores": [ 1.591346025466919 ], "baseline_doc_loss": 0.10362598299980164, "baseline_truncated": false, "doc_advantage_score": 0.5933...
Geomodeller Persistance V1.0, (c) BRGM 1993-2005 Name Default Precision 0.001000000000 Shapes 0 Points 0 Edges 0 Wires 0 Faces 0 Compounds 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...
-------------------------------- -- @module TransitionScene -- @extend Scene -------------------------------- -- @function [parent=#TransitionScene] finish -- @param self -------------------------------- -- @function [parent=#TransitionScene] hideOutShowIn -- @param self --------------------------...
null
0
{ "advantage_score_max": null, "advantage_score_mean": null, "advantage_score_min": null, "advantage_score_std": null, "advantage_scores": null, "baseline_doc_loss": null, "baseline_truncated": null, "doc_advantage_score": null, "length_change_ratio": null, "net_length_change_chars": null, "origin...
/****************************************************************************** * * Copyright(c) 2009-2014 Realtek Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundati...
null
1
{ "advantage_score_max": 3.2654919624328613, "advantage_score_mean": 2.955624580383301, "advantage_score_min": 2.645756959915161, "advantage_score_std": 0.3098675012588501, "advantage_scores": [ 3.2654919624328613, 2.645756959915161 ], "baseline_doc_loss": 0.8746255040168762, "baseline_truncated...
from .lib_template import * class OpensshSeeker(Seeker): """Seeker (Identifier) for the OpenSSH open source library.""" # Library Name NAME = "OpenSSH" # version string marker VERSION_STRING = "OpenSSH_" # Overridden base function def searchLib(self, logger): """Check if the open ...
null
1
{ "advantage_score_max": 1.590640902519226, "advantage_score_mean": 1.590640902519226, "advantage_score_min": 1.590640902519226, "advantage_score_std": 0, "advantage_scores": [ 1.590640902519226 ], "baseline_doc_loss": 1.5201233625411987, "baseline_truncated": false, "doc_advantage_score": 1.05022...
/* ** $Id: lundump.c,v 2.7.1.4 2008/04/04 19:51:41 roberto Exp $ ** load precompiled Lua chunks ** See Copyright Notice in lua.h */ #include <string.h> #define lundump_c #define LUA_CORE #include "lua.h" #include "ldebug.h" #include "ldo.h" #include "lfunc.h" #include "lmem.h" #include "lobject.h" #include "lstring...
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...
define([ 'dojo/_base/declare', 'dojo/_base/array', 'dojo/dom-construct', 'dojo/on', 'dojo/aspect', 'dijit/Dialog', 'dijit/form/Button', 'dijit/form/TextBox', 'dijit/focus', 'JBrowse/View/LocationList', 'JBrowse/Util' ], function ( declare, array, dom, on, ...
null
0
{ "advantage_score_max": 0, "advantage_score_mean": 0, "advantage_score_min": 0, "advantage_score_std": 0, "advantage_scores": [], "baseline_doc_loss": 0.9694951176643372, "baseline_truncated": false, "doc_advantage_score": 1.0815378427505493, "length_change_ratio": 1, "net_length_change_chars": 0, ...
/* Simple DirectMedia Layer Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
null
2
{ "advantage_score_max": 1.8584328889846802, "advantage_score_mean": 1.7089791297912598, "advantage_score_min": 1.5567952394485474, "advantage_score_std": 0.12315818667411804, "advantage_scores": [ 1.8584328889846802, 1.7117092609405518, 1.5567952394485474 ], "baseline_doc_loss": 0.66033357381...
/* * Copyright 2017-present Open Networking 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 required by applicabl...
null
1
{ "advantage_score_max": 2.486908435821533, "advantage_score_mean": 1.5375711917877197, "advantage_score_min": 1.1706323623657227, "advantage_score_std": 0.4836544692516327, "advantage_scores": [ 2.486908435821533, 1.4553356170654297, 1.3181360960006714, 1.256842851638794, 1.17063236236572...
using System; using System.Collections.Generic; using System.Management.Automation; namespace MS.Dbg.Formatting.Commands { [Cmdlet( VerbsCommon.Format, "AltSingleLine" )] public class FormatAltSingleLineCommand : FormatBaseCommand< AltSingleLineViewDefinition > { private static readonly ScriptBlock...
null
2
{ "advantage_score_max": 1.6637252569198608, "advantage_score_mean": 1.3884201049804688, "advantage_score_min": 1.1403608322143555, "advantage_score_std": 0.221730038523674, "advantage_scores": [ 1.6637252569198608, 1.6258233785629272, 1.3486021757125854, 1.1635892391204834, 1.140360832214...
<image> <filename>image_001724.jpg</filename> <folder></folder> <size> <width>341</width> <height>256</height> </size> <origSize> <width>800</width> <height>600</height> </origSize> <generated>1</generated> </image> <file> <filename>image_001724.xml</filename> <folder></folder> </file> <object> <objectId>1</objectId> <...
null
0
{ "advantage_score_max": null, "advantage_score_mean": null, "advantage_score_min": null, "advantage_score_std": null, "advantage_scores": null, "baseline_doc_loss": null, "baseline_truncated": null, "doc_advantage_score": null, "length_change_ratio": null, "net_length_change_chars": null, "origin...
#!/usr/bin/fish # Makes command and binaries from SDKMAN! supported in fish. # Delegates to bash for the `sdk` command. # Copyright (c) 2018 Raphael Reitzig # MIT License (MIT) # https://github.com/reitzig/sdkman-for-fish set __fish_sdkman_init "$HOME/.sdkman/bin/sdkman-init.sh" set __fish_sdkman_noexport_init "$HOM...
null
1
{ "advantage_score_max": 3.3767659664154053, "advantage_score_mean": 1.7875397205352783, "advantage_score_min": 1.1666783094406128, "advantage_score_std": 0.8227300047874451, "advantage_scores": [ 3.3767659664154053, 1.787539005279541, 1.3505308628082275, 1.2561850547790527, 1.166678309440...