text
stringlengths
2
99.9k
meta
dict
(ns init-require.test3) (def var3 30)
{ "pile_set_name": "Github" }
<!DOCTYPE html> <!-- Any copyright is dedicated to the Public Domain. - http://creativecommons.org/publicdomain/zero/1.0/ --> <html> <head> <title>CSS Test: Sticky Positioning - top+bottom, at middle</title> <link rel="author" title="Corey Ford" href="mailto:cford@mozilla.com"> <link rel="match" href="...
{ "pile_set_name": "Github" }
// (C) Copyright 2008 CodeRage, LLC (turkanis at coderage dot com) // (C) Copyright 2005-2007 Jonathan Turkanis // 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.) // See http://www.boost.org/libs/iostreams for docume...
{ "pile_set_name": "Github" }
from typing import Any, Optional class IndexMeta(type): def __init__(self, name, bases, attrs) -> None: ... class Index(metaclass=IndexMeta): Meta: Any def __init__(self) -> None: ... @classmethod def count(cls, hash_key, consistent_read: bool = ..., **filters) -> int: ... @classmethod def...
{ "pile_set_name": "Github" }
--- layout: news_post title: "CVE-2014-8080:XML 擴張的阻斷攻擊" author: "zzak" translator: "Juanito Fatas" date: 2014-10-27 12:00:00 +0000 tags: security lang: zh_tw --- REXML 未限制的實體擴張可能導致 DoS 風險。這個風險的 CVE 識別號已經被指派為 [CVE-2014-8080](http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8080)。強烈建議儘速升級 Ruby 版本。 ## 詳情 在從 XML ...
{ "pile_set_name": "Github" }
pacoApp.service('experimentService', ['$http', '$cacheFactory', 'util', 'config', function($http, $cacheFactory, util, config) { // Set this header here and it applies to all http requests $http.defaults.headers.common['pacoProtocol'] = 4; var cache = $cacheFactory.get('$http'); return ({ del...
{ "pile_set_name": "Github" }
CONFIG_ARCH_MULTI_CPU_AUTO=y # CONFIG_ARCH_MULTI_V4 is not set # CONFIG_ARCH_MULTI_V4T is not set CONFIG_ARCH_MULTI_V4_V5=y CONFIG_ARCH_MULTI_V5=y # CONFIG_CACHE_L2X0 is not set CONFIG_CPU_32v5=y CONFIG_CPU_ABRT_EV5TJ=y CONFIG_CPU_ARM926T=y # CONFIG_CPU_CACHE_ROUND_ROBIN is not set CONFIG_CPU_CACHE_VIVT=y CONFIG_CPU_CO...
{ "pile_set_name": "Github" }
# SPDX-License-Identifier: GPL-2.0 all: all: ring virtio_ring_0_9 virtio_ring_poll virtio_ring_inorder ptr_ring noring CFLAGS += -Wall CFLAGS += -pthread -O2 -ggdb -flto -fwhole-program LDFLAGS += -pthread -O2 -ggdb -flto -fwhole-program main.o: main.c main.h ring.o: ring.c main.h ptr_ring.o: ptr_ring.c main.h ../.....
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Text; using NPOI.OpenXml4Net.Exceptions; using System.IO; using System.Xml; using System.Xml.XPath; using NPOI.Util; namespace NPOI.OpenXml4Net.OPC.Internal { /** * Manage package content types ([Content_Types].xml part). * * @author Jul...
{ "pile_set_name": "Github" }
GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. ...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_162) on Sat Apr 25 17:14:52 PDT 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>BeanSerializer (jackson-dat...
{ "pile_set_name": "Github" }
/* ======================================================================== * Bootstrap: popover.js v3.1.0 * http://getbootstrap.com/javascript/#popovers * ======================================================================== * Copyright 2011-2014 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/boot...
{ "pile_set_name": "Github" }
=pod =head1 NAME BN_BLINDING_new, BN_BLINDING_free, BN_BLINDING_update, BN_BLINDING_convert, BN_BLINDING_invert, BN_BLINDING_convert_ex, BN_BLINDING_invert_ex, BN_BLINDING_get_thread_id, BN_BLINDING_set_thread_id, BN_BLINDING_get_flags, BN_BLINDING_set_flags, BN_BLINDING_create_param - blinding related BIGNUM funct...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2013-2017, Andrés Martinelli <andmarti@gmail.com * * All rights reserved. * * ...
{ "pile_set_name": "Github" }
int main(int x) { f(); g(); }
{ "pile_set_name": "Github" }
.. _edX Developer's Guide: ############################ Open edX Developer's Guide ############################ .. toctree:: :numbered: :maxdepth: 2 front_matter/index architecture process/index extending_platform/index testing/index analytics.rst deploy-new-service conventions/index ...
{ "pile_set_name": "Github" }
--- name: Bug report about: Create a report to help us improve the quality of our software title: '' labels: '' assignees: '' --- **Caution** The Issues are strictly limited for the reporting of problem encountered with the software provided in this project. For any other problem related to the STM32 product, the per...
{ "pile_set_name": "Github" }
<?php class WCV_Submit_Comment { /** * Submit a comment for an order * * @param object $orders * * @return unknown */ public static function new_comment( $orders ) { global $woocommerce; $user = wp_get_current_user(); $user = $user->ID; // Security if ( ! wp_verify_nonce( $_POST['_wpnonce']...
{ "pile_set_name": "Github" }
require 'singleton' require 'rails/observers/active_model/observer_array' require 'active_support/core_ext/module/aliasing' require 'active_support/core_ext/module/remove_method' require 'active_support/core_ext/string/inflections' require 'active_support/core_ext/enumerable' require 'active_support/core_ext/object/try...
{ "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 websocket implements a client and server for the WebSocket protocol // as specified in RFC 6455. // // This package currently lacks some features fou...
{ "pile_set_name": "Github" }
{ "name": "@arkecosystem/crypto", "version": "2.7.1", "description": "Crypto utilities for the ARK Blockchain", "license": "MIT", "contributors": [ "François-Xavier Thoorens <fx.thoorens@ark.io>", "Brian Faust <brian@ark.io>", "Alex Barnsley <alex@ark.io>", "Lúcio Rub...
{ "pile_set_name": "Github" }
{ "description": "ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).", "required": [ "path" ], "properties": { "audien...
{ "pile_set_name": "Github" }
# 141. Linked List Cycle **<font color=red>难度: Easy</font>** ## 刷题内容 > 原题连接 * https://leetcode.com/problems/linked-list-cycle/description/ > 内容描述 ``` Given a linked list, determine if it has a cycle in it. Follow up: Can you solve it without using extra space? ``` ## 解题方案 > 思路 1 ******- 时间复杂度: O(N)******- 空间复...
{ "pile_set_name": "Github" }
package Paws::RDSData::RollbackTransaction; use Moose; has ResourceArn => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'resourceArn', required => 1); has SecretArn => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'secretArn', required => 1); has TransactionI...
{ "pile_set_name": "Github" }
/* MetalSplitPaneUI.java Copyright (C) 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath 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 optio...
{ "pile_set_name": "Github" }
/************************************************************************** * * Copyright 2013 Advanced Micro Devices, Inc. * All Rights Reserved. * * 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 ...
{ "pile_set_name": "Github" }
{ "name": "trim-newlines", "version": "1.0.0", "description": "Trim newlines from the start and/or end of a string", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/trim-newlines.git" }, "author": { "name": "Sindre Sorhus", "email": "sindresorhu...
{ "pile_set_name": "Github" }
export const environment = { production: true, apiUrlBase: '/api' };
{ "pile_set_name": "Github" }
#==============================================================================# # $Id: error.rb,v 1.2 2005/04/17 15:17:26 yuya Exp $ #==============================================================================# module Exerb end # Exerb #============================================================================...
{ "pile_set_name": "Github" }
json.extract! @resource, *@resource_service.attrs_for_export
{ "pile_set_name": "Github" }
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // PartitionerQueryOperator.cs // // <OWNER>Microsoft</OWNER> // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
{ "pile_set_name": "Github" }
#ifndef TINYDNN_CONFIG_HPP_ #define TINYDNN_CONFIG_HPP_ /* Define if you want to use intel TBB library */ #cmakedefine CNN_USE_TBB /* define to enable OMP parallelization */ #cmakedefine CNN_USE_OMP /* Define to use NNPACK */ #cmakedefine CNN_USE_NNPACK /* Define to enable sse2 vectorization */ #cmakedefine CNN_USE...
{ "pile_set_name": "Github" }
/* @flow */ import React from 'react'; import Icon from 'mineral-ui/Icon'; import type { IconProps } from 'mineral-ui/Icon/types'; /* eslint-disable prettier/prettier */ export default function IconFormatTextdirectionRToL(props: IconProps) { const iconProps = { rtl: false, ...props }; return ( <Ico...
{ "pile_set_name": "Github" }
SHORT GetArray(SHORT row, SHORT column); void SetArray(SHORT row, SHORT column, SHORT newVal);
{ "pile_set_name": "Github" }
/* * Copyright (C) 2017-2019 Dremio Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
{ "pile_set_name": "Github" }
from argparse import ArgumentParser parser = ArgumentParser(prog='calculadora', description='Olá BB, isso é uma calculadora', fromfile_prefix_chars='@') parser.add_argument('operação', type=str, help='Como o bb gostaria de usar?') parser.add_argument...
{ "pile_set_name": "Github" }
package com.github.mauricioaniche.ck.metric; import com.github.mauricioaniche.ck.CKMethodResult; import org.eclipse.jdt.core.dom.SimpleName; import org.eclipse.jdt.core.dom.SingleVariableDeclaration; import org.eclipse.jdt.core.dom.VariableDeclarationFragment; import java.util.HashMap; import java.util.HashSet; impor...
{ "pile_set_name": "Github" }
# Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 ### Generated file! Edit the templates in src/templates, ### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), ### or create a derived template in src/templates/render_splatpyramid.cmake, ### then re-run ....
{ "pile_set_name": "Github" }
@import "../bootstrap/variables"; @import "variables"; /* Примеси, используемые при создании меню -----------------------------------------------------------*/ .user-menu-link() { font-size: @menu-level-1-font-size; padding: 0 10px; color: @color-73; &:hover { background-color: @color-36; ...
{ "pile_set_name": "Github" }
package kingpin var i18n_fr = []byte("\x1f\x8b\b\x00\x00\x00\x00\x00\x02\xff\x94\xd1A\xaa\x830\x10\x06\xe0}N1d\xf36\xea\x01\xdc\xc9{\xbc\v\xb8,]L㨁\x98H&i\x85һ\x17\xd1nJ\a\xe9\xfa\xcf\xf7\a\xe6?)\x80\xbb\x02\x00ж\xd35\xe8v\f70\xc1'ZR\xc9\xe4\xd9&{%\x18\xc9͕.\xb6\x97)\xa2g\x87\xc9\x06\xbf\x92\xa6\xef\xad\x19)\x82\xfbA\x...
{ "pile_set_name": "Github" }
/* Tencent is pleased to support the open source community by making Hippy available. * Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain...
{ "pile_set_name": "Github" }
/* osptrs.h - system specific function pointers */ { "SYSTEM", S, xsystem }, { "GET-KEY", S, xgetkey },
{ "pile_set_name": "Github" }
# The MIT License # # Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Jene Jasper # # 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 withou...
{ "pile_set_name": "Github" }
/* * Generated by class-dump 3.3.4 (64 bit). * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard. */ #import "NSObject-Protocol.h" @protocol UIToolbarDelegate <NSObject> @optional - (id)toolbar:(id)arg1 viewForItem:(id)arg2; @end
{ "pile_set_name": "Github" }
/* iCheck plugin Minimal skin, yellow ----------------------------------- */ .icheckbox_minimal-yellow, .iradio_minimal-yellow { display: inline-block; *display: inline; vertical-align: middle; margin: 0; padding: 0; width: 18px; height: 18px; background: url(yellow.png) no-repeat; b...
{ "pile_set_name": "Github" }
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Nonterminals</title> <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../index.html" title="Spi...
{ "pile_set_name": "Github" }
<resources> <!-- Base application theme. --> <style name="AppTheme" parent="android:Theme.Holo.Light.DarkActionBar"> <!-- Customize your theme here. --> </style> </resources>
{ "pile_set_name": "Github" }
// @flow import request from '../request'; export default async function usage(): Promise<Zeit$Usage> { const result: Zeit$Usage = await request('/pricing/state/usage', 'GET'); return result; }
{ "pile_set_name": "Github" }
<?php /* * Paging */ $iTotalRecords = 0; $iDisplayLength = intval($_REQUEST['length']); $iDisplayLength = $iDisplayLength < 0 ? $iTotalRecords : $iDisplayLength; $iDisplayStart = intval($_REQUEST['start']); $sEcho = intval($_REQUEST['draw']); $records = array(); $records["data"] = array(); ...
{ "pile_set_name": "Github" }
from Cython.TestUtils import CythonTest import Cython.Compiler.Errors as Errors from Cython.Compiler.Nodes import * from Cython.Compiler.ParseTreeTransforms import * from Cython.Compiler.Buffer import * class TestBufferParsing(CythonTest): # First, we only test the raw parser, i.e. # the number and contents o...
{ "pile_set_name": "Github" }
{ "status": "1", "msg": "\u6210\u529f", "ts": 1479455689, "data": { "topic": [{ "id": "459", "type": "", "type_id": "", "title": "\u6821\u56ed\u5bbf\u820d\u751f\u6d3b\u597d\u7269", "pic": "http:\/\/bt.img.1...
{ "pile_set_name": "Github" }
import React, { Component } from "react"; import { Query, Mutation } from "react-apollo"; import gql from "graphql-tag"; import * as queries from "./queries"; import { ProductTable } from "../ProductTable"; import * as mutations from "./mutations"; import { PRODUCTS, SUPPLIERS } from "../store/dataTypes"; import { Supp...
{ "pile_set_name": "Github" }
# The MIT License # # Copyright (c) 2004-2010, Sun Microsystems, Inc. Kohsuke Kawaguchi. Knud Poulsen. # # 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...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash # Copyright 2017 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 applica...
{ "pile_set_name": "Github" }
const let
{ "pile_set_name": "Github" }
var test = require('tap').test var once = require('../once.js') test('once', function (t) { var f = 0 function fn (g) { t.equal(f, 0) f ++ return f + g + this } fn.ownProperty = {} var foo = once(fn) t.equal(fn.ownProperty, foo.ownProperty) t.notOk(foo.called) for (var i = 0; i < 1E3; i++) ...
{ "pile_set_name": "Github" }
=pod =for comment openssl_manual_section:5 =head1 NAME config - OpenSSL CONF library configuration files =head1 DESCRIPTION The OpenSSL CONF library can be used to read configuration files. It is used for the OpenSSL master configuration file B<openssl.cnf> and in a few other places like B<SPKAC> files and certif...
{ "pile_set_name": "Github" }
{-# OPTIONS_GHC -fno-warn-orphans #-} module Smos.Undo.Gen where import Cursor.List.Gen () import Data.GenValidity import Smos.Undo instance GenValid a => GenValid (UndoStack a) where genValid = genValidStructurallyWithoutExtraChecking shrinkValid = shrinkValidStructurallyWithoutExtraFiltering
{ "pile_set_name": "Github" }
// // Created by Shaokang Zhao on 15/1/12. // Copyright (c) 2015 Shaokang Zhao. All rights reserved. // #import "SKTag.h" static const CGFloat kDefaultFontSize = 13.0; @implementation SKTag - (instancetype)init { self = [super init]; if (self) { _fontSize = kDefaultFontSize; _textColor = [UI...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- 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, ...
{ "pile_set_name": "Github" }
// RUN: not %target-swift-frontend -typecheck %s let query = "<#...#>=\(<#...#>)&<#...#>=\(<#...#>)&<#...#>=\(<#...#>)&<#...#>=\(<#...#>)&<#...#>=\(<#...#>)&<#...#>=\(<#...#>)&<#...#>=\(<#...#>)&<#...#>=\(<#...#>)&<#...#>=\(<#...#>)&<#...#>=\(<#...#>)&<#...#>=\(<#...#>)&<#...#>=\(<#...#>)&<#...#>=\(<#...#>)&<#...#>=\(...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2012-2013 Nokia Corporation. All rights reserved. * Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation. * Oracle and Java are trademarks or registered trademarks of Oracle and/or its * affiliates. Other product and company names mentioned herein may be trademarks ...
{ "pile_set_name": "Github" }
Cyrillic fonts contributed by: unDEFER <undefer@gmail.com> ASM <bsdasm@gmail.com> qMax <qwiglydee@gmail.com> Belarusian letter added by: GiBy <giby_the_kid@yahoo.fr> Oct 2013 Tatar letters added by: Bulat <tugantel@yandex.ru> Dec 2015
{ "pile_set_name": "Github" }
device options blocks
{ "pile_set_name": "Github" }
// TEST_CONFIG #include "test.h" #include "testroot.i" #include <objc/objc-runtime.h> int main() { testassert(!class_isMetaClass([TestRoot class])); testassert(class_isMetaClass(object_getClass([TestRoot class]))); testassert(!class_isMetaClass(nil)); succeed(__FILE__); }
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 __package__ = 'archivebox.cli' __command__ = 'archivebox remove' import sys import argparse from typing import Optional, List, IO from ..main import remove from ..util import docstring from ..config import OUTPUT_DIR from ..logging_util import SmartFormatter, accept_stdin @docstring(remove....
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: edba1b6db716d9c4788deed530687e19 timeCreated: 1467916821 licenseType: Free TextScriptImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
alter table performance_schema.events_errors_summary_by_account_by_error add column foo integer; ERROR 42000: Access denied for user 'root'@'localhost' to database 'performance_schema' truncate table performance_schema.events_errors_summary_by_account_by_error; ALTER TABLE performance_schema.events_errors_summary_by_ac...
{ "pile_set_name": "Github" }
module Neg53 let r = async { use z = null let rec loop() = async { let x = _arg1 // this should give an error return () } return! loop() }
{ "pile_set_name": "Github" }
<!-- kv3 encoding:text:version{e21c7f3c-8a33-41c5-9977-a76d3a32aa0d} format:generic:version{7412167c-06e9-4698-aff2-e63eb59037e7} --> { _class = "CParticleSystemDefinition" m_bShouldHitboxesFallbackToRenderBounds = false m_nMaxParticles = 128 m_ConstantColor = [ 92, 250, 225, 255 ] m_Renderers = [ { _class ...
{ "pile_set_name": "Github" }
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE121_Stack_Based_Buffer_Overflow__CWE805_char_alloca_ncat_51b.c Label Definition File: CWE121_Stack_Based_Buffer_Overflow__CWE805.string.label.xml Template File: sources-sink-51b.tmpl.c */ /* * @description * CWE: 121 Stack Based Buffer Overflow * BadSource: Set data ...
{ "pile_set_name": "Github" }
RUNC_IMAGE=runc_dev RUNC_TEST_IMAGE=runc_test PROJECT=github.com/opencontainers/runc TEST_DOCKERFILE=script/test_Dockerfile BUILDTAGS=seccomp RUNC_BUILD_PATH=/go/src/github.com/opencontainers/runc/runc RUNC_INSTANCE=runc_dev COMMIT=$(shell git rev-parse HEAD 2> /dev/null || true) RUNC_LINK=$(CURDIR)/Godeps/_workspace/s...
{ "pile_set_name": "Github" }
# # Copyright (c) 2010-2018. Axon Framework # # 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 t...
{ "pile_set_name": "Github" }
StartChar: uni2481 Encoding: 9345 9345 888 Width: 1475 VWidth: 0 Flags: HM LayerCount: 3 Fore Refer: 108 41 N 1 0 0 1 1159 0 2 Refer: 79 52 N 1 0 0 1 604 0 2 Refer: 50 49 N 1 0 0 1 315 0 2 Refer: 107 40 N 1 0 0 1 0 0 2 EndChar
{ "pile_set_name": "Github" }
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Tests\Integration\Preview\Bulkexports\Export; use Twilio\Exceptions\DeserializeException; use Twilio\Exceptions\TwilioException; use Twilio\Http\Response; use Twilio\Tests\HolodeckTestC...
{ "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 applicabl...
{ "pile_set_name": "Github" }
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Based on linux/arch/mips/kernel/cevt-r4k.c, * linux/arch/mips/jmr3927/rbhma3100/setup.c * * Copyright 2001 MontaVista Software...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_121) on Mon Mar 27 10:01:25 CEST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.activiti.engine.delega...
{ "pile_set_name": "Github" }
// // PlayMediaIntentHandler.swift // BookPlayerIntents // // Created by Gianni Carlo on 4/17/20. // Copyright © 2020 Tortuga Power. All rights reserved. // import BookPlayerKit import Intents class PlayMediaIntentHandler: INExtension, INPlayMediaIntentHandling { func handle(intent: INPlayMediaIntent, complet...
{ "pile_set_name": "Github" }
#ifndef __EVENTFINDING__ #define __EVENTFINDING__ #include "vfield.h" #include "events.h" #include "integration.h" #define BINSEARCH_LIMIT 1e-9 #define SUBINTERVALS 10 /* Prototype for event functions */ int DetectEvents(IData *GS, double xold, double x, double *y, int *irtrn, int *termFound); int CheckEventFctn(I...
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('toIterator', require('../toIterator'), require('./_falseOptions')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
Compiled example ---------------- ![Example](triangle-2.png)
{ "pile_set_name": "Github" }
/* * * Copyright (C) 1996-2010, OFFIS e.V. * All rights reserved. See COPYRIGHT file for details. * * This software and supporting documentation were developed by * * OFFIS e.V. * R&D Division Health * Escherweg 2 * D-26121 Oldenburg, Germany * * * Module: dcmimage * * Author: Joerg R...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2011 Joel de Guzman Copyright (c) 2001-2011 Hartmut Kaiser http://spirit.sourceforge.net/ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or cop...
{ "pile_set_name": "Github" }
#!/usr/bin/env python import threading import clientsubnetoption import dns import requests import socket import struct from dnsdisttests import DNSDistTest class TestBrokenTCPFastOpen(DNSDistTest): # this test suite uses a different responder port # because, contrary to the other ones, its # TCP responde...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0+ /* * Freescale QUICC Engine USB Host Controller Driver * * Copyright (c) Freescale Semicondutor, Inc. 2006. * Shlomi Gridish <gridish@freescale.com> * Jerry Huang <Chang-Ming.Huang@freescale.com> * Copyright (c) Logic Product Development, Inc. 2007 ...
{ "pile_set_name": "Github" }
// ---------------------------------------------------------------------- // Copyright (C) 2015 Jack Jiang The MobileIMSDK Project. // All rights reserved. // Project URL: https://github.com/JackJiang2011/MobileIMSDK // // openmob.net PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. // // You can conta...
{ "pile_set_name": "Github" }
// REQUIRES: x86-registered-target // RUN: %clang_cc1 -debug-info-kind=limited -triple x86_64-unknown-linux-gnu \ // RUN: -flto=thin -emit-llvm-bc \ // RUN: -o %t.o %s // RUN: llvm-lto2 run -thinlto-distributed-indexes %t.o \ // RUN: -o %t2.index \ // RUN: -r=%t.o,main,px // RUN: %clang_cc1 -triple x86_64-un...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2011-2019, The DART development contributors * All rights reserved. * * The list of contributors can be found at: * https://github.com/dartsim/dart/blob/master/LICENSE * * This file is provided under the following "BSD-style" License: * Redistribution and use in source and binary forms, w...
{ "pile_set_name": "Github" }
#!/usr/bin/python # -*- coding: utf-8 -*- # thumbor imaging service # https://github.com/thumbor/thumbor/wiki # Licensed under the MIT license: # http://www.opensource.org/licenses/mit-license # Copyright (c) 2011 globo.com thumbor@googlegroups.com import datetime import functools import re import sys import traceba...
{ "pile_set_name": "Github" }
// C++ program to find the number of rectangles // that can be cut from a circle of Radius R #include <bits/stdc++.h> using namespace std; // Function to return the total possible // rectangles that can be cut from the circle int countRectangles(int radius) { int rectangles = 0; // Diameter =...
{ "pile_set_name": "Github" }
#ifndef PRIVATE1_H #define PRIVATE1_H #include "common.h" struct mitts_off1 { common field; }; struct mitts_off1 hidden_variable1; #endif
{ "pile_set_name": "Github" }
{ "assigned_to_str": "Meredith A. Jury", "case_name": "Roman Trigo", "cause": "", "court_id": "cacb", "date_converted": null, "date_discharged": null, "date_filed": "2010-01-13", "date_terminated": null, "demand": "", "docket_entries": [ { "date_filed": "2010-01-13", "descr...
{ "pile_set_name": "Github" }
package ingest import ( "github.com/stellar/go/support/errors" err2 "github.com/stellar/go/support/errors" "github.com/stellar/horizon/db2/core" "github.com/stellar/horizon/db2/history" herr "github.com/stellar/horizon/errors" "github.com/stellar/horizon/ledger" "github.com/stellar/horizon/log" "github.com/ste...
{ "pile_set_name": "Github" }
// // CLUNetworkModule.m // Clue // // Created by Ahmed Sulaiman on 6/23/16. // Copyright © 2016 Ahmed Sulaiman. All rights reserved. // #import "CLUNetworkModule.h" #import "CLUDataWriter.h" #import "CLUURLProtocol.h" #import "NSError+CLUNetworkAdditions.h" #import "NSURLResponse+CLUNetworkAdditions.h" #import "N...
{ "pile_set_name": "Github" }
/* * Copyright (C) by Argonne National Laboratory * See COPYRIGHT in top-level directory */ #include "adio.h" #include "mpio.h" #if defined(MPIO_BUILD_PROFILING) || defined(HAVE_WEAK_SYMBOLS) #if defined(HAVE_WEAK_SYMBOLS) #if defined(HAVE_PRAGMA_WEAK) #if defined(FORTRANCAPS) extern FORTRAN_API void FORT_CA...
{ "pile_set_name": "Github" }
var config = { type: Phaser.AUTO, width: 800, height: 600, parent: 'phaser-example', physics: { default: 'arcade', arcade: { gravity: { y: 150 } } }, scene: { preload: preload, create: create } }; var logo = null; var maxY = 0; var mi...
{ "pile_set_name": "Github" }
<?php namespace EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver; use EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext; use EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface; use S...
{ "pile_set_name": "Github" }
/* * check XMM registers for clobbers on Win64 * Copyright (c) 2008 Ramiro Polla <ramiro.polla@gmail.com> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundati...
{ "pile_set_name": "Github" }