text stringlengths 2 99k | meta dict |
|---|---|
// Tencent is pleased to support the open source community by making ncnn available.
//
// Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
//
// Licensed under the BSD 3-Clause License (the "License"); you may not use this file except
// in compliance with the License. You may obtain a copy ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2012-2016 bambooCORE, greenstep of copyright Chen Xin Nien
*
* 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
*
* ... | {
"pile_set_name": "Github"
} |
var config = {
type: Phaser.WEBGL,
width: 800,
height: 600,
parent: 'phaser-example',
scene: {
preload: preload,
create: create,
update: update
}
};
var graphics;
var t = {
x: -0.003490658503988659,
y: 0.003490658503988659,
z: -0.003490658503988659
};
var g... | {
"pile_set_name": "Github"
} |
<?php
function foo($foo, $bar = 42, $foobar) {}
?>
| {
"pile_set_name": "Github"
} |
---
layout: base
title: 'Statistics of Typo in UD_Slovak'
udver: '2'
---
## Treebank Statistics: UD_Slovak: Features: `Typo`
This feature is language-specific.
It occurs with 1 different values: `Yes`.
132 tokens (0%) have a non-empty value of `Typo`.
121 types (0%) occur at least once with a non-empty value of `Ty... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
CoffeeScript syntax highlighting
Written by Ezra Altahan
Created 12/02/2016
Version 1.1 | Updated 16/10/2016
hello@exr.be
https://github.com/ei
-->
<SyntaxDefinition name="CoffeeScript" extensions=".coffee;.litcoffee">
<Environment>
<Default color="Black" bg... | {
"pile_set_name": "Github"
} |
@import './var';
@import './mixins/hairline';
[class*='van-hairline'] {
&::after {
.hairline();
}
}
.van-hairline {
&,
&--top,
&--left,
&--right,
&--bottom,
&--surround,
&--top-bottom {
position: relative;
}
&--top::after {
border-top-width: @border-width-base;
}
&--left::after... | {
"pile_set_name": "Github"
} |
/**
* Implements hook_openid_discovery_method_info_alter().
*/
function {{ machine_name }}_openid_discovery_method_info_alter(&$methods) {
// Remove XRI discovery scheme.
unset($methods['xri']);
}
| {
"pile_set_name": "Github"
} |
/*
==============================================================================
This is an automatically generated GUI class created by the Projucer!
Be careful when adding custom code to these files, as only the code within
the "//[xyz]" and "//[/xyz]" sections will be retained when the file is loaded
an... | {
"pile_set_name": "Github"
} |
/*
* Copyright Red Hat Inc. and/or its affiliates and other contributors
* as indicated by the authors tag. All rights reserved.
*
* This copyrighted material is made available to anyone wishing to use,
* modify, copy, or redistribute it subject to the terms and conditions
* of the GNU General Public License vers... | {
"pile_set_name": "Github"
} |
/* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | {
"pile_set_name": "Github"
} |
import pytest
from wemake_python_styleguide.violations.refactoring import (
OpenWithoutContextManagerViolation,
)
from wemake_python_styleguide.visitors.ast.functions import (
WrongFunctionCallContextVisitior,
)
# Correct:
context_manager1 = """
def wrapper():
with {0} as file:
...
"""
context_m... | {
"pile_set_name": "Github"
} |
// Windows/Synchronization.h
#ifndef __WINDOWS_SYNCHRONIZATION_H
#define __WINDOWS_SYNCHRONIZATION_H
#include "Defs.h"
#include "Handle.h"
namespace NWindows {
namespace NSynchronization {
class CObject: public CHandle
{
public:
bool Lock(DWORD timeoutInterval = INFINITE)
{ return (::WaitForSin... | {
"pile_set_name": "Github"
} |
package com.fisher.gateway.config;
import com.fisher.common.config.IgnoreUrlPropertiesConfig;
import com.fisher.gateway.auth.endpoint.AuthExceptionEntryPoint;
import com.fisher.gateway.auth.handler.CustomAccessDeniedHandler;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.con... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1999
* Boris Fomitchev
*
* This material is provided "as is", with absolutely no warranty expressed
* or implied. Any use is at your own risk.
*
* Permission to use or copy this software for any purpose is hereby granted
* without fee, provided the above notices are retained on all copies.
*... | {
"pile_set_name": "Github"
} |
import os
import unittest
import conpot
import gevent
import tftpy
import filecmp
import conpot.core as conpot_core
from freezegun import freeze_time
from conpot.protocols.tftp.tftp_server import TftpServer
class TestTFTPServer(unittest.TestCase):
def setUp(self):
# initialize the file system.
con... | {
"pile_set_name": "Github"
} |
import chai from 'chai';
import Utils from '../../src/d3-funnel/Utils';
const { assert } = chai;
describe('Utils', () => {
describe('extend', () => {
it('should override object a with the properties of object b', () => {
const a = {
name: 'Fluoride',
};
... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (c) 2016 MediaTek Inc.
* Author: Youlin.Pei <youlin.pei@mediatek.com>
*/
#include <linux/interrupt.h>
#include <linux/io.h>
#include <linux/irq.h>
#include <linux/irqchip.h>
#include <linux/irqdomain.h>
#include <linux/of.h>
#include <linux/of_irq.h>
#include ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsof... | {
"pile_set_name": "Github"
} |
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
| {
"pile_set_name": "Github"
} |
# coding: utf-8
from __future__ import unicode_literals
from _pydev_bundle._pydev_completer import (isidentifier, extract_token_and_qualifier,
TokenAndQualifier)
from _pydevd_bundle.pydevd_constants import IS_PY2
def test_isidentifier():
assert isidentifier('abc')
assert not isidentifier('<')
assert n... | {
"pile_set_name": "Github"
} |
import Context from './Context'
import React from 'react'
const withContainer = (Component) => {
const ChildComponent = (props) => {
return (
<Context.Consumer>
{({ locale, setLocale }) => {
return <Component locale={locale} setLocale={setLocale} {...props} />
}}
</Context.C... | {
"pile_set_name": "Github"
} |
local caster = magic_get_caster()
local loc = select_location_with_prompt("Location: ")
magic_casting_fade_effect(caster)
if loc == nil or g_vanish_obj.obj_n == 0 then magic_no_effect() return end
local hit_x, hit_y = map_line_hit_check(caster.x, caster.y, loc.x, loc.y, loc.z)
projectile(0x17f, caster.x, caster.y,... | {
"pile_set_name": "Github"
} |
// @flow
import Phantom from './phantom';
/**
* Returns a Promise of a new Phantom class instance
* @param args command args to pass to phantom process
* @param [config] configuration object
* @param [config.phantomPath] path to phantomjs executable
* @param [config.logger] object containing functions used for l... | {
"pile_set_name": "Github"
} |
// Copyright 2012 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 publicsuffix provides a public suffix list based on data from
// http://publicsuffix.org/. A public suffix is one under which Internet users
// can d... | {
"pile_set_name": "Github"
} |
file to
| {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using Xunit;
namespace BetGame.DDZ {
public class GamePlayTest {
[Fact]
public void Create() {
Dictionary<string, GameInfo> db = new Dictionary<string, GameInfo>();
GamePlay.OnGetData = id => db.TryGetValue(id, out var tryout) ? tryout : nu... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2017 Martin Keppligner <martink@posteo.de>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef _SDLUTILS_H
#define _SDLUTILS_H
void draw_line(SDL_Renderer *r, int32_t x1, int32_t y1, int32_t x2, int32_t y2);
void draw_crosshair(SDL_Renderer *r, int32_t x, int32_t y);
void getxy(struct tsdev *ts, int... | {
"pile_set_name": "Github"
} |
package com.ofsoft.cms.core.config;
import com.jfinal.render.Render;
public interface RenderFactory {
public Render getJsonRender();
public Render getSykJsonRender(String key, Object value);
public Render getSykJsonRender(String[] attrs);
public Render getSykJsonRender(String jsonText);
public Render getSykJ... | {
"pile_set_name": "Github"
} |
/***************************************************************************
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# * Redistributions of... | {
"pile_set_name": "Github"
} |
using System.IO;
namespace Raksha.Asn1
{
public class BerSequenceGenerator
: BerGenerator
{
public BerSequenceGenerator(
Stream outStream)
: base(outStream)
{
WriteBerHeader(Asn1Tags.Constructed | Asn1Tags.Sequence);
}
public BerSequenceGenerator(
Stream outStream,
int tagNo,
bool isExp... | {
"pile_set_name": "Github"
} |
Name: Requirements Document for Example Comercial Pricing Module
IncludeRequirements: full
| {
"pile_set_name": "Github"
} |
package vmwarevsphere
import (
"testing"
"github.com/docker/machine/libmachine/drivers"
"github.com/stretchr/testify/assert"
)
func TestSetConfigFromFlags(t *testing.T) {
driver := NewDriver("default", "path")
checkFlags := &drivers.CheckDriverOptions{
FlagsValues: map[string]interface{}{},
CreateFlags: dr... | {
"pile_set_name": "Github"
} |
// CSS image replacement
//
// Heads up! v3 launched with only `.hide-text()`, but per our pattern for
// mixins being reused as classes with the same name, this doesn't hold up. As
// of v3.0.1 we have added `.text-hide()` and deprecated `.hide-text()`.
//
// Source: https://github.com/h5bp/html5-boilerplate/commit/aa... | {
"pile_set_name": "Github"
} |
package org.sunger.net.ui.widget;
import android.support.design.widget.TextInputLayout;
/**
* Created by sunger on 2015/11/17.
*/
public abstract class TextWatcher implements android.text.TextWatcher {
public String getEditString() {
return textInputLayout.getEditText().getText().toString();
}
... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file stm32f7xx_ll_usb.h
* @author MCD Application Team
* @version V1.1.0
* @date 22-April-2016
* @brief Header file of USB Core HAL module.
****************************************************************... | {
"pile_set_name": "Github"
} |
require 'active_support/dependencies'
module AbstractController
module Helpers
extend ActiveSupport::Concern
included do
class_attribute :_helpers
self._helpers = Module.new
class_attribute :_helper_methods
self._helper_methods = Array.new
end
class MissingHelperError < Loa... | {
"pile_set_name": "Github"
} |
#pragma once
/// @brief XRulez-specific code name space.
namespace XRulez
{
/// XRulez Application structure.
struct Application
{
/// This class can be instantiated only in the entry point of the application.
friend int ::Main();
/// Public destructor.
~Application() { }
protected:
/// ... | {
"pile_set_name": "Github"
} |
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// ... | {
"pile_set_name": "Github"
} |
; RUN: llvm-as < %s -o %t1.bc
; RUN: llvm-as < %p/Inputs/objectivec-class-property-flag-mismatch.ll -o %t2.bc
; RUN: llvm-link %t1.bc %t2.bc -S | FileCheck %s
; RUN: llvm-link %t2.bc %t1.bc -S | FileCheck %s
; CHECK: !0 = !{i32 1, !"Objective-C Image Info Version", i32 0}
; CHECK: !1 = !{i32 4, !"Objective-C Class ... | {
"pile_set_name": "Github"
} |
{
"variable": {
"poc": {
"default": "${replace("europe-west", "-", " ")}"
}
}
}
| {
"pile_set_name": "Github"
} |
// This file was procedurally generated from the following sources:
// - src/dstr-binding/ary-ptrn-elem-id-init-exhausted.case
// - src/dstr-binding/default/gen-func-decl-dflt.template
/*---
description: Destructuring initializer with an exhausted iterator (generator function declaration (default parameter))
esid: sec-... | {
"pile_set_name": "Github"
} |
// http://stackoverflow.com/a/1655795/4244787
// but more encapsulated, might be little bit slower not using globals
(function(){
function md5cycle(x, k) {
var a = x[0], b = x[1], c = x[2], d = x[3];
a = ff(a, b, c, d, k[0], 7, -680876936);
d = ff(d, a, b, c, k[1], 12, -389564586);
c = ff(c, d, a, b, k[2], 17, 6061... | {
"pile_set_name": "Github"
} |
package com.bioxx.tfc.Render.Models;
import net.minecraft.client.model.ModelBase;
import net.minecraft.client.model.ModelRenderer;
import net.minecraft.entity.Entity;
import net.minecraft.entity.EntityLivingBase;
import net.minecraft.entity.player.EntityPlayer;
public class ModelQuiver extends ModelBase {
... | {
"pile_set_name": "Github"
} |
<?php
/** Welsh (Cymraeg)
*
* @ingroup Language
*
* @author Niklas Laxström
*/
class LanguageCy extends Language {
/**
* @param $count int
* @param $forms array
* @return string
*/
function convertPlural( $count, $forms ) {
if ( !count( $forms ) ) { return ''; }
$forms = $this->preConvertPlural( $f... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8; -*-
import os
import sys
# The shutil.which() function, backported from Python 3.3.
def which(cmd, mode=os.F_OK | os.X_OK, path=None):
"""Given a command, mode, and a PATH string, return the path which
conforms to the given mode on the PATH, or None if there is no such
file.
`mo... | {
"pile_set_name": "Github"
} |
#define __SYSCALL_32BIT_ARG_BYTES 28
#include "SYS.h"
#ifndef SYS___semwait_signal_nocancel
#error "SYS___semwait_signal_nocancel not defined. The header files libsyscall is building against do not match syscalls.master."
#endif
#if defined(__i386__) || defined(__x86_64__) || defined(__ppc__) || defined(__arm__) || d... | {
"pile_set_name": "Github"
} |
---
eip: 140
title: REVERT instruction
author: Alex Beregszaszi (@axic), Nikolai Mushegian <nikolai@nexusdev.us>
type: Standards Track
category: Core
status: Final
created: 2017-02-06
---
## Simple Summary
The `REVERT` instruction provides a way to stop execution and revert state changes, without consuming all provid... | {
"pile_set_name": "Github"
} |
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: expat
Version: @PACKAGE_VERSION@
Description: expat XML parser
URL: http://www.libexpat.org
Libs: -L${libdir} -lexpat
Cflags: -I${includedir}
| {
"pile_set_name": "Github"
} |
val download = os.proc( "curl", "https://api.github.com/repos/lihaoyi/mill/releases").spawn()
val base64 = os.proc("base64").spawn(stdin = download.stdout)
val gzip = os.proc("gzip").spawn(stdin = base64.stdout)
val upload = os
.proc("curl", "-X", "PUT", "-d", "@-", "https://httpbin.org/anything")
.spawn(stdin = gz... | {
"pile_set_name": "Github"
} |
require_relative "../constants"
require_relative "../errors"
require_relative "../helpers"
module VagrantPlugins
module Ansible
module Provisioner
# This class is a base class where the common functionality shared between
# both Ansible provisioners are stored.
# This is **not an actual provis... | {
"pile_set_name": "Github"
} |
#begin document (wb/sel/62/sel_6208); part 000
wb/sel/62/sel_6208 -1 0 [WORD] XX (TOP* - - - - * -
wb/sel/62/sel_6208 -1 1 [WORD] XX * - - - - * -
wb/sel/62/sel_6208 -1 2 [WORD] XX * - - - - * -
wb/sel/62/sel_6208 ... | {
"pile_set_name": "Github"
} |
a[b="ab cdefg"]{b:c}
| {
"pile_set_name": "Github"
} |
#!/bin/sh
# Author: Hejun Zhu, hejunzhu@princeton.edu
# Princeton University, New Jersey, USA
# Last modified: Tue Jan 25 17:19:32 EST 2011
if [ ! -f ../../SHARE_FILES/HEADER_FILES/constants.h ]; then
echo WRONG! NO constants.h
exit
fi
if [ ! -f ../../SHARE_FILES/HEADER_FILES/values_from_mesher.h ]; then
echo WR... | {
"pile_set_name": "Github"
} |
# 浅析OGNL表达式求值(S2-003/005/009跟踪调试记录)




worker_processes 2;
#错误日志存放路径
#error_log logs/error.log;
#error_log logs/error.log notice;
error_log logs/error.log info;
#指定pid存放文件
pid logs/nginx.pid;
#master_process off; # 简化调试 此指令不得用于生产环境
#daemon ... | {
"pile_set_name": "Github"
} |
// Copyright 2018 The Prometheus 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... | {
"pile_set_name": "Github"
} |
<!--
Copyright (C) 2016 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by a... | {
"pile_set_name": "Github"
} |
/*
* Summary: internals routines and limits exported by the parser.
* Description: this module exports a number of internal parsing routines
* they are not really all intended for applications but
* can prove useful doing low level processing.
*
* Copy: See Copyright for the status of th... | {
"pile_set_name": "Github"
} |
No match for
| {
"pile_set_name": "Github"
} |
package(default_visibility = ["//visibility:public"])
licenses(["notice"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_library",
)
go_library(
name = "go_default_library",
srcs = [
"doc.go",
"fake_podpreset.go",
"fake_settings_client.go",
],
tags = ["automanaged"],
... | {
"pile_set_name": "Github"
} |
# 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 not u... | {
"pile_set_name": "Github"
} |
[
{
"capacity": 64,
"mods": [
{
"town_dir": "",
"neighbors": [
"context-Popustop.hall11000.line976",
"",
"",
""
],
"realm": "Popustop",
"orientation": 1,
"nitty_bits": 3,
"locked": true,
"is... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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
... | {
"pile_set_name": "Github"
} |
/*
Copyright 2013-2020 the original author or authors from the JHipster project.
This file is part of the JHipster project, see https://jhipster.github.io/
for more information.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You m... | {
"pile_set_name": "Github"
} |
uniform float dashWidth;
#ifdef SMOOTH_COLOR
noperspective in vec4 finalColor;
#else
flat in vec4 finalColor;
#endif
noperspective in vec2 stipple_pos;
flat in vec2 stipple_start;
out vec4 fragColor;
void main()
{
fragColor = finalColor;
/* Avoid passing viewport size */
vec2 dd = fwidth(stipple_pos);
f... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "rank-8.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"preserves-vector-representation" : true
}
} | {
"pile_set_name": "Github"
} |
// Mongo throughput benchmark harness.
// The entire setup corresponds to tiedot bench(1).
// Prepare a collection with 2 indexes
use bench;
db.dropDatabase()
db.createCollection("col")
db.col.ensureIndex({"a": 1})
db.col.ensureIndex({"b": 1})
// Insert approx. half million documents, 1KB each
ops = [{op: "insert", n... | {
"pile_set_name": "Github"
} |
---
external help file: Microsoft.Rtc.Management.dll-help.xml
online version: https://docs.microsoft.com/powershell/module/skype/set-csclientpolicy
applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
title: Set-CsClientPolicy
schema: ... | {
"pile_set_name": "Github"
} |
import unittest
from bibliopixel.util import offset_range
class OffsetRangeTest(unittest.TestCase):
def test_empty(self):
dmx = offset_range.DMXChannel.make()
self.assertEqual(dmx.index(0), None)
self.assertEqual(dmx.index(1), 0)
self.assertEqual(dmx.index(2), 1)
self.asse... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: ae59d2123d717e74a9de2ff0fb20cf8f
timeCreated: 1470785667
licenseType: Free
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 2
mipmaps:
mipMapMode: 0
enableMipMap: 1
linearTexture: 0
correctGamma: 0
fadeOut: 0
borderMipMap: 0
mipMapFadeDistanceStart... | {
"pile_set_name": "Github"
} |
require 'test_helper'
class UtilTest < Haml::TestCase
include Haml::Util
def test_silence_warnings
old_stderr, $stderr = $stderr, StringIO.new
warn "Out"
assert_equal("Out\n", $stderr.string)
silence_warnings {warn "In"}
assert_equal("Out\n", $stderr.string)
ensure
$stderr = old_stderr
... | {
"pile_set_name": "Github"
} |
/*
* This file is part of Adblock Plus <https://adblockplus.org/>,
* Copyright (C) 2006-present eyeo GmbH
*
* Adblock Plus is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 3 as
* published by the Free Software Foundation.
*
* Adblock Plus is ... | {
"pile_set_name": "Github"
} |
<Map>
<Bangs></Bangs>
<Switches></Switches>
<SliderCurves></SliderCurves>
<NumberDialerCurves></NumberDialerCurves>
</Map>
| {
"pile_set_name": "Github"
} |
**To get a list of REST APIs**
Command::
aws apigateway get-rest-apis
Output::
{
"items": [
{
"createdDate": 1438884790,
"id": "12s44z21rb",
"name": "My First API"
}
]
}
| {
"pile_set_name": "Github"
} |
/**
* Created by JetBrains PhpStorm.
* User: taoqili
* Date: 12-1-30
* Time: 下午12:50
* To change this template use File | Settings | File Templates.
*/
var wordImage = {};
//(function(){
var g = baidu.g,
flashObj,flashContainer;
wordImage.init = function(opt, callbacks) {
showLocalPath("loca... | {
"pile_set_name": "Github"
} |
\documentclass{minimal}
\usepackage{polyglossia}
\setmainlanguage{latin}
\begin{document}
\today.
\end{document}
| {
"pile_set_name": "Github"
} |
module DDC.Core.Llvm.Convert.Exp.Case
(convertCase)
where
import DDC.Core.Llvm.Convert.Exp.Atom
import DDC.Core.Llvm.Convert.Context
import DDC.Core.Llvm.Convert.Base
import DDC.Llvm.Syntax
import DDC.Core.Salt.Platform
import DDC.Data.ListUtils
import Control.Monad
import Data.Maybe
import Data.Sequence ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<solid android:color="#CCCCCC" />
</shape>
</item>
<item android:top="1dp">
<shape android:shape="rectangle">
... | {
"pile_set_name": "Github"
} |
/**
* 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"
} |
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2017 Oracle. All Rights Reserved.
* Author: Darrick J. Wong <darrick.wong@oracle.com>
*/
#include "xfs.h"
#include "xfs_fs.h"
#include "xfs_shared.h"
#include "xfs_format.h"
#include "xfs_trans_resv.h"
#include "xfs_mount.h"
#include "xfs_btree.h"
#include "xf... | {
"pile_set_name": "Github"
} |
<?php
/**
* Smarty Internal Plugin Template
*
* This file contains the Smarty template engine
*
* @package Smarty
* @subpackage Template
* @author Uwe Tews
*/
/**
* Main class with template data structures and methods
*
* @package Smarty
* @subpackage Template
*
* @property Smarty_Template_Source $sour... | {
"pile_set_name": "Github"
} |
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
[Thi... | {
"pile_set_name": "Github"
} |
namespace API.Entities
{
public class Connection
{
public Connection()
{
}
public Connection(string connectionId, string username)
{
ConnectionId = connectionId;
Username = username;
}
public string ConnectionId { get; set; }
... | {
"pile_set_name": "Github"
} |
////////////////////////////////////////////////////////////////////////////////
/// DISCLAIMER
///
/// Copyright 2014-2020 ArangoDB GmbH, Cologne, Germany
/// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany
///
/// Licensed under the Apache License, Version 2.0 (the "License");
/// you may not use this file except... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
#
# A git commit hook that will automatically run format checking and DCO signoff
# checking before the push is successful.
#
# To enable this hook, run `bootstrap`, or run the following from the root of
# the repo. (Note that `bootstrap` will correctly install this even if this code
# is located in... | {
"pile_set_name": "Github"
} |
diff --git a/src/main/java/org/apache/commons/lang3/math/NumberUtils.java b/src/main/java/org/apache/commons/lang3/math/NumberUtils.java
index 70b8d64..1e6ccdc 100644
--- a/src/main/java/org/apache/commons/lang3/math/NumberUtils.java
+++ b/src/main/java/org/apache/commons/lang3/math/NumberUtils.java
@@ -464,20 +464,11 ... | {
"pile_set_name": "Github"
} |
named_struct(name1, val1, name2, val2, ...) - Creates a struct with the given field names and values
| {
"pile_set_name": "Github"
} |
function [accuracy,predictlabel] = SRDApredict(fea, gnd, model)
% SRDApredict: Spectral Regression Discriminant Analysis Prediction
% SRDApredict uses SRDA as a classifier. It used the nearest
% center rule in the SRDA subspace for classification.
%
% [predictlabel,accuracy,elapse... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2019 Google LLC.
* Copyright (c) 2016-2018 Nest Labs, Inc.
* 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
*
* htt... | {
"pile_set_name": "Github"
} |
TRACE customLogger.XLoggerTestCase - Message 0
| {
"pile_set_name": "Github"
} |
//
// MOOStyleTrait.h
// MOOMaskedIconView
//
// Created by Peyton Randolph on 2/26/12.
//
#import <UIKit/UIKit.h>
#import "MOOMaskedIconView.h"
/**
MOOStyleTrait is a protocol defining the basic operations of a style trait.
*/
@protocol MOOStyleTrait <NSObject>
@property (nonatomic, strong, readonly) Protocol... | {
"pile_set_name": "Github"
} |
# Default Django settings. Override these with settings in the module
# pointed-to by the DJANGO_SETTINGS_MODULE environment variable.
# This is defined here as a do-nothing function because we can't import
# django.utils.translation -- that module depends on the settings.
gettext_noop = lambda s: s
#################... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="act_anim_duration">200</integer>
</resources> | {
"pile_set_name": "Github"
} |
/*###ICF### Section handled by ICF editor, don't touch! ****/
/*-Editor annotation file-*/
/* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */
/*-Specials-*/
define symbol __ICFEDIT_intvec_start__ = 0x08000000;
/*-Memory Regions-*/
define symbol __ICFEDIT_region_ROM_start__ = 0x08000000;
define ... | {
"pile_set_name": "Github"
} |
<Project>
<!-- Common to all Lidarr Projects -->
<PropertyGroup>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<PlatformTarget>AnyCPU</PlatformTarget>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<RuntimeIdentifiers>win-x64;osx-x64;linux-x64;linux-musl-x64;linux-arm;linux-arm64;l... | {
"pile_set_name": "Github"
} |
#########################################################################
# File Name: test_history_get.sh
# Author: Bill
# mail: XXXXXXX@qq.com
# Created Time: 2016-06-10 12:11:48
#########################################################################
#!/bin/bash
##报告的初始时间和结束时间(前一天的0点到24点)
from=`date "+%Y-%m-%d 00:... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!29 &1
OcclusionCullingSettings:
m_ObjectHideFlags: 0
serializedVersion: 2
m_OcclusionBakeSettings:
smallestOccluder: 5
smallestHole: 0.25
backfaceThreshold: 100
m_SceneGUID: 00000000000000000000000000000000
m_OcclusionCullingData: {fileID: 0}
--- !u!... | {
"pile_set_name": "Github"
} |
/*
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
Copyright (C) 2016-2020 Bailey Brown (github.com/bailey27/cppcryptfs)
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2002-2020 "Neo4j,"
* Neo4j Sweden AB [http://neo4j.com]
*
* This file is part of Neo4j.
*
* 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.... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.