text
stringlengths
2
99k
meta
dict
public class WebApiApplication : System.Web.HttpApplication { protected void Application_Start() { GlobalConfiguration.Configure(WebApiConfig.Register); } }
{ "pile_set_name": "Github" }
#!/usr/bin/expect # # $Id: parent_installer.sh 421 2007-04-05 15:46:55Z dhill $ # # Parent OAM Installer, copy RPM's and custom OS files from postConfigure script # Argument 0 - Parent OAM IP address # Argument 1 - Root Password of Parent OAM Module # Argument 2 - Calpont Config File # Argument 3 - Debug flag 1 for on,...
{ "pile_set_name": "Github" }
# Fri Nov 16 19:52:40 2018 -- reformated by PCGen PrettyLST v6.08.00 # CVS $Revision: 9628 $ $Author: zaister $ -- Tue Dec 2 17:52:53 2014 -- reformated by prettylst.pl v1.51 (build 25490) SOURCELONG:Pathfinder Player Companion: Faiths of Balance SOURCESHORT:FOB SOURCEWEB:http://paizo.com/products/btpy8lvb SOURCEDATE...
{ "pile_set_name": "Github" }
<?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 as...
{ "pile_set_name": "Github" }
/* Bcj2Enc.c -- BCJ2 Encoder (Converter for x86 code) 2019-02-02 : Igor Pavlov : Public domain */ #include "Precomp.h" /* #define SHOW_STAT */ #ifdef SHOW_STAT #include <stdio.h> #define PRF(x) x #else #define PRF(x) #endif #include <string.h> #include "Bcj2.h" #include "CpuArch.h" #define CProb UInt16 #define k...
{ "pile_set_name": "Github" }
package org.enso.interpreter.runtime.callable.argument; import com.oracle.truffle.api.CallTarget; import com.oracle.truffle.api.RootCallTarget; import com.oracle.truffle.api.frame.MaterializedFrame; /** Runtime representation of a suspended function argument. */ public class Thunk { private final RootCallTarget cal...
{ "pile_set_name": "Github" }
Description: Converts the MFT Bodyfile into TLN format Category: Timeline Author: Mari DeGrazia Version: 1.0 Id: 3bccbad7-a912-499a-ae6e-372381a585c1 BinaryUrl: https://github.com/keydet89/Tools/raw/master/exe/bodyfile.exe ExportFormat: txt Processors: - Executable: tln_tools\bodyfile.exe CommandLin...
{ "pile_set_name": "Github" }
{%MainUnit ../comctrls.pp} {****************************************************************************** TTabSheet ****************************************************************************** Author: Mattias Gaertner **********************************************************...
{ "pile_set_name": "Github" }
dnl This provides configure definitions used by all the newlib dnl configure.in files. AC_DEFUN([DEF_NEWLIB_VERSION], m4_define([NEWLIB_VERSION],[1.19.0])) dnl Basic newlib configury. This calls basic introductory stuff, dnl including AM_INIT_AUTOMAKE and AC_CANONICAL_HOST. It also runs dnl configure.host. The onl...
{ "pile_set_name": "Github" }
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #include "MetalRHIPrivate.h" #include "MetalProfiler.h" #include "EngineGlobals.h" #include "StaticBoundShaderState.h" #include "MetalCommandBuffer.h" DEFINE_STAT(STAT_MetalMakeDrawableTime); DEFINE_STAT(STAT_MetalDrawCallTime); DEFINE_STAT(STAT_MetalPrepar...
{ "pile_set_name": "Github" }
use graphql_parser::query::{Number, Value}; use std::collections::BTreeMap; use std::iter::FromIterator; /// Utilities for coercing GraphQL values based on GraphQL types. pub mod coercion; pub use self::coercion::MaybeCoercible; /// Creates a `graphql_parser::query::Value::Object` from key/value pairs. /// If you do...
{ "pile_set_name": "Github" }
--- title: "微服务的战争:级联故障和雪崩" date: 2020-08-25T21:08:39+08:00 toc: true images: tags: - 微服务 --- > “微服务的战争” 是一个关于微服务设计思考的系列题材,主要是针对在微服务化后所出现的一些矛盾/冲突点,不涉及具体某一个知识点深入。如果你有任何问题或建议,欢迎随时交流。 在 [微服务的战争:统一且标准化](https://eddycjy.com/posts/microservice/standardization/) 中,经过好几周与不同业务组不同事业部的跨部门讨论后,终于把初始的标准化方案给定下来了,大家欢快的使用起了内部的统一框架...
{ "pile_set_name": "Github" }
<!-- Copyright (c) 2006-2013, JGraph Ltd Edge tolerance example for mxGraph. This example demonstrates increasing the tolerance for hit detection on edges. --> <html> <head> <title>Edge tolerance example for mxGraph</title> <!-- Sets the basepath for the library if not in same directory --> <script type="t...
{ "pile_set_name": "Github" }
package cn.edu.jxnu.awesome_campus.support.utils.net.callback; import com.squareup.okhttp.Headers; import com.squareup.okhttp.Response; import java.io.IOException; import java.io.InputStream; /** * Created by MummyDing on 16-1-25. * GitHub: https://github.com/MummyDing * Blog: http://blog.csdn.net/mummyding */ p...
{ "pile_set_name": "Github" }
/* Toybox infrastructure. * * Copyright 2006 Rob Landley <rob@landley.net> */ // Stuff that needs to go before the standard headers #include "generated/config.h" #include "lib/portability.h" // General posix-2008 headers #include <ctype.h> #include <dirent.h> #include <errno.h> #include <fcntl.h> #include <fnmatc...
{ "pile_set_name": "Github" }
<?php /** * CodeIgniter * * An open source application development framework for PHP * * This content is released under the MIT License (MIT) * * Copyright (c) 2014 - 2018, British Columbia Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this softw...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved. * AUTHOR : William Roske * CO-PILOT : Dave Fenner * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundation. ...
{ "pile_set_name": "Github" }
//===-- Implementation header for thrd_join function ------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "pile_set_name": "Github" }
/** * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * * The version of the OpenAPI document: 2.2.10 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the cl...
{ "pile_set_name": "Github" }
<!DOCTYPE doc [ <!ATTLIST doc attrExtEnt CDATA #IMPLIED> <!ENTITY ent1 "Hello"> <!ENTITY ent2 SYSTEM "world.txt"> <!ENTITY entExt SYSTEM "earth.gif" NDATA gif> <!NOTATION gif SYSTEM "viewgif.exe"> ]> <doc attrExtEnt="entExt"> &ent1;, &ent2;! </doc> <!-- Let world.txt contain "world" (excluding the quotes) -->
{ "pile_set_name": "Github" }
# SPDX-License-Identifier: GPL-2.0+ # Renoir platform Support snd-rn-pci-acp3x-objs := rn-pci-acp3x.o snd-acp3x-pdm-dma-objs := acp3x-pdm-dma.o snd-acp3x-rn-objs := acp3x-rn.o obj-$(CONFIG_SND_SOC_AMD_RENOIR) += snd-rn-pci-acp3x.o obj-$(CONFIG_SND_SOC_AMD_RENOIR) += snd-acp3x-pdm-dma.o obj-$(CONFIG_SND_SOC_AMD_RENOIR_M...
{ "pile_set_name": "Github" }
AX25 is Andes CPU IP to adopt RISC-V architecture. Features ======== CPU Core - 5-stage in-order execution pipeline - Hardware Multiplier - radix-2/radix-4/radix-16/radix-256/fast - Hardware Divider - Optional branch prediction - Machine mode and optional user mode - Optional performance monitoring ISA - RV...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <title>flexbox | flex: 0 1 N | shrinking</title> <link rel="author" href="http://opera.com" title="Opera Software"> <style> div { background: blue; margin: 1em 0; border: 1px solid black; height: 8em; width: 12em; } span { background: white; margin: 1em 0; width: 3em; height: 6em; display: inl...
{ "pile_set_name": "Github" }
@mixin icon-background ($icon-url){ background-image : url($icon-url); } @mixin icon-shape ($size, $padding, $border-radius) { height: $size; width: $size; padding: $padding; border-radius: $border-radius; display: inline-table; }
{ "pile_set_name": "Github" }
^F:\DATA STRUCTURE\SEQQUEUE\DEBUG\MAIN.OBJ C:\WINDOWS\GLOBALIZATION\SORTING\SORTDEFAULT.NLS C:\PROGRAM FILES\WINDOWS KITS\8.0\LIB\WIN8\UM\X86\KERNEL32.LIB C:\PROGRAM FILES\WINDOWS KITS\8.0\LIB\WIN8\UM\X86\USER32.LIB C:\PROGRAM FILES\WINDOWS KITS\8.0\LIB\WIN8\UM\X86\GDI32.LIB C:\PROGRAM FILES\WINDOWS KITS\8.0\LIB\W...
{ "pile_set_name": "Github" }
# 热部署静态文件 spring.thymeleaf.cache=false spring.application.name: msa-weather-report-eureka eureka.client.serviceUrl.defaultZone: http://localhost:8761/eureka/
{ "pile_set_name": "Github" }
aaaaa 1 Xbbbb 2 XXbbb 2 ccccc 3 Xdddd 3 XXddd 3 XXXdd 1 eeee fff
{ "pile_set_name": "Github" }
# CVS $Revision: $ $Author: $ -- Thu Jul 10 13:59:32 2014 -- reformated by prettylst.pl v1.51 (build 24365) # Ability Name Unique Key Category of Ability Type Description Shadow Blending KEY:Shadow Creature ~ Shadow Blending CATEGORY:Special Ability TYPE:SpecialQuality.Superna...
{ "pile_set_name": "Github" }
using System; using Android.App; using Android.OS; namespace TvLeanback { [Activity (Label = "SearchActivity", Exported = true)] public class SearchActivity: Activity { protected override void OnCreate (Bundle savedInstanceState) { base.OnCreate (savedInstanceState); SetContentView (Resource.Layout.searc...
{ "pile_set_name": "Github" }
{{# def.definitions }} {{# def.errors }} {{# def.setupKeyword }} {{# def.setupNextLevel }} {{## def.validateAdditional: {{ /* additionalProperties is schema */ $it.schema = $aProperties; $it.schemaPath = it.schemaPath + '.additionalProperties'; $it.errSchemaPath = it.errSchemaPath + '/additionalProperti...
{ "pile_set_name": "Github" }
/** * This file is copyright 2017 State of the Netherlands (Ministry of Interior Affairs and Kingdom Relations). * It is made available under the terms of the GNU Affero General Public License, version 3 as published by the Free Software Foundation. * The project of which this file is part, may be found at https://g...
{ "pile_set_name": "Github" }
package kinesis import ( "time" "github.com/apex/log" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" k "github.com/aws/aws-sdk-go/service/kinesis" "github.com/aws/aws-sdk-go/service/kinesis/kinesisiface" "github.com/jpillora/backoff" ) const ( maxRecordsPerRequest = 500 ) type Confi...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <events xmlns="http://jelix.org/ns/events/1.0"> <listener name="jacldb"> <event name="AuthNewUser" /> <event name="AuthRemoveUser" /> <event name="AuthLogout" /> </listener> </events>
{ "pile_set_name": "Github" }
// go run mksyscall.go -l32 -openbsd -arm -tags openbsd,arm syscall_bsd.go syscall_openbsd.go syscall_openbsd_arm.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build openbsd,arm package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <Foundation/NSString.h> @interface NSString (Notification) - (id)mtStringByRemovingNotificationPrefixes; @end
{ "pile_set_name": "Github" }
<?php /** * * Copyright FaShop * License http://www.fashop.cn * link http://www.fashop.cn * Created by FaShop. * User: hanwenbo * Date: 2018/4/7 * Time: 下午2:26 * */ namespace App\Biz\Wechat; use EasyWeChat\Kernel\Messages\Text; use EasyWeChat\Kernel\Messages\Image; use EasyWeChat\Kernel\Messages\V...
{ "pile_set_name": "Github" }
#!/bin/bash # # This configuration file provides information on the # guest instances used for this test # All guest instances that are required for this test # VIRTHOSTS="alice moon winnetou sun bob" # Corresponding block diagram # DIAGRAM="a-m-w-s-b.png" # Guest instances on which tcpdump is to be started # TCPDU...
{ "pile_set_name": "Github" }
extends Node onready var _character = $Character onready var _label = $Interface/Label onready var _bar = $Interface/ExperienceBar func _ready(): _label.update_text(_character.level, _character.experience, _character.experience_required) _bar.initialize(_character.experience, _character.experience_required) func _...
{ "pile_set_name": "Github" }
/* * Copyright 2012-2020 CodeLibs Project and the Others. * * 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 ap...
{ "pile_set_name": "Github" }
package com.sequenceiq.redbeams.flow.redbeams.start.event; import com.sequenceiq.cloudbreak.cloud.context.CloudContext; import com.sequenceiq.cloudbreak.cloud.model.CloudCredential; import com.sequenceiq.cloudbreak.cloud.model.DatabaseStack; import com.sequenceiq.redbeams.flow.redbeams.common.RedbeamsEvent; /** * A ...
{ "pile_set_name": "Github" }
<?php /** * REST API: WP_REST_Search_Controller class * * @package WordPress * @subpackage REST_API * @since 5.0.0 */ /** * Core class to search through all WordPress content via the REST API. * * @since 5.0.0 * * @see WP_REST_Controller */ class WP_REST_Search_Controller extends WP_REST_Controller { /**...
{ "pile_set_name": "Github" }
// run // Copyright 2019 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. // This test makes sure the text output for bounds check failures is as expected. package main import ( "fmt" "os" "runtime" "text/tabwriter" ) /...
{ "pile_set_name": "Github" }
import { listDomainUsers } from 'lib/domains/users/list'; import { addDomainUser } from 'lib/domains/users/add'; import { addDomain } from 'lib/domains/add'; import { Ptorx } from 'types/ptorx'; test('listDomainUsers()', async () => { const domain = await addDomain({ domain: 'example5.com' }, 1234); await addDomai...
{ "pile_set_name": "Github" }
<!--************************************************************************************** Toolkit for WPF Copyright (C) 2007-2017 Xceed Software Inc. This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license For m...
{ "pile_set_name": "Github" }
layui.use(["table", "layer"], function () { var table = layui.table; table.render({ elem: "#analysisTable", height: 'full', url: '/dbNode/analyse', page: false, where: {id: $('#dbNodeId').val(), page:1, limit:10}, cols: [[ {field: 'topicId', align: 'c...
{ "pile_set_name": "Github" }
"use strict"; let datafire = require('datafire'); let openapi = require('./openapi.json'); module.exports = datafire.Integration.fromOpenAPI(openapi, "apitore_url2labelbywordvectorapis");
{ "pile_set_name": "Github" }
/* This file is part of Darling. Copyright (C) 2017 Lubos Dolezel Darling 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. Darling i...
{ "pile_set_name": "Github" }
releaseType: node
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* * r8a7740 Core CPG Clocks * * Copyright (C) 2014 Ulrich Hecht */ #include <linux/clk-provider.h> #include <linux/clk/renesas.h> #include <linux/init.h> #include <linux/io.h> #include <linux/kernel.h> #include <linux/slab.h> #include <linux/of.h> #include <linux/of_address.h>...
{ "pile_set_name": "Github" }
package com.xiaopo.flying.sticker; import android.view.MotionEvent; /** * @author wupanjie */ public interface StickerIconEvent { void onActionDown(StickerView stickerView, MotionEvent event); void onActionMove(StickerView stickerView, MotionEvent event); void onActionUp(StickerView stickerView, MotionEven...
{ "pile_set_name": "Github" }
HTTP/1.1 200 OK Content-Type: application/json { "domains": [ { "description": "desc of domain", "enabled": true, "id": "--domain-id--", "links": { "self": "http://identity:35357/v3/domains/--domain-id--" }, "name": "my...
{ "pile_set_name": "Github" }
// Copyright 2010 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 darwin dragonfly freebsd linux netbsd openbsd solaris // Unix environment variables. package unix import "syscall" func Getenv(key string) (value ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2008-2017 Pivotal Labs 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, copy, modify, merge, publish, distribut...
{ "pile_set_name": "Github" }
(function () { angular .module('clash-royale-api') .controller('PlayersController', PlayersController); PlayersController.$inject = ['PlayersService', 'ngNotify']; function PlayersController(PlayersService, ngNotify) { var vm = this; vm.title = 'Players'; vm.previewTitle = 'Preview Players'...
{ "pile_set_name": "Github" }
var searchData= [ ['vec1_2ehpp',['vec1.hpp',['../a00131.html',1,'']]], ['vec2_2ehpp',['vec2.hpp',['../a00132.html',1,'']]], ['vec3_2ehpp',['vec3.hpp',['../a00133.html',1,'']]], ['vec4_2ehpp',['vec4.hpp',['../a00134.html',1,'']]], ['vec_5fswizzle_2ehpp',['vec_swizzle.hpp',['../a00135.html',1,'']]], ['vector_...
{ "pile_set_name": "Github" }
<?php /** * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the...
{ "pile_set_name": "Github" }
#include <cstring> #include <string> #include <vector> #include "google/protobuf/text_format.h" #include "gtest/gtest.h" #include "caffe/blob.hpp" #include "caffe/common.hpp" #include "caffe/layer.hpp" #include "caffe/util/upgrade_proto.hpp" #include "caffe/test/test_caffe_main.hpp" namespace caffe { class Padding...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <declare-styleable name="CircleIndicator"> <attr name="ci_width" format="dimension"/> <attr name="ci_height" format="dimension"/> <attr name="ci_margin" format="dimension"/> <attr name="ci_orientation" format="enum"> <!-...
{ "pile_set_name": "Github" }
/* * InfoWindows.cpp, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * * License: GNU General Public License v2.0 or later * Full text of license available in license.txt file, in main folder * */ #include "StdInc.h" #include "InfoWindows.h" #include "../CBitmapHandler.h" #include "../G...
{ "pile_set_name": "Github" }
#!/usr/bin/python3 # -*- coding: utf-8 -*- # # Copyright 2015 clowwindy # # 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 ...
{ "pile_set_name": "Github" }
--TEST-- DRCP: oci_connect() with oci_close() and oci8.old_oci_close_semantics OFF --SKIPIF-- <?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?> --INI-- oci8.old_oci_close_semantics=0 oci8.connection_class=test --FILE-- <?php require dirname(__FILE__)."/details.inc"; // Test will open a connection...
{ "pile_set_name": "Github" }
; Joomla! Project ; Copyright (C) 2005 - 2015 Open Source Matters. All rights reserved. ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php ; Note : All ini files need to be saved as UTF-8 COM_TAGS="Tags" COM_TAGS_CONTENT_TYPE_ARTICLE="Article" COM_TAGS_CONTENT_TYPE_ARTICLE_CATEGO...
{ "pile_set_name": "Github" }
/** * Copyright (C) 2015 The Gravitee team (http://gravitee.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 * * Unless requ...
{ "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" }
#DPN92 python train.py \ --model=DPN92 \ --batch_size=256 \ --lr_strategy=cosine_decay \ --lr=0.1 \ --num_epochs=200 \ --model_save_dir=output/ \ --l2_decay=1e-4 \ --use_mixup=True \ --use_label_smoothing=True \ ...
{ "pile_set_name": "Github" }
* { --width: 1920px; --height: 1080px; } html { font-size: 14px; } #rifb { background-color: var(--void-bg-color); } #rifb h1 { font-size: 10rem; margin-bottom: 5rem; } #rifb section div { font-size: 6rem; line-height: 10rem; } #rifb img { border: 0px; } #rifb section.title-box { padding: 0; /*height: ...
{ "pile_set_name": "Github" }
<!-- Copyright 2013 Google 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 http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to ...
{ "pile_set_name": "Github" }
(function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(require("omi")); else if(typeof define === 'function' && define.amd) define(["omi"], factory); else if(typeof exports === 'object') exports["ORadio"] = factory(requ...
{ "pile_set_name": "Github" }
// Copyright 2007, Google Inc. // 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 source code must retain the above copyright // notice, this list of conditions ...
{ "pile_set_name": "Github" }
--- title: Page.AutoConnectMany Method (Visio) keywords: vis_sdr.chm10962130 f1_keywords: - vis_sdr.chm10962130 ms.prod: visio api_name: - Visio.Page.AutoConnectMany ms.assetid: 292d0f58-d753-6ef3-fd62-269fd44d003c ms.date: 06/08/2017 --- # Page.AutoConnectMany Method (Visio) Automatically draws multiple connections...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <packages> <package id="OpenCvSharp3-AnyCPU" version="3.4.1.20180319" targetFramework="net40" /> </packages>
{ "pile_set_name": "Github" }
# This file should contain all the record creation needed to seed the database with its default values. # The data can then be loaded with the rails db:seed command (or created alongside the database with db:setup). # # Examples: # # movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }]) # Ch...
{ "pile_set_name": "Github" }
object Form1: TForm1 Left = 0 Top = 0 Caption = 'Flags' ClientHeight = 333 ClientWidth = 452 FormFactor.Width = 1680 FormFactor.Height = 1050 FormFactor.Devices = [dkDesktop] OnCreate = FormCreate DesignerMobile = False DesignerWidth = 0 DesignerHeight = 0 DesignerDeviceName = '' DesignerOri...
{ "pile_set_name": "Github" }
<?xml version='1.0' ?> <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:import href="include/StandardTransforms.xsl"/> <xsl:template match="Freed"> <xsl:choose> <xsl:when test="@loadCount != 0"> <xsl:text> Load count reduced to </xsl:text> <xsl:value-of se...
{ "pile_set_name": "Github" }
<test-metadata> <benchmark-version>1.2</benchmark-version> <category>xss</category> <test-number>02589</test-number> <vulnerability>false</vulnerability> <cwe>79</cwe> </test-metadata>
{ "pile_set_name": "Github" }
// This file is part of SVO - Semi-direct Visual Odometry. // // Copyright (C) 2014 Christian Forster <forster at ifi dot uzh dot ch> // (Robotics and Perception Group, University of Zurich, Switzerland). // // SVO is free software: you can redistribute it and/or modify it under the // terms of the GNU General Public L...
{ "pile_set_name": "Github" }
<VisualStudioProject ProjectType="Visual C++" Version="8.00" Name="db_test" ProjectGUID="{B17B933F-6F75-4095-BE51-12666358163A}"> <Platforms> <Platform Name="Win32"/> <Platform Name="x64"/> </Platforms> <Configurations> <Configuration Name="Debug|Win32" OutputDirectory="..\..\build_windows\$(PlatformN...
{ "pile_set_name": "Github" }
<?php namespace fixtures; class ClassMethodRemoved { }
{ "pile_set_name": "Github" }
812bd1dc93d354140fc197642b611f1a9f79ec6e cheali-charger-imaxB6-80W_2.00-e10.3.12-20160613_nuvoton-M0517.hex
{ "pile_set_name": "Github" }
<!doctype html> <title>CodeMirror: Asterisk dialplan mode</title> <meta charset="utf-8"/> <link rel=stylesheet href="../../doc/docs.css"> <link rel="stylesheet" href="../../lib/codemirror.css"> <script src="../../lib/codemirror.js"></script> <script src="asterisk.js"></script> <style> .CodeMirror {border: 1px s...
{ "pile_set_name": "Github" }
CORE Test_binary3 --max-nondet-string-length 1000 --function Test_binary3.main --cp `../../../../scripts/format_classpath.sh . ../../../lib/java-models-library/target/core-models.jar` ^EXIT=10$ ^SIGNAL=0$ assertion.* line 7 .* SUCCESS$ assertion.* line 10 .* FAILURE$ -- non equal types
{ "pile_set_name": "Github" }
# Translation of Odoo Server. # This file contains the translation of the following modules: # * payment_paypal # # Translators: # FIRST AUTHOR <EMAIL@ADDRESS>, 2015 msgid "" msgstr "" "Project-Id-Version: Odoo 8.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-01-21 14:08+0000\n" "PO-Revision-Date: 2015-07-17...
{ "pile_set_name": "Github" }
// // Copyright (C) 2015-2018 Dominik Buse <dbuse@mail.uni-paderborn.de> // // Documentation for these modules is at http://veins.car2x.org/ // // SPDX-License-Identifier: GPL-2.0-or-later // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License ...
{ "pile_set_name": "Github" }
import enum import re from collections import namedtuple import slugify import sqlalchemy as sa from pyramid import security from h import pubid from h.auth import role from h.db import Base, mixins from h.util.group import split_groupid GROUP_NAME_MIN_LENGTH = 3 GROUP_NAME_MAX_LENGTH = 25 GROUP_DESCRIPTION_MAX_LENG...
{ "pile_set_name": "Github" }
// TODO Outgoing. We're going to use a new version of Proof that does not have // this sort of thing. var fs = require('fs'), path = require('path'), crypto = require('crypto'), cadence = require('cadence'), Strata = require('..'), rimraf = require('rimraf'), path = require('path'), ok = req...
{ "pile_set_name": "Github" }
var baseMerge = require('./_baseMerge'), isObject = require('./isObject'); /** * Used by `_.defaultsDeep` to customize its `_.merge` use to merge source * objects into destination objects that are passed thru. * * @private * @param {*} objValue The destination value. * @param {*} srcValue The source value. ...
{ "pile_set_name": "Github" }
/* * Copyright 2020, OpenTelemetry 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...
{ "pile_set_name": "Github" }
<file_state xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#unix" id="oval:org.mitre.oval:ste:1691" version="1"> <uexec datatype="boolean" operation="equals">true</uexec> </file_state>
{ "pile_set_name": "Github" }
#ifndef TARGET_SIGNAL_H #define TARGET_SIGNAL_H #include "cpu.h" /* this struct defines a stack used during syscall handling */ typedef struct target_sigaltstack { abi_ulong ss_sp; abi_long ss_flags; abi_ulong ss_size; } target_stack_t; /* * sigaltstack controls */ #define TARGET_SS_ONSTACK 1 #define TARGET_S...
{ "pile_set_name": "Github" }
#!/bin/bash # This shell script and the accompanying Dockerfile are used by the project # maintainers to create the precompiled doxygen binaries that are downloaded # during the build. They are neither called during the build nor expected to be # called by most developers or users of the project. set -euxo pipefail ...
{ "pile_set_name": "Github" }
package com.github.javaparser.ast.nodeTypes; import java.util.Arrays; import java.util.EnumSet; import java.util.stream.Collectors; import com.github.javaparser.ast.Modifier; /** * A Node with Modifiers. */ public interface NodeWithModifiers<T> { /** * Return the modifiers of this variable declaration. ...
{ "pile_set_name": "Github" }
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading.Tasks; using Microsoft.EntityFrameworkCore.Sqlite.Internal; using Xunit; using Xunit.Abstractions; namespace Micro...
{ "pile_set_name": "Github" }
package com.vaadin.tests.components.table; import com.vaadin.tests.components.TestBase; import com.vaadin.ui.CheckBox; import com.vaadin.ui.HorizontalLayout; import com.vaadin.v7.data.Item; import com.vaadin.v7.ui.Select; import com.vaadin.v7.ui.Table; @SuppressWarnings("serial") public class ColumnHeaderAlignments e...
{ "pile_set_name": "Github" }
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/cards.R, R/aliases.R \name{bs4Card} \alias{bs4Card} \alias{box} \title{Create a Boostrap 4 card} \usage{ bs4Card( ..., inputId = NULL, title = NULL, footer = NULL, status = NULL, elevation = NULL, solidHeader = FALSE, headerBo...
{ "pile_set_name": "Github" }
<?php namespace Matrix\Operators; use Matrix\Matrix; use \Matrix\Builder; use Matrix\Exception; class Multiplication extends Operator { /** * Execute the multiplication * * @param mixed $value The matrix or numeric value to multiply the current base value by * @throws Exception If the provide...
{ "pile_set_name": "Github" }
Used for AP+STA support in OpenWrt - preserve AP mode keys across STA reconnects --- a/net/mac80211/cfg.c +++ b/net/mac80211/cfg.c @@ -1197,7 +1197,6 @@ static int ieee80211_stop_ap(struct wiph sdata->vif.bss_conf.ftmr_params = NULL; __sta_info_flush(sdata, true); - ieee80211_free_keys(sdata, true); sdata->v...
{ "pile_set_name": "Github" }
package sql import ( "crypto/tls" "crypto/x509" "database/sql" "fmt" "io/ioutil" "net" "regexp" "strconv" "strings" "time" "github.com/go-sql-driver/mysql" "github.com/lib/pq" sqlite3 "github.com/mattn/go-sqlite3" "github.com/dexidp/dex/pkg/log" "github.com/dexidp/dex/storage" ) const ( // postgres ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html xmlns:th="http://www.thymeleaf.org" xmlns:sec="http://www.pollix.at/thymeleaf/shiro"> <head th:replace="admin/common/html/tableHead :: tableHead(~{::title},~{::link},~{::style})"> <title th:text=${title}></title> <!-- 这儿引用单独的css link --> <!-- Ladda for Bootstrap 3按钮加载进度插件 --> <link rel="st...
{ "pile_set_name": "Github" }
namespace MvcForum.Core.Data.Mapping { using System.Data.Entity.ModelConfiguration; using Models.Entities; public class TagNotificationMapping : EntityTypeConfiguration<TagNotification> { public TagNotificationMapping() { HasKey(x => x.Id); Property(x => x.Id).I...
{ "pile_set_name": "Github" }
/* ============================================================================== GenericAppCommand.cpp Created: 15 May 2019 7:37:31pm Author: bkupe ============================================================================== */ #include "GenericAppCommand.h" GenericAppCommand::GenericAppCommand...
{ "pile_set_name": "Github" }