text
stringlengths
2
99.9k
meta
dict
/* * Copyright 2005-2020 Sixth and Red River Software, Bas Leijdekkers * * 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 ...
{ "pile_set_name": "Github" }
import 'package:analyzer/dart/ast/ast.dart'; import 'package:analyzer/source/source_range.dart'; import 'package:analyzer_plugin/protocol/protocol_generated.dart'; import 'package:analyzer_plugin/utilities/assist/assist.dart'; import 'package:analyzer_plugin/utilities/change_builder/change_builder_dart.dart'; import 'p...
{ "pile_set_name": "Github" }
<?php // +---------------------------------------------------------------------- // | WeiPHP [ 公众号和小程序运营管理系统 ] // +---------------------------------------------------------------------- // | Copyright (c) 2017 http://www.weiphp.cn All rights reserved. // +----------------------------------------------------------------...
{ "pile_set_name": "Github" }
var stream = require('readable-stream') var eos = require('end-of-stream') var util = require('util') var SIGNAL_FLUSH = new Buffer([0]) var onuncork = function(self, fn) { if (self._corked) self.once('uncork', fn) else fn() } var destroyer = function(self, end) { return function(err) { if (err) self.destr...
{ "pile_set_name": "Github" }
// Copyright (c) 2011 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. #ifndef MEDIA_FILTERS_IN_MEMORY_URL_PROTOCOL_H_ #define MEDIA_FILTERS_IN_MEMORY_URL_PROTOCOL_H_ #include "base/basictypes.h" #include "base/compiler_...
{ "pile_set_name": "Github" }
/* * Copyright 2002-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
{ "pile_set_name": "Github" }
using System; using Newtonsoft.Json; namespace Alipay.AopSdk.Core.Domain { /// <summary> /// KoubeiMarketingCampaignUserAssetQueryModel Data Structure. /// </summary> [Serializable] public class KoubeiMarketingCampaignUserAssetQueryModel : AopObject { /// <summary> /// 页码 /// </summary> [JsonProp...
{ "pile_set_name": "Github" }
class AddUniqueConstraintToRevisionMwRevIdAndWiki < ActiveRecord::Migration[5.1] def change add_index :revisions, [:wiki_id, :mw_rev_id], unique: true end end
{ "pile_set_name": "Github" }
#include <bits/stdc++.h> using namespace std; string s; set<char> v; int main() { while (cin >> s) { for (int i = 0; i < s.size(); i++) { v.insert(s[i]); } int cnt = v.size(); if (cnt > 2) { cout << 0 << endl; } ...
{ "pile_set_name": "Github" }
{ "Brand": "Tuotemerkki", "The elementary brand is unique: technically it belongs to elementary, Inc., the company that guides and supports development of elementary products. However, we have a great community and don’t want to be too overbearing with legal requirements and technicalities. As such, we have wri...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/mainDrawerLayout" android:layout_width="match_parent" android:layout_height="match_parent" an...
{ "pile_set_name": "Github" }
# Rock Player A cross-platform video player based on `electron` and `ffmpeg`. ## Feature - Cross platform(Mac, Windows). - Plays most video files(mp4, webm, ogg, mkv, rmvb...). ## Snapshot ![](doc/snapshot.png) ## To Use To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https:/...
{ "pile_set_name": "Github" }
// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may...
{ "pile_set_name": "Github" }
# json5 > A command-line tool for converting JSON5 files to JSON. > More information: <https://json5.org>. - Convert JSON5 stdin to JSON `stdout`: `echo {{input}} | json5` - Convert a JSON5 file to JSON and output to `stdout`: `json5 {{path/to/input_file.json5}}` - Convert a JSON5 file to the specified JSON file:...
{ "pile_set_name": "Github" }
@import "../common/actionsheet.less"; @import "base.less"; // ActionSheet .km-blackberry .km-shim.km-actionsheet-root > .k-animation-container { top: 0; right: 0; left: auto !important; height: 100% !important; width: 80% !important; } .km-blackberry.km-pane div.km-actionsheet-wrapper { top: ...
{ "pile_set_name": "Github" }
{ "data": [ { "account_id": "260608571309741", "id": "act_260608571309741" } ], "paging": { "cursors": { "before": "MjM4NDI5OTEyNDQ4MjA0NzYZD", "after": "MjM4NDI5OTEyNDQ4MjA0NzYZD" } } }
{ "pile_set_name": "Github" }
/* * Copyright (c) 2014-2015 Spotify 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 agreed...
{ "pile_set_name": "Github" }
using System; using Newtonsoft.Json; namespace Alipay.AopSdk.Core.Domain { /// <summary> /// AlipayEcoMycarParkingEnterinfoSyncModel Data Structure. /// </summary> [Serializable] public class AlipayEcoMycarParkingEnterinfoSyncModel : AopObject { /// <summary> /// 车牌号 /// </summary> [JsonProperty(...
{ "pile_set_name": "Github" }
from .system import SystemCompleter __all__ = ["SystemCompleter"]
{ "pile_set_name": "Github" }
const mockGetPolicy = jest.fn(); jest.mock("@aws-sdk/client-iam/commands/GetPolicyCommand", () => ({ IAM: function IAM() { this.GetPolicyCommand = mockGetPolicy; }, })); const { params, run } = require("../../iam/iam_getpolicy.js"); //test function test("has to mock iam#getpolicy", async (done) => { await ru...
{ "pile_set_name": "Github" }
# 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 obtain one at http://mozilla.org/MPL/2.0/. MissingOverlay=Failed to load overlay from %1$S. PINotInProlog=<?%1$S?> processing instruction does not have any effect ...
{ "pile_set_name": "Github" }
// license:BSD-3-Clause // copyright-holders:Curt Coder /********************************************************************** Intel 8214/3214 Priority Interrupt Control Unit ********************************************************************** _____ _____ _B0 ...
{ "pile_set_name": "Github" }
// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_darwin.go package socket type iovec struct { Base *byte Len uint32 } type msghdr struct { Name *byte Namelen uint32 Iov *iovec Iovlen int32 Control *byte Controllen uint32 Flags int32 } type cmsghdr struct {...
{ "pile_set_name": "Github" }
{ "word": "Omnipotence", "definitions": [ "The quality of having unlimited or very great power." ], "parts-of-speech": "Noun" }
{ "pile_set_name": "Github" }
/*********************************************************************** * fpoint.cpp - Point with an x and y coordinate * * * * This file is part of the FINAL CUT widget toolkit * * ...
{ "pile_set_name": "Github" }
/* $NetBSD: queue.h,v 1.8 2014/12/10 04:38:00 christos Exp $ */ /* * Copyright (C) 2011-2013 Internet Systems Consortium, Inc. ("ISC") * * 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 ...
{ "pile_set_name": "Github" }
#!/usr/bin/env lua -- This benchmark script measures wall clock time and should be -- run on an unloaded system. -- -- Your Mileage May Vary. -- -- Mark Pulford <mark@kyne.com.au> local json_module = os.getenv("JSON_MODULE") or "cjson" require "socket" local json = require(json_module) local util = require "cjson.ut...
{ "pile_set_name": "Github" }
// Copyright 2011-2016 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
{ "pile_set_name": "Github" }
# Título do Projeto ## Índice + [Sobre](#sobre) + [Primeiros Passos](#primeiros_passos) + [Uso](#uso) + [Contribuiçōes](../CONTRIBUTING.md) ## Sobre <a name = "sobre"></a> Escreva entre 1-2 parágrafos uma descriçāo com o propósito do seu projeto. ## Começando <a name = "comecando"></a> Estas intruçōes te...
{ "pile_set_name": "Github" }
package de.plushnikov.intellij.plugin.processor; import de.plushnikov.intellij.plugin.AbstractLombokParsingTestCase; /** * Unit tests for IntelliJPlugin for Lombok, based on lombok test classes */ public class AccessorsTest extends AbstractLombokParsingTestCase { public void testAccessors$Accessors() { doTes...
{ "pile_set_name": "Github" }
// Copyright (c) 2016 Uber Technologies, Inc. // // 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...
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/workspaces/model/DescribeWorkspaceImagePermissionsRequest.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::WorkSpaces::Model; using namespace ...
{ "pile_set_name": "Github" }
<robot name="blob398"> <link name="random_obj_398"> <contact> <lateral_friction value="1.0"/> <rolling_friction value="0.0"/> <inertia_scaling value="3.0"/> <contact_cfm value="0.0"/> <contact_erp value="1.0"/> </contact> <inertial> <origin rpy="0 0 0" xyz="0 ...
{ "pile_set_name": "Github" }
// --------------------------------------------------------------------- // // Copyright (C) 2017 - 2020 by the deal.II authors // // This file is part of the deal.II library. // // The deal.II library is free software; you can use it, redistribute // it, and/or modify it under the terms of the GNU Lesser General // Pu...
{ "pile_set_name": "Github" }
# Copyright (c) Chris Choy (chrischoy@ai.stanford.edu). # # 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, ...
{ "pile_set_name": "Github" }
// UpdateCallback.h #include "StdAfx.h" #include "Common/StringConvert.h" #include "UpdateCallback100.h" // #include "Windows/ProcessMessages.h" // #include "Resource/PasswordDialog/PasswordDialog.h" #include "MessagesDialog.h" #include "Common/Defs.h" using namespace NWindows; CUpdateCallback100Imp::~CUpdateCall...
{ "pile_set_name": "Github" }
Contributing ============ You would like to contribute? Great! PRs are highly appreciated. If you have any idea, how to make this library and the tools connected to it better, just reach out to me. Either open an issue or contact me directly. Everyone is welcome!
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "0610" version = "1.3"> <BuildAction parallelizeBuildables = "YES" buildImplicitDependencies = "YES"> <BuildActionEntries> <BuildActionEntry buildForTesting = "YES" buildForRunning = "YES" ...
{ "pile_set_name": "Github" }
/* 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 obtain one at http://mozilla.org/MPL/2.0/. */ #include <stdio.h> #include <string.h> #include <signal.h> #include <unistd.h> #include <limits.h> #include <errno...
{ "pile_set_name": "Github" }
package org.tigris.subversion.subclipse.ui.wizards; import org.eclipse.jface.dialogs.IDialogSettings; import org.eclipse.jface.wizard.IWizard; import org.eclipse.swt.graphics.Point; import org.eclipse.swt.widgets.Shell; import org.tigris.subversion.subclipse.ui.SVNUIPlugin; public class WizardDialogWithPersistedLocat...
{ "pile_set_name": "Github" }
#ifdef __OBJC__ #import <UIKit/UIKit.h> #else #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern "C" #else #define FOUNDATION_EXPORT extern #endif #endif #endif
{ "pile_set_name": "Github" }
<!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 http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>LocalRVL: RVL::QuaternaryLocalFunctionObjectConstEval&lt; DataType &gt;...
{ "pile_set_name": "Github" }
using P2PSocket.Core.Models; using P2PSocket.Core.Utils; using System; using System.Collections.Generic; using System.IO; using System.Text; namespace P2PSocket.Server.Models { public class FileManager : IFileManager { public const string MacAdress = "MacAdress"; AppCenter appCenter; ...
{ "pile_set_name": "Github" }
########################################################################### # LibreCNC ########################################################################### - name: librecnc_core_ar71xx_generic_packages type: repository desc: libreCNC current/core/ar71xx/generic/packages family: librecnc # XXX minpackage...
{ "pile_set_name": "Github" }
[platformio] lib_dir = ../../../ [common] platform = atmelavr build_flags = -DLIGHT_WS2812_AVR lib_deps = light_ws2812 upload_port = /dev/cuaU0 [env:attiny85] board = attiny85 platform = ${common.platform} lib_deps = ${common.lib_deps} build_flags = ${common.build_flags} # with ArduinoISP programmer upload_port = ${...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2020 Arm Limited. * * SPDX-License-Identifier: MIT * * 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 ...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <html> <head> <meta charset="UTF-8" /> <title>Phaser Editor - Circular</title> <script src="lib/phaser.js"></script> <script src='ex-easing-08.js'></script> </head> <body> <p> <p>Click or tap to toggle between In, Out, and InOut versions of the easing function.</p><p>Easing functions are used to interp...
{ "pile_set_name": "Github" }
{ "AFN_currencyISO" : "AFN", "AFN_currencySymbol" : "Af", "ALK_currencyISO" : "AFN", "ALK_currencySymbol" : "Af", "ALL_currencyISO" : "AFN", "ALL_currencySymbol" : "Af", "AMD_currencyISO" : "AFN", "AMD_currencySymbol" : "Af", "ANG_currencyISO" : "ANG", "ANG_currencySymbol" : "NAf.", "AOA_currencyISO" : "AOA"...
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects */ @interface SAAppsGetRestrictedAppsResponse : SABaseCommand <SAServerBoundCommand> @property (nonatomic, copy) NSString *aceId; @property (nonatomic, copy) NSDictionary *appToItsRestrictionsMap; @property (read...
{ "pile_set_name": "Github" }
class A{ isA T3; } trait T3{ isA T; isA T1; isA T2; } trait T{ sm{ s0{ entry /{T_entry();} do {T_do();} exit /{T_exit();} } s1{ } } } trait T1{ sm{ s0{ entry /{T1_entry();} do {T1_do();} exit /{T1_exit();} } s1{ } s2{ } } } trait T2{ sm{ s0{ entry /{T2_entry();...
{ "pile_set_name": "Github" }
<template> <exception-page type="500" /> </template> <script> import { ExceptionPage } from '../../components' export default { components: { ExceptionPage } } </script> <style scoped> </style>
{ "pile_set_name": "Github" }
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); require("rxjs-compat/add/operator/takeWhile"); //# sourceMappingURL=takeWhile.js.map
{ "pile_set_name": "Github" }
// RUN: clspv %s -o %t.spv // RUN: spirv-dis -o %t2.spvasm %t.spv // RUN: FileCheck %s < %t2.spvasm // RUN: spirv-val --target-env vulkan1.0 %t.spv // CHECK: %[[EXT_INST:[a-zA-Z0-9_]*]] = OpExtInstImport "GLSL.std.450" // CHECK-DAG: %[[FLOAT_TYPE_ID:[a-zA-Z0-9_]*]] = OpTypeFloat 32 // CHECK-DAG: %[[FLOAT_VECTOR_TYPE_I...
{ "pile_set_name": "Github" }
%# BEGIN BPS TAGGED BLOCK {{{ %# %# COPYRIGHT: %# %# This software is Copyright (c) 1996-2020 Best Practical Solutions, LLC %# <sales@bestpractical.com> %# %# (Except where explicitly superseded by other copyright notices) %# %# %# LICENSE: %# %# This work is made available to y...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2015-2017 Apple 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: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditi...
{ "pile_set_name": "Github" }
/* * Copyright 2011 The Chromium Authors, All Rights Reserved. * Copyright 2008 Jon Loeliger, Freescale Semiconductor, Inc. * * util_is_printable_string contributed by * Pantelis Antoniou <pantelis.antoniou AT gmail.com> * * This program is free software; you can redistribute it and/or * modify it under the ter...
{ "pile_set_name": "Github" }
// Copyright 2009 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 urlesc implements query escaping as per RFC 3986. // It contains some parts of the net/url package, modified so as to allow // some reserved characte...
{ "pile_set_name": "Github" }
use strict; use warnings; package OpenXPKI::Service::SCEP::Command; use base qw(OpenXPKI::Service::LibSCEP::Command); sub START { my ($self, $ident, $arg_ref) = @_; ##! 1: "START" ##! 2: ref $self # only in Command.pm base class: get implementation if (ref $self eq 'OpenXPKI::Service::SCEP::Comma...
{ "pile_set_name": "Github" }
new Array(); new Array(1); new Array(1, 2, 3);
{ "pile_set_name": "Github" }
#pragma once /* * Copyright (C) 2005-2013 Team XBMC * http://xbmc.org * * This Program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later ve...
{ "pile_set_name": "Github" }
Car -1 -1 -10 523 178 561 208 1.54 1.71 4.45 -3.70 1.89 40.10 1.57 1.00 Car -1 -1 -10 208 176 384 280 1.78 1.69 4.24 -6.15 1.87 14.62 1.58 1.00 Car -1 -1 -10 341 179 437 246 1.71 1.71 4.40 -6.39 1.93 21.29 1.51 1.00 Car -1 -1 -10 492 181 528 205 1.45 1.64 3.89 -6.40 2.02 46.73 1.62 1.00 Car -1 -1 -10 852 186 1601 627 1...
{ "pile_set_name": "Github" }
/* * Copyright 2015 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 applic...
{ "pile_set_name": "Github" }
# Copyright (C) 2010 Google 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 in writ...
{ "pile_set_name": "Github" }
<?php $dll = new SplDoublyLinkedList(); var_dump($dll->push()); ?>
{ "pile_set_name": "Github" }
# Copyright (c) 2019 The STE||AR-Group # # SPDX-License-Identifier: BSL-1.0 # Distributed under 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) include(HPX_Message) include(HPX_Option) if(NOT HPX_WITH_TESTS AND HPX_TOP_LEVEL) hpx_set...
{ "pile_set_name": "Github" }
prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} Name: Eigen3 Description: A C++ template library for linear algebra: vectors, matrices, and related algorithms Requires: Version: @EIGEN_VERSION_NUMBER@ Libs: Cflags: -I${prefix}/@INCLUDE_INSTALL_DIR@
{ "pile_set_name": "Github" }
* { border-color: #800080 !important; } a { color: #5f87af !important; } a:visited { color: #87af87 !important; } body { background-color: #262626 !important; color: #bcbcbc !important; } html { background-color: #262626 !important; } input, textarea { background-color: #272727 !important; color: #bcbcb...
{ "pile_set_name": "Github" }
# Message Passing Neural Networks MPNNs aim to generalize molecular machine learning models that operate on graph-valued inputs. Graph-Convolutions [https://arxiv.org/abs/1509.09292] and Weaves \ [https://arxiv.org/abs/1603.00856] (among others) can be recast into this framework [https://arxiv.org/abs/1704.01212] The...
{ "pile_set_name": "Github" }
[package] name = "bip_dht" version = "0.6.0" description = "Implementation of the bittorrent mainline DHT" authors = ["Andrew <amiller4421@gmail.com>"] homepage = "https://github.com/GGist/bip-rs" repository = "https://github.com/GGist/bip-rs/tree/master/bip_dht" documentation = "https:...
{ "pile_set_name": "Github" }
<html> <body> <div class="pdf-header"> <span>_TITLE_</span> </div> </body> </html>
{ "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 a...
{ "pile_set_name": "Github" }
<?php namespace Kunstmaan\NodeBundle\Tests\Event; use Kunstmaan\NodeBundle\Entity\HasNodeInterface; use Kunstmaan\NodeBundle\Entity\Node; use Kunstmaan\NodeBundle\Entity\NodeTranslation; use Kunstmaan\NodeBundle\Entity\NodeVersion; use Kunstmaan\NodeBundle\Event\CopyPageTranslationNodeEvent; use PHPUnit\Framework\Tes...
{ "pile_set_name": "Github" }
(function() { "use strict"; window.GOVUK = window.GOVUK || {}; function DocumentGroupOrdering(params) { this.postURL = params.post_url + '.json'; this.selector = params.selector; this.groupButtons = $(params.group_buttons); this.groupContainer = $(params.group_container_selector); this.updat...
{ "pile_set_name": "Github" }
<?php namespace oasis\names\specification\ubl\schema\xsd\CommonBasicComponents_2; use un\unece\uncefact\data\specification\UnqualifiedDataTypesSchemaModule\_2; /** * @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 * @xmlType IdentifierType * @xmlName LicensePlateIDType * @var oa...
{ "pile_set_name": "Github" }
/* * * Copyright 2017 gRPC 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 agree...
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>ascender</key> <integer>1500</integer> <key>capHeight</key> <integer>1500</integer> <key>descender</key> <integer>-460...
{ "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 m...
{ "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" }
#!/usr/bin/env bash set -xe # Free space on disk sudo rm -rf ~/p4tools sudo rm -rf ~/quagga sudo rm -rf ~/mininet sudo rm -rf ~/.mininet_history sudo rm -rf ~/.viminfo sudo rm -rf ~/.ssh sudo rm -rf ~/.cache/pip sudo apt-get clean sudo apt-get -y autoremove sudo rm -rf /tmp/* # Zerofill virtual hd to save space wh...
{ "pile_set_name": "Github" }
地震防災対策特別措置法施行令第二条第二項の額の算定に関する内閣府令 (平成十七年四月一日内閣府令第五十一号)  地震防災対策特別措置法施行令 (平成七年政令第二百九十五号)第二条第二項 の規定に基づき、地震防災対策特別措置法施行令第二条第二項の額の算定に関する内閣府令を次のように定める。  地震防災対策特別措置法施行令第二条第二項 の規定により加算する額は、地震防災対策特別措置法 (平成七年法律第百十一号。以下この項において「法」という。)第四条第三項 の事業に要する経費に対する通常の国の交付金の額に、当該事業につき法別表第一に掲げる割合を当該事業に要する経費に対する通常の国の負担若しくは補助の割合又はこれに相当するもので除し...
{ "pile_set_name": "Github" }
all : c.exe cplay.exe city.exe srvec.exe u2a.exe u2e.exe #all : u2e.exe # objects objs=main.obj main.c : readvue.c readinf.c readmat.c readasc.c util.c opt.c save.c osort.c # option flags asm_f = /ML /m9 /s /JJUMPS cdeb_f = /AL /c /W2 /Zi c_f = /AL /Oxaz /W2 /c # general compile orders .asm.obj...
{ "pile_set_name": "Github" }
using System; namespace NHibernate.Test.NHSpecificTest.GH2454 { public class Project { public virtual Guid Id { get; set; } public virtual string Name { get; set; } } public class Component { public virtual Guid Id { get; set; } public virtual string Name { get; set; } public virtual Project Project {...
{ "pile_set_name": "Github" }
category:诈骗 title:充值卡消费风险大 商家圈钱玩“失踪” content:近日,位于小十字的美食美客美食文化广场突然关门,众多手持充值卡的消费者无处消费。遭遇这样消费困扰的市民其实不少。 近日,位于小十字的美食美客美食文化广场突然关门,众多手持充值卡的消费者无处消费。遭遇这样消费困扰的市民其实不少。 近年来,充值消费流行,只需打开时尚一族的钱包,你会发现,除了商场和超市的积分卡及护肤品和服饰品牌的会员卡外,还有各类充值消费卡,而面对这些充值消费卡,买与不买开始困扰许多市民,因为一旦商家中途“失踪”,充值卡中的余额就无法消费。 买卡消费成时尚 “王小姐,您经常来我们美容店做保养,不如购买一张充值消费卡来得划算,不但可以...
{ "pile_set_name": "Github" }
require('../modules/core.function.part'); module.exports = require('../modules/_core').Function;
{ "pile_set_name": "Github" }
 using System; using System.Collections.Generic; namespace GMap.NET.Internals { /// <summary> /// tile load task /// </summary> internal struct LoadTask : IEquatable<LoadTask> { public GPoint Pos; public int Zoom; internal Core Core; public LoadTask(...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.ilm.sandwich" android:installLocation="auto" android:versionCode="51" android:versionName="2.4.11"> <uses-feature android:glEsVersion="0x00020000" android:require...
{ "pile_set_name": "Github" }
{ "version": "1.0.0-*", "dependencies": { }, "frameworks" : { } }
{ "pile_set_name": "Github" }
'use strict'; const build = require('@microsoft/node-library-build'); // This project doesn't have unit tests and GCB's Mocha doesn't play nice with Node 14, so disable Mocha build.mocha.enabled = false; build.instrument.enabled = false; build.initialize(require('gulp'));
{ "pile_set_name": "Github" }
""" @file @brief This file get the current version of openshot from the openshot.org website @author Jonathan Thomas <jonathan@openshot.org> @section LICENSE Copyright (c) 2008-2018 OpenShot Studios, LLC (http://www.openshotstudios.com). This file is part of OpenShot Video Editor (http://www.openshot.org), an ...
{ "pile_set_name": "Github" }
%%%% scimitar of Flaming Death Smokin'! %%%% scythe "Finisher" Uzun ve keskin tırpan. Savaşlar için özel olarak modifiye edilmiş %%%% sling "Punk" Garip mavi deriden yapılmış sapan. %%%% crossbow "Hellfire" Cehennem ateşinde dövülmüş ateşten bir arbelat; adı gibi güçlü ateşten oklar fırlatır %%%% robe of Augmentati...
{ "pile_set_name": "Github" }
#include "FWCore/Framework/interface/MakerMacros.h" #include "JetTracksAssociatorAtVertex.h" #include "JetTracksAssociatorExplicit.h" #include "JetTracksAssociatorAtCaloFace.h" #include "JetExtender.h" #include "JetSignalVertexCompatibility.h" DEFINE_FWK_MODULE(JetTracksAssociatorAtVertex); DEFINE_FWK_MODULE(JetTrack...
{ "pile_set_name": "Github" }
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b...
{ "pile_set_name": "Github" }
#ifndef __gl2_h_ #define __gl2_h_ /* $Revision: 20555 $ on $Date:: 2013-02-12 14:32:47 -0800 #$ */ /*#include <GLES2/gl2platform.h>*/ #ifdef __cplusplus extern "C" { #endif /* * This document is licensed under the SGI Free Software B License Version * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ . */...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <script> function Animal(name, age, brothers, sisters, sad) { this.name = name; this.age = age; this.brothers = brothers; this.sisters = sisters; this.sad = sad; } Animal.prototype.isSad = function() {...
{ "pile_set_name": "Github" }
// Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) // Test case found by fuzzing [ { return ( ) { struct d { { } init { let a { protocol A { class case ,
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. namespace Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets { using System.Management.Automation; /// <summary> /// <para type="synopsis">Creates...
{ "pile_set_name": "Github" }
'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; function getDecimals(n) { n = n + ''; var i = n.indexOf('.'); return (i == -1) ? 0 : n.length - i - 1; } function getVF(n, opt_pre...
{ "pile_set_name": "Github" }
/* -------------------------------------------------------------------------------- This source file is part of Hydrax. Visit http://www.ogre3d.org/tikiwiki/Hydrax Copyright (C) 2011 Jose Luis Cercós Pita <jlcercos@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of t...
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim:set ts=2 sw=2 sts=2 et cindent: */ /* 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 obtain one at http://mozilla.org/MPL/2....
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
{ "pile_set_name": "Github" }