text
stringlengths
2
99.9k
meta
dict
# # # Copyright (c) 1999, 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 Software Fo...
{ "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: AssemblyTi...
{ "pile_set_name": "Github" }
// ---- Created with 3Dmigoto v1.3.16 on Tue Nov 19 19:22:52 2019 SamplerState s_s : register(s0); Texture2D<sint> Tex2d : register(t0); Texture2DArray<sint2> Tex2dArray : register(t1); TextureCube<sint3> TexCube : register(t2); TextureCubeArray<float2> TexCubeArray : register(t3); // 3Dmigoto declarations #define c...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <KScriptSetting> <Name>webService</Name> <Description>webService</Description> <Example>webService</Example> <Props /> <Methods> <Method> <Name>call</Name> <Description>call</Description> <Example>call</Example> <Params> <Param> ...
{ "pile_set_name": "Github" }
<!-- begin header.html --> <!-- The OpenGL Extension Wrangler Library Copyright (C) 2008-2015, Nigel Stewart <nigels[]users sourceforge net> Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org> Copyright (C) 2002-2008, Marcelo E. Magallon <mmagallo[]debian org> Copyright (C) 2002, Lev Povalahev All rights reser...
{ "pile_set_name": "Github" }
from anaconda_verify import __version__ from anaconda_verify.package import CondaPackageCheck assert CondaPackageCheck.no_easy_install_script assert __version__ == '1.3.8', __version__
{ "pile_set_name": "Github" }
--- name: Improvement request about: Suggest an improvment for this project title: "[IMPROVEMENT]" labels: enhancement assignees: romankh3 --- ** Describe your idea of the improvement **
{ "pile_set_name": "Github" }
import com.android.build.gradle.internal.tasks.factory.dependsOn import com.appmattus.markdown.rules.LineLengthRule import com.appmattus.markdown.rules.ProperNamesRule import org.jetbrains.dokka.gradle.DokkaMultiModuleTask import org.jetbrains.dokka.gradle.DokkaTask buildscript { repositories { google() ...
{ "pile_set_name": "Github" }
// Copyright Joyent, Inc. and other Node contributors. // // 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, modi...
{ "pile_set_name": "Github" }
/* Minimal Linux Intel Processor Trace driver. */ /* * Copyright (c) 2015, Intel Corporation * Author: Andi Kleen * 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...
{ "pile_set_name": "Github" }
{ "name": "otoroshi-tcp-udp-tunnel-client-gui", "version": "1.0.0", "main": "src/app.js", "scripts": { "start": "electron .", "dist-mac": "electron-packager . otoroshi-tunneling-client --overwrite --out=./dist --platform=darwin", "dist": "electron-packager . otoroshi-tunneling-client --overwrite --o...
{ "pile_set_name": "Github" }
<?php namespace Runalyze\Migrations; use Doctrine\DBAL\Migrations\AbstractMigration; use Doctrine\DBAL\Schema\Schema; use Symfony\Component\DependencyInjection\ContainerAwareInterface; use Symfony\Component\DependencyInjection\ContainerInterface; /** * add runscribe data to trackdata */ class Version20180117090538...
{ "pile_set_name": "Github" }
// DO NOT EDIT ! // This file was generated automatically from 'src/mako/cli/main.rs.mako' // DO NOT EDIT ! #![allow(unused_variables, unused_imports, dead_code, unused_mut)] #[macro_use] extern crate clap; extern crate yup_oauth2 as oauth2; extern crate yup_hyper_mock as mock; extern crate hyper_rustls; extern crate ...
{ "pile_set_name": "Github" }
/** * Copyright (C) 2016-2018 Xilinx, Inc * * Licensed under the Apache License, Version 2.0 (the "License"). You may * not use this file except in compliance with the License. A copy of the * License is located at * Common XRT SAK Util functions * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless r...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 # Copyright (c) 2018 The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test createwallet arguments. """ from test_framework.test_framework import BitcoinTestFramework from test_f...
{ "pile_set_name": "Github" }
umask 0022 tee etc/apt/sources.list <<EOF deb http://mirror.yandex.ru/debian stretch main contrib non-free deb http://mirror.yandex.ru/debian stretch-updates main contrib non-free deb http://mirror.yandex.ru/debian-security stretch/updates main contrib non-free EOF apt-get update export DEBIAN_FRONTEND="noninteracti...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash # # Copyright (C) 2009 Red Hat, Inc. # Copyright (c) 2000-2003,2006 Silicon Graphics, Inc. All Rights Reserved. # # 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. # # This pr...
{ "pile_set_name": "Github" }
# Microsoft Developer Studio Generated Dependency File, included by Emf9.mak
{ "pile_set_name": "Github" }
inline primitive ffi abi reloadLowcodeStateAfterCallout <option: #LowcodeVM> <var: #initialShadowCallStackPointer type: #'char*' > | calloutStateSize initialShadowCallStackPointer | calloutStateSize := self sizeof: #'sqLowcodeCalloutState'. initialShadowCallStackPointer := (self shadowCallStackPointerIn: localFP...
{ "pile_set_name": "Github" }
{ "jsonSchemaSemanticVersion": "1.0.0", "imports": [ { "corpusPath": "cdm:/foundations.1.1.cdm.json" }, { "corpusPath": "/core/operationsCommon/Common.1.0.cdm.json", "moniker": "base_Common" }, { "corpusPath": "/core/operationsCommon/DataEntityView.1.0.cdm.json", "m...
{ "pile_set_name": "Github" }
name: linux-arm-cpu-gcc on: [push, pull_request] jobs: linux-gcc-arm: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - name: cache-qemu id: cache-qemu uses: actions/cache@v1 with: path: qemu-install key: qemu-arm-install-1 - name: checkout-qemu if...
{ "pile_set_name": "Github" }
/*------------------------------------------------------------------------- crc16.c - CRC16 checksum generation Copyright (C) 2005, Vangelis Rokas <vrokas at otenet.gr> 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...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2007 Joel de Guzman 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) ====================================================...
{ "pile_set_name": "Github" }
/*! * lunr.Vector * Copyright (C) @YEAR Oliver Nightingale */ /** * lunr.Vectors implement vector related operations for * a series of elements. * * @constructor */ lunr.Vector = function () { this._magnitude = null this.list = undefined this.length = 0 } /** * lunr.Vector.Node is a simple struct for e...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2007 Mockito contributors * This program is made available under the terms of the MIT License. */ package org.mockito.internal; import java.util.Collections; import java.util.List; import org.mockito.MockedConstruction; import org.mockito.exceptions.base.MockitoException; import org.mockito.inte...
{ "pile_set_name": "Github" }
FROM arm64v8/php:7.4.9-cli ENV DEBIAN_FRONTEND noninteractive ENV TERM xterm-color ARG DEV_MODE ENV DEV_MODE $DEV_MODE COPY ./rootfilesystem/ / RUN \ curl \ -sfL \ --connect-timeout 5 \ --max-time 15 \ --retry ...
{ "pile_set_name": "Github" }
// // Authors: // Rafael Mizrahi <rafim@mainsoft.com> // Erez Lotan <erezl@mainsoft.com> // Vladimir Krasnov <vladimirk@mainsoft.com> // // // Copyright (c) 2002-2005 Mainsoft Corporation. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated...
{ "pile_set_name": "Github" }
<html lang="en"> <head> <title>i386-Bugs - Using as</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Using as"> <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="i386_002dDependent.html#i386_002dDepende...
{ "pile_set_name": "Github" }
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PA...
{ "pile_set_name": "Github" }
--TEST-- Test formatting array statements --FILE-- <?php trait PropertiesTrait1 { public %$x%| = 1; public function smallTalk1() { echo 'a'; } public function bigTalk() { echo 'A'; } } trait PropertiesTrait2 { public $x = 1; public $y = 1; public $z = 1; public funct...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <plugin game="ReachBeta" baseSize="0xC0"> <!-- Automatically generated plugin --> <revisions> <revision author="Assembly" version="1">Generated plugin from scratch.</revision> </revisions> <tagblock name="Default Bitmaps" offset="0x0" visible="true" elementSize="0x14"> <in...
{ "pile_set_name": "Github" }
#ifndef SEHCHAINVIEW_H #define SEHCHAINVIEW_H #include "StdTable.h" class SEHChainView : public StdTable { Q_OBJECT public: explicit SEHChainView(StdTable* parent = 0); void setupContextMenu(); protected slots: void updateSEHChain(); void contextMenuSlot(const QPoint pos); void...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2014 Richard Warburton (richard.warburton@gmail.com) * <p> * 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 right...
{ "pile_set_name": "Github" }
/* * HCS API * * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * API version: 2.1 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) */ package hcsschema type Memory2 struct { SizeInMB int32 `json:"SizeInMB,omitempty"`...
{ "pile_set_name": "Github" }
// Code generated by smithy-go-codegen DO NOT EDIT. package pinpoint import ( "context" awsmiddleware "github.com/aws/aws-sdk-go-v2/aws/middleware" "github.com/aws/aws-sdk-go-v2/aws/retry" "github.com/aws/aws-sdk-go-v2/aws/signer/v4" "github.com/aws/aws-sdk-go-v2/service/pinpoint/types" smithy "github.com/awsla...
{ "pile_set_name": "Github" }
/* * 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" }
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\HttpKernel\Fragment; use Symfony\Component\HttpFounda...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Web.WebPages.OAuth; using Movies.Models; namespace Movies { public static class AuthConfig { public static void RegisterAuth() { // To let users of this site log in using their acc...
{ "pile_set_name": "Github" }
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ILocator.cs" company="Catel development team"> // Copyright (c) 2008 - 2015 Catel development team. All rights reserved. // </copyright> // -------------------------------------...
{ "pile_set_name": "Github" }
# frozen_string_literal: true class AddIndexToTags < ActiveRecord::Migration[5.0] include Gitlab::Database::MigrationHelpers DOWNTIME = false INDEX_NAME = 'index_tags_on_name_trigram' disable_ddl_transaction! def up add_concurrent_index :tags, :name, name: INDEX_NAME, using: :gin, opclass: { name: :gi...
{ "pile_set_name": "Github" }
package com.fpinjava.handlingerrors.listing07_10; import com.fpinjava.common.Function; import com.fpinjava.common.Supplier; import java.io.Serializable; public abstract class Result<V> implements Serializable { @SuppressWarnings("rawtypes") private static Result empty = new Empty(); private Result() { } ...
{ "pile_set_name": "Github" }
#! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002 Free Software Foundation, Inc. timestamp='2002-09-05' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GN...
{ "pile_set_name": "Github" }
/* * * Copyright (c) 2003 * John Maddock * * 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) * */ /* * LOCATION: see http://www.boost.org for most recent version. ...
{ "pile_set_name": "Github" }
/* * The MIT License (MIT) * * Copyright (c) 2018 Playtika * * 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, modif...
{ "pile_set_name": "Github" }
/** * * Phantom OS * * Copyright (C) 2005-2011 Dmitry Zavalishin, dz@dz.ru * * PCI bus support interfaces. * * **/ /* ** ** Portions copyright 1999 Brian J. Swetland. All rights reserved. ** Distributed under the terms of the OpenBLT License */ #ifndef _PCI_H #define _PCI_H #include <phantom_types.h> #inclu...
{ "pile_set_name": "Github" }
SELECT (extract(epoch from now()) * 1e9)::int8 as epoch_ns, schemaname::text as tag_schema, relname::text as tag_table_name, quote_ident(schemaname)||'.'||quote_ident(relname) as tag_table_full_name, heap_blks_read, heap_blks_hit, idx_blks_read, idx_blks_hit, toast_blks_read, toast_blks_hit, tidx_...
{ "pile_set_name": "Github" }
#include <stdexcept> #include "OnlineDB/Oracle/interface/Oracle.h" #include "OnlineDB/EcalCondDB/interface/MonRunIOV.h" #include "OnlineDB/EcalCondDB/interface/MonRunTag.h" #include "OnlineDB/EcalCondDB/interface/RunIOV.h" #include "OnlineDB/EcalCondDB/interface/Tm.h" #include "OnlineDB/EcalCondDB/interface/DateHandle...
{ "pile_set_name": "Github" }
#!/bin/sh set -e -x CONFIG_FILE="/tmp/configs/copy_all_test_config.json" COMMON_CONFIG="/tmp/configs/common_config.json" TMP_CONFIG="/tmp/configs/tmp_config.json" cat ${CONFIG_FILE} > ${TMP_CONFIG} echo "," >> ${TMP_CONFIG} cat ${COMMON_CONFIG} >> ${TMP_CONFIG} /tmp/scripts/wrap_config_file.sh ${TMP_CONFIG} mkdir /tm...
{ "pile_set_name": "Github" }
/* * Copyright 2017 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...
{ "pile_set_name": "Github" }
/* ***** BEGIN LICENSE BLOCK ***** * Distributed under the BSD license: * * Copyright (c) 2012, Ajax.org B.V. * 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 sou...
{ "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" }
<?php namespace GuzzleHttp; use Psr\Http\Message\RequestInterface; /** * Creates a composed Guzzle handler function by stacking middlewares on top of * an HTTP handler function. */ class HandlerStack { /** @var callable */ private $handler; /** @var array */ private $stack = []; /** @var call...
{ "pile_set_name": "Github" }
from .. utils import TranspileTestCase, BuiltinFunctionTestCase class ObjectTests(TranspileTestCase): pass class BuiltinObjectFunctionTests(BuiltinFunctionTestCase, TranspileTestCase): function = "object" not_implemented = [ 'test_noargs', 'test_bool', 'test_bytearray', ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <solid android:color="@color/white" /> <corners android:radius="4dp" /> </shape>
{ "pile_set_name": "Github" }
--- title: Downloads keywords: Dubbo, Downloads, Version description: This article will introduce you how to understand the details of each version and upgrade matters needing attention. --- # Downloads ## Verification you can follow these [procedures](https://www.apache.org/info/verification) and the [KEYS](http...
{ "pile_set_name": "Github" }
.messager-body { padding: 10px; overflow: hidden; } .messager-button { text-align: center; padding-top: 10px; } .messager-button .l-btn { width: 70px; } .messager-icon { float: left; width: 32px; height: 32px; margin: 0 10px 10px 0; } .messager-error { background: url('images/messager_icons.png') no...
{ "pile_set_name": "Github" }
--- layout: "cloudflare" page_title: "Cloudflare: cloudflare_zone_settings_override" sidebar_current: "docs-cloudflare-resource-zone-settings-override" description: |- Provides a resource which customizes Cloudflare zone settings. --- # cloudflare_zone_settings_override Provides a resource which customizes Cloudfla...
{ "pile_set_name": "Github" }
# Copyright (c) 2015-2016, The Authors and Contributors # <see AUTHORS file> # 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 n...
{ "pile_set_name": "Github" }
here's a rarity : a children's film that attempts to tackle a weighty subject , is there a god ? done well , it could have been a gem among the wasteland of modern children's cinema . unfortunately , it isn't . with jumbled messages , and an unclear audience , wide awake was better left asleep . fifth grader joshua...
{ "pile_set_name": "Github" }
import * as React from "react"; import * as THREE from "three"; import { Canvas, useLoader, useFrame, PointerEvent } from "react-three-fiber"; import { getOptimalDimensions } from "./util"; import { animated, useSpring, SpringValue } from "@react-spring/three"; import { useGesture } from "react-use-gesture"; import { d...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright 2012-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * Licensed under the Apache License, Version 2.0 (the "License"). You may not use * this file except in compliance with the License. A copy of the License...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2019 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" }
 using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Reflection; using System.Linq; using Snowflake.Configuration.Attributes; using Snowflake.Filesystem; using Snowflake.Configuration.Extensions; using Castle.Core.Internal; using Snowflake.Configuration.Input; namespace Sn...
{ "pile_set_name": "Github" }
source.. = src/test/java/,\ src/test/resources/ output.. = target/test-classes/ bin.includes = META-INF/,\ .,\ NOTICE
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <!-- 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 (...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Console\Helper; use Symfony\Component\Console\Excepti...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2010-2012 Project SkyFire <http://www.projectskyfire.org/> * Copyright (C) 2005-2012 MaNGOS <http://www.getmangos.com/> * Copyright (C) 2008-2012 Trinity <http://www.trinitycore.org/> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Genera...
{ "pile_set_name": "Github" }
<?php // +---------------------------------------------------------------------- // | ThinkPHP [ WE CAN DO IT JUST THINK IT ] // +---------------------------------------------------------------------- // | Copyright (c) 2006-2014 http://thinkphp.cn All rights reserved. // +----------------------------------------------...
{ "pile_set_name": "Github" }
<!-- ~ 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, software ...
{ "pile_set_name": "Github" }
// Generated from definition io.k8s.api.authentication.v1.TokenReviewStatus /// TokenReviewStatus is the result of the token authentication request. #[derive(Clone, Debug, Default, PartialEq)] pub struct TokenReviewStatus { /// Audiences are audience identifiers chosen by the authenticator that are compatible with...
{ "pile_set_name": "Github" }
import React from 'react'; import { Switch,Icon } from '@lugia/lugia-web'; import styled from 'styled-components'; export const DemoItem=styled.div` padding:0 20px 20px 0; `; export default class BaseSwitch extends React.Component { onchange = v => { }; render() { return ( <DemoItem> <div>...
{ "pile_set_name": "Github" }
/* * * Copyright 2015 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" }
framework module SDWebImage { umbrella header "SDWebImage.h" export * module * { export * } }
{ "pile_set_name": "Github" }
Scenario: I want to show that different parameter delimiters can be configured via the ParameterControls Given a [parameter] Examples: |parameter| |value| Scenario: I want to show that parameter values are correctly delimited, even when the values are overlapping Given a stock of symbol 10ABCDEF and a threshold o...
{ "pile_set_name": "Github" }
/* Copyright 2015 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
{ "metadata":{ "apiVersion":"2014-11-11", "endpointPrefix":"lambda", "serviceFullName":"AWS Lambda", "serviceId":"Lambda", "signatureVersion":"v4", "protocol":"rest-json" }, "documentation":"<fullname>AWS Lambda</fullname> <p><b>Overview</b></p> <p>This is the AWS Lambda API Reference. The...
{ "pile_set_name": "Github" }
<html> <head> <title>Version Check</title> <script src="//js.leapmotion.com/leap-0.4.3.min.js"></script> <script type="text/javascript" src="../main/leap-plugins-0.1.4.js"></script> <script type="text/javascript"> Leap.loop(function(frame){ console.log('f'); }); </script> </...
{ "pile_set_name": "Github" }
#! [contains] argument number does not match for lambda funcdef void ptr_t(int i); \a b { <<< a, " ", b >>>; } @=> var ptr_t ptr; ptr(2);
{ "pile_set_name": "Github" }
{ "Logging": { "IncludeScopes": false, "LogLevel": { "Default": "Verbose", "System": "Information", "Microsoft": "Information" } } }
{ "pile_set_name": "Github" }
using Loon.Utils; namespace Loon.Action.Sprite.Node { public class LNProgressBar : LNSprite { private float _percent; private LNProgressBar.BarType _type; public LNProgressBar() { this._type = BarType.PROGRESS_BAR_LEFT; } public LNProgressBar(string fsName):base(fsName) { this._type = BarType....
{ "pile_set_name": "Github" }
package im.actor.server.userconfig import akka.actor.{ ActorSystem, ExtendedActorSystem, Extension, ExtensionId, ExtensionIdProvider } import im.actor.api.rpc.configs.UpdateParameterChanged import im.actor.hook.{ Hook2, Hook3, HooksStorage2, HooksStorage3 } import im.actor.server.db.DbExtension import im.actor.server....
{ "pile_set_name": "Github" }
/* * (C) Copyright IBM Corp. 1998 - 2013 - All Rights Reserved * */ #include "LETypes.h" #include "OpenTypeTables.h" #include "GlyphPositioningTables.h" #include "CursiveAttachmentSubtables.h" #include "AnchorTables.h" #include "GlyphIterator.h" #include "OpenTypeUtilities.h" #include "LESwaps.h" U_NAMESPACE_BEGIN...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2011 Joel de Guzman Copyright (c) 2001-2011 Hartmut Kaiser 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...
{ "pile_set_name": "Github" }
// Copyright 2012 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 present import ( "bytes" "html" "html/template" "strings" "unicode" "unicode/utf8" ) /* Fonts are demarcated by an initial and final char brack...
{ "pile_set_name": "Github" }
#include "f2c.h" #include "blaswrap.h" /* Subroutine */ int drotmg_(doublereal *dd1, doublereal *dd2, doublereal * dx1, doublereal *dy1, doublereal *dparam) { /* Initialized data */ static doublereal zero = 0.; static doublereal one = 1.; static doublereal two = 2.; static doublereal g...
{ "pile_set_name": "Github" }
/* Copyright IBM Corp. 2016 All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in wri...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <PMML xmlns="http://www.dmg.org/PMML-4_1" version="4.1"> <Header/> <DataDictionary/> </PMML>
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &-8025750194640518026 MonoBehaviour: m_ObjectHideFlags: 11 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: ...
{ "pile_set_name": "Github" }
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24"> <path android:fillColor="@android:color/white" android:pathData="M12.5,8c-2.65,0 -5.05,0.99 -6.9,2.6L2,7v9h9l-3.62,-3....
{ "pile_set_name": "Github" }
// linux/mksysnum.pl -Wall -Werror -static -I/tmp/include /tmp/include/asm/unistd.h // Code generated by the command above; see README.md. DO NOT EDIT. // +build mips,linux package unix const ( SYS_SYSCALL = 4000 SYS_EXIT = 4001 SYS_FORK = 4002 SYS_READ ...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" colors="true" verbose="true" backupGlobals="false" beStrictAboutOutputDuringTests="true" beStrictAboutTestsThatDoNotTestAnything="true" > <t...
{ "pile_set_name": "Github" }
package Perl::Critic::Policy::InputOutput::RequireBracedFileHandleWithPrint; use 5.006001; use strict; use warnings; use Readonly; use Perl::Critic::Utils qw{ :severities :classification :data_conversion }; use base 'Perl::Critic::Policy'; our $VERSION = '1.139_01'; #------------------------------------------------...
{ "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" }
const { Application } = require('spectron') const os = require('os') const delay = require('./common/wait') const basicTermTest = require('./common/basic-terminal-test') const platform = os.platform() const isWin = platform.startsWith('win') const appOptions = require('./common/app-options') describe('terminal', funct...
{ "pile_set_name": "Github" }
def foo(x : str, y : int): return x + y x = 4.0 y = 4 foo(x, y)
{ "pile_set_name": "Github" }
<UserSettings> <ApplicationIdentity version="10.0"/> <ToolsOptions> <ToolsOptionsCategory name="Environment" RegisteredName="Environment"/> </ToolsOptions> <Category name="Environment_Group" RegisteredName="Environment_Group"> <Category name="Environment_FontsAndColors" Category="{1EDA5DD4-927A-43a7-810E-7FD247...
{ "pile_set_name": "Github" }
--- name: about title: About description: About WebComponents.org layout: home --- <div class="wrapper"> <main class="card-container layout-archive card-container-about" itemscope itemtype="http://schema.org/CollectionPage"> <% for item in @fixOrder(@getCollection("about").toJSON()): %> <% if i...
{ "pile_set_name": "Github" }
[console_scripts] conda = conda.cli.main_pip:main
{ "pile_set_name": "Github" }
@page "/mousebuttontriggers" <h1>Mouse Button Triggers</h1> @{ var tabItems = new List<TabItem> { new TabItem { HeaderText = "Demo", Contents = @<BlazorContextMenu.DemoApp.Client.Sources.MouseButtonTriggers /> }, new TabItem { HeaderTe...
{ "pile_set_name": "Github" }
package dynamic_programming; /** * Created by gouthamvidyapradhan on 01/04/2017. A message containing letters from A-Z is being * encoded to numbers using the following mapping: * * <p>'A' -> 1 'B' -> 2 ... 'Z' -> 26 Given an encoded message containing digits, determine the * total number of ways to decode it. *...
{ "pile_set_name": "Github" }