text stringlengths 2 9.79k | meta dict | sentences_perturbed int64 0 2 ⌀ | doc_stats dict |
|---|---|---|---|
/*
* Copyright 2014 - 2020 Blazebit.
*
* 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 agre... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.678945779800415,
"baseline_truncated": false,
"doc_advantage_score": 2.1510658264160156,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
<?php
/*
* This file is part of Composer.
* This file is part of Composer.
* (c) Nils Adermann <naderman@naderman.de>
* Jordi Boggiano <j.boggiano@seld.be>
*
* For complete copyright and license details, please see the LICENSE
* file provided with this source code.
*/
namespace Composer\Autoload;
/**
* ... | null | 1 | {
"advantage_score_max": 8.036828994750977,
"advantage_score_mean": 2.4086530208587646,
"advantage_score_min": 1.1568361520767212,
"advantage_score_std": 2.1510229110717773,
"advantage_scores": [
8.036828994750977,
2.125152111053467,
1.975537657737732,
1.7955703735351562,
1.471727252006530... |
# Translations {#translations}
**Interested in translating the book?If you’d like to help translate this book, please read the following information carefully.
This means that you are allowed to translate it and put it online.
You have to mention me as original author and you are not allowed to sell the book.
If you ... | null | 2 | {
"advantage_score_max": 1.7475228309631348,
"advantage_score_mean": 1.5513653755187988,
"advantage_score_min": 1.2426756620407104,
"advantage_score_std": 0.1886664181947708,
"advantage_scores": [
1.7475228309631348,
1.6414045095443726,
1.573858380317688,
1.2426756620407104
],
"baseline_do... |
# 快速上手
安装启动好whistle,打开whistle的web界面:[http://local.whistlejs.com](http://local.whistlejs.com/)
![配置whistle规则界面]()
whistle功能众多,基本上覆盖抓包调试工具方方面面的功能,但每个功能的操作方式都差不多,基本上都是通过类似设置系统hosts的方式,先回顾下传统hosts配置方式:
```
127.0.0.1 www.test.com # 注释
```
其中每一条规则占一行,并通过空格做分隔符,左边为IP,右边为域名,`#` 为注释。
```
pattern operation
```
### 设置hosts... | 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... |
unit MouseActionDialog;
{$mode objfpc}{$H+}
interface
uses
Classes, Forms, Controls, ExtCtrls, StdCtrls, ButtonPanel, Spin, CheckLst,
SynEditMouseCmds, LazarusIDEStrConsts, KeyMapping, IDECommands, types;
var
ButtonName: Array [TSynMouseButton] of String;
ClickName: Array [TSynMAClickCount] of String;
But... | 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 Org.BouncyCastle.Asn1;
namespace Org.BouncyCastle.Asn1.Misc
{
public class IdeaCbcPar
: Asn1Encodable
{
internal Asn1OctetString iv;
public static IdeaCbcPar GetInstance(
object o)
{
if (o is IdeaCbcPar)
{
retur... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.5162479281425476,
"baseline_truncated": false,
"doc_advantage_score": 1.0626327991485596,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
#!/bin/sh
if [ -z "$TESTSUITE" ]; then
CMDLINE=/proc/cmdline
ALIASES=/etc/preseed_aliases
else
CMDLINE=user-params.in
ALIASES=user-params.aliases
fi
# sed out multi-word quoted value settings
for item in $(sed -e 's/[^ =]*="[^"]*[ ][^"]*"//g' \
-e "s/[^ =]*='[^']*[ ][^']*'//g" $CMDLINE); do
var="${item%=*}"
... | null | 1 | {
"advantage_score_max": 1.5785973072052002,
"advantage_score_mean": 1.5785973072052002,
"advantage_score_min": 1.5785973072052002,
"advantage_score_std": 0,
"advantage_scores": [
1.5785973072052002
],
"baseline_doc_loss": 1.4478636980056763,
"baseline_truncated": false,
"doc_advantage_score": 0.9... |
'use strict'
import React from 'react'
import Sortable from 'sortablejs'
class Favorite extends React.PureComponent {
constructor() {
super()
this.state = {
activeKey: null
}
this._updateSortableKey()
}
_updateSortableKey() {
this.sortableKey = `sortable-${Math.round(Math.random() * 1... | null | 0 | {
"advantage_score_max": 1.545174241065979,
"advantage_score_mean": 1.358872652053833,
"advantage_score_min": 1.1725709438323975,
"advantage_score_std": 0.18630164861679077,
"advantage_scores": [
1.545174241065979,
1.1725709438323975
],
"baseline_doc_loss": 0.829163670539856,
"baseline_truncated... |
#!/bin/bash
# $Id: //depot/cloud/rpms/nflx-webadmin-gcviz/root/apps/apache/htdocs/AdminGCViz/index#2 $
# $DateTime: 2013/05/15 18:34:23 $
# $Author: mooreb $
# $Change: 1838706 $
cd `dirname $0`
prog=`basename $0`
NFENV=/etc/profile.d/netflix_environment.sh
if [ -f ${NFENV} ]; then
. ${NFENV}
NETFLIX_VMS_EV... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
module GovKit::FollowTheMoney
describe GovKit::FollowTheMoney do
before(:all) do
unless FakeWeb.allow_net_connect?
base_uri = GovKit::FollowTheMoneyResource.base_url.gsub(/\./, '\.')
urls = [
['/base_level\.indust... | null | 1 | {
"advantage_score_max": 2.1026012897491455,
"advantage_score_mean": 1.6112732887268066,
"advantage_score_min": 1.1199452877044678,
"advantage_score_std": 0.49132800102233887,
"advantage_scores": [
2.1026012897491455,
1.1199452877044678
],
"baseline_doc_loss": 1.1548995971679688,
"baseline_trunc... |
<?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>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>SPMySQL</string>
<key>CFBundleIdentifier</ke... | 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 2014 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | null | 1 | {
"advantage_score_max": 6.186781883239746,
"advantage_score_mean": 2.3352222442626953,
"advantage_score_min": 1.1114602088928223,
"advantage_score_std": 1.1230571269989014,
"advantage_scores": [
6.186781883239746,
5.257649898529053,
2.981757164001465,
2.9776692390441895,
2.937639713287353... |
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that is included in the LICENSE file.
// +build arm64,darwin
package unix
import (
"syscall"
"unsafe"
)
func Getpagesize() int { return 16384 }
func TimespecToNsec(ts Timespec) int64 { return int6... | null | 2 | {
"advantage_score_max": 1.9123142957687378,
"advantage_score_mean": 1.5257751941680908,
"advantage_score_min": 1.1392360925674438,
"advantage_score_std": 0.386539101600647,
"advantage_scores": [
1.9123142957687378,
1.1392360925674438
],
"baseline_doc_loss": 1.0352833271026611,
"baseline_truncat... |
<!DOCTYPE suite SYSTEM "http://beust.com/testng/testng-1.0.dtd" >
<suite name="BigBlueButton Desktop Sharing Test Suite">
<test name="Conference tests">
<!--groups>
<run>
<exclude name="broken"/>
</run>
</groups-->
<packages>
<package name="org.bigbluebutton.deskshare.ser... | 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) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
* 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 ... | null | 1 | {
"advantage_score_max": 6.603427886962891,
"advantage_score_mean": 4.6181135177612305,
"advantage_score_min": 2.6327991485595703,
"advantage_score_std": 1.9853143692016602,
"advantage_scores": [
6.603427886962891,
2.6327991485595703
],
"baseline_doc_loss": 0.47958680987358093,
"baseline_truncat... |
// Copyright 2013 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 ignore
package main
// This program generates tables.go:
// go run maketables.go | gofmt > tables.go
// TODO: Emoji extensions?
// https://www.unico... | null | 2 | {
"advantage_score_max": 1.6308611631393433,
"advantage_score_mean": 1.4349268674850464,
"advantage_score_min": 1.192588210105896,
"advantage_score_std": 0.18190805613994598,
"advantage_scores": [
1.6308611631393433,
1.4813309907913208,
1.192588210105896
],
"baseline_doc_loss": 0.8464565873146... |
Car -1 -1 -10 626 180 684 221 1.46 1.62 4.22 1.66 1.76 28.26 -1.67 1.00
Car -1 -1 -10 793 184 1070 286 1.64 1.65 4.25 5.55 1.86 12.82 -0.11 0.99
Car -1 -1 -10 1016 196 1550 379 1.51 1.59 3.63 6.15 1.76 7.00 0.04 0.99
Car -1 -1 -10 874 184 1238 315 1.59 1.61 3.93 5.78 1.76 9.74 3.13 0.99
Car -1 -1 -10 306 180 455 232 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... |
//
// SerialDisposable.swift
// RxSwift
//
// Created by Krunoslav Zaher on 3/12/15.
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
//
/// Represents a disposable resource whose underlying disposable resource can be replaced by another disposable resource, causing automatic disposal of the previous unde... | null | 0 | {
"advantage_score_max": 3.360208511352539,
"advantage_score_mean": 2.3067617416381836,
"advantage_score_min": 1.2293651103973389,
"advantage_score_std": 1.0084199905395508,
"advantage_scores": [
3.360208511352539,
3.266582489013672,
1.3708909749984741,
1.2293651103973389
],
"baseline_doc_... |
<?php
namespace WPGraphQL\Type\Enum;
use WPGraphQL\Type\WPEnumType;
class PostStatusEnum {
public static function register_type() {
$post_status_enum_values = [
'name' => 'PUBLISH',
'value' => 'publish',
];
$post_stati = get_post_stati();
if ( ! empty( $post_stati ) && is_array( $post_stati ) ) {
... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.6990290284156799,
"baseline_truncated": false,
"doc_advantage_score": 0.8922797441482544,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
// Copyright (c) 2014-2020 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/PEGTL/
#ifndef TAO_PEGTL_INTERNAL_SEQ_HPP
#define TAO_PEGTL_INTERNAL_SEQ_HPP
#include "../config.hpp"
#include "enable_control.hpp"
#include "success.hpp"
#include "../apply_mode.hpp"
#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... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="PullToRefresh">
<!-- A drawable to use as the background of the Refreshable View -->
<attr name="ptrRefreshableViewBackground" format="reference|color" />
<!-- A drawable to use as the background of the Header and... | null | 1 | {
"advantage_score_max": 6.646392822265625,
"advantage_score_mean": 3.218752145767212,
"advantage_score_min": 1.283576250076294,
"advantage_score_std": 2.4304373264312744,
"advantage_scores": [
6.646392822265625,
1.7262877225875854,
1.283576250076294
],
"baseline_doc_loss": 0.9564328789710999,... |
module golang.org/x/lint
require golang.org/x/tools v0.0.0-20190311212946-11955173bddd
| 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) 2017 Apple Inc. All rights reserved.
Redistributions of source code must include the above copyright notice, this list of conditions, and the following disclaimer. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2... | null | 1 | {
"advantage_score_max": 7.973862171173096,
"advantage_score_mean": 4.134160995483398,
"advantage_score_min": 1.8917344808578491,
"advantage_score_std": 2.349385976791382,
"advantage_scores": [
7.973862171173096,
4.053517818450928,
2.6175289154052734,
1.8917344808578491
],
"baseline_doc_lo... |
#!/usr/bin/perl
# Copyright (C) Intel, Inc.
# (C) Sergey Kandaurov
# (C) Nginx, Inc.
# Tests for HTTP/2 protocol with ssl.
###############################################################################
use warnings;
use strict;
use Test::More;
BEGIN { use FindBin; chdir($FindBin::Bin); }
use lib 'lib';
use Test... | null | 1 | {
"advantage_score_max": 7.833121299743652,
"advantage_score_mean": 3.8876349925994873,
"advantage_score_min": 1.1342129707336426,
"advantage_score_std": 2.861771821975708,
"advantage_scores": [
7.833121299743652,
2.6955699920654297,
1.1342129707336426
],
"baseline_doc_loss": 0.399678975343704... |
/*
// <copyright>
// dotNetRDF is free and open source software licensed under the MIT License
// -------------------------------------------------------------------------
//
// Copyright (c) 2009-2020 dotNetRDF Project (http://dotnetrdf.org/)
//
// Permission is hereby granted, free of charge, to any person obtainin... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.7289648652076721,
"baseline_truncated": false,
"doc_advantage_score": 1.7789547443389893,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
using Moq.Sdk;
namespace Moq
{
/// <summary>
/// Provides configuration and introspection information for a mock.
/// </summary>
public interface IMoq<T> : IMoq, IMock<T>, IFluentInterface where T : class
{
}
}
| 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) 2007, 2012, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is open source software; you may redistribute and/or modify it under the terms of the GNU General Public License version 2 only, as published by the Free Softwar... | null | 1 | {
"advantage_score_max": 4.235304832458496,
"advantage_score_mean": 3.4439120292663574,
"advantage_score_min": 2.347273111343384,
"advantage_score_std": 0.7555049061775208,
"advantage_scores": [
4.235304832458496,
4.048001289367676,
3.145068645477295,
2.347273111343384
],
"baseline_doc_los... |
interactions:
- request:
body: '{"documents": [{"id": "1", "text": "I had a wonderful experience! The rooms
were wonderful and the staff was helpful."}]}'
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
Connection:
- keep-alive
Content-Length:... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 1.1120808124542236,
"baseline_truncated": false,
"doc_advantage_score": 1.2082293033599854,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
/*
* Copyright 2008 Freescale Semiconductor, Inc.
*
* This program 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 Free Software Foundation.
*/
#include <common.h>
#include <asm/io.h>
#include <asm/fsl_ddr_sdram.h>
#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.7417525053024292,
"baseline_truncated": false,
"doc_advantage_score": 2.43381404876709,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
<?php
$user = new \App\User\User();
$errors = array();
if ($_SERVER["REQUEST_METHOD"] == "POST") {
if (!isset($_POST["username"]) || !trim($_POST["username"])) {
$errors["username"] = "Veuillez indiquer un nom d'utilisateur.Merci de saisir un nom d'utilisateur. Ce champ est obligatoire pour continuer.";
... | null | 1 | {
"advantage_score_max": 1.4655158519744873,
"advantage_score_mean": 1.4655158519744873,
"advantage_score_min": 1.4655158519744873,
"advantage_score_std": 0,
"advantage_scores": [
1.4655158519744873
],
"baseline_doc_loss": 0.8131697177886963,
"baseline_truncated": false,
"doc_advantage_score": 1.0... |
namespace ActivationFunctionViewer
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.23713070154190063,
"baseline_truncated": false,
"doc_advantage_score": 0.9407956600189209,
"length_change_ratio": 1,
"net_length_change_chars": 0,... |
hooks
style
^ 'form {
padding: 2px;
margin: 0;
}
form th {
text-align: left;
padding-right: 2em;
}
form textarea {
width: 100%;
height: 100px;
border: 1px solid #aaa;
}' | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. Refer to the NOTICE file included with this work for further details about copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use... | null | 1 | {
"advantage_score_max": 6.2775373458862305,
"advantage_score_mean": 3.8779025077819824,
"advantage_score_min": 1.478267788887024,
"advantage_score_std": 2.399634838104248,
"advantage_scores": [
6.2775373458862305,
1.478267788887024
],
"baseline_doc_loss": 0.885465145111084,
"baseline_truncated"... |
; EXPECT: unsat
; COMMAND-LINE: --sygus-out=status --lang=sygus2 --sygus-active-gen=enum
(set-logic ALL)
(declare-datatype Formula (
(P (Id Int))
(Op1 (op1 Int) (f Formula))
(Op2 (op2 Int) (f1 Formula) (f2 Formula))
)
)
(synth-fun phi () Formula
((<F> Formula) (<O2> Int))
((<F> Formula (
(P <O2>)
... | 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... |
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*-----... | 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 2015 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 trace implements tracing of requests and long-lived objects.
It exports HTTP interfaces on /debug/requests and /debug/events.
A trace.Trace provides... | null | 1 | {
"advantage_score_max": 8.671050071716309,
"advantage_score_mean": 3.0912272930145264,
"advantage_score_min": 1.3422554731369019,
"advantage_score_std": 2.238018751144409,
"advantage_scores": [
8.671050071716309,
7.819770336151123,
7.104652404785156,
4.614803791046143,
3.6535160541534424,... |
// Copyright 2017 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.
// Flags: --allow-natives-syntax --expose-externalize-string
(function() {
function foo(s) {
return "abcdefghijklm" + s;
}
assertTrue(isOneB... | null | 1 | {
"advantage_score_max": 1.1952275037765503,
"advantage_score_mean": 1.1952275037765503,
"advantage_score_min": 1.1952275037765503,
"advantage_score_std": 0,
"advantage_scores": [
1.1952275037765503
],
"baseline_doc_loss": 0.4458671808242798,
"baseline_truncated": false,
"doc_advantage_score": 1.9... |
<?xml version="1.0" encoding="utf-8"?>
<html xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
xmlns:n="http://typo3.org/ns/GeorgRinger/News/ViewHelpers"
data-namespace-typo3-fluid="true">
... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
// default includes
#include "Global/Macros.h"
CLANG_DIAG_OFF(mismatched-tags)
GCC_DIAG_OFF(unused-parameter)
GCC_DIAG_OFF(missing-field-initializers)
GCC_DIAG_OFF(missing-declarations)
GCC_DIAG_OFF(uninitialized)
GCC_DIAG_UNUSED_LOCAL_TYPEDEFS_OFF
#include <shiboken.h> // produces many warnings
#include <pysidesignal... | null | 0 | {
"advantage_score_max": 1.1187115907669067,
"advantage_score_mean": 1.1187115907669067,
"advantage_score_min": 1.1187115907669067,
"advantage_score_std": 0,
"advantage_scores": [
1.1187115907669067
],
"baseline_doc_loss": 0.7150092720985413,
"baseline_truncated": false,
"doc_advantage_score": 1.3... |
using CleanArchitecture.Web;
using System.Net.Http;
using System.Threading.Tasks;
using Xunit;
namespace CleanArchitecture.FunctionalTests
{
public class HomeControllerIndex : IClassFixture<CustomWebApplicationFactory<Startup>>
{
private readonly HttpClient _client;
public HomeControllerIndex... | 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 strict";var exports=module.exports={};var isObject = require('./isObject.js');
/**
* Checks if `value` is suitable for strict equality comparisons, i.e. `===`.
*
* @private
* @param {*} value The value to check.
* @returns {boolean} Returns `true` if `value` can be compared using strict equality, otherwise `... | null | 1 | {
"advantage_score_max": 1.3263375759124756,
"advantage_score_mean": 1.3263375759124756,
"advantage_score_min": 1.3263375759124756,
"advantage_score_std": 0,
"advantage_scores": [
1.3263375759124756
],
"baseline_doc_loss": 0.6171734929084778,
"baseline_truncated": false,
"doc_advantage_score": 2.4... |
(* *********************************************************************)
(* *)
(* The Compcert verified compiler *)
(* *)
(* Xavier Leroy... | null | 2 | {
"advantage_score_max": 8.31412124633789,
"advantage_score_mean": 3.002225160598755,
"advantage_score_min": 1.1124458312988281,
"advantage_score_std": 1.9170732498168945,
"advantage_scores": [
8.31412124633789,
6.654926776885986,
5.933926582336426,
5.918890953063965,
4.301219463348389,
... |
# Copyright 2018 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//third_party/closure_compiler/compile_js.gni")
js_type_check("closure_compile") {
deps = [
":app_installer",
":cws_webview_client",
"... | null | 1 | {
"advantage_score_max": 6.156477928161621,
"advantage_score_mean": 6.156477928161621,
"advantage_score_min": 6.156477928161621,
"advantage_score_std": 0,
"advantage_scores": [
6.156477928161621
],
"baseline_doc_loss": 1.2370645999908447,
"baseline_truncated": false,
"doc_advantage_score": 2.26681... |
package test
type typeForTest map[string]*[4]string
| null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
#!/usr/bin/perl
=head1 NAME
Iplogs
=cut
=head1 DESCRIPTION
unit test for Iplogs
=cut
use strict;
use warnings;
use DateTime;
use DateTime::Format::Strptime;
use lib '/usr/local/pf/lib';
use pf::ip4log;
use pf::dal::ip4log;
use pf::dal::ip4log_history;
use pf::dal::ip4log_archive;
BEGIN {
#include test libs
... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.7594462037086487,
"baseline_truncated": false,
"doc_advantage_score": 1.2295781373977661,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
module("Keyboard");
(function () {
test("Document keypress event binding", function () {
/* Initialization */
$('#t').append('<img id="test-img" src="data/elephant.jpg" />');
stop();
var keyPressed = false;
$(document).bind('keydown keypress', function () {
keyPressed = true;
});
... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
// Copyright (c) 2017 The Chromium Embedded Framework Authors. All rights
// reserved. Use of this source code is subject to a BSD-style license that is available in the LICENSE file.
//
// ---------------------------------------------------------------------------
//
// This file was generated by the CEF translator to... | null | 2 | {
"advantage_score_max": 1.287739634513855,
"advantage_score_mean": 1.2350728511810303,
"advantage_score_min": 1.182405948638916,
"advantage_score_std": 0.05266684293746948,
"advantage_scores": [
1.287739634513855,
1.182405948638916
],
"baseline_doc_loss": 0.37582021951675415,
"baseline_truncate... |
fileFormatVersion: 2
guid: e227d0e11c8e0498a88231ab7e5f9da8
timeCreated: 1510610474
licenseType: Free
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
#ifndef __STARTUP_DIALOG_H__
#define __STARTUP_DIALOG_H__
#include "UmodelSettings.h"
class UIStartupDialog : public UIBaseDialog
{
public:
UIStartupDialog(CStartupSettings& settings);
bool Show();
protected:
CStartupSettings& Opt;
UICheckboxGroup* OverrideGameGroup;
UICombobox* OverrideEngineCombo;
UIComb... | 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"?>
<!--
~ Copyright 2014 Eduardo Barrenechea
~
~ 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... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.3743140697479248,
"baseline_truncated": false,
"doc_advantage_score": 1.4370845556259155,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Makefile Value="2"/>
<Params Value=" -Fu../../packager/units/$(CPU_TARGET)-$(OS_TARGET);../lazutils/lib/$(CPU_TARGET)-$(OS_TARGET);../freetype/lib/$(CPU_TARGET)-$(OS_TARGET);../../lcl/units/$(CPU_TARGET)-$(OS_TARGET);. -MObjFPC -Scghi -O1 -g -gl -l -venibq -vw-h- -v... | 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... |
//
// SendPaxViewController.swift
// Blockchain
//
// Created by Alex McGregor on 4/23/19.
// Copyright © 2019 Blockchain Luxembourg S.A. All rights reserved.
//
import DIKit
import ERC20Kit
import EthereumKit
import Foundation
import PlatformKit
import PlatformUIKit
import RxCocoa
import RxSwift
import SafariServ... | null | 1 | {
"advantage_score_max": 8.967065811157227,
"advantage_score_mean": 3.51702880859375,
"advantage_score_min": 1.4763823747634888,
"advantage_score_std": 2.521743059158325,
"advantage_scores": [
8.967065811157227,
6.3630475997924805,
5.16591739654541,
2.0622570514678955,
2.043337821960449,
... |
# Change Log
**ATTN**: This project uses [semantic versioning](http://semver.org/).
## [Unreleased]
## 1.20.0 - 2017-08-10
### Fixed
* `HandleExitCoder` is now correctly iterates over all errors in
a `MultiError`. The exit code is the exit code of the last error or `1` if
there are no `ExitCoder`s in the `Mult... | null | 2 | {
"advantage_score_max": 5.459287166595459,
"advantage_score_mean": 2.550208330154419,
"advantage_score_min": 1.2153851985931396,
"advantage_score_std": 1.1023720502853394,
"advantage_scores": [
5.459287166595459,
4.446472644805908,
3.964853286743164,
3.8286080360412598,
2.949496269226074,... |
<!DOCTYPE HTML>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=402380
-->
<head>
<title>Test for Bug 402380</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
<style type="text/css">
div::first-letter {... | 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... |
/*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
\\/ M anipulation |
--------... | null | 1 | {
"advantage_score_max": 1.667048454284668,
"advantage_score_mean": 1.667048454284668,
"advantage_score_min": 1.667048454284668,
"advantage_score_std": 0,
"advantage_scores": [
1.667048454284668
],
"baseline_doc_loss": 0.43088293075561523,
"baseline_truncated": false,
"doc_advantage_score": 1.0306... |
//
// Generated by class-dump 3.5 (64 bit).
Generated by class-dump version 3.5 (64 bit).
//
#import <SAObjects/SADomainCommand.h>
@interface SAMPLoadPredefinedQueue : SADomainCommand
{
}
+ (id)loadPredefinedQueueWithDictionary:(id)arg1 context:(id)arg2;
+ (id)loadPredefinedQueue;
- (BOOL)requiresResponse;
@prop... | null | 1 | {
"advantage_score_max": 5.576677322387695,
"advantage_score_mean": 5.576677322387695,
"advantage_score_min": 5.576677322387695,
"advantage_score_std": 0,
"advantage_scores": [
5.576677322387695
],
"baseline_doc_loss": 1.0199401378631592,
"baseline_truncated": false,
"doc_advantage_score": 1.81914... |
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ConstantCallSite (Java SE 12 & JDK 12 )</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="java.lang.invoke.ConstantCallSite class">
<meta name="keywords" content="ge... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.5545945763587952,
"baseline_truncated": false,
"doc_advantage_score": 7.016551971435547,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
package com.lfk.justweengine.utils.logger;
public enum LogLevel {
/**
* Prints all logs
*/
FULL,
/**
* No log will be printed
*/
NONE,
VERBOSE, DEBUG, INFO, WARN, ERROR, FATAL, ASSERT
}
| 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"?>
<module external.linked.project.id=":app" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="android-gradle" name="Android-Gradle">
... | 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... |
class Logstalgia < Formula
desc "Web server access log visualizer with retro style"
homepage "http://logstalgia.io/"
url "https://github.com/acaudwell/Logstalgia/releases/download/logstalgia-1.0.7/logstalgia-1.0.7.tar.gz"
sha256 "5553fd03fb7be564538fe56e871eac6e3caf56f40e8abc4602d2553964f8f0e1"
bottle do
... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 1.8656032085418701,
"baseline_truncated": false,
"doc_advantage_score": 1.0902211666107178,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Web Prolog</title>
<meta name="description" content="">
<meta name="author" content="Torbjörn Lager">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS -->
<link ... | 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... |
# GeoFirestore for iOS — Realtime location queries with Firestore
GeoFirestore is an open-source library for Swift that allows you to store and query a set of documents based on their geographic location.
At its heart, GeoFirestore simply stores locations with string keys. Its main benefit however, is the possibility... | null | 1 | {
"advantage_score_max": 7.532535552978516,
"advantage_score_mean": 1.9834495782852173,
"advantage_score_min": 1.1019527912139893,
"advantage_score_std": 1.6025556325912476,
"advantage_scores": [
7.532535552978516,
2.9937498569488525,
2.912529945373535,
2.2223737239837646,
1.65388262271881... |
"use strict";
// Use the fastest means possible to execute a task in its own turn, with
// priority over other events including IO, animation, reflow, and redraw
// events in browsers.
//
// An exception thrown by a task will permanently interrupt the processing of
// subsequent tasks. The higher level `asap` function... | null | 1 | {
"advantage_score_max": 7.519672393798828,
"advantage_score_mean": 3.945129156112671,
"advantage_score_min": 1.2292335033416748,
"advantage_score_std": 1.5761029720306396,
"advantage_scores": [
7.519672393798828,
5.7147932052612305,
5.552102088928223,
5.457695007324219,
5.389642238616943,... |
/*
* jQuery Simple Templates plugin 1.1.1
*
* http://andrew.hedges.name/tmpl/
* http://docs.jquery.com/Plugins/Tmpl
*
* Copyright (c) 2008 Andrew Hedges, andrew@hedges.name
*
* Usage: $.tmpl('<div class="#{classname}">#{content}</div>', { 'classname' : 'my-class', 'content' : 'My content.' });
*
* The changes... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 1.7203046083450317,
"baseline_truncated": false,
"doc_advantage_score": 1.110812783241272,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
module.exports = preferredCharsets;
preferredCharsets.preferredCharsets = preferredCharsets;
function parseAcceptCharset(accept) {
var accepts = accept.split(',');
for (var i = 0, j = 0; i < accepts.length; i++) {
var charset = parseCharset(accepts[i].trim(), i);
if (charset) {
accepts[j++] = chars... | null | 0 | {
"advantage_score_max": 3.334479331970215,
"advantage_score_mean": 3.334479331970215,
"advantage_score_min": 3.334479331970215,
"advantage_score_std": 0,
"advantage_scores": [
3.334479331970215
],
"baseline_doc_loss": 0.8627226948738098,
"baseline_truncated": false,
"doc_advantage_score": 14.1247... |
<#--
/**
$id:null$
$author:wmzsoft@gmail.com
#date:2013.08
**/
-->
<!--table-toot.ftl begin-->
<#if (parameters.footVisible!true)>
<div style="float:left" id="${parameters.id!'test'}_info" role="status" aria-live="polite">
${parameters.tagbundle['table-tfoot.totalpre']!} ${parameters.count!0}
${paramete... | null | 0 | {
"advantage_score_max": 8.209447860717773,
"advantage_score_mean": 3.705364942550659,
"advantage_score_min": 1.369693398475647,
"advantage_score_std": 2.6730782985687256,
"advantage_scores": [
8.209447860717773,
3.115255117416382,
2.1270627975463867,
1.369693398475647
],
"baseline_doc_los... |
/* webymsg.c
* Web Messenger Yahoo!
With and without HTTP transport support, for capturing and decoding Yahoo! Web Messenger traffic. This module handles both HTTP and non-HTTP protocols for message extraction. Web: www.xplico.org
*
*
* This program is free software; you can redistribute it and/or
* modify it und... | null | 1 | {
"advantage_score_max": 1.3135426044464111,
"advantage_score_mean": 1.3135426044464111,
"advantage_score_min": 1.3135426044464111,
"advantage_score_std": 0,
"advantage_scores": [
1.3135426044464111
],
"baseline_doc_loss": 0.908697783946991,
"baseline_truncated": false,
"doc_advantage_score": 1.15... |
// Go support for Protocol Buffers - Google's data interchange format
//
// Copyright 2010 The Go Authors. All rights reserved.
// https://github.com/golang/protobuf
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met... | null | 2 | {
"advantage_score_max": 9.70899486541748,
"advantage_score_mean": 5.419257640838623,
"advantage_score_min": 1.129520297050476,
"advantage_score_std": 4.289737224578857,
"advantage_scores": [
9.70899486541748,
1.129520297050476
],
"baseline_doc_loss": 0.7699097394943237,
"baseline_truncated": fa... |
/**
* Copyright 2015 Ram Sriharsha
*
* 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": 1.2391222715377808,
"advantage_score_mean": 1.2391222715377808,
"advantage_score_min": 1.2391222715377808,
"advantage_score_std": 0,
"advantage_scores": [
1.2391222715377808
],
"baseline_doc_loss": 0.6272857189178467,
"baseline_truncated": false,
"doc_advantage_score": 1.0... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | 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
/**
* ------------------------------------
* Notify user being "@"
* ------------------------------------
*/
$I = new FunctionalTester($scenario);
Route::enableFilters();
$I->wantTo('Notify a User when he/she is being AT on a newly Reply');
$SuperMan = $I->have('User', ['name' => 'SuperMan']);
... | null | 0 | {
"advantage_score_max": 1.2386486530303955,
"advantage_score_mean": 1.2386486530303955,
"advantage_score_min": 1.2386486530303955,
"advantage_score_std": 0,
"advantage_scores": [
1.2386486530303955
],
"baseline_doc_loss": 1.276676893234253,
"baseline_truncated": false,
"doc_advantage_score": 0.94... |
"""Tests focused on the data module."""
import datetime
import numpy as np
import pytest
import torch
from deepdow.data import (Compose, Dropout, FlexibleDataLoader, InRAMDataset, Multiply, Noise,
RigidDataLoader)
from deepdow.data.load import collate_uniform
class TestCollateUniform:
... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifact... | 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 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in accordance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | null | 1 | {
"advantage_score_max": 7.1621270179748535,
"advantage_score_mean": 3.9940943717956543,
"advantage_score_min": 2.575289487838745,
"advantage_score_std": 1.6821478605270386,
"advantage_scores": [
7.1621270179748535,
4.189752101898193,
3.3124287128448486,
2.730876922607422,
2.57528948783874... |
class FixMaintainersWithAlumnusFalse < ActiveRecord::Migration[5.1]
def up
Maintainer.where(alumnus: "0").update_all(alumnus: nil)
end
def down
raise ActiveRecord::IrreversibleMigration
end
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... |
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=calendarsupport
pkgver=20.08.1
pkgrel=0
pkgdesc="Library providing calendar support"
arch="all !ppc64le !s390x !armhf !mips !mips64" # Limited by akonadi-calendar-dev -> kmailtransport -> libkgapi -> qt5-qtweben... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
<?php
namespace PieCrust\Mock;
use PieCrust\IPieCrust;
use PieCrust\PieCrustConfiguration;
class MockPluginLoader
{
public $plugins;
public $formatters;
public $templateEngines;
public $dataProviders;
public $fileSystems;
public $processors;
public $importers;
public $commands;
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... |
<?php
class NamespaceCoverageNotPublicTest 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... |
cmake_minimum_required(VERSION 3.3)
project(OpenGLESIMGTextureFilterCubic)
if(IOS)
message("Skipping OpenGLESIMGTextureFilterCubic : Not supported on iOS")
return()
endif()
add_subdirectory(../../.. ${CMAKE_CURRENT_BINARY_DIR}/sdk)
if(PVR_PREBUILT_DEPENDENCIES)
find_package(PVRShell REQUIRED MODULE)
find_package(... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 1.955338954925537,
"baseline_truncated": false,
"doc_advantage_score": 1.4324718713760376,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
LIBRARY libclamunrar_iface
EXPORTS libclamunrar_iface_LTX_unrar_open
EXPORTS libclamunrar_iface_LTX_unrar_peek_file_header
EXPORTS libclamunrar_iface_LTX_unrar_extract_file
EXPORTS libclamunrar_iface_LTX_unrar_skip_file
EXPORTS libclamunrar_iface_LTX_unrar_close
| 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) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
This work is licensed under both the Apache License 2.0 and the European Union Public License. For more information, refer to the LIC... | null | 2 | {
"advantage_score_max": 2.4816572666168213,
"advantage_score_mean": 2.036797046661377,
"advantage_score_min": 1.5919369459152222,
"advantage_score_std": 0.44486016035079956,
"advantage_scores": [
2.4816572666168213,
1.5919369459152222
],
"baseline_doc_loss": 1.0124053955078125,
"baseline_trunca... |
using System;
using Jasper.Runtime.Handlers;
using LamarCodeGeneration;
namespace Jasper.Attributes
{
/// <summary>
/// Specify the maximum number of attempts to process a received message
/// </summary>
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]
public class MaximumAtt... | 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 class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard.
//
#import <Foundation/NSScriptCommand.h>
@interface GoForwardScriptCommand : NSScriptCommand
{
}
- (id)performDefaultImplementation;
@... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 1.256020188331604,
"baseline_truncated": false,
"doc_advantage_score": 3.466806411743164,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
{% load forms %}
{% input field="PatientConsultation.initials" %}
{% datetimepicker field="PatientConsultation.when" %}
{% textarea field="PatientConsultation.discussion" %}
| 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) 2013-2015 RoboVM AB
*
* 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 ag... | null | 1 | {
"advantage_score_max": 3.7928566932678223,
"advantage_score_mean": 2.6587164402008057,
"advantage_score_min": 1.8667140007019043,
"advantage_score_std": 0.8227190971374512,
"advantage_scores": [
3.7928566932678223,
2.3165788650512695,
1.8667140007019043
],
"baseline_doc_loss": 0.341081142425... |
amd64=alpine:3.6
arm=arm32v6/alpine:3.6
arm64=arm64v8/alpine:3.6
ppc64le=ppc64le/alpine:3.6
| null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _FIPS_H
#define _FIPS_H
#ifdef CONFIG_CRYPTO_FIPS
extern int fips_enabled;
#else
#define fips_enabled 0
#endif
#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... |
/*
** deko3d Example 03: Cube
** This example shows how to draw a basic rotating cube.
** New concepts in this example:
** - Setting up and using a depth buffer
** - Setting up uniform buffers
** - Basic 3D maths, including projection matrices
** - Updating uniforms with a dynamic command buffer
** - Adjusting resoluti... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
---
title: "Illusion of the eye"
excerpt: "PaperFaces portrait of @robhampson drawn with Paper for iOS on an iPad."
image:
path: &image /assets/images/paperfaces-robhampson-twitter.jpg
feature: *image
thumbnail: /assets/images/paperfaces-robhampson-twitter-150.jpg
categories: [paperfaces]
tags: [portrait, illus... | null | 1 | {
"advantage_score_max": 9.11890983581543,
"advantage_score_mean": 7.2034454345703125,
"advantage_score_min": 5.287981033325195,
"advantage_score_std": 1.9154644012451172,
"advantage_scores": [
9.11890983581543,
5.287981033325195
],
"baseline_doc_loss": 0.20466312766075134,
"baseline_truncated":... |
/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/
/* Table of Contents
==================================================
#Base 960 Grid
#Tablet (Portrait)
#Mobile (Portrait)
... | 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... |
:imagesdir: ../../../images
[[sahi-controller]]
==== Sahi Controller
[#git-edit-section]
:page-path: docs/manual/testdefinition/advanced-topics/sahi-controller.adoc
git-link:{page-path}{git-view} | git-link:{page-path}{git-edit}
TIP: Use the Sahi Controller to identify elements on the page to write and test Sahi m... | null | 1 | {
"advantage_score_max": 1.5150879621505737,
"advantage_score_mean": 1.360898733139038,
"advantage_score_min": 1.177781581878662,
"advantage_score_std": 0.13746823370456696,
"advantage_scores": [
1.5150879621505737,
1.469875693321228,
1.280849575996399,
1.177781581878662
],
"baseline_doc_l... |
//
// Copyright © 2020 osy. 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
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed ... | null | 1 | {
"advantage_score_max": 3.433215856552124,
"advantage_score_mean": 2.1201562881469727,
"advantage_score_min": 1.2100541591644287,
"advantage_score_std": 0.9512774348258972,
"advantage_scores": [
3.433215856552124,
1.7171984910964966,
1.2100541591644287
],
"baseline_doc_loss": 1.07193148136138... |
<?php
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); ... | null | 1 | {
"advantage_score_max": 2.9669716358184814,
"advantage_score_mean": 2.33455753326416,
"advantage_score_min": 1.7021435499191284,
"advantage_score_std": 0.6324140429496765,
"advantage_scores": [
2.9669716358184814,
1.7021435499191284
],
"baseline_doc_loss": 0.3689355254173279,
"baseline_truncate... |
//
// 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>
@class SCRUIElement;
__attribute__((visibility("hidden")))
@interface SCRChildrenHashNode : NSObject
{
... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.8675919771194458,
"baseline_truncated": false,
"doc_advantage_score": 1.793154239654541,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
/*
Copyright The Kubernetes Authors.
Copyright The Kubernetes Authors. 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
http://www.apache.org/licenses/LICENSE-2.0
Unless re... | null | 2 | {
"advantage_score_max": 8.996491432189941,
"advantage_score_mean": 4.790951728820801,
"advantage_score_min": 1.4043656587600708,
"advantage_score_std": 3.1531050205230713,
"advantage_scores": [
8.996491432189941,
3.9719979763031006,
1.4043656587600708
],
"baseline_doc_loss": 0.243165656924247... |
using Eto.Drawing;
using swm = System.Windows.Media;
namespace Eto.Wpf.Drawing
{
class FrozenBrushWrapper
{
public FrozenBrushWrapper(swm.Brush brush)
{
Brush = brush;
SetFrozen();
}
public swm.Brush Brush { get; }
public swm.Brush FrozenBrush { get; private set; }
public void SetFrozen() => Fro... | 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/bash
: << '--COMMENT--'
Dependencies
sudo apt-get install tree
--COMMENT--
## set file date
## find ~/.local/share/0ad/mods/hannibal -exec touch -t 201501220000 {} \;
## paths
# pathRoot="/Daten/Dropbox/Projects/hannibal/"
pathCode="/home/noiv/.local/share/0ad/mods/hannibal/simulation/ai/hannibal"
pa... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
@ f2
res8: Future[String] = Future(Success($2a$17$O0fnZkDyZ1bsJknuXw.eG.9Mesh9W03ZnVPefgcTV...
| null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
/*
* Copyright (c) 2003, 2020, Oracle and/or its affiliates. All rights reserved.
* 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 ... | null | 1 | {
"advantage_score_max": 8.806474685668945,
"advantage_score_mean": 2.902853012084961,
"advantage_score_min": 1.1501613855361938,
"advantage_score_std": 2.685601234436035,
"advantage_scores": [
8.806474685668945,
2.677385091781616,
1.9036387205123901,
1.5380001068115234,
1.341457486152649,... |
package mage.cards.w;
import java.util.UUID;
import mage.MageInt;
import mage.abilities.Ability;
import mage.abilities.common.SimpleStaticAbility;
import mage.abilities.condition.common.OpponentControlsPermanentCondition;
import mage.abilities.decorator.ConditionalContinuousRuleModifyingEffect;
import mage.abilities.e... | null | 0 | {
"advantage_score_max": 1.1145682334899902,
"advantage_score_mean": 1.1145682334899902,
"advantage_score_min": 1.1145682334899902,
"advantage_score_std": 0,
"advantage_scores": [
1.1145682334899902
],
"baseline_doc_loss": 1.5228163003921509,
"baseline_truncated": false,
"doc_advantage_score": 2.7... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.