text
stringlengths
2
99.9k
meta
dict
/*** * * Copyright (c) 1999, Valve LLC. All rights reserved. * * This product contains software technology licensed from Id * Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc. * All Rights Reserved. * * Use, distribution, and modification of this source code and/or resulting * ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <script> let test={ name:'yanle', age(){ console.log(`age is 15`) } }; let func=Object.create(test); </script> </body> </html>
{ "pile_set_name": "Github" }
<?php require_once("http.php"); require_once("auth_digest.php"); // ---------------------------------------------------------- // class Qiniu_Rio_PutExtra class Qiniu_Rio_PutExtra { public $Bucket = null; // 必选(未来会没有这个字段)。 public $Params = null; public $MimeType = null; public $ChunkSize = 0; // 可选。每次上传的Chunk大...
{ "pile_set_name": "Github" }
jasmine.TrivialReporter = function(doc) { this.document = doc || document; this.suiteDivs = {}; this.logRunningSpecs = false; }; jasmine.TrivialReporter.prototype.createDom = function(type, attrs, childrenVarArgs) { var el = document.createElement(type); for (var i = 2; i < arguments.length; i++) { var ...
{ "pile_set_name": "Github" }
{ "query": "query {\n field(parameter: \"\u043F\u0440\u0438\u0432\u0435\u0442\") {\n subField\n }\n}\n", "variables": null }
{ "pile_set_name": "Github" }
-- 21.07.2015 07:30 -- URL zum Konzept INSERT INTO AD_Process_Para (AD_Client_ID,AD_Element_ID,AD_Org_ID,AD_Process_ID,AD_Process_Para_ID,AD_Reference_ID,ColumnName,Created,CreatedBy,DefaultValue,Description,EntityType,FieldLength,IsActive,IsAutocomplete,IsCentrallyMaintained,IsEncrypted,IsMandatory,IsRange,Name,SeqNo...
{ "pile_set_name": "Github" }
#!/usr/bin/python # -*- coding: utf-8 -*- # # (c) 2015, René Moser <mail@renemoser.net> # # This file is part of Ansible # # Ansible 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 Lice...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <!-- Copyright (C) 2006, 2007 Anton Yuzhaninov Copyright (C) Nginx, Inc. --> <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> <module name="Module ngx_mail_imap_module" link="/en/docs/mail/ngx_mail_imap_module.html" lang="en" rev="1"> <section id="directives"...
{ "pile_set_name": "Github" }
struct acpi_smb_hc; enum acpi_smb_protocol { SMBUS_WRITE_QUICK = 2, SMBUS_READ_QUICK = 3, SMBUS_SEND_BYTE = 4, SMBUS_RECEIVE_BYTE = 5, SMBUS_WRITE_BYTE = 6, SMBUS_READ_BYTE = 7, SMBUS_WRITE_WORD = 8, SMBUS_READ_WORD = 9, SMBUS_WRITE_BLOCK = 0xa, SMBUS_READ_BLOCK = 0xb, SMBUS_PROCESS_CALL = 0xc, SMBUS_BLOC...
{ "pile_set_name": "Github" }
'use strict' require('./check-versions')() process.env.NODE_ENV = 'production' const ora = require('ora') const rm = require('rimraf') const path = require('path') const chalk = require('chalk') const webpack = require('webpack') const config = require('../config') const webpackConfig = require('./webpack.prod.conf')...
{ "pile_set_name": "Github" }
// Trees NEW // Gum tree material gum_branch { parent base diffuseMap gum_branch.png ambient 0.59 0.59 0.59 diffuse 0.59 0.59 0.59 alpha_rejection greater 128 cull_hardware none transparent true tree_wind true } material gum_bark { parent base diffuseMap gum_bark.png amb...
{ "pile_set_name": "Github" }
# 点赞歌曲 ## 接口地址 /api/v1/music/{music_id}/digg ## 请求方法 POST ### HTTP Status Code 201 ## 返回体 ```json5 { "status": true, "code": 0, "message": "点赞成功", "data": null } ```
{ "pile_set_name": "Github" }
using System; namespace ExpressMapper.Tests.Model.ViewModels { public class OrganizationViewModel : ContactViewModel, IEquatable<PersonViewModel> { public OrganizationViewModel() { IsOrganization = true; IsPerson = false; } public string Nam...
{ "pile_set_name": "Github" }
From e6735556ed0a5e791ea81a015a90c130a0eea060 Mon Sep 17 00:00:00 2001 From: Xi Wang <xi@mit.edu> Date: Wed, 20 Feb 2013 12:45:45 -0500 Subject: [PATCH] nice: fix overflow checking in int_add_no_wrap() In C, signed integer overflow is undefined behavior. Many compilers optimize away checks like `a + b < a'. Use safe...
{ "pile_set_name": "Github" }
package afero import ( "io" "os" "path/filepath" "syscall" ) // The UnionFile implements the afero.File interface and will be returned // when reading a directory present at least in the overlay or opening a file // for writing. // // The calls to // Readdir() and Readdirnames() merge the file os.FileInfo / names...
{ "pile_set_name": "Github" }
/** * Orko - Copyright © 2018-2019 Graham Crockford * * <p>This program 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 option) any later version. * *...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <HTML> <HEAD> <TITLE> ZTREE DEMO - Standard Data </TITLE> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="../../../css/demo.css" type="text/css"> <link rel="stylesheet" href="../../../css/zTreeStyle/zTreeStyle.css" type="text/css"> <script type="text...
{ "pile_set_name": "Github" }
/* * Copyright 2012 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
{ "pile_set_name": "Github" }
// Copyright 2012 Google Inc. All Rights Reserved. // // Use of this source code is governed by a BSD-style license // that can be found in the COPYING file in the root of the source // tree. An additional intellectual property rights grant can be found // in the file PATENTS. All contributing project authors may // be...
{ "pile_set_name": "Github" }
project "BulletFileLoader" kind "StaticLib" targetdir "../../../build/lib" includedirs { "../.." } files { "**.cpp", "**.h" }
{ "pile_set_name": "Github" }
namespace GraphQL.Language.AST { public enum OperationType { Query, Mutation, Subscription } }
{ "pile_set_name": "Github" }
#!/ bin / sh echo-- --------mksnapshot-- ---------echo $0 echo $1 echo $2 echo $3 echo $4 #qemu - arm / build / build - deb - arm - linux - \ gnueabihf / 3rdParty / V8 / v5 .7.0.0 / arm.release / mksnapshot $1 $2 $3 $4 @QEMU_ARCH @ @V8_TARGET_DIR @ / @V8_PROC_ARCH @.release / mksnapshot $1 $2 $3 $4
{ "pile_set_name": "Github" }
--- title: "InstallShield Limited Edition | Microsoft Docs" ms.date: 11/15/2016 ms.prod: "visual-studio-dev14" ms.technology: "vs-ide-deployment" ms.topic: conceptual ms.assetid: 151e46e5-86da-4336-b6d0-42b5326c4884 caps.latest.revision: 9 author: mikejo5000 ms.author: mikejo manager: jillfra --- # InstallShield Limite...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2003, Industrial Light & Magic, a division of Lucas // Digital Ltd. LLC // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the f...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: f3acae864dc04ed88a5f043aa32519e9 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {fileID: 2800000, guid: 8ac5213854cf4dbabd140decf8df1946, type: 3} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
#include "tommath.h" #ifdef BN_MP_INIT_C /* LibTomMath, multiple-precision integer library -- Tom St Denis * * LibTomMath is a library that provides multiple-precision * integer arithmetic as well as number theoretic functionality. * * The library was designed directly after the MPI library by * Michael Fromberge...
{ "pile_set_name": "Github" }
/* $Date: 2005/10/24 23:18:13 $ $RCSfile: mv88e1xxx.c,v $ $Revision: 1.49 $ */ #include "common.h" #include "mv88e1xxx.h" #include "cphy.h" #include "elmer0.h" /* MV88E1XXX MDI crossover register values */ #define CROSSOVER_MDI 0 #define CROSSOVER_MDIX 1 #define CROSSOVER_AUTO 3 #define INTR_ENABLE_MASK 0x6CA0 /...
{ "pile_set_name": "Github" }
# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 # ebuild generated by hackport 0.5.1.9999 CABAL_FEATURES="" inherit haskell-cabal DESCRIPTION="query tools for the local cabal database" HOMEPAGE="https://github.com/vincenthz/cabal-db" SRC_URI="https:/...
{ "pile_set_name": "Github" }
'use strict'; if (!require('./is-implemented')()) { Object.defineProperty(RegExp.prototype, 'search', { value: require('./shim'), configurable: true, enumerable: false, writable: true }); }
{ "pile_set_name": "Github" }
/* * Copyright (C)2014-2020 Haxe Foundation * * 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" }
<%= wrap_in_modules <<~rb class ApplicationMailer < ActionMailer::Base default from: 'from@example.com' layout 'mailer' end rb %>
{ "pile_set_name": "Github" }
// Pegasus Frontend // Copyright (C) 2017-2019 Mátyás Mustoha // // 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 3 of the License, or // (at your option) any later version. //...
{ "pile_set_name": "Github" }
/** * Contact: philipp.rescheneder@gmail.com */ #include "LinearRegression.h" #include <stdlib.h> #include <math.h> /* math functions */ int linreg(int n, std::unique_ptr<REAL[]> const & x, std::unique_ptr<REAL[]> const & y, REAL* m, REAL* b, REAL* r) { //int linreg(int n,...
{ "pile_set_name": "Github" }
opentracing on; {% if opentracing_config == nil or opentracing_config == empty %} {% assign opentracing_config = "conf.d/opentracing/jaeger.example.json" | filesystem | first%} {% endif %} {% if platform == "OSX" %} opentracing_load_tracer libjaegertracing.dylib {{ opentracing_config }}; {% else %} opentr...
{ "pile_set_name": "Github" }
<component name="CopyrightManager"> <settings default="" /> </component>
{ "pile_set_name": "Github" }
/*! * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) * * Copyright 2013-2017 bootstrap-select * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) */ (function (root, factory) { if (typeof define === 'function' && define.amd) { // AMD. Regist...
{ "pile_set_name": "Github" }
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2020 DBeaver Corp and 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/LICE...
{ "pile_set_name": "Github" }
<http://a.example/s> <http://a.example/p> "\n" .
{ "pile_set_name": "Github" }
# Classes TODO: Brief intro to classes. [Models](mvc/models) and [Controllers](mvc/controllers) are classes as well, but are treated slightly differently by Kohana. Read their respective pages to learn more. ## Helper or Library? Kohana 3 does not differentiate between "helper" classes and "library" classes like i...
{ "pile_set_name": "Github" }
// This code is in the public domain -- castano@gmail.com #include "nvmesh.h" // pch #include "AtlasPacker.h" #include "nvmesh/geometry/Measurements.h" #include "nvmesh/halfedge/Vertex.h" #include "nvmesh/halfedge/Face.h" #include "nvmesh/param/Atlas.h" #include "nvmesh/param/Util.h" #include "nvmesh/raster/Raster.h"...
{ "pile_set_name": "Github" }
<?php /** * This file is part of OXID eShop Community Edition. * * OXID eShop Community Edition 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 ...
{ "pile_set_name": "Github" }
/* @flow */ 'use strict'; import React from 'react'; import Immutable from 'immutable'; import { Animated, View, Text, Linking, Keyboard, Platform, Settings, Share, StatusBar, } from 'react-native'; import {WebView} from 'react-native-webview'; import Components from './WebViewScreenComponents'; i...
{ "pile_set_name": "Github" }
//<-- CLI SHELL MODE --> // ============================================================================= // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab // Copyright (C) 2011 - DIGITEO - Allan CORNET // // This file is distributed under the same license as the Scilab package. // ===================...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2015, BMW Car IT GmbH * * Author: Sebastian Mattheis <sebastian.mattheis@bmw-carit.de> * * 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...
{ "pile_set_name": "Github" }
{ lib, stdenv, fetchFromGitHub, cmake, pkgconfig, unbound, openssl, boost , lmdb, miniupnpc, readline }: stdenv.mkDerivation rec { pname = "dero"; version = "0.11.7"; src = fetchFromGitHub { owner = "deroproject"; repo = "dero"; rev = "v${version}"; sha256 = "1v8b9wbmqbpyf4jpc0v276qzk3hc5fpddcmw...
{ "pile_set_name": "Github" }
from __future__ import print_function from __future__ import absolute_import # -------------------------------------------------------- # Fast R-CNN # Copyright (c) 2015 Microsoft # Licensed under The MIT License [see LICENSE for details] # Written by Ross Girshick # ----------------------------------------------------...
{ "pile_set_name": "Github" }
--- layout: documentation title: TZ06 - ZWave --- {% include base.html %} # TZ06 In Wall Dual Relay(1 Way) Switch Module 2x 1.5kW This describes the Z-Wave device *TZ06*, manufactured by *TKB Home* with the thing type UID of ```tkb_tz06_00_000```. The device is in the category of *Wall Switch*, defining Any device a...
{ "pile_set_name": "Github" }
{}
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>ZIP 309: Blind Off-chain Lightweight Transactions (BOLT)</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head> <body> <section> <pre>ZIP: 309 Title: Blind Off-chain...
{ "pile_set_name": "Github" }
class Subclass is Range {} // expect runtime error: Class 'Subclass' cannot inherit from built-in class 'Range'.
{ "pile_set_name": "Github" }
// 20.2.2.30 Math.sinh(x) var $export = require('./$.export') , expm1 = require('./$.math-expm1') , exp = Math.exp; // V8 near Chromium 38 has a problem with very small numbers $export($export.S + $export.F * require('./$.fails')(function(){ return !Math.sinh(-2e-17) != -2e-17; }), 'Math', { sinh: functi...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "iphone", "scale" : "1x" }, { "idiom" : "iphone", "filename" : "PlayerBotHit_8_02_100.png", "scale" : "2x" }, { "idiom" : "iphone", "filename" : "PlayerBotHit_8_02_180.png", "scale" : "3x" }, { "idiom" : "ipad...
{ "pile_set_name": "Github" }
/*global SelectBox, gettext, interpolate, quickElement, SelectFilter*/ /* SelectFilter2 - Turns a multiple-select box into a filter interface. Requires jQuery, core.js, and SelectBox.js. */ (function($) { 'use strict'; function findForm(node) { // returns the node of the form containing the given node ...
{ "pile_set_name": "Github" }
class NewClass1 { } class NewClass3 { } class NewClass4 { } class NewClass5 { }
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. * * This program and the accompanying materials are made av...
{ "pile_set_name": "Github" }
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Em...
{ "pile_set_name": "Github" }
// Copyright 2018 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 NET_NETWORK_ERROR_LOGGING_NETWORK_ERROR_LOGGING_TEST_UTIL_H_ #define NET_NETWORK_ERROR_LOGGING_NETWORK_ERROR_LOGGING_TEST_UTIL_H_ #include <strin...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. #
{ "pile_set_name": "Github" }
#!/usr/bin/env python # # This file is used to test host- and service-downtimes. # import sys from sys import __stdout__ from functools import partial import time import datetime import os import string import re import random import copy import locale import unittest2 as unittest # import the shinken library fro...
{ "pile_set_name": "Github" }
/*************************************************************************** finddialoglite.cpp - K Desktop Planetarium ------------------- begin : Wed Jul 29 2016 copyright : (C) 2016 by Artem Fedoskin email :...
{ "pile_set_name": "Github" }
# Copyright 2020 MONAI Consortium # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, s...
{ "pile_set_name": "Github" }
/// <reference path="main/ambient/es6-shim/es6-shim.d.ts" /> /// <reference path="main/ambient/googlemaps/googlemaps.d.ts" />
{ "pile_set_name": "Github" }
#include <openssl/opensslconf.h> #ifdef OPENSSL_NO_SRP # include <stdio.h> int main(int argc, char *argv[]) { printf("No SRP support\n"); return (0); } #else # include <openssl/srp.h> # include <openssl/rand.h> # include <openssl/err.h> static void showbn(const char *name, const BIGNUM *bn) { fputs(nam...
{ "pile_set_name": "Github" }
// // BmobBatch.h // BmobSDK // // Created by Bmob on 14-4-21. // Copyright (c) 2014年 Bmob. All rights reserved. // #import <Foundation/Foundation.h> @interface BmobObjectsBatch : NSObject /** * 创建某条数据,可多次调用 * * @param className 表名 * @param para 要创建的列名跟列的值 */ -(void)saveBmobObjectWithClassName:(NSSt...
{ "pile_set_name": "Github" }
// Metadata version: v4.0.30319 .assembly extern mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4.. .ver 4:0:0:0 } .assembly Issue1918 { .ver 1:0:0:0 } .module Issue1918.exe .imagebase 0x00400000 .file alignment 0x00000200 .stackreserve 0x00100000 .subsystem 0x0003 ...
{ "pile_set_name": "Github" }
#!/bin/sh set -e docker-compose -f docker-compose.yaml up
{ "pile_set_name": "Github" }
using System; using UIKit; using CoreGraphics; using Foundation; using System.Reactive.Linq; using System.Reactive.Subjects; namespace CodeBucket.DialogElements { public class EntryElement : Element { private string _currentValue; /// <summary> /// The value of the En...
{ "pile_set_name": "Github" }
// Copyright 2011 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 ssh import ( "bytes" "math/big" "math/rand" "reflect" "testing" "testing/quick" ) var intLengthTests = []struct { val, length int }{ {0, 4 + 0...
{ "pile_set_name": "Github" }
AVR (Audio Visual Research) sound format ---------------------------------------- version 1.0 - Atari ST/STE format - developped by 2-BIT systems (Microdeal) - source : ST mag #42, pages 26, by Sebastien Mougey - 0xnnnn are hexadecimal values offset type length name comments -------------------------...
{ "pile_set_name": "Github" }
// -*- C++ -*- // Copyright (C) 2005-2013 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library 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...
{ "pile_set_name": "Github" }
#-- encoding: UTF-8 #-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2020 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. # # OpenProject is a fork of ChiliProje...
{ "pile_set_name": "Github" }
//ERROR: match import java.util.ArrayList; //ERROR: match import java.util.List; class Foo { }
{ "pile_set_name": "Github" }
45
{ "pile_set_name": "Github" }
using Chloe.DbExpressions; using System.Linq; namespace Chloe.SqlServer.MethodHandlers { class EndsWith_Handler : IMethodHandler { public bool CanProcess(DbMethodCallExpression exp) { if (exp.Method != PublicConstants.MethodInfo_String_EndsWith) return false; ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2013 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unle...
{ "pile_set_name": "Github" }
/* ---------------------------------------------------------------------------- */ /* Atmel Microcontroller Software Support */ /* SAM Software Package License */ /* -----------------------------------------------------------------...
{ "pile_set_name": "Github" }
# Copyright (C) Dominik Picheta. All rights reserved. # BSD-3-Clause License. Look at license.txt for more info. import osproc, streams, unittest, strutils, os, sequtils, future var rootDir = getCurrentDir().parentDir() var exePath = rootDir / "bin" / addFileExt("choosenim", ExeExt) var nimbleDir = rootDir / "tests" /...
{ "pile_set_name": "Github" }
# ========================================================================= # This makefile was generated by # Bakefile 0.2.9 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= include ../../build/msw...
{ "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/. ----------------------------------------------------------*/ us...
{ "pile_set_name": "Github" }
/*===================================================================== QGroundControl Open Source Ground Control Station (c) 2009, 2010 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org> This file is part of the QGROUNDCONTROL project QGROUNDCONTROL is free software: you can redistribute it and/or ...
{ "pile_set_name": "Github" }
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ declare(strict_types=1); namespace Magento\Sales\Test\Unit\Observer\Frontend; use Magento\Customer\Helper\Address; use Magento\Customer\Model\Address\AbstractAddress; use Magento\Framework\Event\Observer; use Magen...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visuals...
{ "pile_set_name": "Github" }
/* * Harbour source code formatter (command-line wrapper) * * Copyright 2009 Alexander S.Kresin <alex@belacy.belgorod.su> * * 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 ...
{ "pile_set_name": "Github" }
#!/usr/bin/env ruby require 'test/unit' require 'rake' # ==================================================================== class TestPathMap < Test::Unit::TestCase include TestMethods def test_returns_self_with_no_args assert_equal "abc.rb", "abc.rb".pathmap end def test_s_returns_file_separator ...
{ "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/. */ /* This is for styling the menus of the viewsource window */
{ "pile_set_name": "Github" }
name: "Inder" designer: "Sorkin Type" license: "OFL" category: "SANS_SERIF" date_added: "2011-12-19" fonts { name: "Inder" style: "normal" weight: 400 filename: "Inder-Regular.ttf" post_script_name: "Inder-Regular" full_name: "Inder" copyright: "Copyright (c) 2010 by Sorkin Type Co (eben@eyebytes.com) wit...
{ "pile_set_name": "Github" }
lf lf crlf lf lf
{ "pile_set_name": "Github" }
$NetBSD: patch-src_3rdparty_javascriptcore_JavaScriptCore_runtime_JSValue.h,v 1.1 2014/12/30 17:23:47 adam Exp $ --- src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h.orig 2013-11-27 01:00:27.000000000 +0000 +++ src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h @@ -491,7 +491,7 @@ namespace JSC {...
{ "pile_set_name": "Github" }
/** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ // // Styles for emails // _____________________________________________ // See comments in source/_email-base.less for explanation of email styles @import 'source/lib/_lib.less'; // Global lib @import 'source/lib/va...
{ "pile_set_name": "Github" }
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. import os from setuptools import setup, find_packages def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() NAME = 'recognizers-text-choice' VERSION = '1.0.0.a0' REQUIRES =...
{ "pile_set_name": "Github" }
# See the OWNERS docs at https://go.k8s.io/owners reviewers: - deads2k - mbohlool
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <annotation> <folder>widerface</folder> <filename>18--Concerts_18_Concerts_Concerts_18_784.jpg</filename> <source> <database>wider face Database</database> <annotation>PASCAL VOC2007</annotation> <image>flickr</image> <flickrid>-1</flickrid> </source> <owner> <flickrid>yanyu</flickrid> <name>yany...
{ "pile_set_name": "Github" }
#include "transfer_file_manager.h" namespace nim_comp { TransferFileManager::TransferFileManager() { } TransferFileManager::~TransferFileManager() { } bool TransferFileManager::AddItem(const std::string& session_box_id, std::string& transfer_file_session_id, MsgBubbleItem* msg_bubble) { auto ite...
{ "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" }
// // MJRefreshBackStateFooter.m // MJRefreshExample // // Created by MJ Lee on 15/6/13. // Copyright © 2015年 小码哥. All rights reserved. // #import "MJRefreshBackStateFooter.h" @interface MJRefreshBackStateFooter() { /** 显示刷新状态的label */ __unsafe_unretained UILabel *_stateLabel; } /** 所有状态对应的文字 */ @property...
{ "pile_set_name": "Github" }
--- title: "Error Notifications in Airflow" description: "Managing Error Notifications" date: 2018-05-21T00:00:00.000Z slug: "error-notifications-in-airflow" heroImagePath: null tags: ["Building DAGs", "Redshift", "IMAP"] --- # Error Reporting on Airflow Email notifications are great for monitoring Airflow workflows....
{ "pile_set_name": "Github" }
#!/bin/sh set -e echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" install_framework() { if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then local source="${BUILT_PRO...
{ "pile_set_name": "Github" }
--- name: Feature request about: Suggest an idea for this project labels: --- **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** A clear and concise description of what y...
{ "pile_set_name": "Github" }
# # Makefile for WinSock Wrapper (for WinSock 2.0) # # Copyright (c) 2000 Japan Network Information Center. All rights reserved. # # By using this file, you agree to the terms and conditions set forth bellow. # # LICENSE TERMS AND CONDITIONS # # The following License Terms and Conditions apply, unless a diffe...
{ "pile_set_name": "Github" }
param( [Parameter(Mandatory=$true)][string] $InputPath, # Full path to directory where NuGet packages to be checked are stored [Parameter(Mandatory=$true)][string] $ExtractPath, # Full path to directory where the packages will be extracted during validation [Parameter(Mandatory=$true)][string] $SymbolTo...
{ "pile_set_name": "Github" }