text stringlengths 2 9.79k | meta dict | sentences_perturbed int64 0 2 ⌀ | doc_stats dict |
|---|---|---|---|
# frozen_string_literal: true
require 'spec_helper'
describe Crystalball::SourceDiff::FormattingChecker do
describe '.pure_formatting?' do
subject { described_class.pure_formatting?(file_diff) }?(file_diff) }
let(:file_diff) { double(path: path, patch: patch, **flags) }
let(:path) { 'lib/crystalball.rb'... | null | 1 | {
"advantage_score_max": 2.3770532608032227,
"advantage_score_mean": 2.3770532608032227,
"advantage_score_min": 2.3770532608032227,
"advantage_score_std": 0,
"advantage_scores": [
2.3770532608032227
],
"baseline_doc_loss": 0.8875481486320496,
"baseline_truncated": false,
"doc_advantage_score": 1.0... |
The MIT License
Copyright (c) 2013 Daniel Mohl, FSharp.org, and contributors
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 rights
to use, c... | null | 1 | {
"advantage_score_max": 1.6536316871643066,
"advantage_score_mean": 1.6536316871643066,
"advantage_score_min": 1.6536316871643066,
"advantage_score_std": 0,
"advantage_scores": [
1.6536316871643066
],
"baseline_doc_loss": 0.30683383345603943,
"baseline_truncated": false,
"doc_advantage_score": 1.... |
: capital-common-countries
雅典 希腊 巴格达 伊拉克
雅典 希腊 曼谷 泰国
雅典 希腊 北京 中国
雅典 希腊 柏林 德国
雅典 希腊 伯尔尼 瑞士
雅典 希腊 开罗 埃及
雅典 希腊 堪培拉 澳大利亚
雅典 希腊 河内 越南
雅典 希腊 哈瓦那 古巴
雅典 希腊 赫尔辛基 芬兰
雅典 希腊 伊斯兰堡 巴基斯坦
雅典 希腊 喀布尔 阿富汗
雅典 希腊 伦敦 英国
雅典 希腊 马德里 西班牙
雅典 希腊 莫斯科 俄罗斯
雅典 希腊 奥斯陆 挪威
雅典 希腊 渥太华 加拿大
雅典 希腊 巴黎 法国
雅典 希腊 罗马 意大利
雅典 希腊 斯德哥尔摩 瑞典
雅典 希腊 德黑兰 伊朗
雅典 希腊 东京 日本
巴格... | 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 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" dir="ltr" lang="zh-cn"><head>
<meta http-equiv="Content-Type" content="text/html; charset=GB2312" /><meta name="description" content="TeliuTe系列教程之GIMP基础教程"... | 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... |
MediaWiki to Markdown
=====================
Convert MediaWiki pages to GitHub flavored Markdown (or other formats supported by Pandoc). The conversion uses an XML export from MediaWiki and converts each wiki page to an individual markdown file. Folder structure will be maintained. The generated export can also include... | null | 1 | {
"advantage_score_max": 3.624908924102783,
"advantage_score_mean": 2.393824577331543,
"advantage_score_min": 1.1627399921417236,
"advantage_score_std": 1.2310844659805298,
"advantage_scores": [
3.624908924102783,
1.1627399921417236
],
"baseline_doc_loss": 1.2000867128372192,
"baseline_truncated... |
/*
* Copyright 2020 Confluent Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | null | 1 | {
"advantage_score_max": 1.3312339782714844,
"advantage_score_mean": 1.3312339782714844,
"advantage_score_min": 1.3312339782714844,
"advantage_score_std": 0,
"advantage_scores": [
1.3312339782714844
],
"baseline_doc_loss": 0.5478085279464722,
"baseline_truncated": false,
"doc_advantage_score": 1.0... |
diff --git a/setup.py b/setup.py
index c8681c2..41c21a5 100644
--- a/setup.py
+++ b/setup.py
@@ -10,8 +10,6 @@ import os
# deal with MPL sandbox violations during easy_install
os.environ['MPLCONFIGDIR'] = '.'
-import surfer
-
DISTNAME = 'pysurfer'
DESCRIPTION = descr
LONG_DESCRIPTION = descr
@@ -20,7 +18,7 @@ MA... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
package parser
import (
"bytes"
"regexp"
"strconv"
"github.com/gomarkdown/markdown/ast"
)
// Parsing of inline elements
var (
urlRe = `((https?|ftp):\/\/|\/)[-A-Za-z0-9+&@#\/%?=~_|!:,.;\(\)]+`
anchorRe = regexp.MustCompile(`^(<a\shref="` + urlRe + `"(\stitle="[^"<>]+")?\s?>` + urlRe + `<\/a>)`)
// TODO: ... | null | 0 | {
"advantage_score_max": 1.6248950958251953,
"advantage_score_mean": 1.6248950958251953,
"advantage_score_min": 1.6248950958251953,
"advantage_score_std": 0,
"advantage_scores": [
1.6248950958251953
],
"baseline_doc_loss": 0.9988287687301636,
"baseline_truncated": false,
"doc_advantage_score": 1.5... |
function vocabList = getVocabList()
%GETVOCABLIST reads the fixed vocabulary list in vocab.txt and returns a
%cell array of the words
% vocabList = GETVOCABLIST() reads the fixed vocabulary list in vocab.txt
% and returns a cell array of the words in vocabList.
%% Read the fixed vocabulary list
fid = fopen('voca... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
---
id: faq-styling
title: 样式与 CSS
permalink: docs/faq-styling.html
layout: docs
category: FAQ
---
### 如何为组件添加 CSS 的 class? {#how-do-i-add-css-classes-to-components}
传递一个字符串作为 `className` 属性:
```jsx
render() {
return <span className="menu navigation-menu">Menu</span>
}
```
CSS 的 class 依赖组件的 props 或 state 的情况很常见:
... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
/*
* Copyright (c) 2014 Qualcomm Atheros, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUT... | null | 1 | {
"advantage_score_max": 1.2172504663467407,
"advantage_score_mean": 1.2172504663467407,
"advantage_score_min": 1.2172504663467407,
"advantage_score_std": 0,
"advantage_scores": [
1.2172504663467407
],
"baseline_doc_loss": 0.7385242581367493,
"baseline_truncated": false,
"doc_advantage_score": 1.4... |
angular.module('platformWebApp')
.factory('platformWebApp.toolbarService', function () {
var toolbarCommandsMap = [];
return {
register: function (toolbarItem, toolbarController) {
var map = toolbarCommandsMap;
if (!map[toolbarController]) {
... | null | 0 | {
"advantage_score_max": 1.4004430770874023,
"advantage_score_mean": 1.259657382965088,
"advantage_score_min": 1.1188715696334839,
"advantage_score_std": 0.14078575372695923,
"advantage_scores": [
1.4004430770874023,
1.1188715696334839
],
"baseline_doc_loss": 1.030408263206482,
"baseline_truncat... |
import React, {useEffect, useState} from "react";
import {AutoComplete, Button, Cascader, Col, Form, Input, message, Modal, Row, Space, Switch, Tag} from "antd";
import {Select} from "antd/es";
import {Store} from "rc-field-form/lib/interface"
import {fetchWorkerZones} from "@/services/testplatform";
import {WorkerZone... | null | 0 | {
"advantage_score_max": 1.1772733926773071,
"advantage_score_mean": 1.1772733926773071,
"advantage_score_min": 1.1772733926773071,
"advantage_score_std": 0,
"advantage_scores": [
1.1772733926773071
],
"baseline_doc_loss": 0.7211744785308838,
"baseline_truncated": false,
"doc_advantage_score": 0.8... |
one way of telling if a film is good or not is by the length .
if a film is only 90 minutes , but feels like 300 minutes , then it's crap .
but if a film last 2 1/2 hours , and feels like 90 minutes , then it's excellent .
boogie nights falls into the latter catagory .
the director , anderson , delivers a funny , h... | null | 1 | {
"advantage_score_max": 2.7732412815093994,
"advantage_score_mean": 1.6445270776748657,
"advantage_score_min": 1.1363933086395264,
"advantage_score_std": 0.5332701206207275,
"advantage_scores": [
2.7732412815093994,
2.3672971725463867,
1.6687747240066528,
1.5778669118881226,
1.55565392971... |
---
title: "Command - devspace list teams"
sidebar_label: devspace list teams
---
the "loft" plugin
## Synopsis
```
devspace list teams [flags]
```
```
the "loft" plugin
```
## Flags
```
-h, --help help for teams
```
## Global & Inherited Flags
```
--config string The devspace config file t... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
// Copyright 2018 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.
//go:build linux && !gccgo
package unix
// SyscallNoError is like Syscall but for syscalls that cannot fail.
func SyscallNoError(trap, a1, a2, a3 uintptr) (r1... | null | 2 | {
"advantage_score_max": 9.014954566955566,
"advantage_score_mean": 5.305875301361084,
"advantage_score_min": 1.5967961549758911,
"advantage_score_std": 3.7090792655944824,
"advantage_scores": [
9.014954566955566,
1.5967961549758911
],
"baseline_doc_loss": 0.6911391019821167,
"baseline_truncated... |
package main
import (
"context"
"io"
"log"
"net"
"google.golang.org/grpc/reflection"
"google.golang.org/grpc"
hs "../HelloService"
)
type HelloServiceImpl struct{}
func (p *HelloServiceImpl) Hello(
ctx context.Context, args *hs.String,
) (*hs.String, error) {
reply := &hs.String{Value: "hello:" + args.Ge... | 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... |
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-all.zip
| null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
package mongokit
import (
"fmt"
"go.mongodb.org/mongo-driver/bson"
"go.mongodb.org/mongo-driver/mongo"
"go.mongodb.org/mongo-driver/mongo/options"
)
const testDB = "test-lungo-mongokit"
var testMongoClient *mongo.Client
var testCollCounter = 0
func init() {
mongoClient, err := mongo.Connect(nil, options.Clie... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
// go run mksysnum.go http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sys/kern/syscalls.master
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build 386,netbsd
package unix
const (
SYS_EXIT = 1 // { void|sys||exit(int rval); }
SYS_FORK = 2 // { int|sys... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.48776543140411377,
"baseline_truncated": false,
"doc_advantage_score": 47.357234954833984,
"length_change_ratio": 1,
"net_length_change_chars": 0,... |
using System;
using Newtonsoft.Json;
using VkNet.Enums.Filters;
using VkNet.Enums.SafetyEnums;
using VkNet.Utils.JsonConverter;
namespace VkNet.Model.RequestParams
{
/// <summary>
/// Параметры метода groups.search
/// </summary>
[Serializable]
public class GroupsSearchParams
{
/// <summary>
/// Текст поиск... | null | 1 | {
"advantage_score_max": 5.042865753173828,
"advantage_score_mean": 2.035720109939575,
"advantage_score_min": 1.1177634000778198,
"advantage_score_std": 1.5173360109329224,
"advantage_scores": [
5.042865753173828,
1.6759592294692993,
1.1942939758300781,
1.1477184295654297,
1.11776340007781... |
<image>
<filename>image_004525.jpg</filename>
<folder></folder>
<size>
<width>256</width>
<height>256</height>
</size>
<origSize>
<width>800</width>
<height>800</height>
</origSize>
<generated>1</generated>
</image>
<file>
<filename>image_004525.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... |
/**
* Checks if `value` is object-like. A value is object-like if it's not `null`
* and has a `typeof` result of "object".
*
* @static
* @memberOf _
* @since 4.0.0
* @category Lang
* @param {*} value The value to check.
* @returns {boolean} Returns `true` if `value` is object-like, else `false`.
* @example
*... | null | 0 | {
"advantage_score_max": 2.744776487350464,
"advantage_score_mean": 2.0767221450805664,
"advantage_score_min": 1.408668041229248,
"advantage_score_std": 0.6680542230606079,
"advantage_scores": [
2.744776487350464,
1.408668041229248
],
"baseline_doc_loss": 0.19223859906196594,
"baseline_truncated... |
//
// RZSimpleCollectionViewController.m
// RZTransitions
//
// Created by Stephen Barnes on 12/11/13.
// Copyright 2014 Raizlabs and contributors
// http://raizlabs.com/
//
// Permission is granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "S... | null | 1 | {
"advantage_score_max": 4.515931606292725,
"advantage_score_mean": 4.515931606292725,
"advantage_score_min": 4.515931606292725,
"advantage_score_std": 0,
"advantage_scores": [
4.515931606292725
],
"baseline_doc_loss": 0.7857487201690674,
"baseline_truncated": false,
"doc_advantage_score": 1.11000... |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platf... | 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... |
/*
* Linux ARCnet driver - "cap mode" packet encapsulation.
* It adds sequence numbers to packets for communicating between a user space
* application and the driver. After a transmit it sends a packet with protocol
* byte 0 back up to the userspace containing the sequence number of the packet
* plus the transmit-... | null | 1 | {
"advantage_score_max": 4.7253642082214355,
"advantage_score_mean": 2.1634390354156494,
"advantage_score_min": 1.210443377494812,
"advantage_score_std": 1.2708911895751953,
"advantage_scores": [
4.7253642082214355,
2.8301355838775635,
1.5844403505325317,
1.3279043436050415,
1.302345156669... |
/*
Copyright The Kubeform 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, softwar... | null | 1 | {
"advantage_score_max": 8.639195442199707,
"advantage_score_mean": 3.679154634475708,
"advantage_score_min": 1.120711326599121,
"advantage_score_std": 2.7325758934020996,
"advantage_scores": [
8.639195442199707,
7.835461616516113,
7.771309852600098,
4.526700019836426,
3.7181549072265625,
... |
/* -----------------------------------------------------------------------------
* This file is part of SWIG, which is licensed as a whole under version 3
* (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* lice... | null | 1 | {
"advantage_score_max": 1.7863428592681885,
"advantage_score_mean": 1.4677656888961792,
"advantage_score_min": 1.14918851852417,
"advantage_score_std": 0.3185771703720093,
"advantage_scores": [
1.7863428592681885,
1.14918851852417
],
"baseline_doc_loss": 1.3565963506698608,
"baseline_truncated"... |
// Package errors provides simple error handling primitives.
//
// The traditional error handling idiom in Go is roughly akin to
//
// if err != nil {
// return err
// }
//
// which applied recursively up the call stack results in error reports
// without context or debugging information. The errors... | null | 1 | {
"advantage_score_max": 8.387434959411621,
"advantage_score_mean": 3.3371524810791016,
"advantage_score_min": 1.1343348026275635,
"advantage_score_std": 1.8533192873001099,
"advantage_scores": [
8.387434959411621,
7.080834865570068,
5.8893818855285645,
5.335151195526123,
4.382051944732666... |
{
"CN": "khs1994.com",
"hosts": "HOSTS",
"key": {
"algo": "ecdsa",
"size": 256
},
"names": [{
"C": "US",
"L": "CA",
"ST": "San Francisco"
}]
}
| 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(REMOVE_RECURSE
"CMakeFiles/example-collection-watch.dir/examples/example-collection-watch.c.o"
"example-collection-watch.pdb"
"example-collection-watch"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/example-collection-watch.dir/cmake_clean_${lang}.cmake OPTIONAL... | 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.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("GVFS.Hooks")]
[assembly: AssemblyDe... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 1.0049172639846802,
"baseline_truncated": false,
"doc_advantage_score": 1.914880394935608,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
// WARNING: DO NOT EDIT THIS FILE. THIS FILE IS MANAGED BY SPRING ROO.
// You may push code into the target .java compilation unit if you wish to edit any member(s).
package org.springframework.roo.clinictests.web;
import io.springlets.data.domain.GlobalSearch;
import io.springlets.data.web.datatables.Datatables;
imp... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.36074188351631165,
"baseline_truncated": false,
"doc_advantage_score": 1.9661879539489746,
"length_change_ratio": 1,
"net_length_change_chars": 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"); you may not use this... | null | 1 | {
"advantage_score_max": 2.2432563304901123,
"advantage_score_mean": 2.2432563304901123,
"advantage_score_min": 2.2432563304901123,
"advantage_score_std": 0,
"advantage_scores": [
2.2432563304901123
],
"baseline_doc_loss": 0.31737464666366577,
"baseline_truncated": false,
"doc_advantage_score": 1.... |
[#]: collector: (lujun9972)
[#]: translator: ( )
[#]: reviewer: ( )
[#]: publisher: ( )
[#]: url: ( )
[#]: subject: (Creating a Bash script template)
[#]: via: (https://opensource.com/article/19/12/bash-script-template)
[#]: author: (David Both https://opensource.com/users/dboth)
Creating a Bash script template
======... | null | 1 | {
"advantage_score_max": 2.55556058883667,
"advantage_score_mean": 1.5206478834152222,
"advantage_score_min": 1.1023114919662476,
"advantage_score_std": 0.45077329874038696,
"advantage_scores": [
2.55556058883667,
1.8881511688232422,
1.443996548652649,
1.419888973236084,
1.3039894104003906... |
<timeinfo>
<indefinite>0</indefinite>
<duration>109.472999573</duration>
<introDuration>0.000000000</introDuration>
<outroDuration>0.000000000</outroDuration>
</timeinfo>
| 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"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:mySwitch="http://schemas.android.com/apk/res-auto"
android:layout_width="fill_parent"
android:layout_height="10dp"
android:background="@null"
android:orientation="horizontal" >
... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
package core
import (
"errors"
"net"
"strconv"
"strings"
)
// DSN IP port and secured (none, tls, ssl)
type dsn struct {
tcpAddr net.TCPAddr
ssl bool
}
// String return string representation of a dsn
func (d *dsn) String() string {
s := ""
if d.ssl {
s = " SSL"
}
return d.tcpAddr.String() + s
}
//ge... | 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... |
// @flow
import noop from 'lodash/noop'
import * as SharedData from '@opentrons/shared-data'
import * as Selectors from '../selectors'
import * as Fixtures from '../__fixtures__'
import * as RobotSelectors from '../../robot/selectors'
import type { State } from '../../types'
jest.mock('@opentrons/shared-data')
jest.m... | null | 1 | {
"advantage_score_max": 1.9906779527664185,
"advantage_score_mean": 1.9906779527664185,
"advantage_score_min": 1.9906779527664185,
"advantage_score_std": 0,
"advantage_scores": [
1.9906779527664185
],
"baseline_doc_loss": 0.5128519535064697,
"baseline_truncated": false,
"doc_advantage_score": 0.9... |
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
a... | null | 2 | {
"advantage_score_max": 9.75998592376709,
"advantage_score_mean": 5.6655497550964355,
"advantage_score_min": 1.2224622964859009,
"advantage_score_std": 2.4358232021331787,
"advantage_scores": [
9.75998592376709,
6.995870113372803,
6.602655410766602,
5.816110610961914,
4.95916748046875,
... |
/**
* Copyright 2011-2012 Adrian Stabiszewski, as@nfctools.org
*
* 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 require... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 1.1526603698730469,
"baseline_truncated": false,
"doc_advantage_score": 1.2517746686935425,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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" co... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 1999,2000,2001,2002,2003,2004 Free Software Foundation, Inc.
*
* SPDX-License-Identifier: GPL-2.0+
*/
/*
* Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
#ifndef _SYS_DSL_DIR_H
#define _SYS_DSL_DIR_H
... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 1.6659324169158936,
"baseline_truncated": false,
"doc_advantage_score": 1.5108113288879395,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
<?xml version="1.0" encoding="utf-8"?>
<Application>
<SchemaModules>
<SchemaModule Name="LogicModule" Version="13.1.6.2" IsNewNode="True" />
<SchemaModule Name="SystemModule" Version="13.1.6.0" IsNewNode="True" />
</SchemaModules>
<Views>
<DetailView Id="LogicRuleOperationPermissionData_DetailView">
... | 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... |
"""Prepare Cityscapes dataset"""
import os
import sys
import argparse
import zipfile
cur_path = os.path.abspath(os.path.dirname(__file__))
root_path = os.path.split(os.path.split(os.path.split(cur_path)[0])[0])[0]
sys.path.append(root_path)
from segmentron.utils import makedirs, check_sha1
_TARGET_DIR = os.path.expa... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 1.555291771888733,
"baseline_truncated": false,
"doc_advantage_score": 1.1401700973510742,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
// Copyright 2018 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 impl
import (
"reflect"
"google.golang.org/protobuf/internal/descopts"
"google.golang.org/protobuf/internal/encoding/messageset"
ptag "google.gola... | null | 0 | {
"advantage_score_max": 7.397628307342529,
"advantage_score_mean": 3.7363460063934326,
"advantage_score_min": 1.3816733360290527,
"advantage_score_std": 1.9850492477416992,
"advantage_scores": [
7.397628307342529,
7.370678424835205,
6.140883445739746,
5.657515048980713,
4.8683319091796875... |
{"version":3,"file":"AsyncSubject.js","sources":["src/AsyncSubject.ts"],"names":[],"mappings":";;;;;AAAA,8CAAyC"}
| null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
package com.o3dr.services.android.lib.util.googleApi;
import android.content.Context;
import android.os.Bundle;
import android.os.Handler;
import android.os.HandlerThread;
import android.util.Log;
import com.google.android.gms.common.ConnectionResult;
import com.google.android.gms.common.GooglePlayServicesUtil;
impor... | null | 1 | {
"advantage_score_max": 5.223710536956787,
"advantage_score_mean": 2.571885824203491,
"advantage_score_min": 1.1911907196044922,
"advantage_score_std": 1.307605504989624,
"advantage_scores": [
5.223710536956787,
3.705487012863159,
2.1906843185424805,
2.1110081672668457,
2.0791923999786377... |
#
# complex.rb -
# $Release Version: 0.5 $
# $Revision: 1.3 $
# $Date: 1998/07/08 10:05:28 $
# by Keiju ISHITSUKA(SHL Japan Inc.)
#
# ----
#
# complex.rb implements the Complex class for complex numbers. Additionally,
# some methods in other Numeric classes are redefined or added to allow greater
# inte... | null | 1 | {
"advantage_score_max": 6.881125450134277,
"advantage_score_mean": 2.7026093006134033,
"advantage_score_min": 1.1460953950881958,
"advantage_score_std": 1.8572317361831665,
"advantage_scores": [
6.881125450134277,
6.4170427322387695,
4.999011993408203,
4.806168556213379,
3.338296890258789... |
//-----------------------------------------------------------------------------
// Copyright (c) 2012 GarageGames, LLC
//
// 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 restrictio... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.7754673957824707,
"baseline_truncated": false,
"doc_advantage_score": 1.478703260421753,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"factoryName": {
"value": "akMDWHackBasic"
}
}
} | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
# -*- coding: utf-8 -*-
"""
Pygments
~~~~~~~~
Pygments is a syntax highlighting package written in Python.
It is a generic syntax highlighter for general use in all kinds of software
such as forum systems, wikis or other applications that need to prettify
source code. Highlights are:
* a ... | null | 1 | {
"advantage_score_max": 9.078022956848145,
"advantage_score_mean": 4.189874172210693,
"advantage_score_min": 1.449001431465149,
"advantage_score_std": 3.464927911758423,
"advantage_scores": [
9.078022956848145,
2.042597532272339,
1.449001431465149
],
"baseline_doc_loss": 0.7547787427902222,
... |
/**
* Copyright (c) Codice Foundation
*
* <p>This is free software: you can redistribute it and/or modify it under the terms of the GNU
* Lesser General Public License as published by the Free Software Foundation, either version 3 of
* the License, or any later version.
*
* <p>This program is distributed in the ... | null | 2 | {
"advantage_score_max": 1.7235451936721802,
"advantage_score_mean": 1.4540778398513794,
"advantage_score_min": 1.2465147972106934,
"advantage_score_std": 0.19960562884807587,
"advantage_scores": [
1.7235451936721802,
1.3921735286712646,
1.2465147972106934
],
"baseline_doc_loss": 0.70653468370... |
interactions:
- request:
body: q=Beautiful+People
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Connection: [keep-alive]
Content-Length: ['18']
Content-Type: [application/x-www-form-urlencoded]
User-Agent: [Subliminal/2.0]
method: POST
uri: http://www.tv... | 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
*
* This file contains special DoxyGen information for the generation of the main page and other special
* documentation pages. It is not a project source file.
*/
/** \mainpage Dual HID Keyboard and Mouse Device Demo
*
* \section Sec_Compat Demo Compatibility:
*
* The following list indicates wh... | null | 2 | {
"advantage_score_max": 6.779273509979248,
"advantage_score_mean": 3.421250581741333,
"advantage_score_min": 1.1158095598220825,
"advantage_score_std": 2.508197546005249,
"advantage_scores": [
6.779273509979248,
6.165660858154297,
1.7712780237197876,
1.2742295265197754,
1.1158095598220825... |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. Refer to the NOTICE file included with this work for further details about copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use thi... | null | 1 | {
"advantage_score_max": 4.553525924682617,
"advantage_score_mean": 4.553525924682617,
"advantage_score_min": 4.553525924682617,
"advantage_score_std": 0,
"advantage_scores": [
4.553525924682617
],
"baseline_doc_loss": 0.5660562515258789,
"baseline_truncated": false,
"doc_advantage_score": 1.38019... |
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
* This program is provided as-is, without any warranty; without ... | null | 2 | {
"advantage_score_max": 9.191994667053223,
"advantage_score_mean": 5.314167022705078,
"advantage_score_min": 1.6639289855957031,
"advantage_score_std": 3.0775306224823,
"advantage_scores": [
9.191994667053223,
5.086577892303467,
1.6639289855957031
],
"baseline_doc_loss": 1.1405978202819824,
... |
<!doctype html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.5698956251144409,
"baseline_truncated": false,
"doc_advantage_score": 1.6062185764312744,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
/*
* Copyright (C) 2010 Felix Geyer <debfx@fobos.de>
*
* 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 or (at your option)
* version 3 of the License.
*
* This pro... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.6426278948783875,
"baseline_truncated": false,
"doc_advantage_score": 1.1081504821777344,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
package org.andengine.examples.game.snake.adt;
/**
* (c) 2010 Nicolas Gramlich
* (c) 2011 Zynga Inc.
*
* @author Nicolas Gramlich
* @since 02:29:05 - 08.07.2010
*/
public enum Direction {
// ===========================================================
// Elements
// ==========================================... | 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... |
{
"app_name": "Medical Wikipedia",
"package": "org.kiwix.kiwixcustomwikimed",
"version_name": "2016-09",
"version_code": "7",
"zim_file": "content.zim",
"embed_zim": false,
"ic_launcher": "icon.png",
"enforced_lang": "en"
}
| 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... |
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XrmToolBox", "XrmToolBox\XrmToolBox.csproj", "{328D55BE-8B9A-4087-A5C2-9FBAF623F54B}"
EndProject
Pr... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
// go run mksysnum.go /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.1.sdk/usr/include/sys/syscall.h
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build arm64,darwin
package unix
const (
SYS_SYSCALL = 0
SYS_EXIT ... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.622961163520813,
"baseline_truncated": false,
"doc_advantage_score": 59.37510681152344,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
/*******************************************************************************
* Copyright (c) 2016, 2020 Eurotech and/or its affiliates and others
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this... | 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... |
/*
* OPL4 MIDI synthesizer functions
*
* Copyright (c) 2003 by Clemens Ladisch <clemens@ladisch.de>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code m... | null | 1 | {
"advantage_score_max": 8.227838516235352,
"advantage_score_mean": 5.173089027404785,
"advantage_score_min": 2.118340015411377,
"advantage_score_std": 3.0547492504119873,
"advantage_scores": [
8.227838516235352,
2.118340015411377
],
"baseline_doc_loss": 0.20624703168869019,
"baseline_truncated"... |
/*!
*
* Copyright (c) 2016 Cisco Systems, Inc. See LICENSE file.
*/
"use strict";
var chai = require("chai");
var JWK = require("../../lib/jwk");
var JWE = require("../../lib/jwe");
var assert = chai.assert;
describe("jwe/embedded", function() {
var keys = {
"oct": {
"kty": "oct",
"kid": "BBbx... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 1.8634759187698364,
"baseline_truncated": false,
"doc_advantage_score": 1.104166030883789,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
<h2>Full example</h2>
<pre><code>{
"data": {
"labels": [
"foo",
"bar"
],
"series": [
[ 0, 1, 2, 3 ],
[ 0, -4, -8, -12 ]
]
},
// we even support comments
"error": null,
"status": "Ok"
}</code></pre>
| 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
/***********************************************************************************
* X2Engine Open Source Edition is a customer relationship management program developed by
* X2 Engine, Inc. Copyright (C) 2011-2019 X2 Engine Inc.
*
* This program is free software; you can redistribute it and/or modify it ... | null | 1 | {
"advantage_score_max": 1.9659205675125122,
"advantage_score_mean": 1.9591150283813477,
"advantage_score_min": 1.9523096084594727,
"advantage_score_std": 0.006805479526519775,
"advantage_scores": [
1.9659205675125122,
1.9523096084594727
],
"baseline_doc_loss": 0.698276937007904,
"baseline_trunc... |
package com.oath.cyclops.jackson.deserializers;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.DeserializationContext;
import com.fasterxml.jackson.databind.JavaType;
import com.fasterxml.jackson.databind.JsonDeserializer;
... | 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... |
/* Base16 Atelier Lakeside Light - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/lakeside) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
/* Atelier-Lakeside Comment */
.hljs-comment,
.hljs-quote {
color: #5a7b8c;
}
/* ... | 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.Text.Json.Serialization;
namespace Essensoft.AspNetCore.Payment.Alipay.Response
{
/// <summary>
/// AlipayFinanceFundFundquotationQueryResponse.
/// </summary>
public class AlipayFinanceFundFundquotationQueryResponse : AlipayResponse
{
/// <summary>
/// 近半年收益:基金产品近半年内收... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Config\Definition;
use Symfony\Component\Config\Defin... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.5529459714889526,
"baseline_truncated": false,
"doc_advantage_score": 1.2551189661026,
"length_change_ratio": 1,
"net_length_change_chars": 0,
"... |
/*
* Copyright 2002-2019 the original author or authors.
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
* You You can obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | null | 2 | {
"advantage_score_max": 2.9825334548950195,
"advantage_score_mean": 2.3927435874938965,
"advantage_score_min": 1.8029534816741943,
"advantage_score_std": 0.5897899866104126,
"advantage_scores": [
2.9825334548950195,
1.8029534816741943
],
"baseline_doc_loss": 0.4631023705005646,
"baseline_trunca... |
/**
* Copyright (C) 2015 MongoDB Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be usef... | null | 2 | {
"advantage_score_max": 7.381240367889404,
"advantage_score_mean": 2.6072232723236084,
"advantage_score_min": 1.1059650182724,
"advantage_score_std": 2.2024343013763428,
"advantage_scores": [
7.381240367889404,
2.561561346054077,
2.156402349472046,
1.2263230085372925,
1.2118480205535889,
... |
<?php
/**
* WordPress Core Ajax Handlers.
*
* @package WordPress
* @subpackage Administration
*/
/*
* No-privilege Ajax handlers.
*/
/**
* Heartbeat API (experimental)
*
* Runs when the user is not logged in.
*/
function wp_ajax_nopriv_heartbeat() {
$response = array();
// screen_id is the same as $curr... | null | 1 | {
"advantage_score_max": 6.635467052459717,
"advantage_score_mean": 2.637070655822754,
"advantage_score_min": 1.1835163831710815,
"advantage_score_std": 1.5121997594833374,
"advantage_scores": [
6.635467052459717,
2.885202169418335,
2.8234658241271973,
2.7283618450164795,
1.951355218887329... |
class Libgig < Formula
desc "Library for Gigasampler and DLS (Downloadable Sounds) Level 1/2 files"
homepage "https://www.linuxsampler.org/libgig/"
url "https://download.linuxsampler.org/packages/libgig-4.2.0.tar.bz2"
sha256 "16229a46138b101eb9eda042c66d2cd652b1b3c9925a7d9577d52f2282f745ff"
license "GPL-2.0"
... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
// Copyright 2009 the Sputnik authors. All rights reserved.
/**
* Check {} for automatic semicolon insertion
*
* @path ch07/7.9/S7.9_A10_T4.js
* @description Checking if execution of "({};)*1" fails
* @negative
*/
//CHECK#1
({};) * 1
| null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 2.00264573097229,
"baseline_truncated": false,
"doc_advantage_score": 2.154498815536499,
"length_change_ratio": 1,
"net_length_change_chars": 0,
"... |
package com.odai.architecturedemo.cats.view
import android.content.Context
import android.graphics.Rect
import android.support.v7.widget.LinearLayoutManager
import android.support.v7.widget.RecyclerView
import android.util.AttributeSet
import android.view.LayoutInflater
import android.view.View
import com.odai.archite... | 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 node
// This script lets us call programs as a local user rather than root.
// Usage: ./runner.js [user_name] [command] [arg1] [arg2] [arg3]
var cp = require('child_process')
exec = cp.exec,
spawn = cp.spawn,
args = process.argv,
sudo_bin = '/usr/bin/sudo';
args.shift(... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
#!/usr/bin/env python
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.2996838688850403,
"baseline_truncated": false,
"doc_advantage_score": 1.138687252998352,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
description = [[
Attempts to retrieve the version, installation path and password.properties files in vulnerable ColdFusion 9/10 installations.
This was based on the exploit 'ColdSub-Zero.pyFusion v2'.
]]
---
-- @usage nmap -sV --script http-coldfusion-subzero <target>
-- @usage nmap -p80 --script http-coldfusion-sub... | null | 1 | {
"advantage_score_max": 2.6676247119903564,
"advantage_score_mean": 2.6676247119903564,
"advantage_score_min": 2.6676247119903564,
"advantage_score_std": 0,
"advantage_scores": [
2.6676247119903564
],
"baseline_doc_loss": 1.1077665090560913,
"baseline_truncated": false,
"doc_advantage_score": 1.0... |
package com.pencilbox.netknight.view;
import android.widget.BaseAdapter;
/**
* Created by pencil-box on 16/6/29.
* 应用信息列表
*/
public interface IAppInfoView {
//初始化数据的回调
void onLoadAppInfoList(BaseAdapter adapter);
//添加,删除,修改后的,list回调,数据的更新在adapter里操作就可以
void onListRefresh(String msg);
/**
... | 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... |
/*
MIT License
Copyright (c) 2016-2017 Florian Cäsar, Michael Plainer
For full license see LICENSE in the root directory of this project.
*/
using Sigma.Core.Handlers;
using Sigma.Core.MathAbstract;
using System;
using Sigma.Core.Utils;
namespace Sigma.Core.Training.Initialisers
{
/// <summary>
/// An initiali... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 1.1921944618225098,
"baseline_truncated": false,
"doc_advantage_score": 1.4265750646591187,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
RTSP/1.0 303 OK
CSeq: 0
Content-Type: text/parameters
Content-Length: 55 | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
import bisect
import datetime
import json
import random
import seaborn
import numpy
import pandas
import scipy
from matplotlib import pyplot
def parse_time(t):
h, m, s = map(int, t.split(':'))
return h*60*60 + m*60 + s
sched_trips = {}
for i, line in enumerate(open('stop_times.txt')):
line = line.strip().... | null | 1 | {
"advantage_score_max": 2.7375972270965576,
"advantage_score_mean": 2.2659318447113037,
"advantage_score_min": 1.7942664623260498,
"advantage_score_std": 0.4716653823852539,
"advantage_scores": [
2.7375972270965576,
1.7942664623260498
],
"baseline_doc_loss": 1.1226012706756592,
"baseline_trunca... |
$title-color: $text-strong !default;
$title-family: false !default;
$title-size: $size-3 !default;
$title-weight: $weight-semibold !default;
$title-line-height: 1.125 !default;
$title-strong-color: inherit !default;
$title-strong-weight: inherit !default;
$title-sub-size: 0.75em !default;
$title-sup-size: 0.75em !defau... | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
package com.stardust.autojs.core.ui.inflater.inflaters;
import androidx.annotation.Nullable;
import android.view.View;
import android.view.ViewGroup;
import com.google.android.material.appbar.AppBarLayout;
import com.stardust.autojs.R;
import com.stardust.autojs.core.ui.inflater.ResourceParser;
import com.stardust.au... | 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 | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.6363961696624756,
"baseline_truncated": false,
"doc_advantage_score": 6.1369171142578125,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | null | 0 | {
"advantage_score_max": 5.100682735443115,
"advantage_score_mean": 2.081037759780884,
"advantage_score_min": 1.208985447883606,
"advantage_score_std": 1.0920099020004272,
"advantage_scores": [
5.100682735443115,
2.8233392238616943,
2.77695894241333,
1.8865991830825806,
1.8841910362243652,... |
/**
* @file serial_sensor.h
*
*
* @date Mar 19, 2020
* @author Konstantin Smola, (c) 2020
*/
#pragma once
#define AFRMIN 0
#define AFRMAX 33
#define AFR_ERROR 30
void IdentifyInnovateSerialMsg();
void ParseInnovateSerialMsg();
void ParseSerialData();
void ResetSerialSensor();
void ClearSerialBuffer(); | null | 0 | {
"advantage_score_max": null,
"advantage_score_mean": null,
"advantage_score_min": null,
"advantage_score_std": null,
"advantage_scores": null,
"baseline_doc_loss": null,
"baseline_truncated": null,
"doc_advantage_score": null,
"length_change_ratio": null,
"net_length_change_chars": null,
"origin... |
package pro.dbro.ble.data.model;
import net.simonvt.schematic.annotation.AutoIncrement;
import net.simonvt.schematic.annotation.DataType;
import net.simonvt.schematic.annotation.NotNull;
import net.simonvt.schematic.annotation.PrimaryKey;
import static net.simonvt.schematic.annotation.DataType.Type.INTEGER;
/**
* U... | 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... |
/*
*
* * Nextcloud Talk application
* *
* * @author Mario Danic
* * Copyright (C) 2017-2020 Mario Danic <mario@lovelyhq.com>
* *
* * 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 Founda... | null | 1 | {
"advantage_score_max": 5.532590389251709,
"advantage_score_mean": 2.051401138305664,
"advantage_score_min": 1.1689457893371582,
"advantage_score_std": 1.5766003131866455,
"advantage_scores": [
5.532590389251709,
1.896852970123291,
1.2651594877243042,
1.2312415838241577,
1.213616490364074... |
#!/usr/bin/env ruby
Dir.chdir(File.expand_path(File.join(File.dirname(__FILE__), '..')))
def verbose command
puts "--> #{command}"
system(command) || fail("Failed: #{command}")
end
['SignalingProtocol', 'ScreenSignalingProtocol'].each do |protocol|
dir = protocol.downcase
verbose "rm -rf src/#{dir}"
verbo... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 1.2163803577423096,
"baseline_truncated": false,
"doc_advantage_score": 0.9561042785644531,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
// Copyright (C) 2020 D0miH <https://github.com/D0miH> & Contributors <https://github.com/iglance/iGlance/graphs/contributors>
//
// 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 v... | null | 0 | {
"advantage_score_max": 0,
"advantage_score_mean": 0,
"advantage_score_min": 0,
"advantage_score_std": 0,
"advantage_scores": [],
"baseline_doc_loss": 0.6703659892082214,
"baseline_truncated": false,
"doc_advantage_score": 1.301106572151184,
"length_change_ratio": 1,
"net_length_change_chars": 0,
... |
<?php
return array(
"path_api_select_file" => "Prosím, vyberte soubor ...",
"path_api_select_folder" => "Prosím vyberte složku ...",
"path_api_select_image" => "Prosím, vyberte obrázek ...",
"share_can_upload" => "povolit nahrávání",
"move_error" ... | null | 0 | {
"advantage_score_max": 1.2931032180786133,
"advantage_score_mean": 1.2931032180786133,
"advantage_score_min": 1.2931032180786133,
"advantage_score_std": 0,
"advantage_scores": [
1.2931032180786133
],
"baseline_doc_loss": 1.4930071830749512,
"baseline_truncated": false,
"doc_advantage_score": 1.2... |
package compute
// Copyright (c) Microsoft and contributors. 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
//
// Unl... | null | 2 | {
"advantage_score_max": 4.368411064147949,
"advantage_score_mean": 3.06548810005188,
"advantage_score_min": 1.1616884469985962,
"advantage_score_std": 1.3599565029144287,
"advantage_scores": [
4.368411064147949,
4.339409351348877,
2.3924431800842285,
1.1616884469985962
],
"baseline_doc_lo... |
### `tf.bitcast(input, type, name=None)` {#bitcast}
Bitcasts a tensor from one type to another without copying data.
Given a tensor `input`, this operation returns a tensor that has the same buffer
data as `input` with datatype `type`.
If the input datatype `T` is larger than the output datatype `type` then the
shap... | null | 0 | {
"advantage_score_max": 4.621857643127441,
"advantage_score_mean": 3.780144214630127,
"advantage_score_min": 2.9384310245513916,
"advantage_score_std": 0.8417133092880249,
"advantage_scores": [
4.621857643127441,
2.9384310245513916
],
"baseline_doc_loss": 0.2531178295612335,
"baseline_truncated... |
/*************************************************************************
*
* Copyright © Microsoft Corporation. All rights reserved.
* Copyright © Broadcom Limited. All rights reserved.
* Licensed under the MIT License.
*
*************************************************************************/
`include "ccx_std.vh"... | null | 1 | {
"advantage_score_max": 1.613044261932373,
"advantage_score_mean": 1.613044261932373,
"advantage_score_min": 1.613044261932373,
"advantage_score_std": 0,
"advantage_scores": [
1.613044261932373
],
"baseline_doc_loss": 1.1012400388717651,
"baseline_truncated": false,
"doc_advantage_score": 1.34173... |
models:
- name: retinaface-anti-cov
launchers:
- framework: dlsdk
tags:
- FP32
model: public/retinaface-anti-cov/FP32/retinaface-anti-cov.xml
weights: public/retinaface-anti-cov/FP32/retinaface-anti-cov.bin
adapter:
type: retinaface
bboxes_outp... | 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... |
{
"images" : [
{
"idiom" : "iphone",
"scale" : "1x"
},
{
"idiom" : "iphone",
"filename" : "PlayerBotWalk_12_02_100.png",
"scale" : "2x"
},
{
"idiom" : "iphone",
"filename" : "PlayerBotWalk_12_02_180.png",
"scale" : "3x"
},
{
"idiom" : "... | 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.