text
stringlengths
2
99.9k
meta
dict
// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 50; objects = { /* Begin PBXBuildFile section */ 8D69E46821DD8B2E00CFA49B /* FirebaseFirestoreUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8D69E45E21DD8B2E00CFA49B /* FirebaseFirestoreUI.framework */; }; 8D69E46F21DD8B2E00CFA...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>INSPINIA | Peity Charts</title> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="font-awesome/css/font-awesome.css" rel="stylesheet"> <link href...
{ "pile_set_name": "Github" }
(module (type $i32_=>_none (func (param i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (func $0 (param $0 i32) (nop) ) (func $1 (param $0 i32) (result i32) (i32.const 0) ) )
{ "pile_set_name": "Github" }
package earlyconfig import ( "fmt" "sort" "strings" version "github.com/hashicorp/go-version" "github.com/hashicorp/terraform-config-inspect/tfconfig" "github.com/hashicorp/terraform-plugin-sdk/internal/addrs" "github.com/hashicorp/terraform-plugin-sdk/internal/tfdiags" ) // BuildConfig constructs a Config fr...
{ "pile_set_name": "Github" }
// Package accessibility provides the Chrome DevTools Protocol // commands, types, and events for the Accessibility domain. // // Generated by the cdproto-gen command. package accessibility // Code generated by cdproto-gen. DO NOT EDIT. import ( "context" "github.com/chromedp/cdproto/cdp" "github.com/chromedp/cdp...
{ "pile_set_name": "Github" }
<?php /* * GWTPHP is a port to PHP of the GWT RPC package. * * <p>This framework is based on GWT (see {@link http://code.google.com/webtoolkit/ gwt-webtoolkit} for details).</p> * <p>Design, strategies and part of the methods documentation are developed by Google Team </p> * * <p>PHP port, extensions an...
{ "pile_set_name": "Github" }
China's B shares fell once again on Thursday with investors running scared in the face of reports that securities authorities would restrict mainland Chinese from trading in B shares, traders said. Shanghai's foreign-currency B share index closed down 5.127 points or 6.35 percent to 75.558 points while Shenzhen's B ind...
{ "pile_set_name": "Github" }
""" TAI64N encoding and decoding. TAI64N encodes nanosecond-accuracy timestamps and is supported by logstash. @see: U{http://cr.yp.to/libtai/tai64.html}. """ from __future__ import unicode_literals import struct from binascii import b2a_hex, a2b_hex _STRUCTURE = b">QI" _OFFSET = (2 ** 62) + 10 # last 10 are leap ...
{ "pile_set_name": "Github" }
/*************************************************** * 版权声明 * * 本操作系统名为:MINE * 该操作系统未经授权不得以盈利或非盈利为目的进行开发, * 只允许个人学习以及公开交流使用 * * 代码最终所有权及解释权归田宇所有; * * 本模块作者: 田宇 * EMail: 345538255@qq.com * * ***************************************************/ #ifndef __LIB_H__ #define __LIB_H__ #define NULL 0 ...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the league/commonmark package. * * (c) Colin O'Dell <colinodell@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace League\CommonMark\Tests\Unit\Extension...
{ "pile_set_name": "Github" }
/* @flow */ import Table from '../../../../../../library/Table'; import data from '../../common/data'; export default { id: 'column-align', title: 'Column Alignment', description: `Align the text of both the column header and the cells under it with the \`textAlign\` column definition property.`, scope: { data...
{ "pile_set_name": "Github" }
# 3.0.13 - 09/30/2018 - Add: "auto" option for `render_folder_depth` (#166, thanks @dbeckwith) # 3.0.12 - 03/18/2018 - Upd: Default priority is now 50 (#158, thanks @locomo) # 3.0.11 - 02/28/2018 - AddL resolve_symlinks option (#107, #155, thanks @drevicko) # 3.0.10 - 01/17/2017 - Add current_file argument (#146, th...
{ "pile_set_name": "Github" }
glabel ActorCollider_Cylinder_Update /* AD987C 800626DC C4840024 */ lwc1 $f4, 0x24($a0) /* AD9880 800626E0 4600218D */ trunc.w.s $f6, $f4 /* AD9884 800626E4 440F3000 */ mfc1 $t7, $f6 /* AD9888 800626E8 00000000 */ nop /* AD988C 800626EC A4AF0046 */ sh $t7, 0x46($a1) /* AD9890 800626F0 C4880028 */ lwc1 $f...
{ "pile_set_name": "Github" }
#region Copyright (C) 2007-2018 Team MediaPortal /* Copyright (C) 2007-2018 Team MediaPortal http://www.team-mediaportal.com This file is part of MediaPortal 2 MediaPortal 2 is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published b...
{ "pile_set_name": "Github" }
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
{ "pile_set_name": "Github" }
define(["dojo/_base/lang", "dojo/_base/declare", "dojo/_base/array", "dojo/sniff", "./CartesianBase", "./common", "dojox/lang/utils", "dojox/gfx/fx"], function(lang, declare, arr, has, CartesianBase, dc, du, fx){ var sortTicks = function(a,b){return a.value - b.value}; /*===== declare("dojox.charting.plot2d.__G...
{ "pile_set_name": "Github" }
// @flow strict import * as React from 'react'; import { View } from 'react-native'; import { defaultTokens } from '@kiwicom/orbit-design-tokens'; import { Icon } from '../Icon'; import { Touchable } from '../Touchable'; import { StyleSheet } from '../PlatformStyleSheet'; import type { StylePropType } from '../Platfo...
{ "pile_set_name": "Github" }
import { WebpackPlugin } from './types/plugin'; declare const Plugin: WebpackPlugin; export = Plugin;
{ "pile_set_name": "Github" }
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Api\V2010\Account\Usage\Record; use Twilio\Deserialize; use Twilio\Exceptions\TwilioException; use Twilio\InstanceResource; use Twilio\Values; use Twilio\Version; /** * @property...
{ "pile_set_name": "Github" }
/*********************************************************************** * * Copyright (c) 2012-2020 Barbara Geller * Copyright (c) 2012-2020 Ansel Sermersheim * * Copyright (c) 2015 The Qt Company Ltd. * Copyright (c) 2012-2016 Digia Plc and/or its subsidiary(-ies). * Copyright (c) 2008-2012 Nokia Corporation and/or i...
{ "pile_set_name": "Github" }
ArrayXd v = ArrayXd::LinSpaced(5,0,1); cout << sinh(v) << endl;
{ "pile_set_name": "Github" }
/* * WebSocketFileTransfer.h * * Created on: Sep 9, 2017 * Author: kolban */ #ifndef COMPONENTS_CPP_UTILS_WEBSOCKETFILETRANSFER_H_ #define COMPONENTS_CPP_UTILS_WEBSOCKETFILETRANSFER_H_ #include <string> #include "WebSocket.h" class WebSocketFileTransfer { private: WebSocket* m_pWebSocket; // The WebS...
{ "pile_set_name": "Github" }
# This file contains various stubs. Note that a few are created already # outside of the setting, such as Mu/Any/Cool, Attribute, Signature/Parameter, # Code/Block/Routine/Sub/Method and Str/Int/Num. They are built in BOOTSTRAP.nqp # in Perl6::Metamodel for now, though should be a BEGIN block in CORE.setting # in the e...
{ "pile_set_name": "Github" }
// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of the License "Eclipse Public License v1.0" // which accompanies this distribution, and is available // at the URL "http://www.eclipse...
{ "pile_set_name": "Github" }
</p><h1 id="naming">Manifest - Name and Short Name</h1> <p> The <code>name</code> and <code>short_name</code> manifest properties are short, plain text strings that identify the {{platform}}. You can specify locale-specific strings for both fields; see <a href="http://developer.chrome.com/extensions/i18n.html">Interna...
{ "pile_set_name": "Github" }
<div class="section no-pad-bot" id="index-banner"> <div class="container"> <div class="row center"> <div class="col s12 m10 offset-m1"> <h1 class="header">Materialize</h1> </div> <div class="col s12 m8 offset-m2"> <h4 class="light">...
{ "pile_set_name": "Github" }
var path = require('path') var config = require('../config') var ExtractTextPlugin = require('extract-text-webpack-plugin') exports.assetsPath = function (_path) { var assetsSubDirectory = process.env.NODE_ENV === 'production' ? config.build.assetsSubDirectory : config.dev.assetsSubDirectory return path.po...
{ "pile_set_name": "Github" }
{ "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "Literal", "value": 6.02214179e+23, "raw": "6.02214179e+23", "range": [ 0, 14 ...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash contributors=CONTRIBUTORS [[ -f "$contributors".tmp ]] && rm -f "$contributors".tmp git shortlog -s | awk '{print $2}' > "$contributors".tmp sort -u CONTRIBUTORS.tmp > CONTRIBUTORS [[ -f "$contributors".tmp ]] && rm -f "$contributors".tmp
{ "pile_set_name": "Github" }
'use strict'; /*! * ws: a node.js websocket client * Copyright(c) 2011 Einar Otto Stangvik <einaros@gmail.com> * MIT Licensed */ try { module.exports = require('bufferutil'); } catch (e) { module.exports = require('./BufferUtil.fallback'); }
{ "pile_set_name": "Github" }
/*! * Copyright (c) 2017 by Contributors * \file codegen_cuda.cc */ #include <tvm/base.h> #include <tvm/runtime/config.h> #include <tvm/runtime/registry.h> #include <tvm/packed_func_ext.h> #include <vector> #include <string> #include "./codegen_cuda.h" #include "../arithmetic/compute_expr.h" namespace TVM { namesp...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceContaine...
{ "pile_set_name": "Github" }
// -*- C++ -*- // Definition for Win32 Export directives. // This file is generated automatically by generate_export_file.pl // ------------------------------ #ifndef TAO_LIFECYCLE_SKEL_EXPORT_H #define TAO_LIFECYCLE_SKEL_EXPORT_H #include "ace/config-all.h" #if defined (TAO_AS_STATIC_LIBS) # if !defined (TAO_LIFEC...
{ "pile_set_name": "Github" }
/* * Copyright 2000-2013 JetBrains s.r.o. * * 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 agre...
{ "pile_set_name": "Github" }
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/SharedMemoryDataConsumerHandle.h" #include "net/FixedReceivedData.h" #include "third_party/WebKit/public/platform/WebThread.h" #include "th...
{ "pile_set_name": "Github" }
extern int sysv68_partition(struct parsed_partitions *state);
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.zheng</groupId> <artifa...
{ "pile_set_name": "Github" }
%TITLE% CDS 030513/2200 LEVEL HGHT TEMP DWPT WDIR WSPD __________________________________________________ %RAW% 947.20,529.10,34.34,17.58,171.70,9.42 944.90,551.20,33.44,17.47,170.54,9.45 940.50,593.30,32.64,17.52,172.03,9.81 933.80,657.80,31.94,17.56,172.03,9.81 924.80,744.90,31.14,17.38,...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 1.0 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd"> <score-partwise> <movement-title>Different Key signatures</movement-title> <identification> <miscellaneous> <mis...
{ "pile_set_name": "Github" }
<%= t 'devise.mailer.reconfirmation_instructions.title' %> === <%= t 'devise.mailer.reconfirmation_instructions.explanation' %> => <%= confirmation_url(@resource, confirmation_token: @token) %> <%= t 'devise.mailer.reconfirmation_instructions.extra' %>
{ "pile_set_name": "Github" }
.modal.fade{ id: 'delete-attribute-modal', tabindex: -1, role: 'dialog', aria: { labelledby: 'delete-modal-label', hidden: true } } .modal-dialog.modal-dialog-centered{ role: 'document' } .modal-content .modal-header %h5.modal-title Delete attribute? .modal-body %p ...
{ "pile_set_name": "Github" }
Server hostname When you install GEE on a server, it queries for the name of the local host by issuing a "hostname -f" command. Each time you build a resource, project, or database on the server, the host name is added to all the files in each asset’s subdirectory. If you change the hostname or if you move assets to ...
{ "pile_set_name": "Github" }
// cgo -godefs -- -Wall -Werror -static -I/tmp/include -fsigned-char linux/types.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build s390x,linux package unix const ( sizeofPtr = 0x8 sizeofShort = 0x2 sizeofInt = 0x4 sizeofLong = 0x8 sizeofLongLong...
{ "pile_set_name": "Github" }
/*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above copyright notice and this paragraph are * duplicated in all such forms and that any documentation, * and/or other materials re...
{ "pile_set_name": "Github" }
// -*- C++ -*- forwarding header. // Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, // 2006, 2007, 2008, 2009 // 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 ...
{ "pile_set_name": "Github" }
// Copyright 2015 go-swagger maintainers // // 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 agr...
{ "pile_set_name": "Github" }
from libc.stdint cimport uint32_t cdef unsigned short * c_shortest_path_all_pairs(G, vertex_list=*) except NULL cdef unsigned short * c_distances_all_pairs(G, vertex_list=*) cdef all_pairs_shortest_path_BFS(gg, unsigned short * predecessors, unsigned sh...
{ "pile_set_name": "Github" }
using System; using BenchmarkDotNet.Configs; using BenchmarkDotNet.Diagnosers; using BenchmarkDotNet.Running; namespace DeepCopy.Benchmarks { class Program { static void Main(string[] args) { var config = ManualConfig.Create(DefaultConfig.Instance).With(MemoryDiagnoser.Default); ...
{ "pile_set_name": "Github" }
// // UMSocialData.h // SocialSDK // // Created by Jiahuan Ye on 12-9-12. // Copyright (c) umeng.com All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import "UMSocialSnsData.h" /** 一个`UMSocialData`对象标识一个分享资源,用一个*identifier*字符串作为标识,你可以为此对象设置分享内嵌文字、分享图片等,可以获取到对应的分享数、评论数。同时`UMSocia...
{ "pile_set_name": "Github" }
#region Copyright Syncfusion Inc. 2001-2020. // Copyright Syncfusion Inc. 2001-2020. All rights reserved. // Use of this code is subject to the terms of our license. // A copy of the current license can be obtained at any time by e-mailing // licensing@syncfusion.com. Any infringement will be prosecuted under // applic...
{ "pile_set_name": "Github" }
import sys, traceback import mal_readline import mal_types as types from mal_types import (MalSym, MalInt, MalStr, nil, true, false, _symbol, _keywordu, MalList, _list, MalVector, MalHashMap, MalFunc) import reader, printer from env import Env import core # read def READ(s...
{ "pile_set_name": "Github" }
<%= yieldall %>
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright (C) 2016 Jacob Klinker ~ ~ 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" }
鼻部 16 17 身体部位 肿胀 18 19 症状和体征 鼻 23 23 身体部位 畸形 29 30 症状和体征 鼻尖 32 33 身体部位 鼻 41 41 身体部位 双上肢 47 49 身体部位 手背 51 52 身体部位 胀痛 54 55 症状和体征 腰 57 57 身体部位 右腿 59 60 身体部位 胀痛 63 64 症状和体征 鼻部 80 81 身体部位
{ "pile_set_name": "Github" }
/****************************************************************************** * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistribution...
{ "pile_set_name": "Github" }
// Copyright 2019 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 proto // Bool stores v in a new bool value and returns a pointer to it. func Bool(v bool) *bool { return &v } // Int stores v in a new int32 value and...
{ "pile_set_name": "Github" }
/* * ftruncate() for uClibc * * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org> * * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ #include <sys/syscall.h> #include <unistd.h> #if defined __NR_ftruncate64 && !defined __NR_ftruncate # include <endian.h> # include <stdint.h...
{ "pile_set_name": "Github" }
/* * GPIO driver for Analog Devices ADP5520 MFD PMICs * * Copyright 2009 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #include <linux/module.h> #include <linux/slab.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/platform_device.h> #include <linux/mfd/adp5520.h> #include <l...
{ "pile_set_name": "Github" }
require 'set' require 'active_support/json' module ActionView module Helpers # Prototype[http://www.prototypejs.org/] is a JavaScript library that provides # DOM[http://en.wikipedia.org/wiki/Document_Object_Model] manipulation, # Ajax[http://www.adaptivepath.com/publications/essays/archives/000385.php] ...
{ "pile_set_name": "Github" }
namespace Rubberduck.Parsing.PreProcessing { public sealed class CLngPtrLibraryFunctionExpression : Expression { private readonly IExpression _expression; public CLngPtrLibraryFunctionExpression(IExpression expression) { _expression = expression; } public o...
{ "pile_set_name": "Github" }
# Copyright (c) 2012-2018, Pfadibewegung Schweiz. This file is part of # hitobito and licensed under the Affero General Public License version 3 # or later. See the COPYING file at the top-level directory or at # https://github.com/hitobito/hitobito. require 'spec_helper' describe Person::Household do let(:lea...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- from django import forms from django.conf import settings from django.utils.html import strip_tags from django.utils.text import mark_safe from django.utils.translation import ugettext_lazy as _ from ralph.lib.transitions.models import ( Action, Transition, TRANSITION_ORIGINAL_STATU...
{ "pile_set_name": "Github" }
[The original source of problem](https://projecteuler.net/problem=43)
{ "pile_set_name": "Github" }
(* BuckleScript compiler * Copyright (C) 2015-2016 Bloomberg Finance L.P. * * This program 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 Foundation, with linking exception; * either version 2.1 of the Licen...
{ "pile_set_name": "Github" }
/* * Vhost vsock virtio device * * Copyright 2015 Red Hat, Inc. * * Authors: * Stefan Hajnoczi <stefanha@redhat.com> * * This work is licensed under the terms of the GNU GPL, version 2 or * (at your option) any later version. See the COPYING file in the * top-level directory. */ #ifndef _QEMU_VHOST_VSOCK_...
{ "pile_set_name": "Github" }
// Copyright 2017 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 http2 // A list of the possible cipher suite ids. Taken from // https://www.iana.org/assignments/tls-parameters/tls-parameters.txt const ( cipher_TLS...
{ "pile_set_name": "Github" }
<!-- Description: test that lowercase x in &#x41 translates to 'A' Expect: entries[0]['title'] == 'A' --> <feed version="0.3" xmlns="http://purl.org/atom/ns#"> <entry> <title type="application/xhtml+xml" mode="xml">&#X41;</title> </entry> </feed
{ "pile_set_name": "Github" }
<?php class HTMLPurifier_Strategy_MakeWellFormed_ErrorsTest extends HTMLPurifier_Strategy_ErrorsHarness { protected function getStrategy() { return new HTMLPurifier_Strategy_MakeWellFormed(); } public function testUnnecessaryEndTagRemoved() { $this->expectErrorCollection(E_WARNING...
{ "pile_set_name": "Github" }
// Targeted by JavaCPP version 1.5.4: DO NOT EDIT THIS FILE package org.bytedeco.tensorflow; import org.bytedeco.tensorflow.Allocator; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.javacpp.presets.javacpp.*; import static org.bytedeco.tensorfl...
{ "pile_set_name": "Github" }
#region License and Terms // MoreLINQ - Extensions to LINQ to Objects // Copyright (c) 2016 Leandro F. Vieira (leandromoh). 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 Licen...
{ "pile_set_name": "Github" }
--- title: NavigationGroups.GetDefaultNavigationGroup Method (Outlook) keywords: vbaol11.chm2860 f1_keywords: - vbaol11.chm2860 ms.prod: outlook api_name: - Outlook.NavigationGroups.GetDefaultNavigationGroup ms.assetid: accdd554-1aa1-b254-7489-67673b889757 ms.date: 06/08/2017 --- # NavigationGroups.GetDefaultNavigati...
{ "pile_set_name": "Github" }
//===- lib/MC/MCSectionCOFF.cpp - COFF Code Section Representation --------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "pile_set_name": "Github" }
//=== MC/MCRegisterInfo.cpp - Target Register Description -------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="ember-guides/config/environment" content="%7B%22modulePrefix%22%3A%22ember-guides%22%2C%22environment%22%3A%22pr...
{ "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 not ...
{ "pile_set_name": "Github" }
#ifndef BOOST_ARCHIVE_POLYMORPHIC_BINARY_OARCHIVE_HPP #define BOOST_ARCHIVE_POLYMORPHIC_BINARY_OARCHIVE_HPP // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 // polymorphic_b...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="X-UA-Compatible" content="ie=edge" /> <title>Area with Negative - Stacked</title> <link href="../../assets/styles.css" rel="stylesheet" /> ...
{ "pile_set_name": "Github" }
import asynchttpserver, asyncdispatch, asyncfutures, asyncnet, asyncstreams, httpcore, strutils, tables import ./core proc sendChunk*(req: ref Request, s: string): Future[void] {.async.} = var chunk = s.len.toHex chunk.add("\c\L") chunk.add(s) chunk.add("\c\L") await req[].client.send(chunk) proc streamin...
{ "pile_set_name": "Github" }
<!doctype html> <html> <head> <title>Filter attribute</title> <script src="../../../webcomponentsjs/webcomponents-lite.js"></script> <script> window.Polymer = window.Polymer || {}; window.Polymer.dom = 'shadow'; </script> <link rel="import" href="../../../polymer/polymer.html"> <link rel="import" h...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2015-present, Facebook, Inc. * 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. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * * @provides...
{ "pile_set_name": "Github" }
/* Copyright 2010-2014 MongoDB 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 writi...
{ "pile_set_name": "Github" }
module.exports = api => { const env = api.env(); return { presets: [ [ '@babel/preset-env', { modules: env === 'test' ? 'commonjs' : false, loose: true } ] ], plugins: ['@babel/plugin-proposal-class-properties'], babelrcRoots: ['.', 'apps/*', ...
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "pile_set_name": "Github" }
// Copyright 2014 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 UI_AURA_SCOPED_WINDOW_TARGETER_H_ #define UI_AURA_SCOPED_WINDOW_TARGETER_H_ #include <memory> #include "base/macros.h" #include "ui/aura/window_...
{ "pile_set_name": "Github" }
/** Used to match wrap detail comments. */ var reWrapDetails = /\{\n\/\* \[wrapped with (.+)\] \*/, reSplitDetails = /,? & /; /** * Extracts wrapper details from the `source` body comment. * * @private * @param {string} source The source to inspect. * @returns {Array} Returns the wrapper details. */ function...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <P...
{ "pile_set_name": "Github" }
/****************************************************************************** * * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published b...
{ "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" }
README for the demo programs in this directory ============================================== These demo programs illustrate how to use the JavaMail API to perform a number of common email functions. Note these these programs are not intended to be examples of good user interfaces, or good command line interfaces. ...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2011 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" }
/** * Copyright 2008 - 2012 * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except : 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 : writ...
{ "pile_set_name": "Github" }
// create an array of 100 closed doors doors <- Array count: 100 fill-with: false // open and close them from: 1 to: 100 do: {|step| from: step - 1 to: 99 step: step do: {|i| doors at: i put: (doors at: i) not } } // show the results from: 0 to: 99 do: {|i| write-line: "door " + (i + 1) + " is " + (if: ...
{ "pile_set_name": "Github" }
/* Consistent "randomness" overrides. */ // The following overrides ensures random object spawners always select the most space consuming objects /datum/proc/unit_test_get_weight() CRASH("Unhandled atom: [type]") /datum/atom_creator/simple/unit_test_get_weight() return unit_test_weight_of_path(path) /d...
{ "pile_set_name": "Github" }
# -*- mode: snippet -*- # name: if expression { ... } else { .. } # key: ife # -- if ${1:expression} { $0 } else { }
{ "pile_set_name": "Github" }
LIBRARY ; zlib data compression and ZIP file I/O library VERSION 1.24 EXPORTS adler32 @1 compress @2 crc32 @3 deflate @4 deflateCopy ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 4ff318f8f87f35e47817dfbd48d2fadf timeCreated: 1513523479 licenseType: Free MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
<h1>Puss in the Corner</h1> <h3>From Wikipedia, the free encyclopedia</h3> <p> Puss in the Corner is a solitaire card game which is played with a deck of 52 playing cards. It is similar to another solitaire game Sir Tommy, but with modifications and with the waste piles placed at the corners of the foundations, h...
{ "pile_set_name": "Github" }
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file afProcessDebuggerPendingEventEvent.h /// //===================================================================...
{ "pile_set_name": "Github" }
/* 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 applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
/* * Directory notifications for Linux. * * Copyright (C) 2000,2001,2002 Stephen Rothwell * * Copyright (C) 2009 Eric Paris <Red Hat Inc> * dnotify was largly rewritten to use the new fsnotify infrastructure * * This program is free software; you can redistribute it and/or modify it * under the terms of the GN...
{ "pile_set_name": "Github" }