text
stringlengths
2
99.9k
meta
dict
// (C) Copyright John Maddock 2005. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // // The aim of this header is just to include <memory> but to do // so in a way that does ...
{ "pile_set_name": "Github" }
package com.spotify.heroic.grammar; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; import org.mockito.runners.MockitoJUnitRunner; import static org.junit.Assert.assertEquals; import static org.mockito.Mockito.doReturn; @RunWith(MockitoJUnitRunner.class) publ...
{ "pile_set_name": "Github" }
/** * Tencent is pleased to support the open source community by making APT available. * Copyright (C) 2014 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...
{ "pile_set_name": "Github" }
package aws import ( "fmt" "log" "github.com/hashicorp/terraform-plugin-sdk/terraform" ) func resourceAwsVpcMigrateState( v int, is *terraform.InstanceState, meta interface{}) (*terraform.InstanceState, error) { switch v { case 0: log.Println("[INFO] Found AWS VPC State v0; migrating to v1") return migrate...
{ "pile_set_name": "Github" }
# # Settings for Microsoft Windows Vista and Server 2008 # # The Vista theme can only be defined on Windows Vista and above. The theme # is created in C due to the need to assign a theme-enabled function for # detecting when themeing is disabled. On systems that cannot support the # Vista theme, there will be no such...
{ "pile_set_name": "Github" }
/* * Copyright 2015 the original author or authors. * @https://github.com/scouter-project/scouter * * 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" }
/*====================================================================* - Copyright (C) 2001 Leptonica. All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source c...
{ "pile_set_name": "Github" }
/* * Copyright 2013-2020 Software Radio Systems Limited * * This file is part of srsLTE. * * srsLTE is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of * the License, or (at your...
{ "pile_set_name": "Github" }
using UnityEngine; using UnityEditor; using System; namespace Cinemachine.Editor { public static class CinemachineMenu { public const string kCinemachineRootMenu = "Assets/Create/Cinemachine/"; [MenuItem(kCinemachineRootMenu + "Blender/Settings")] private static void CreateBlenderSettin...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0, which is available at * http://www.eclipse.org/legal/epl-2.0. * * This Source Code may also be made available...
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <annotation> <folder>widerface</folder> <filename>45--Balloonist_45_Balloonist_Balloonist_45_282.jpg</filename> <source> <database>wider face Database</database> <annotation>PASCAL VOC2007</annotation> <image>flickr</image> <flickrid>-1</flickrid> </source> <owner> <flickrid>yanyu</flickrid> <nam...
{ "pile_set_name": "Github" }
module.exports = [ 573576346, // Sagira's Shell 1558857470, // Star Map Shell 1558857466, // Electronica Shell 1558857471, // Cosmos Shell 1558857468, // Fast Lane Shell 1558857469, // Fire Victorious Shell 3681086675, 3681086674, 3681086673, 3681086672, 1271045323, 1271045322, 1271045319, 1...
{ "pile_set_name": "Github" }
var assocIndexOf = require('./_assocIndexOf'); /** * Sets the list cache `key` to `value`. * * @private * @name set * @memberOf ListCache * @param {string} key The key of the value to set. * @param {*} value The value to set. * @returns {Object} Returns the list cache instance. */ function listCacheSet(key, v...
{ "pile_set_name": "Github" }
// CompareView.h : header file of the CCompareView class // // Copyright (c) 2015 by Andrew W. Phillips // // This file is distributed under the MIT license, which basically says // you can do what you want with it and I take no responsibility for bugs. // See http://www.opensource.org/licenses/mit-license.php fo...
{ "pile_set_name": "Github" }
[aws_csm]
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Workspace version = "1.0"> <FileRef location = "self:"> </FileRef> </Workspace>
{ "pile_set_name": "Github" }
package migrations import ( "database/sql" "github.com/pressly/goose" ) func init() { goose.AddMigration(Up20200411164603, Down20200411164603) } func Up20200411164603(tx *sql.Tx) error { _, err := tx.Exec(` alter table playlist add created_at datetime; alter table playlist add updated_at datetime; update play...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Softwa...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2005-2020 Radiance Kirill Grouchnikov. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * o Redistributions of source code must retain the above copyright notice, * ...
{ "pile_set_name": "Github" }
################################################################################ # # tmon # ################################################################################ LINUX_TOOLS += tmon TMON_DEPENDENCIES = host-pkgconf ncurses TMON_MAKE_OPTS = $(LINUX_MAKE_FLAGS) \ CC=$(TARGET_CC) \ PKG_CONFIG_PATH=$(STAGING...
{ "pile_set_name": "Github" }
Internal structures and implementation ====================================== In this (last) section on object orientation in PHP we'll have a look at some of the internal structures that were previously only mentioned in passing. In particular we'll see more thoroughly the default object structure and the object stor...
{ "pile_set_name": "Github" }
// Code generated by MockGen. DO NOT EDIT. // Source: ./event_handlers.go // Package mock_controller is a generated GoMock package. package mock_controller import ( context "context" reflect "reflect" gomock "github.com/golang/mock/gomock" v1alpha2 "github.com/solo-io/service-mesh-hub/pkg/api/certificates.smh.so...
{ "pile_set_name": "Github" }
grpc_host_port: &grpc_host_port grpc_host: "127.0.0.1" grpc_port: "50100" channel_check: check_period: 10 stop_flag_file: "channel_check.stop" alignment: check_period: 1 loops_check: check_period: 1 time_flag_file: "collect.time"
{ "pile_set_name": "Github" }
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <algorithm> #include <cstring> #include <memory> #include <numeric> #include <utility> #include "base/profiler/stack_buffer.h" #include "base/pr...
{ "pile_set_name": "Github" }
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, ...
{ "pile_set_name": "Github" }
/* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be use...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
{ "pile_set_name": "Github" }
// Copyright 2012-2016 Oliver Eilhard. All rights reserved. // Use of this source code is governed by a MIT-license. // See http://olivere.mit-license.org/license.txt for details. // This file is (c) 2014 Cenk Altı and governed by the MIT license. // See https://github.com/cenkalti/backoff for original source. packag...
{ "pile_set_name": "Github" }
{-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE RecordWildCards #-} {-# LANGUAGE TypeFamilies #-} {-# OPTIONS_GHC -fno-warn-unused-imports #-} {-# OPTIONS_GHC -fno-warn-unused-binds #-} {-# OPTIONS_GHC -fno-warn-unused-matches #-} -- ...
{ "pile_set_name": "Github" }
// // NamedEvent_Android.h // // $Id: //poco/1.4/Foundation/include/Poco/NamedEvent_Android.h#1 $ // // Library: Foundation // Package: Processes // Module: NamedEvent // // Definition of the NamedEventImpl class for Android. // // Copyright (c) 2004-2011, Applied Informatics Software Engineering GmbH. // and Contribu...
{ "pile_set_name": "Github" }
@project: virtualcar @author: Halis Duraki <duraki.halis@nsoft.ba> @homepage: https://duraki.gitlab.io ### Version 1.0.0-m.patch of 05 May 2017 + #added: new logo! + #fixed: code structure + #fixed: sframe / socket nb offset .devist
{ "pile_set_name": "Github" }
# # Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Softwar...
{ "pile_set_name": "Github" }
# PUPPI LOG README Documentation and examples related to the puppi action log ## SYNOPSIS (cli) puppi log [topic] [-i] ## EXAMPLES (cli) Tails (tail -10f) all the known logs. puppi log Tails only the logs related to the given topic puppi log apache Choose interactively which logs to show ...
{ "pile_set_name": "Github" }
/* TA-LIB Copyright (c) 1999-2008, Mario Fortier * 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 lis...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2016 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can ob...
{ "pile_set_name": "Github" }
'use strict'; var loader = require('./js-yaml/loader'); var dumper = require('./js-yaml/dumper'); function deprecated(name) { return function () { throw new Error('Function ' + name + ' is deprecated and cannot be used.'); }; } module.exports.Type = require('./js-yaml/type'); module.exports.Sche...
{ "pile_set_name": "Github" }
/* * rcar_du_kms.c -- R-Car Display Unit Mode Setting * * Copyright (C) 2013-2015 Renesas Electronics Corporation * * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as...
{ "pile_set_name": "Github" }
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | ...
{ "pile_set_name": "Github" }
{ "index": 9, "lineNumber": 1, "column": 10, "message": "Error: Line 1: Unexpected token ." }
{ "pile_set_name": "Github" }
""" Example to show how to draw basic shapes using OpenCV (2) """ # Import required packages: import cv2 import numpy as np import matplotlib.pyplot as plt def show_with_matplotlib(img, title): """Shows an image using matplotlib capabilities""" # Convert BGR image to RGB: img_RGB = img[:, :, ::-1] ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2017 TOSHIBA Digital Solutions Corporation 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 appl...
{ "pile_set_name": "Github" }
// @file bnorm_cpu.cpp // @brief Batch normalization implementation (CPU) // @author Sebastien Ehrhardt // @author Andrea Vedaldi /* Copyright (C) 2015 Sebastien Ehrhardt and Andrea Vedaldi. All rights reserved. This file is part of the VLFeat library and is made available under the terms of the BSD license (see t...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 197606a9fb7b52147ae7f99ff5696833 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
<HTML> <HEAD> <meta charset="UTF-8"> <title>GACardNetwork.MASTERCARD - tock</title> <link rel="stylesheet" href="../../../style.css"> </HEAD> <BODY> <a href="../../index.html">tock</a>&nbsp;/&nbsp;<a href="../index.html">ai.tock.bot.connector.ga.model.response</a>&nbsp;/&nbsp;<a href="index.html">GACardNetwork</a>&nbsp...
{ "pile_set_name": "Github" }
"use strict";var exports=module.exports={};require('../../modules/es6.object.create.js'); var $Object = require('../../modules/_core.js').Object; module.exports = function create(P, D){ return $Object.create(P, D); };
{ "pile_set_name": "Github" }
using Git.Framework.Controller; using Git.Framework.DataTypes; using Git.Framework.DataTypes.ExtensionMethods; using Git.Storage.Common; using Git.Storage.Common.Enum; using Git.Storage.Entity.Move; using Git.WMS.Sdk; using Git.WMS.Sdk.ApiName; using Git.WMS.Web.Lib; using Git.WMS.Web.Lib.Filter; using Newtonsoft.Json...
{ "pile_set_name": "Github" }
/* HTML Elements */ html, body { margin: 0; padding: 0; } body { font: 90% "Verdana", "Arial", "Helvetica", sans-serif; } img { border: none; padding: 0; margin: 0;} table { font: 1em "Verdana", "Arial", "Helvetica", sans-serif; } h1 { font-size: 1.8em; font-weight: bold; } h2 { font-size: 1.5em; font-weight: bold; } ...
{ "pile_set_name": "Github" }
// <copyright> // Copyright by the Spark Development Network // // Licensed under the Rock Community License (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.rockrms.com/license // // Unless required by applicable law or ag...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # Copyright 2011 David Malcolm <dmalcolm@redhat.com> # Copyright 2011 Red Hat, Inc. # # This 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, o...
{ "pile_set_name": "Github" }
# react-native 实现cnodejs客户端 首页和详情页UI参考 https://github.com/shinygang/Vue-cnodejs API由 https://cnodejs.org/api 提供 在官方提供的API之外,增加搜索入口和个人资料入口。 # 如何运行 <pre><code> npm install 或者 yarn </code></pre> <pre><code> react-native start </code></pre> <pre><code> react-native run-android 或者 react-native run-ios</code></pre> 如果还...
{ "pile_set_name": "Github" }
--- title: Example post date: '2011-09-01' author: Jeff Leek comments: true slug: "examplepost" --- Write your text here in Markdown. Be aware that our blog runs with [Jekyll](https://jekyllrb.com/) * Do codeblocks like this https://help.github.com/articles/creating-and-highlighting-code-blocks/ * Put all images in t...
{ "pile_set_name": "Github" }
// Copyright 2015 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 htmlindex import ( "golang.org/x/text/encoding" "golang.org/x/text/encoding/charmap" "golang.org/x/text/encoding/internal/identifier" "golang.org/x...
{ "pile_set_name": "Github" }
{ tile_pattern: [ { image: "tiles/wooden-interior.png", tiles: "1j", reverse: false, pattern: " .* , .* ,.*, , wvd ,(wvd), .* , .* ,.*", }, { image: "tiles/wooden-interior.png", tiles: "1m", reverse: false, pattern: " .* , .* ,.* , (wvd) ,...
{ "pile_set_name": "Github" }
{"type":"Buffer","data":[0,0,0,1,0,31,116,101,115,116,45,116,111,112,105,99,45,57,102,57,98,48,55,52,48,53,55,97,99,100,52,51,51,53,57,52,54,0,0,0,1,0,0,0,0,255,255,255,255,255,255,255,255,0,0,0,0]}
{ "pile_set_name": "Github" }
<!-- start profiling callstack --> <table class="yiiLog" width="100%" cellpadding="2" style="border-spacing:1px;font:11px Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;color:#666666;"> <tr> <th style="background:black;color:white;" colspan="2"> Profiling Callstack Report </th> </tr> <tr style="back...
{ "pile_set_name": "Github" }
// Copyright (c) 2013 Elements of Programming Interviews. All rights reserved. #include <algorithm> #include <cassert> #include <iostream> #include <iterator> #include <random> #include <vector> using std::cout; using std::default_random_engine; using std::endl; using std::ostream_iterator; using std::random_device; ...
{ "pile_set_name": "Github" }
//===--- CodeGenTBAA.h - TBAA information for LLVM CodeGen ------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
{ "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 <AppKit/NSView.h> @protocol SiriUITalkGestureTargetDelegate; __attribute__((visibility("hidden"))) @interface SiriUITalkGestu...
{ "pile_set_name": "Github" }
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #include "AssetTypeActions_StringTable.h" #include "StringTableEditorModule.h" #define LOCTEXT_NAMESPACE "AssetTypeActions" void FAssetTypeActions_StringTable::OpenAssetEditor(const TArray<UObject*>& InObjects, TSharedPtr<IToolkitHost> EditWithinLevelEdito...
{ "pile_set_name": "Github" }
Your Own Certificate Authority ============================== A certificate authority (CA) is an entity that signs digital certificates. Many websites need to let their customers know that the connection is secure, so they pay an internationally trusted CA (eg, VeriSign, DigiCert) to sign a certificate for their doma...
{ "pile_set_name": "Github" }
-module(mutex_sup). -export([start_link/0, init/1]). start_link() -> supervisor:start_link({local, ?MODULE}, ?MODULE, []). init(_) -> {ok, {{one_for_one, 5, 3600}, []}}. % MutexChildSpec = {mutex, % {mutex, start_link, [printer]}, % transient, % 5000, % [mutex]},
{ "pile_set_name": "Github" }
#pragma once /* * Copyright(c) 2018 Jeremiah van Oosten * * 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, cop...
{ "pile_set_name": "Github" }
true Byte true Short true Char true Int true Long true Float true Double true Boolean true Unit true Any true AnyVal true Object true Object true Null true Nothing
{ "pile_set_name": "Github" }
// Copyright 2020 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.rankingexpression.importer.operations; import ai.vespa.rankingexpression.importer.DimensionRenamer; import ai.vespa.rankingexpression.importer.OrderedTensorType; import com.yahoo.searchlib....
{ "pile_set_name": "Github" }
CREATE DATABASE IF NOT EXISTS ${DB}; USE ${DB}; DROP TABLE IF EXISTS kafka_temp_table_q40; SET spark.testing=${TESTING_ENABLE}; SET spark.sql.streaming.query.timeout.ms=${TESTING_TIMEOUT_MS}; SET streaming.query.name=job40; SET spark.sql.streaming.checkpointLocation.job40=${CHECKPOINT_ROOT}/job40; CREATE TABLE kafka...
{ "pile_set_name": "Github" }
cheats = 2 cheat0_desc = "Team 1 Has A High Score" cheat0_code = "00CC-FAFF" cheat0_enable = false cheat1_desc = "Team 2 Never Scores" cheat1_code = "00CD-7200" cheat1_enable = false
{ "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" }
package org.nd4j.linalg.shape.reshape; import lombok.extern.slf4j.Slf4j; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; import org.nd4j.linalg.BaseNd4jTest; import org.nd4j.linalg.api.ndarray.INDArray; import org.nd4j.linalg.factory.Nd4j; import org.nd4j.linalg.factory....
{ "pile_set_name": "Github" }
Documentation for tex-antiqua.
{ "pile_set_name": "Github" }
<%-- Created by IntelliJ IDEA. User: Elric Date: 2017/7/7 Time: 14:48 To change this template use File | Settings | File Templates. --%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <hea...
{ "pile_set_name": "Github" }
[Unit] Description=PulseAudio Sound System After=syslog.target [Service] UMask=077 ExecStart=/usr/bin/pulseaudio --system --daemonize=no Restart=always [Install] WantedBy=multi-user.target
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication"> <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> <listEntry value="/enderio-conduits"/> </listAttribute> <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <!-- qdom.cpp --> <head> <title>Qt 4.6: List of All Members for QDomText</title> <link href="classic.css" rel="stylesh...
{ "pile_set_name": "Github" }
// // Blackfriday Markdown Processor // Available at http://github.com/russross/blackfriday // // Copyright © 2011 Russ Ross <russ@russross.com>. // Distributed under the Simplified BSD License. // See README.md for details. // // // Unit tests for full document parsing and rendering // package blackfriday import ( ...
{ "pile_set_name": "Github" }
@mixin theme-border-color($theme) { .card{ border-color: map-get($theme, card); } .recentlygames li, .viewall, .navview #statis li, .navview #graph li, .blog-social, .time-stats, .pcategories > .col-sm-9, .tag, .btnbox, .form-group .bar, .questionstatus .tab-content > ul > li, nav .card,.question-section,.report-...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <string xmlns="http://tempuri.org/">{ "Info": [ { "IsSuccess": "True", "InAddress": "高雄市鹽埕區五福四路163號一樓", "InSRS": "EPSG:4326", "InFuzzyType": "[單雙號機制]+[最近門牌號機制]", "InFuzzyBuffer": "0", "InIsOnlyFullMatch": "False", "InIsLock...
{ "pile_set_name": "Github" }
// This is mul/mbl/mbl_read_double.cxx //: // \file // \brief Asks question and waits for an answer // \author tim // hand crafted into vxl by gvw // // - Function Name: mbl_read_double // - Synopsis: double mbl_read_double(char* q_str, double default_d) // - Inputs: q_str: A question // de...
{ "pile_set_name": "Github" }
{ "Version": { "Target": "Jazz² Resurrection" }, "Animations": { "CoinGold": { "Path": "Pickup/coin_gold.png", "FrameRate": 5, "Shader": "SmoothAnimNormal" }, "CoinSilver": { "Path": "Pickup/coin_silver.png", "Frame...
{ "pile_set_name": "Github" }
<?php if (! function_exists('posted_on')) { /** * Prints HTML with meta information for the current post-date/time. */ function posted_on() { $time_string = '<time class="entry-date published updated" datetime="%1$s">%2$s</time>'; if (get_the_time('U') !== get_the_modified_time('...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017, Mellanox Technologies. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of this so...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013-2015 RoboVM AB * * 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 ag...
{ "pile_set_name": "Github" }
# Source Map [![Build Status](https://travis-ci.org/mozilla/source-map.png?branch=master)](https://travis-ci.org/mozilla/source-map) [![NPM](https://nodei.co/npm/source-map.png?downloads=true&downloadRank=true)](https://www.npmjs.com/package/source-map) This is a library to generate and consume the source map format...
{ "pile_set_name": "Github" }
# Electron Release Timelines * The `-beta.1` and `stable` dates are our solid release dates. * We strive for weekly beta releases, however we often release more betas than scheduled. * All dates are our goals but there may be reasons for adjusting the stable deadline, such as security bugs. * Take a look at the [5.0.0...
{ "pile_set_name": "Github" }
package constants // TBS Config List var ( DuplicatedAssertionLimitLength = 5 ASSERTION_LIST = []string{ "assert", "should", "check", // ArchUnit, "maynotbe", // ArchUnit, "is", // RestAssured, "spec", // RestAssured, "verify", // Mockito, } ) var TechStopWords = []string{ "get", "c...
{ "pile_set_name": "Github" }
/* Configure library by modifying this file */ #ifndef SNES_NTSC_CONFIG_H #define SNES_NTSC_CONFIG_H /* Format of source pixels */ /* #define SNES_NTSC_IN_FORMAT SNES_NTSC_RGB16 */ #define SNES_NTSC_IN_FORMAT SNES_NTSC_BGR15 /* The following affect the built-in blitter only; a custom blitter can handle things howeve...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using Microsoft.Research.ClousotRegression; using System.Diagnostics.Contracts; public static class Test { [ClousotRegressionTest] [RegressionOut...
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/waf/WAF_EXPORTS.h> #include <aws/waf/WAFRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws { namespace WAF { namespace Model { ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> <info> <title>Journal of Marketing Research</title> <title-short>JMR</title-short> <id>http://www.zotero.org/styles/journal-of-marketing-research</id> <link href="http://www.zote...
{ "pile_set_name": "Github" }
package dev.olog.presentation.tutorial import android.app.Activity import android.content.Context import android.view.View import androidx.core.content.ContextCompat import com.getkeepsafe.taptargetview.TapTarget import com.getkeepsafe.taptargetview.TapTargetSequence import com.getkeepsafe.taptargetview.TapTargetView ...
{ "pile_set_name": "Github" }
/* * SQL Schema AWS tests * Copyright (C) 2015-2020, Wazuh Inc. * April 1, 2019. * This program is a free software, you can redistribute it * and/or modify it under the terms of GPLv2. */ CREATE TABLE 'cloudtrail' ( bucket_path 'text' NOT NULL, aws_account_id 'text' NOT NULL, aws_region 'text' NOT NU...
{ "pile_set_name": "Github" }
div { color: blue; } @function myFn($var-1,$var-2,$var-3,$var-4,$var-5,$var-6) { @return $var-1*$var-2/$var-3-($var-4+$var-5)%$var-6; }
{ "pile_set_name": "Github" }
#include "COMPLETE.h" BRAINFUCK(STDIN)
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
{ "pile_set_name": "Github" }
julia 0.4
{ "pile_set_name": "Github" }
module VERIFICATION imports TEST endmodule module TEST-4-SPEC imports VERIFICATION rule <k> add(f(X), f(3)) => end </k> <a> 2 |-> 3 M => ?_ </a> endmodule
{ "pile_set_name": "Github" }
{ "sorts": [ "数据展示", "数据录入", "操作反馈", "导航组件", "布局组件", "基础组件", "业务组件" ], "packages": [{ "name": "Cell", "version": "1.0.0", "sort": "4", "chnName": "列表项", "type": "component", "showD...
{ "pile_set_name": "Github" }
import { NgModule } from '@angular/core'; import { MatDividerModule } from '@angular/material/divider'; import { MatIconModule } from '@angular/material/icon'; import { MatListModule } from '@angular/material/list'; import { MatProgressBarModule } from '@angular/material/progress-bar'; import { MatSidenavModule } from...
{ "pile_set_name": "Github" }
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. // Dart test program importing with show/hide combinators. library importCombinatorsNegativeTest; impo...
{ "pile_set_name": "Github" }
package archive // import "github.com/ory/dockertest/docker/pkg/archive" import ( "archive/tar" "errors" "io" "io/ioutil" "os" "path/filepath" "strings" "github.com/ory/dockertest/docker/pkg/system" "github.com/sirupsen/logrus" ) // Errors used or returned by this file. var ( ErrNotDirectory = errors....
{ "pile_set_name": "Github" }
/* * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package java.util.logging; /** * {@code Handler} that buffers requests in a circular buffer in memory...
{ "pile_set_name": "Github" }