text
stringlengths
2
99.9k
meta
dict
CLASS ltcl_test DEFINITION FOR TESTING DURATION SHORT RISK LEVEL HARMLESS FINAL. PRIVATE SECTION. * ================ DATA: mo_check TYPE REF TO zcl_aoc_check_39. METHODS: setup, export_import FOR TESTING. ENDCLASS. "lcl_Test CLASS ltcl_test IMPLEMENTATION. * =====================...
{ "pile_set_name": "Github" }
// used by node, therefore in plain js const frontmatter = require('front-matter'); const formatApi = (slug, data) => { const document = frontmatter(data); return { //@ts-ignore ...document.attributes, body: document.body, slug, description: document.attributes.tagline, path: `/les-api/${s...
{ "pile_set_name": "Github" }
<?php namespace PhpParser\Node\Expr\BinaryOp; use PhpParser\Node\Expr\BinaryOp; class SmallerOrEqual extends BinaryOp { }
{ "pile_set_name": "Github" }
<?php /** * Locale data for 'naq'. * * This file is automatically generated by yiic cldr command. * * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * * Copyright © 2008-2011 Yii Software LLC (http://www.yiiframework.com/li...
{ "pile_set_name": "Github" }
protocol IUniswapInfoRouter { func open(url: String) func close() } protocol IUniswapInfoViewDelegate { func onTapLink() func onTapClose() }
{ "pile_set_name": "Github" }
--langdef=apiblueprint --langmap=apiblueprint:.apib --regex-apiblueprint=/^#[ ]+(.*)/Introduction/z,API/ --regex-apiblueprint=/^#+[ ]+Group[ ]+(.*)/\1/g,Resource Group/ --regex-apiblueprint=/^##[ ]+(.*)[ ]+\[([^[:space:]]+)\]/\1 - \2/r,Resource/ --regex-apiblueprint=/^##[ ]+(.*)[ ]+\[([A-Z]+) (.*)\]/\1 - \2 \3/a,Action...
{ "pile_set_name": "Github" }
(;CA[UTF-8]AP[YuanYu]GM[1]FF[4] SZ[19] GN[] DT[2018-06-10] PB[无心爱棋]BR[9段] PW[金毛测试]WR[9段] KM[750]HA[0]RU[Japanese]RE[W+R]TM[60]TC[10]TT[15] ;B[pd];W[dp];B[qp];W[dd];B[np];W[qc];B[qd];W[pc];B[nc];W[oc];B[od] ;W[nb];B[fq];W[pi];B[rc];W[rb];B[oi];W[ph];B[oh];W[og];B[pg];W[qg] ;B[pf];W[oj];B[pj];W[qj];B[pk];W[of];B[nj];W[qf...
{ "pile_set_name": "Github" }
-- -- Copyright 2015 National Instruments -- library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity addsub_vhdl is generic ( width_g : natural := 16); port ( clk_i : in std_ulogic; rst_i : in std_ulogic; i0_tdata : in std_ulogic_vector(width_g * 2 - 1 downto 0); i0_tlas...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" DefaultTargets="Build;Package" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(SolutionDir)\Test.Common.props" /> <Import Project="$(PropsRoot)\Test.props" /> <PropertyGroup> <Configuration Condition=" '$(...
{ "pile_set_name": "Github" }
set system_versioning_alter_history=keep; create or replace table t (a int); alter table t add system versioning, lock=none; ERROR 0A000: LOCK=NONE is not supported. Reason: Not implemented for system-versioned timestamp tables. Try LOCK=SHARED alter table t add system versioning, algorithm=inplace; ERROR 0A000: ALGORI...
{ "pile_set_name": "Github" }
function centroids = computeCentroids(X, idx, K) %COMPUTECENTROIDS returs the new centroids by computing the means of the %data points assigned to each centroid. % centroids = COMPUTECENTROIDS(X, idx, K) returns the new centroids by % computing the means of the data points assigned to each centroid. It is % giv...
{ "pile_set_name": "Github" }
package io.rong.pushperm.perm; import android.content.Context; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; /** * 小米权限检查,用于小米特殊的权限检查 */ class MiCheckPermission implements IModelCheckPermmission { @Override public int checkAutoStartPermission(Context context) { ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>INSPINIA | Code mirror</title> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="font-awesome/css/font-awesome.css" rel="stylesheet"> <link href="...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; using Microsoft.AspNet.OData.Builder; using Microsoft.EntityFrameworkCore...
{ "pile_set_name": "Github" }
require 'honeybadger/plugins/resque' require 'honeybadger/config' require 'honeybadger/agent' class TestWorker extend Honeybadger::Plugins::Resque::Extension end describe TestWorker do describe "::on_failure_with_honeybadger" do let(:error) { RuntimeError.new('Failure in Honeybadger resque_spec') } share...
{ "pile_set_name": "Github" }
// // new_array_align.cpp // // Copyright (c) Microsoft Corporation. All rights reserved. // // Defines the array operator new, align_val_t overload. // #include <vcruntime_internal.h> #include <vcruntime_new.h> //////////////////////////////////////////////// // Aligned new() Fallback Ordering // // +-----------...
{ "pile_set_name": "Github" }
$plan-features-header-banner-height: 20px; $plan-features-sidebar-width: 272px; /* Breakpoints 1150px, */ .plan-features__content { margin: -16px -16px 0; padding-top: $plan-features-header-banner-height; } .is-section-plans .plan-features__mobile { display: block; @media ( min-width: $plan-features-sidebar-widt...
{ "pile_set_name": "Github" }
; Copyright (c) 2008-2015, Avian Contributors ; ; 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. ; ; There is NO WARRANTY for this software. See licen...
{ "pile_set_name": "Github" }
121 130
{ "pile_set_name": "Github" }
/* * Copyright 2014 DataGenerator Contributors * * 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 app...
{ "pile_set_name": "Github" }
// Copyright 2016 The prometheus-operator 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 ...
{ "pile_set_name": "Github" }
// Copyright 2016 LinkedIn Corp. // 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, // s...
{ "pile_set_name": "Github" }
# # Autogenerated by Thrift Compiler (0.9.2) # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # # options string: py # from thrift.Thrift import TType, TMessageType, TException, TApplicationException from thrift.transport import TTransport from thrift.protocol import TBinaryProtocol, TProtocol tr...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the symfony package. * (c) Fabien Potencier <fabien.potencier@symfony-project.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * sfTesterViewCache implements tests for the symfony view cach...
{ "pile_set_name": "Github" }
import hashlib a = open('hexstrings').read().splitlines() md5s = {} for i in range(256): md5s[hashlib.md5(chr(i).encode()).hexdigest()] = chr(i) flag = "" for line in a: flag += md5s[line] print(flag)
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|AnyCPU"> <Configuration>Debug</Configuration> <Platform>AnyCPU</Platfo...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); /** * Shopware 5 * Copyright (c) shopware AG * * According to our dual licensing model, this program can be used either * under the terms of the GNU Affero General Public License, version 3, * or under a proprietary license. * * The texts of the GNU Affero General Public License w...
{ "pile_set_name": "Github" }
/* Definitions for winsock 2 Contributed by the WINE project. Portions Copyright (c) 1980, 1983, 1988, 1993 The Regents of the University of California. All rights reserved. Portions Copyright (c) 1993 by Digital Equipment Corporation. */ #if !(defined _WINSOCK2_H || defined _WINSOCK_H) #define _WINSOC...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # # Copyright 2015-2020 Blizzard Entertainment. Subject to the MIT license. # See the included LICENSE file for more information. # import six from heroprotocol.decoders import CorruptedError, BitPackedBuffer, BitPackedDecoder, VersionedDecoder # Decoding instructions for each protocol type. t...
{ "pile_set_name": "Github" }
:warning: The information on this page has not been updated for this optimized fork. # Actions and Attributes In Chapter 10, Attributes and Actions, we learned how to embed actions within grammars and looked at the most common token and rule attributes. This section summarizes the important syntax and semantics from ...
{ "pile_set_name": "Github" }
# hello world exec cat hello.text stdout 'hello world\n' ! stderr . -- hello.text -- hello world
{ "pile_set_name": "Github" }
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-commercial use as long as ...
{ "pile_set_name": "Github" }
package namesys import ( "context" "strings" "time" path "gx/ipfs/QmQAgv6Gaoe2tQpcabqwKXKChp2MZ7i3UXv9DqTTaxCaTR/go-path" opts "gx/ipfs/QmXLwxifxwfc2bAwq6rdjbYqAsGzWsDE9RM5TWMGtykyj6/interface-go-ipfs-core/options/namesys" ) type onceResult struct { value path.Path ttl time.Duration err error } type res...
{ "pile_set_name": "Github" }
/* * linux/mm/vmalloc.c * * Copyright (C) 1993 Linus Torvalds * Support of BIGMEM added by Gerhard Wichert, Siemens AG, July 1999 * SMP-safe vmalloc/vfree/ioremap, Tigran Aivazian <tigran@veritas.com>, May 2000 * Major rework to support vmap/vunmap, Christoph Hellwig, SGI, August 2002 * Numa awareness, Ch...
{ "pile_set_name": "Github" }
/* Copyright (c) 2014 Broadcom Corporation * * 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 AUTHOR D...
{ "pile_set_name": "Github" }
/*- * Copyright 2014 Square 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...
{ "pile_set_name": "Github" }
// See README.txt for information and build instructions. #include <iostream> #include <fstream> #include <string> #include "addressbook.pb.h" using namespace std; // This function fills in a Person message based on user input. void PromptForAddress(tutorial::Person* person) { cout << "Enter person ID number: "; ...
{ "pile_set_name": "Github" }
var class_reddit_1_1_things_1_1_base_result = [ [ "Errors", "class_reddit_1_1_things_1_1_base_result.html#ad97b0792529da019d36a9962921f2b5b", null ], [ "Ratelimit", "class_reddit_1_1_things_1_1_base_result.html#a4c4ccfd8c73f888bc45a52ac73e2286a", null ] ];
{ "pile_set_name": "Github" }
// Copyright 2016 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 currency import ( "testing" "time" "golang.org/x/text/language" ) func TestQuery(t *testing.T) { r := func(region string) language.Region { ret...
{ "pile_set_name": "Github" }
# Install script for directory: /home/ewenwan/ewenwan/catkin_ws/src/procrob_functional # Set the install prefix IF(NOT DEFINED CMAKE_INSTALL_PREFIX) SET(CMAKE_INSTALL_PREFIX "/home/ewenwan/ewenwan/catkin_ws/install") ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX) STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_I...
{ "pile_set_name": "Github" }
.\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . .TH "BUNDLE\-ADD" "1" "March 2020" "" "" . .SH "NAME" \fBbundle\-add\fR \- Add gem to the Gemfile and run bundle install . .SH "SYNOPSIS" \fBbundle add\fR \fIGEM_NAME\fR [\-\-group=GROUP] [\-\-version=VERSION] [\-\-source=SOURCE] [\-\-git=G...
{ "pile_set_name": "Github" }
/* Copyright (c) 2006-2012 by OpenLayers Contributors (see authors.txt for * full list of contributors). Published under the 2-clause BSD license. * See license.txt in the OpenLayers distribution or repository for the * full text of the license. */ /** * @requires OpenLayers/Control.js * @requires OpenLayers/Con...
{ "pile_set_name": "Github" }
package main type T struct { t func(*T) y *xxx } func f(t *T) { println("in f") } type xxx struct{} func main() { x := &T{} x.t = f println("ok") } // Output: // ok
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <link rel="stylesheet" href="style.css" type="text/css"> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="Start" href="index.html"> <link ...
{ "pile_set_name": "Github" }
APPLICATION_EXTENSION_API_ONLY = YES CODE_SIGN_IDENTITY = CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Nimble-macOS ENABLE_BITCODE = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PLATFORM_DIR)/Developer/Library/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 OTHER_LDFLAGS = $(inherited) -...
{ "pile_set_name": "Github" }
class C { vals = [1, 2, 3]; logSquares() { for (const val of this.vals) { console.log(val * val); } } } const c = new C(); c.logSquares();
{ "pile_set_name": "Github" }
Random Ferns (`rFerns`) ===== There are regression tests to compare model results between different versions of `caret` and the individual packages. These test evaluate whether consistent results can be obtained. The code used to generate the objects that are compared can be found [here](https://github.com/topepo/car...
{ "pile_set_name": "Github" }
/* Copyright 2018 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" }
{ "name": "kesionCMS", "author": "fofa", "version": "0.1.0", "matches": [ { "search": "body", "text": "/ks_inc/common.js" }, { "search": "body", "text": "publish by KesionCMS" } ] }
{ "pile_set_name": "Github" }
/* * Copyright (c) WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you 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...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 0f57aeb1b8dce3342bea5c28ac17db24 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName:
{ "pile_set_name": "Github" }
// 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 lsp import ( "bytes" "fmt" "sort" "strings" "golang.org/x/tools/internal/lsp/protocol" "golang.org/x/tools/internal/lsp/source" ) func toProtoc...
{ "pile_set_name": "Github" }
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SaveSubscriberCommand.cs" company="Devbridge Group LLC"> // // Copyright (C) 2015,2016 Devbridge Group LLC // // This program is free software: you can redistribute it and/or mo...
{ "pile_set_name": "Github" }
/* * Ptrace test TM SPR registers * * Copyright (C) 2015 Anshuman Khandual, IBM Corporation. * * 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 y...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __TRACE_HELPER_H #define __TRACE_HELPER_H #include <libbpf.h> #include <linux/perf_event.h> struct ksym { long addr; char *name; }; int load_kallsyms(void); struct ksym *ksym_search(long key); long ksym_get_addr(const char *name); typedef enum bpf_perf_event_ret (*pe...
{ "pile_set_name": "Github" }
load("@rules_jvm_external//:defs.bzl", "maven_install") def maven_jar_migrator_repositories(): maven_install( name = "maven_jar_migrator", artifacts = [ "com.google.guava:guava:28.0-jre", ], repositories = [ "https://repo1.maven.org/maven2", "http...
{ "pile_set_name": "Github" }
// Copyright 2018 by Nedim Sabic (RabbitStack) // http://rabbitstack.github.io // // 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 // // Unles...
{ "pile_set_name": "Github" }
/**** (c) Valve Corporation. Use is governed by the terms of the Steam Subscriber Agreement http://store.steampowered.com/subscriber_agreement/. ****/ (window.webpackJsonp = window.webpackJsonp || []).push([ [7], { "3WEt": function(e, t, a) { "use strict"; a.r(t); var o, i, u ...
{ "pile_set_name": "Github" }
/* Copyright 2016 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" }
/******************************************************************************* * Copyright (C) Git Corporation. All rights reserved. * * Author: 代码工具自动生成 * Create Date: 2013-11-29 23:31:51 * Blog: http://www.cnblogs.com/qingyuan/ * Description: Git.Framework * * Revision History: * Date Author ...
{ "pile_set_name": "Github" }
This file is part of the C++ command line programs of project Gerardus. C++ Command line programs: ========================== extractVoxelCoordinatesFromSegmentationMask: Program to extract the coordinates of voxels selected in a segmentation mask. padSegmentationMaskWithVoxels: Program to pad the sides of a 3D...
{ "pile_set_name": "Github" }
/** * Copyright 2017 The AMP HTML 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 require...
{ "pile_set_name": "Github" }
page.title=Core App Quality page.metaDescription=App quality directly influences the long-term success of your app—in terms of installs, user rating and reviews, engagement, and user retention. page.image=/distribute/images/core-quality-guidelines.jpg @jd:body <div id="qv-wrapper"><div id="qv"> <h2>Quality Criteria</h...
{ "pile_set_name": "Github" }
// Code generated by protoc-gen-gogo. DO NOT EDIT. // source: grpc/grpc.proto package testing // import "github.com/gogo/protobuf/protoc-gen-gogo/testdata/grpc" import proto "github.com/gogo/protobuf/proto" import fmt "fmt" import math "math" import context "golang.org/x/net/context" import grpc "google.golang.org/g...
{ "pile_set_name": "Github" }
var _ = require('lodash'); var INLINE_TAG = /(\{@[^\s\}]+[^\}]*\})/; // 11111111 22222222 var INLINE_TAG_DETAIL = /\{@([^\s]+)\s*([^\}]*)\}/; var StringMap = require('stringmap'); /** * @dgProcessor inlineTagProcessor * @description * Search the docs for inline tags that need to have co...
{ "pile_set_name": "Github" }
package test; import static org.assertj.core.api.Assertions.assertThat; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertNotNull; import static org.junit.jupiter.api.Assertions.assertTrue; import java.io.File; import java.io.FileInputStream; import java...
{ "pile_set_name": "Github" }
// Generated via https://jeremyrsellars.github.io/slate-cljs-walkthroughs/closure_externs.html // from NPM. // Reference ns as slate-react or use global js/SlateReact /********************************************************************** * Extern for global SlateReact * Generated by https://jeremyrsellars.github.io...
{ "pile_set_name": "Github" }
# Faker::Finance ```ruby # Random credit card Faker::Finance.credit_card #=> "3018-348979-1853" Faker::Finance.credit_card(:mastercard) #=> "6771-8921-2291-6236" Faker::Finance.credit_card(:mastercard, :visa) #=> "4448-8934-1277-7195" # Random vat number # Keyword arguments: country Faker::Finance.vat_number #=> "BR3...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content= "application/xhtml+xml; charset=iso-8859-1" /> <title> 6.14.&nbsp;GMP-6.1.2 </title> <...
{ "pile_set_name": "Github" }
<?php /* +-----------------------------------------------------------------------+ | plugins/markasjunk/localization/<lang>.inc | | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | | Copyrig...
{ "pile_set_name": "Github" }
from flask_sqlalchemy import SQLAlchemy from typing import List from app.test.fixtures import app, db # noqa from .model import Doodad from .service import DoodadService # noqa from .interface import DoodadInterface def test_get_all(db: SQLAlchemy): # noqa yin: Doodad = Doodad(doodad_id=1, name="Yin", purpose=...
{ "pile_set_name": "Github" }
<?php namespace SMW\SPARQLStore\QueryEngine\DescriptionInterpreters; use SMW\ApplicationFactory; use SMW\DIProperty; use SMW\DIWikiPage; use SMW\Query\Language\ConceptDescription; use SMW\Query\Language\Conjunction; use SMW\Query\Language\Description; use SMW\Query\Language\Disjunction; use SMW\SPARQLStore\QueryEngin...
{ "pile_set_name": "Github" }
import { POSITION_NAMES_LIST, NUMBER_OF_LEGS } from "../../../hexapod/constants" const LEG_DIMENSIONS = { coxia: 73, femur: 122, tibia: 91 } const LEG_POSE = { alpha: 30, beta: 55.5, gamma: -31.5, } const BODY_CONTACT_POINTS = [ { x: 104, y: 0.0, z: 0.0 }, { x: 56, y: 95, z: 0 }, { x: -56, y: ...
{ "pile_set_name": "Github" }
--- Description: Queuing the file operations is useful because it enables you to process the installation as a whole, instead of by INF section. ms.assetid: 6519c2fb-142d-4071-865f-c00a98c2fe35 title: Creating a Queue and Queuing File Operations ms.topic: article ms.date: 05/31/2018 --- # Creating a Queue and Queuing ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE ZynAddSubFX-data> <ZynAddSubFX-data version-major="1" version-minor="1" ZynAddSubFX-author="Nasca Octavian Paul"> <INFORMATION> <par_bool name="PADsynth_used" value="no" /> </INFORMATION> <BASE_PARAMETERS> <par name="max_midi_parts" value="16" /> <par name="max_kit_item...
{ "pile_set_name": "Github" }
import React from 'react' import ReactDOM from 'react-dom' import { Provider } from 'react-redux' import { Form, Field, mapDataToValues } from 'react-controlled-form' import store from './store' const Input = ({ fieldId }) => ( <Field fieldId={fieldId} render={({ value, updateField }) => ( <input ...
{ "pile_set_name": "Github" }
<div class="bs-docs-section"> <h1 id="popovers" class="page-header">Popovers <small>popover.js</small></h1> <p>Add small overlays of content, like those on the iPad, to any element for housing secondary information.</p> <p>Popovers whose both title and content are zero-length are never displayed.</p> <div cla...
{ "pile_set_name": "Github" }
/* ivtv driver version information Copyright (C) 2005-2007 Hans Verkuil <hverkuil@xs4all.nl> 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 ...
{ "pile_set_name": "Github" }
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include "fwd.h" #include "util.h" #include <atomic> #include <memory> namespace skip { // NOTE: These are here s...
{ "pile_set_name": "Github" }
--- title: Educator Trial in a Box Guide description: Need help or have a question about using Microsoft Education? Start here. keywords: support, troubleshooting, education, Microsoft Education, full cloud IT solution, school, deploy, setup, manage, Windows 10, Intune for Education, Office 365 for Education, Microsoft...
{ "pile_set_name": "Github" }
/// @ref gtc_type_aligned /// @file glm/gtc/type_aligned.inl namespace glm { }
{ "pile_set_name": "Github" }
import 'attribute_matcher.dart'; import 'html_tags.dart' show getHtmlTagDefinition; final _selectorRegExp = RegExp(r'(:not\()|' // ":not(" r'([-\w]+)|' // "tag-name" r'(?:\.([-\w]+))|' // ".class" // <attr-matcher> := [ '~' | '|' | '^' | '$' | '*' ]? '=' // <attr-selector> := '[' <name> ']' | // ...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Text; namespace Fission.DotNetCore.Model { public class EnvironmentSettings { public string LogDirectory { get; set; } public string DllDirectory { get; set; } public string functionBodyFileName { get; set; } ...
{ "pile_set_name": "Github" }
{ "WebObjects Release" = "WebObjects 5.0"; encoding = "UTF-8"; }
{ "pile_set_name": "Github" }
/**************************************************************************** ** ** Copyright (C) 2017 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holding valid commerci...
{ "pile_set_name": "Github" }
// // KWProbePoller.m // iOSFalconCore // // Created by Luke Redpath on 13/01/2011. // Copyright 2011 LJR Software Limited. All rights reserved. // #import "KWProbePoller.h" @interface KWTimeout : NSObject @property (nonatomic, strong) NSDate *timeoutDate; @end @implementation KWTimeout - (id)initWithTimeout:...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Python Tools for Visual Studio Copyright(c) Microsoft Corporation 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...
{ "pile_set_name": "Github" }
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * libdatrie - Double-Array Trie Library * Copyright (C) 2006 Theppitak Karoonboonyanan <thep@linux.thai.net> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Publ...
{ "pile_set_name": "Github" }
```release-note:enhancement container: added `release_channel` to `google_container-cluster` (GA) ```
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="template" content="OPCFMasterPage.htt" /> <meta http-equiv="Content-Type" content="text/html; ...
{ "pile_set_name": "Github" }
#!/bin/sh sh /koolshare/scripts/ssserver_config.sh stop rm /koolshare/bin/ss-server rm /koolshare/bin/obfs-server rm /koolshare/scripts/uninstall_ssserver.sh rm /koolshare/res/icon-ssserver.png rm /koolshare/scripts/ssserver* rm /koolshare/webs/Module_ssserver.asp
{ "pile_set_name": "Github" }
<%-- SteVe - SteckdosenVerwaltung - https://github.com/RWTH-i5-IDSG/steve Copyright (C) 2013-2020 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG). All Rights Reserved. This program is free software: you can redistribute it and/or modify it under the term...
{ "pile_set_name": "Github" }
#ifndef RECT_H #define RECT_H namespace av { class Rect { public: Rect(); Rect(int width, int height); Rect(int x, int y, int width, int height); void setX(int x) { this->x = x; } void setY(int y) { this->y = y; } void setWidth(int w) { width = w; } void setHeight(int h) { height = h; } ...
{ "pile_set_name": "Github" }
# [230. Kth Smallest Element in a BST](https://leetcode.com/problems/kth-smallest-element-in-a-bst/) # 思路 题意要求返回一棵二叉搜索树中第k大的元素。 ## 思路一 二叉搜索树有什么特点?二叉搜索树的中序遍历是有序的。因此我们可以用中序遍历解此题,我们需要维护一个count初始为k,每遍历一个节点count就自减1,当count为 0时当前节点即所求。 ## 思路二 还可以采取分治的思路,即先判断所求节点是在左子树还是右子树。为此我们需要首先得到左子树的节点数left_node_num: * 若`left_node_num...
{ "pile_set_name": "Github" }
// Copyright 2001-2019 Crytek GmbH / Crytek Group. All rights reserved. #pragma once #include <CryMath/TCBSpline.h> // CJoint animation. struct CControllerTCB : public IController { size_t SizeOfController() const { return sizeof(CControllerTCB) + m_posTrack.sizeofThis() + m_rotTrack.sizeofThis() + m_sclTrack.si...
{ "pile_set_name": "Github" }
import Gift import LlamaKit import Quick import Nimble class Repository_StatusSpec: QuickSpec { override func spec() { var repository: Result<Repository, NSError>! beforeEach { repository = openFixturesRepository("Repository+StatusSpec_AllStatusDeltas") } describe("status (enumeration)") { ...
{ "pile_set_name": "Github" }
ThinkCMF 插件演示 =============== ### 加载第三方库 支持使用`composer`加载第三方库 ``` composer require phpoffice/phpspreadsheet ```
{ "pile_set_name": "Github" }
{ "required": [ "send", "wait", "receive" ], "properties": { "dns": { "type": "number", "min": -1 }, "connect": { "type": "number", "min": -1 }, "blocked": { "type": "number", "min": -1 }, "send": { "type": "number", "min": -1...
{ "pile_set_name": "Github" }
{{! This file is part of Moodle - http://moodle.org/ Moodle 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 3 of the License, or (at your option) any later version. Moodle ...
{ "pile_set_name": "Github" }
/*-------------------------------------------------------------------------- * EJS - Embedded JavaScript, version 0.1.0 * Copyright (c) 2007 Edward Benson * http://www.edwardbenson.com/projects/ejs * ------------------------------------------------------------------------ * * EJS is freely distributable unde...
{ "pile_set_name": "Github" }