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) } let(:file_diff) { double(path: path, patch: patch, **flags) } let(:path) { 'lib/crystalball.rb' } let(:pa...
{ "pile_set_name": "Github" }
null
null
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...
{ "pile_set_name": "Github" }
null
null
: capital-common-countries 雅典 希腊 巴格达 伊拉克 雅典 希腊 曼谷 泰国 雅典 希腊 北京 中国 雅典 希腊 柏林 德国 雅典 希腊 伯尔尼 瑞士 雅典 希腊 开罗 埃及 雅典 希腊 堪培拉 澳大利亚 雅典 希腊 河内 越南 雅典 希腊 哈瓦那 古巴 雅典 希腊 赫尔辛基 芬兰 雅典 希腊 伊斯兰堡 巴基斯坦 雅典 希腊 喀布尔 阿富汗 雅典 希腊 伦敦 英国 雅典 希腊 马德里 西班牙 雅典 希腊 莫斯科 俄罗斯 雅典 希腊 奥斯陆 挪威 雅典 希腊 渥太华 加拿大 雅典 希腊 巴黎 法国 雅典 希腊 罗马 意大利 雅典 希腊 斯德哥尔摩 瑞典 雅典 希腊 德黑兰 伊朗 雅典 希腊 东京 日本 巴格...
{ "pile_set_name": "Github" }
null
null
<!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基础教程"...
{ "pile_set_name": "Github" }
null
null
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. Directory structures will be preserved. The generated export can also incl...
{ "pile_set_name": "Github" }
null
null
/* * 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...
{ "pile_set_name": "Github" }
null
null
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...
{ "pile_set_name": "Github" }
null
null
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: ...
{ "pile_set_name": "Github" }
null
null
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...
{ "pile_set_name": "Github" }
null
null
--- 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 的情况很常见: ...
{ "pile_set_name": "Github" }
null
null
/* * 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...
{ "pile_set_name": "Github" }
null
null
angular.module('platformWebApp') .factory('platformWebApp.toolbarService', function () { var toolbarCommandsMap = []; return { register: function (toolbarItem, toolbarController) { var map = toolbarCommandsMap; if (!map[toolbarController]) { ...
{ "pile_set_name": "Github" }
null
null
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...
{ "pile_set_name": "Github" }
null
null
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...
{ "pile_set_name": "Github" }
null
null
--- 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...
{ "pile_set_name": "Github" }
null
null
// 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. // +build linux,!gccgo package unix // SyscallNoError may be used instead of Syscall for syscalls that don't fail. func SyscallNoError(trap, a1, a2, a3 uintpt...
{ "pile_set_name": "Github" }
null
null
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...
{ "pile_set_name": "Github" }
null
null
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
{ "pile_set_name": "Github" }
null
null
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...
{ "pile_set_name": "Github" }
null
null
// 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...
{ "pile_set_name": "Github" }
null
null
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> /// Текст поиск...
{ "pile_set_name": "Github" }
null
null
<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> <...
{ "pile_set_name": "Github" }
null
null
/** * 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 *...
{ "pile_set_name": "Github" }
null
null
// // RZSimpleCollectionViewController.m // RZTransitions // // Created by Stephen Barnes on 12/11/13. // Copyright 2014 Raizlabs and other contributors // http://raizlabs.com/ // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation file...
{ "pile_set_name": "Github" }
null
null
<?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...
{ "pile_set_name": "Github" }
null
null
/* * 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-...
{ "pile_set_name": "Github" }
null
null
/* 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...
{ "pile_set_name": "Github" }
null
null
/* ----------------------------------------------------------------------------- * 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...
{ "pile_set_name": "Github" }
null
null
// 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...
{ "pile_set_name": "Github" }
null
null
{ "CN": "khs1994.com", "hosts": "HOSTS", "key": { "algo": "ecdsa", "size": 256 }, "names": [{ "C": "US", "L": "CA", "ST": "San Francisco" }] }
{ "pile_set_name": "Github" }
null
null
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...
{ "pile_set_name": "Github" }
null
null
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...
{ "pile_set_name": "Github" }
null
null
// 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...
{ "pile_set_name": "Github" }
null
null
/* * 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"); you may ...
{ "pile_set_name": "Github" }
null
null
[#]: 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 ======...
{ "pile_set_name": "Github" }
null
null
<timeinfo> <indefinite>0</indefinite> <duration>109.472999573</duration> <introDuration>0.000000000</introDuration> <outroDuration>0.000000000</outroDuration> </timeinfo>
{ "pile_set_name": "Github" }
null
null
<?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" > ...
{ "pile_set_name": "Github" }
null
null
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...
{ "pile_set_name": "Github" }
null
null
// @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...
{ "pile_set_name": "Github" }
null
null
<?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...
{ "pile_set_name": "Github" }
null
null
/** * 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...
{ "pile_set_name": "Github" }
null
null
<!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...
{ "pile_set_name": "Github" }
null
null
/* * 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 ...
{ "pile_set_name": "Github" }
null
null
<?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"> ...
{ "pile_set_name": "Github" }
null
null
"""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...
{ "pile_set_name": "Github" }
null
null
// 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...
{ "pile_set_name": "Github" }
null
null
{"version":3,"file":"AsyncSubject.js","sources":["src/AsyncSubject.ts"],"names":[],"mappings":";;;;;AAAA,8CAAyC"}
{ "pile_set_name": "Github" }
null
null
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...
{ "pile_set_name": "Github" }
null
null
# # 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...
{ "pile_set_name": "Github" }
null
null
//----------------------------------------------------------------------------- // 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...
{ "pile_set_name": "Github" }
null
null
{ "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#", "contentVersion": "1.0.0.0", "parameters": { "factoryName": { "value": "akMDWHackBasic" } } }
{ "pile_set_name": "Github" }
null
null
# -*- 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 ...
{ "pile_set_name": "Github" }
null
null
/** * 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 ...
{ "pile_set_name": "Github" }
null
null
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...
{ "pile_set_name": "Github" }
null
null
/** \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...
{ "pile_set_name": "Github" }
null
null
/* * 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"); you ...
{ "pile_set_name": "Github" }
null
null
/* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be use...
{ "pile_set_name": "Github" }
null
null
<!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...
{ "pile_set_name": "Github" }
null
null
/* * 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...
{ "pile_set_name": "Github" }
null
null
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 // ==========================================...
{ "pile_set_name": "Github" }
null
null
{ "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" }
{ "pile_set_name": "Github" }
null
null
 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...
{ "pile_set_name": "Github" }
null
null
// 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 ...
{ "pile_set_name": "Github" }
null
null
/******************************************************************************* * 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...
{ "pile_set_name": "Github" }
null
null
/* * 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...
{ "pile_set_name": "Github" }
null
null
/*! * * 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...
{ "pile_set_name": "Github" }
null
null
<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>
{ "pile_set_name": "Github" }
null
null
<?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 ...
{ "pile_set_name": "Github" }
null
null
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; ...
{ "pile_set_name": "Github" }
null
null
/* 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; } /* ...
{ "pile_set_name": "Github" }
null
null
using System.Text.Json.Serialization; namespace Essensoft.AspNetCore.Payment.Alipay.Response { /// <summary> /// AlipayFinanceFundFundquotationQueryResponse. /// </summary> public class AlipayFinanceFundFundquotationQueryResponse : AlipayResponse { /// <summary> /// 近半年收益:基金产品近半年内收...
{ "pile_set_name": "Github" }
null
null
<?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...
{ "pile_set_name": "Github" }
null
null
/* * 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 may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
{ "pile_set_name": "Github" }
null
null
/** * 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...
{ "pile_set_name": "Github" }
null
null
<?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...
{ "pile_set_name": "Github" }
null
null
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" ...
{ "pile_set_name": "Github" }
null
null
// 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
{ "pile_set_name": "Github" }
null
null
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...
{ "pile_set_name": "Github" }
null
null
#!/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(...
{ "pile_set_name": "Github" }
null
null
#!/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...
{ "pile_set_name": "Github" }
null
null
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...
{ "pile_set_name": "Github" }
null
null
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); /** ...
{ "pile_set_name": "Github" }
null
null
/* 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...
{ "pile_set_name": "Github" }
null
null
RTSP/1.0 303 OK CSeq: 0 Content-Type: text/parameters Content-Length: 55
{ "pile_set_name": "Github" }
null
null
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()....
{ "pile_set_name": "Github" }
null
null
$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...
{ "pile_set_name": "Github" }
null
null
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...
{ "pile_set_name": "Github" }
null
null
/* 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, ...
{ "pile_set_name": "Github" }
null
null
// 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 ...
{ "pile_set_name": "Github" }
null
null
/** * @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();
{ "pile_set_name": "Github" }
null
null
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...
{ "pile_set_name": "Github" }
null
null
/* * * * 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...
{ "pile_set_name": "Github" }
null
null
#!/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...
{ "pile_set_name": "Github" }
null
null
// 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...
{ "pile_set_name": "Github" }
null
null
<?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" ...
{ "pile_set_name": "Github" }
null
null
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...
{ "pile_set_name": "Github" }
null
null
### `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...
{ "pile_set_name": "Github" }
null
null
/************************************************************************* * * Copyright © Microsoft Corporation. All rights reserved. * Copyright © Broadcom Inc. All rights reserved. * Licensed under the MIT License. * *************************************************************************/ `include "ccx_std.vh" `in...
{ "pile_set_name": "Github" }
null
null
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...
{ "pile_set_name": "Github" }
null
null
{ "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" : "...
{ "pile_set_name": "Github" }
null
null